@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  overflow-x: clip;
}

html {
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1rem;
  color: #5A473D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  letter-spacing: 0.06em;
  width: 100%;

   padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
}



img, video, iframe {
    max-width: 100%;
    height: auto;
}

a {
  color: #5A473D;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

a:hover {
  color: #5A473D;
  text-decoration: none;
  opacity: 0.65;
}

a:active, a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, figure, dd, dt, dl {
  margin: 0;
}

figcaption, figure, main,
article, aside, footer,
header, nav, section {
  display: block;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  border: none;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-rev {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col;
  flex-direction: col;
}

.flex-col-rev {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col-reverse;
  flex-direction: col-reverse;
}

.flex-nowrap {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

/*margin*/
.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0px;
  }
  .mt5 {
    margin-top: 2.5px;
  }
  .mt10 {
    margin-top: 5px;
  }
  .mt15 {
    margin-top: 7.5px;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mt25 {
    margin-top: 12.5px;
  }
  .mt30 {
    margin-top: 15px;
  }
  .mt35 {
    margin-top: 17.5px;
  }
  .mt40 {
    margin-top: 20px;
  }
  .mt45 {
    margin-top: 22.5px;
  }
  .mt50 {
    margin-top: 25px;
  }
  .mt55 {
    margin-top: 27.5px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mt65 {
    margin-top: 32.5px;
  }
  .mt70 {
    margin-top: 35px;
  }
  .mt75 {
    margin-top: 37.5px;
  }
  .mt80 {
    margin-top: 40px;
  }
  .mt85 {
    margin-top: 42.5px;
  }
  .mt90 {
    margin-top: 45px;
  }
  .mt95 {
    margin-top: 47.5px;
  }
  .mt100 {
    margin-top: 50px;
  }
  .mb0 {
    margin-bottom: 0px;
  }
  .mb5 {
    margin-bottom: 2.5px;
  }
  .mb10 {
    margin-bottom: 5px;
  }
  .mb15 {
    margin-bottom: 7.5px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .mb25 {
    margin-bottom: 12.5px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .mb35 {
    margin-bottom: 17.5px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .mb45 {
    margin-bottom: 22.5px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .mb55 {
    margin-bottom: 27.5px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .mb65 {
    margin-bottom: 32.5px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .mb75 {
    margin-bottom: 37.5px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb85 {
    margin-bottom: 42.5px;
  }
  .mb90 {
    margin-bottom: 45px;
  }
  .mb95 {
    margin-bottom: 47.5px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
}
/*padding*/
.pt0 {
  padding-top: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl0 {
  padding-left: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl60 {
  padding-left: 60px;
}

.pl65 {
  padding-left: 65px;
}

.pl70 {
  padding-left: 70px;
}

.pl75 {
  padding-left: 75px;
}

.pl80 {
  padding-left: 80px;
}

.pl85 {
  padding-left: 85px;
}

.pl90 {
  padding-left: 90px;
}

.pl95 {
  padding-left: 95px;
}

.pl100 {
  padding-left: 100px;
}

.pr0 {
  padding-right: 0px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pr55 {
  padding-right: 55px;
}

.pr60 {
  padding-right: 60px;
}

.pr65 {
  padding-right: 65px;
}

.pr70 {
  padding-right: 70px;
}

.pr75 {
  padding-right: 75px;
}

.pr80 {
  padding-right: 80px;
}

.pr85 {
  padding-right: 85px;
}

.pr90 {
  padding-right: 90px;
}

.pr95 {
  padding-right: 95px;
}

.pr100 {
  padding-right: 100px;
}

@media screen and (max-width: 768px) {
  .pt0 {
    padding-top: 0px;
  }
  .pt5 {
    padding-top: 2.5px;
  }
  .pt10 {
    padding-top: 5px;
  }
  .pt15 {
    padding-top: 7.5px;
  }
  .pt20 {
    padding-top: 10px;
  }
  .pt25 {
    padding-top: 12.5px;
  }
  .pt30 {
    padding-top: 15px;
  }
  .pt35 {
    padding-top: 17.5px;
  }
  .pt40 {
    padding-top: 20px;
  }
  .pt45 {
    padding-top: 22.5px;
  }
  .pt50 {
    padding-top: 25px;
  }
  .pt55 {
    padding-top: 27.5px;
  }
  .pt60 {
    padding-top: 30px;
  }
  .pt65 {
    padding-top: 32.5px;
  }
  .pt70 {
    padding-top: 35px;
  }
  .pt75 {
    padding-top: 37.5px;
  }
  .pt80 {
    padding-top: 40px;
  }
  .pt85 {
    padding-top: 42.5px;
  }
  .pt90 {
    padding-top: 45px;
  }
  .pt95 {
    padding-top: 47.5px;
  }
  .pt100 {
    padding-top: 50px;
  }
  .pb0 {
    padding-bottom: 0px;
  }
  .pb5 {
    padding-bottom: 2.5px;
  }
  .pb10 {
    padding-bottom: 5px;
  }
  .pb15 {
    padding-bottom: 7.5px;
  }
  .pb20 {
    padding-bottom: 10px;
  }
  .pb25 {
    padding-bottom: 12.5px;
  }
  .pb30 {
    padding-bottom: 15px;
  }
  .pb35 {
    padding-bottom: 17.5px;
  }
  .pb40 {
    padding-bottom: 20px;
  }
  .pb45 {
    padding-bottom: 22.5px;
  }
  .pb50 {
    padding-bottom: 25px;
  }
  .pb55 {
    padding-bottom: 27.5px;
  }
  .pb60 {
    padding-bottom: 30px;
  }
  .pb65 {
    padding-bottom: 32.5px;
  }
  .pb70 {
    padding-bottom: 35px;
  }
  .pb75 {
    padding-bottom: 37.5px;
  }
  .pb80 {
    padding-bottom: 40px;
  }
  .pb85 {
    padding-bottom: 42.5px;
  }
  .pb90 {
    padding-bottom: 45px;
  }
  .pb95 {
    padding-bottom: 47.5px;
  }
  .pb100 {
    padding-bottom: 50px;
  }
  .pl0 {
    padding-left: 0px;
  }
  .pl5 {
    padding-left: 2.5px;
  }
  .pl10 {
    padding-left: 5px;
  }
  .pl15 {
    padding-left: 7.5px;
  }
  .pl20 {
    padding-left: 10px;
  }
  .pl25 {
    padding-left: 12.5px;
  }
  .pl30 {
    padding-left: 15px;
  }
  .pl35 {
    padding-left: 17.5px;
  }
  .pl40 {
    padding-left: 20px;
  }
  .pl45 {
    padding-left: 22.5px;
  }
  .pl50 {
    padding-left: 25px;
  }
  .pl55 {
    padding-left: 27.5px;
  }
  .pl60 {
    padding-left: 30px;
  }
  .pl65 {
    padding-left: 32.5px;
  }
  .pl70 {
    padding-left: 35px;
  }
  .pl75 {
    padding-left: 37.5px;
  }
  .pl80 {
    padding-left: 40px;
  }
  .pl85 {
    padding-left: 42.5px;
  }
  .pl90 {
    padding-left: 45px;
  }
  .pl95 {
    padding-left: 47.5px;
  }
  .pl100 {
    padding-left: 50px;
  }
  .pr0 {
    padding-right: 0px;
  }
  .pr5 {
    padding-right: 2.5px;
  }
  .pr10 {
    padding-right: 5px;
  }
  .pr15 {
    padding-right: 7.5px;
  }
  .pr20 {
    padding-right: 10px;
  }
  .pr25 {
    padding-right: 12.5px;
  }
  .pr30 {
    padding-right: 15px;
  }
  .pr35 {
    padding-right: 17.5px;
  }
  .pr40 {
    padding-right: 20px;
  }
  .pr45 {
    padding-right: 22.5px;
  }
  .pr50 {
    padding-right: 25px;
  }
  .pr55 {
    padding-right: 27.5px;
  }
  .pr60 {
    padding-right: 30px;
  }
  .pr65 {
    padding-right: 32.5px;
  }
  .pr70 {
    padding-right: 35px;
  }
  .pr75 {
    padding-right: 37.5px;
  }
  .pr80 {
    padding-right: 40px;
  }
  .pr85 {
    padding-right: 42.5px;
  }
  .pr90 {
    padding-right: 45px;
  }
  .pr95 {
    padding-right: 47.5px;
  }
  .pr100 {
    padding-right: 50px;
  }
}
/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  margin: 2px;
  padding: 0 0.3em;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus {
  outline: none;
  border-color: #000;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: 0.5em;
  width: auto;
  min-width: 7em;
}

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  padding: 0 0.3em;
  resize: vertical;
  width: 100%;
}
textarea :focus {
  outline: none;
  border-color: #000;
}

input[type=checkbox],
input[type=radio] {
  background: #FFF;
  cursor: pointer;
  margin-right: 0.5em;
}

textarea::placeholder,
input::placeholder {
  font-size: 1.4rem;
  color: #C5C5C5;
}

/* wordpress pager */
.pager {
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}
.pager a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #000;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
}

.pc .pager a:active,
.pc .pager a:hover,
.pc .pager a:focus {
  border-color: #000;
  color: #000;
}

.pager .previous, .pager .next,
.pager .back {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pager .previous a {
  padding-left: 1.5em;
}

.pager .previous a:before {
  content: "≪";
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
}

.pager .next a {
  padding-right: 1.5em;
}
.pager .next a:after {
  content: "≫";
  content: "";
  position: absolute;
  right: 5px;
  top: 4px;
}

.pager .back a {
  padding: 5px;
}

/* wordpress pagination */
.pagination {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination > li {
  position: relative;
}

.pagination > li > span,
.pagination > li > a {
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.pagination > li > span {
  border-color: #231815;
  cursor: default;
}

.pc .pagination > li > a:active,
.pc .pagination > li > a:hover,
.pc .pagination > li > a:focus {
  border-color: #000;
  color: #000;
}

.pagination > li span.dot {
  border: none;
  width: 1em;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  border-radius: 100%;
  border: none;
  color: #59463D;
  margin: 0 3px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0;
}
.wp-pagenavi .current {
  color: #fff;
  background: #E94B22;
}
.wp-pagenavi .extend {
  color: #CBBFB6;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  width: 16px;
  height: 16px;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  border: none;
}
.wp-pagenavi .previouspostslink {
  margin-right: 20px;
}
.wp-pagenavi .previouspostslink .prev {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  background: url("../img/news/prev.png") no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 2;
}
.wp-pagenavi .nextpostslink {
  margin-left: 20px;
}
.wp-pagenavi .nextpostslink .next {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  background: url("../img/news/next.png") no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 2;
}
.wp-pagenavi a:hover {
  color: #E94B22;
  border: 1px solid #E94B22;
}

/* wordpress breadcrumbs */
.txt_ellipsis .breadcrumbs span:last-of-type {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
  display: inline-block;
  vertical-align: bottom;
}

.breadcrumbs {
  margin: 2% 0;
  font-size: 1.2rem;
}
.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.breadcrumbs a {
  color: #231815;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #000;
}
.breadcrumbs ul, .breadcrumbs ol {
  list-style: none;
  padding: 0;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:before {
  content: ">";
  margin: 0 10px;
}
.breadcrumbs li:first-child:before {
  display: none;
}

@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }
  .breadcrumbs li:before {
    margin: 0 5px;
  }
}
/***************************

layout/header.scss

***************************/
/* toggle button */
.toggle {
  display: none;
}

@media screen and (max-width: 1200px) {
  .toggle {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    text-align: center;
    right: 20px;
    top: 50%;
    translate: 0 -50%;
    z-index: 7;
  }
  .toggle__bar {
    position: relative;
    margin: 8px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .toggle__bar, .toggle__bar::before, .toggle__bar::after {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #E94B22;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .toggle__bar::before, .toggle__bar::after {
    position: absolute;
    content: "";
  }
  .toggle__bar::before {
    top: -8px;
  }
  .toggle__bar::after {
    top: 8px;
  }
}
@media screen and (max-width: 425px) {
  .toggle {
    right: 5px;
  }
}
.toggle.active .toggle__bar {
  background-color: transparent;
}

.toggle.active .toggle__bar::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.toggle.active .toggle__bar::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
  background-color: #F4D329;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

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

 header

***************************/
body.hidden {
  overflow: hidden;
}

.header {
  background-color: #fff;
  position: fixed;
  top: 20px;
  left: 50%;
  translate: -50% 0;
  z-index: 999;
  width: calc(100% - 60px);
  border-radius: 4px;
}
@media screen and (max-width: 425px) {
  .header {
    width: calc(100% - 20px);
  }
}
.header.fixedmenu {
  top: 10px;
  transition: all 0.6s;
}
.header.open {
  border-radius: 4px 4px 0 0;
}
.header-overlay {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
}
.header-overlay.show {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
  gap: 40px;
}
@media screen and (max-width: 425px) {
  .header-inner {
    padding: 15px;
  }
}
.header .left-block {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1300px) {
  .header .left-block .logo {
    width: 220px;
  }
}
@media screen and (max-width: 375px) {
  .header .left-block .logo {
    width: 58vw;
  }
}
.header .left-block .logo a {
  display: block;
  line-height: 1;
}
.header .left-block .h-insta a {
  display: block;
}
.header .left-block .h-insta a i {
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  line-height: 36px;
  background: #FAF9F8;
  border-radius: 100%;
}

@media screen and (max-width: 1200px) {
  .gnav {
    position: fixed;
    width: 100%;
    top: 100%;
    left: 50%;
    translate: -50% 0;
    background: #fff;
    border-radius: 0 0 4px 4px;
    flex-direction: column;
    padding: 40px clamp(20px, 5.2083333333vw, 40px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: calc(100lvh - 110px);
  }
  .gnav.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: all 0.4s;
  }
}
.gnav.scroll {
  overflow-y: scroll;
}
.gnav-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .gnav-inner {
    display: block;
  }
}
.gnav-nav-block {
  display: flex;
  gap: 5px;
}
@media screen and (min-width: 1201px) {
  .gnav-nav-block {
    flex-direction: column-reverse;
    padding-right: clamp(15px, 2vw, 30px);
    border-right: 1px solid rgba(90, 71, 61, 0.4);
  }
}
@media screen and (max-width: 1200px) {
  .gnav-nav-block {
    flex-direction: column;
  }
}
.gnav .main-nav {
  display: flex;
  align-items: center;
  gap: 10px clamp(10px, 2.3333333333vw, 35px);
}
@media screen and (max-width: 1200px) {
  .gnav .main-nav {
    flex-direction: column;
  }
}
.gnav .main-nav li {
  position: relative;
  text-align: center;
}
.gnav .main-nav li > a {
  font-weight: 700;
}
.gnav .main-nav li > a.switch {
  position: relative;
}
.gnav .main-nav li > a.switch:hover {
  cursor: pointer;
  opacity: 1;
}
.gnav .main-nav li > a.switch:after {
  position: absolute;
  content: "+";
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #CBBFB6;
  z-index: 2;
}
@media screen and (min-width: 1201px) {
  .gnav .main-nav li > a.switch:after {
    bottom: -100%;
    left: 50%;
    translate: -50% -50%;
  }
}
@media screen and (max-width: 1200px) {
  .gnav .main-nav li > a.switch:after {
    left: 100%;
    top: 50%;
    translate: 0 -50%;
  }
}
.gnav .sub-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px clamp(10px, 2.3333333333vw, 35px);
}
@media screen and (max-width: 1200px) {
  .gnav .sub-nav {
    margin-bottom: 30px;
    margin-top: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 425px) {
  .gnav .sub-nav {
    flex-direction: column;
  }
}
.gnav .sub-nav li a {
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
}
.gnav .sub-nav li a:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/common/arrow02.png") no-repeat center center;
  background-size: cover;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
}
.gnav-tel-block {
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .gnav-tel-block {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    background: url("../img/common/basic-box-parts.png") no-repeat right bottom;
    background-size: contain;
    background-color: #FAF9F8;
    border-radius: 5px;
  }
}
.gnav-tel-block a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .gnav-tel-block a {
    justify-content: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 650px) {
  .gnav-tel-block a {
    display: flex !important;
  }
}
@media screen and (max-width: 320px) {
  .gnav-tel-block a {
    font-size: 1.375rem;
  }
}
.gnav-tel-block p {
  font-size: 0.8125rem;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 1201px) {
  .switch-hov-box {
    position: absolute;
    top: 100%;
    left: -40px;
    z-index: 10;
    padding-top: 40px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .switch-hov-box.hov {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1200px) {
  .switch-hov-box {
    display: none;
  }
}
.switch-hov-box .medical-under {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 20px;
}
@media screen and (min-width: 1201px) {
  .switch-hov-box .medical-under {
    width: 385px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 0 #EEE;
    padding: 25px 30px;
    gap: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .switch-hov-box .medical-under {
    margin-top: 10px;
  }
}
@media screen and (max-width: 425px) {
  .switch-hov-box .medical-under {
    grid-template-columns: 100%;
  }
}
.switch-hov-box .medical-under li {
  text-align: left;
}
.switch-hov-box .medical-under a {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 0.9375rem;
  padding-left: 25px;
}
@media screen and (max-width: 1200px) {
  .switch-hov-box .medical-under a {
    font-size: 0.875rem;
  }
}
.switch-hov-box .medical-under a:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/common/arrow02.png") no-repeat center center;
  background-size: cover;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
}

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

layout/footer.scss

***************************/
.footer {
  position: relative;
  width: 100%;
  padding-top: 250px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 150px;
  }
}
.footer:before {
  position: absolute;
  content: "";
  width: calc(100% - 50px);
  height: 500px;
  background: url("../img/common/footer-back-image.jpg") no-repeat center center;
  background-size: cover;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .footer:before {
    height: 300px;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 425px) {
  .footer:before {
    width: calc(100% - 20px);
  }
}
.footer-inner {
  position: relative;
  width: 100%;
  padding-top: 100px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    padding-top: 50px;
  }
}
.footer-inner:after {
  position: absolute;
  content: "";
  width: calc(100% - 50px);
  height: 100%;
  background: #fff;
  z-index: 2;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .footer-inner:after {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 425px) {
  .footer-inner:after {
    width: calc(100% - 20px);
  }
}
.footer-inner .footer-wrap {
  position: relative;
  z-index: 3;
  max-width: 1400px;
  padding-left: 100px;
  padding-right: 100px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .footer-inner .footer-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 425px) {
  .footer-inner .footer-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.footer-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .footer-info {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .footer-info {
    margin-bottom: 50px;
  }
}
.footer-info-add {
  width: 480px;
}
@media screen and (max-width: 1024px) {
  .footer-info-add {
    width: 100%;
  }
}
.footer-info-add .flexbox {
  align-items: center;
  gap: 5px 20px;
}
.footer-info-add .insta a {
  display: block;
}
.footer-info-add .insta a i {
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  line-height: 36px;
  background: #FAF9F8;
  border-radius: 100%;
}
.footer-info-add .feature-tag {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 425px) {
  .footer-info-add .feature-tag {
    flex-wrap: wrap;
  }
}
.footer-info-add .feature-tag li {
  font-size: 0.9375rem;
  font-weight: 500;
  background: #FAF9F8;
  border-radius: 2px;
  padding: 0 5px;
}
.footer-info-add .timetable {
  max-width: 460px;
  width: 100%;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .footer-info-add .timetable {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 320px) {
  .footer-info-add .timetable {
    font-size: 60%;
  }
}
.footer-info-add .timetable-block {
  display: flex;
  align-items: center;
}
.footer-info-add .timetable-block:not(:last-child) {
  border-bottom: 1px solid #aaa;
}
.footer-info-add .timetable-block h4 {
  width: 24%;
  font-weight: 500;
  padding: 15px 0;
}
.footer-info-add .timetable-block p {
  width: 10.8571428571%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-info-add .timetable-block .fz14 {
  letter-spacing: -0.3em;
}
@media screen and (max-width: 600px) {
  .footer-info-add .timetable-block .fz14 {
    font-size: 0.625rem;
  }
}
.footer-info-add .timetable-block .fz12 {
  font-size: 0.5625rem;
}
.footer-info-add .timetable-block span {
  position: relative;
  line-height: 1;
}
.footer-info-add .timetable-block .round:before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background: #E94B22;
  border-radius: 100%;
}
@media screen and (max-width: 320px) {
  .footer-info-add .timetable-block .round:before {
    width: 10px;
    height: 10px;
  }
}
.footer-info-add .timetable-block .line:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 11px;
  height: 2px;
  background: #999;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 320px) {
  .footer-info-add .timetable-block .line:before {
    width: 8px;
  }
}
.footer-info-add .timetable-block .triangle:before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 11px;
  background: #E94B22;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
@media screen and (max-width: 320px) {
  .footer-info-add .timetable-block .triangle:before {
    width: 10px;
    height: 8px;
  }
}
.footer-info-add .note .triangle:before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 11px;
  background: #E94B22;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.footer-info-map {
  max-width: 660px;
  width: calc(100% - 480px);
}
@media screen and (max-width: 1024px) {
  .footer-info-map {
    max-width: 100%;
    width: 100%;
  }
}
.footer-info-map .gmap {
  position: relative;
  aspect-ratio: 12/7;
  margin-bottom: 20px;
}
@media screen and (min-width: 1201px) {
  .footer-info-map .gmap {
    aspect-ratio: 12/5;
  }
}
@media screen and (max-width: 1024px) {
  .footer-info-map .gmap {
    aspect-ratio: 12/5;
  }
}
@media screen and (max-width: 600px) {
  .footer-info-map .gmap {
    aspect-ratio: 12/9;
  }
}
.footer-info-map .gmap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.footer-info-map p {
  font-weight: 500;
}
.footer-info-map p a {
  font-size: 0.8125rem;
  color: #E94B22;
  text-decoration: underline;
}
.footer-info-map p a:hover {
  color: #E94B22;
}
.footer-reservation {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
  background: #FBF8EC;
  border-radius: 5px;
  padding: 45px 55px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .footer-reservation {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation {
    padding: 35px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 425px) {
  .footer-reservation {
    padding: 35px 20px;
  }
}
.footer-reservation-link {
  max-width: 410px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .footer-reservation-link {
    max-width: 100%;
  }
}
.footer-reservation-link .tel {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 20px 15px 15px;
}
.footer-reservation-link .tel p {
  font-size: 0.9375rem;
  text-align: center;
}
.footer-reservation-link .tel .flexbox {
  gap: 3px 10px;
}
@media screen and (max-width: 768px) {
  .footer-reservation-link .tel .flexbox {
    flex-wrap: wrap;
  }
}
.footer-reservation-link .tel .flexbox a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.625rem;
}
@media screen and (max-width: 425px) {
  .footer-reservation-link .tel .flexbox a {
    font-size: 5.1764705882vw;
  }
}
.footer-reservation-link .tel .flexbox p {
  font-size: 0.8125rem;
}
.footer-reservation-link .web {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  min-height: 63px;
  background: #F4D329;
  border-radius: 4px;
  padding: 10px 15px;
  padding-right: 35px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .footer-reservation-link .web {
    flex-direction: column;
    gap: 5px;
    padding-right: 15px;
  }
}
.footer-reservation-link .web p {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer-reservation-link .web span {
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.875rem;
  border: 1px solid #5A473D;
  border-radius: 2px;
}
@media screen and (max-width: 600px) {
  .footer-reservation-link .web span {
    width: 100%;
    text-align: center;
    font-size: 0.75rem;
    padding: 3px 10px;
  }
}
.footer-reservation-link .web:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/common/arrow02.png") no-repeat center center;
  background-size: cover;
  z-index: 3;
}
@media screen and (min-width: 601px) {
  .footer-reservation-link .web:after {
    top: 50%;
    right: 14px;
    translate: 0 -50%;
  }
}
@media screen and (max-width: 600px) {
  .footer-reservation-link .web:after {
    right: 14px;
    bottom: 15px;
  }
}
.footer-nav {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 4%;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .footer-nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .footer-nav {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .footer-nav {
    grid-template-columns: 100%;
  }
}
.footer-nav .end-nav {
  width: 100%;
}
.footer-nav .end-nav > li {
  padding: 25px 0;
  font-weight: 700;
}
@media screen and (max-width: 425px) {
  .footer-nav .end-nav > li {
    padding: 15px 0;
  }
}
.footer-nav .end-nav > li:not(.end-under) {
  border-bottom: 1px solid #eee;
}
.footer-nav .end-nav > li > a {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 20px;
}
.footer-nav .end-nav > li > a:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/common/arrow02.png") no-repeat center center;
  background-size: cover;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
}
.footer-nav .end-nav .end-under {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer-nav .end-nav .end-under-nav li {
  min-width: 120px;
}
.footer-nav .end-nav .end-under-nav li a {
  position: relative;
  font-size: 0.8125rem;
  font-weight: 500;
}
.footer-nav .end-nav .end-under-nav li a:before {
  display: inline-block;
  content: "-";
}
.footer-end {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
  /* border-top: 1px solid #eee; */
}
@media screen and (max-width: 600px) {
  .footer-end {
    padding: 20px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.footer-end a {
  font-size: 0.8125rem;
}
.footer-end small {
  display: inline-block;
  font-size: 0.6875rem;
  letter-spacing: 0.02em;
  color: #CBBFB6;
}

.pagetop {
  position: absolute;
  bottom: 35px;
  right: 15px;
  z-index: 5;
}
@media screen and (max-width: 425px) {
  .pagetop {
    /* right: 10px; */
    right: 20px;
  }
}
.pagetop a {
  position: relative;
  display: block;
  padding-top: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  writing-mode: tb-rl;
}
.pagetop a:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 32px;
  top: 0;
  left: 50%;
  translate: -50% 0;
  background: #59463D;
  opacity: 0.2;
}

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

 user common css

////////////////////////*/
.wrap1200 {
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 425px) {
  .wrap1200 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wrap1070 {
  max-width: 1110px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 425px) {
  .wrap1070 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main {
  position: relative;
}

.fix-banner {
  pointer-events: none;
  position: sticky;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.fix-banner a {
  position: absolute;
  bottom: calc(100% + 30px);
  right: 30px;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  z-index: 10;
  pointer-events: all;
  filter: drop-shadow(6px 6px 14px rgba(104, 84, 59, 0.4));
}
@media screen and (max-width: 768px) {
  .fix-banner a {
    bottom: calc(100% + 20px);
    right: 20px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 425px) {
  .fix-banner a {
    bottom: calc(100% + 15px);
    right: 15px;
    width: 90px;
    height: 90px;
  }
}
.fix-banner a img {
  width: 100%;
}

.sp {
  display: none;
}
.sp550 {
  display: none;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.vt_align_top {
  vertical-align: top;
}

.wd_100 {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 651px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    text-decoration: underline;
    display: inline-block;
  }
}
@media screen and (max-width: 550px) {
  .pc550 {
    display: none;
  }
  .sp550 {
    display: block;
  }
}
@media screen and (max-width: 425px) {
  .sp {
    display: block;
  }
}
/*////////////////////////

fonts

////////////////////////*/
.bold {
  font-weight: bold;
}

.ls5 {
  letter-spacing: 0.05em;
}

.lh2 {
  line-height: 2;
}

.lh18 {
  line-height: 1.8;
}

.lh1 {
  line-height: 1;
}

.thin {
  font-weight: 100;
}

.ex-light {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.sm-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.ex-bold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.fz32 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .fz32 {
    font-size: clamp(1.625rem, 4.1666666667vw, 2rem);
  }
}

.fz26 {
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .fz26 {
    font-size: clamp(1.375rem, 3.3854166667vw, 1.625rem);
  }
}

.fz24 {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .fz24 {
    font-size: clamp(1.25rem, 3.125vw, 1.5rem);
  }
}

.fz21 {
  font-size: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .fz21 {
    font-size: clamp(1.0625rem, 2.734375vw, 1.3125rem);
  }
}

.fz18 {
  font-size: 1.125rem;
}

.fz16 {
  font-size: 1rem;
}

.fz15 {
  font-size: 0.9375rem;
}

.fz14 {
  font-size: 0.875rem;
}

.fz12 {
  font-size: 0.75rem;
}

.col_sb01 {
  color: #E94B21;
}

.col_white {
  color: #fff;
}

.bc_sb01 {
  background-color: #CBBFB6;
}

.bd-r6 {
  border-radius: 6px;
}

.note {
  position: relative;
  padding-left: 1em;
}
.note:before {
  position: absolute;
  content: "※";
  left: 0;
}

.g1em {
  gap: 1em;
}

.g0 {
  gap: 0px;
}

.g5 {
  gap: 5px;
}

.g10 {
  gap: 10px;
}

.g15 {
  gap: 15px;
}

.g20 {
  gap: 20px;
}

.g25 {
  gap: 25px;
}

.g30 {
  gap: 30px;
}

.g35 {
  gap: 35px;
}

.g40 {
  gap: 40px;
}

.g45 {
  gap: 45px;
}

.g50 {
  gap: 50px;
}

.g55 {
  gap: 55px;
}

.g60 {
  gap: 60px;
}

.g65 {
  gap: 65px;
}

.g70 {
  gap: 70px;
}

.g75 {
  gap: 75px;
}

.g80 {
  gap: 80px;
}

.g85 {
  gap: 85px;
}

.g90 {
  gap: 90px;
}

.g95 {
  gap: 95px;
}

.g100 {
  gap: 100px;
}

.rg0 {
  row-gap: 0px;
}

.rg5 {
  row-gap: 5px;
}

.rg10 {
  row-gap: 10px;
}

.rg15 {
  row-gap: 15px;
}

.rg20 {
  row-gap: 20px;
}

.rg25 {
  row-gap: 25px;
}

.rg30 {
  row-gap: 30px;
}

.rg35 {
  row-gap: 35px;
}

.rg40 {
  row-gap: 40px;
}

.rg45 {
  row-gap: 45px;
}

.rg50 {
  row-gap: 50px;
}

.rg55 {
  row-gap: 55px;
}

.rg60 {
  row-gap: 60px;
}

.rg65 {
  row-gap: 65px;
}

.rg70 {
  row-gap: 70px;
}

.rg75 {
  row-gap: 75px;
}

.rg80 {
  row-gap: 80px;
}

.rg85 {
  row-gap: 85px;
}

.rg90 {
  row-gap: 90px;
}

.rg95 {
  row-gap: 95px;
}

.rg100 {
  row-gap: 100px;
}

.cg0 {
  column-gap: 0px;
}

.cg5 {
  column-gap: 5px;
}

.cg10 {
  column-gap: 10px;
}

.cg15 {
  column-gap: 15px;
}

.cg20 {
  column-gap: 20px;
}

.cg25 {
  column-gap: 25px;
}

.cg30 {
  column-gap: 30px;
}

.cg35 {
  column-gap: 35px;
}

.cg40 {
  column-gap: 40px;
}

.cg45 {
  column-gap: 45px;
}

.cg50 {
  column-gap: 50px;
}

.cg55 {
  column-gap: 55px;
}

.cg60 {
  column-gap: 60px;
}

.cg65 {
  column-gap: 65px;
}

.cg70 {
  column-gap: 70px;
}

.cg75 {
  column-gap: 75px;
}

.cg80 {
  column-gap: 80px;
}

.cg85 {
  column-gap: 85px;
}

.cg90 {
  column-gap: 90px;
}

.cg95 {
  column-gap: 95px;
}

.cg100 {
  column-gap: 100px;
}

.symbol01 {
  position: relative;
  padding-left: 1em;
}
.symbol01:before {
  position: absolute;
  content: "・";
  left: 0;
}

.w-fit {
  width: fit-content;
}

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

object/project/effects.scss

***************************/
/*ロード時にフェードイン*/
.fadein {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*スクロールフェードイン*/
.fadeInTop {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
  visibility: visible !important;
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInBottom {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
  visibility: visible !important;
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInLeft {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible !important;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes aboutText {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes openBox {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@-webkit-keyframes openBox {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@keyframes openText {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes openText {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes faq {
  0% {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  100% {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.8;
    visibility: visible;
  }
}
/*////////////////////////

btn

////////////////////////*/
.btn-A {
  position: relative;
  max-width: 250px;
  width: 100%;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #fff;
  background: #5A473D;
  border-radius: 3px;
  padding-right: 35px;
  padding-left: 15px;
}
.btn-A:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/common/arrow01.png") no-repeat center center;
  background-size: cover;
  top: 50%;
  right: 19px;
  translate: 0 -50%;
  z-index: 2;
  transition: all 0.6s;
}
.btn-A:hover {
  color: #fff;
}
.btn-A:hover:after {
  translate: 10px -50%;
}

.btn-back {
  position: relative;
  max-width: 250px;
  width: 100%;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #fff;
  background: #5A473D;
  border-radius: 3px;
  padding-left: 35px;
  padding-right: 15px;
}
.btn-back:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/common/arrow01.png") no-repeat center center;
  background-size: cover;
  top: 50%;
  left: 19px;
  translate: 0 -50%;
  z-index: 2;
  transition: all 0.6s;
  rotate: 180deg;
}
.btn-back:hover {
  color: #fff;
}
.btn-back:hover:after {
  translate: -10px -50%;
}

.btn-center {
  margin-left: auto;
  margin-right: auto;
}

.btn-right {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .tab-center {
    margin-left: auto;
    margin-right: auto;
  }
}
/*////////////////////////

hdg__

////////////////////////*/
.hdg01 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 20px;
  font-size: 1.625rem;
  letter-spacing: 0.08em;
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .hdg01 {
    font-size: clamp(1.375rem, 3.3854166667vw, 1.625rem);
  }
}
.hdg01:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 33px;
  background: url("../img/hdg/hdg-parts01.png") no-repeat center center;
  background-size: cover;
  left: 0;
  top: calc(0.75em - 16px);
}
.hdg01 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #E94B21;
}

.hdg02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.hdg02 .en {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 35px;
  padding-right: 35px;
}
.hdg02 .en:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 9px;
  background: url("../img/hdg/hdg-parts02.png") repeat center left;
  background-size: contain;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  opacity: 0.45;
}
.hdg02 .en:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 9px;
  background: url("../img/hdg/hdg-parts03.png") repeat center right;
  background-size: contain;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  opacity: 0.45;
}

.hdg03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.hdg03 .sub {
  width: fit-content;
  min-height: 35px;
  color: #E94B22;
  border: 1px dotted #E94B22;
  padding: 5px 20px;
  border-radius: 17px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}
.hdg03 .main {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 425px) {
  .hdg03 .main {
    line-height: 1.8;
  }
}
.hdg03 .main br.tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .hdg03 .main br.tab {
    display: block;
  }
}
.hdg03 .main br.sp {
  display: none;
}
@media screen and (max-width: 425px) {
  .hdg03 .main br.sp {
    display: block;
  }
}
.hdg03 .main span {
  border-bottom: 2px dotted;
}

.hdg04 {
  position: relative;
  padding-top: 20px;
  background: linear-gradient(90deg, #E94B22 28px, #CBBFB6 28px);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: top left;
}

.hdg05 {
  width: fit-content;
  min-height: 35px;
  padding: 3px 20px;
  color: #E94B22;
  background: #fff;
  border: 1px dotted #E94B22;
  border-radius: 17px;
}

.hdg06 {
  position: relative;
  padding-left: calc(1em + 9px);
}
.hdg06:before {
  position: absolute;
  content: "";
  width: 0.6875em;
  height: 0.6875em;
  background: #59463D;
  border-radius: 100%;
  left: 5px;
  top: 0.40625em;
}

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

object/top.scss

***************************/
.mv {
  position: relative;
  width: 100%;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-bottom: 60px;
  }
}
.mv-wrap {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1501px) {
  .mv .mvSlider .swiper-slide img {
    width: 100%;
  }
}
@media screen and (max-width: 1500px) {
  .mv .mvSlider .swiper-slide img {
    min-height: 740px;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .mv .mvSlider .swiper-slide img {
    min-height: 700px;
  }
}
@media screen and (max-width: 425px) {
  .mv .mvSlider .swiper-slide img {
    min-height: 500px;
  }
}
.mv-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  top: 0;
  left: 0;
  padding: 120px clamp(40px, 7.3333333333vw, 110px);
  z-index: 5;
}
@media screen and (max-width: 425px) {
  .mv-inner {
    padding: 100px 30px;
  }
}
.mv-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.mv-copy h2 {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  background: #fff;
  border-radius: 4px;
  padding: 0 25px;
}
@media screen and (max-width: 1024px) {
  .mv-copy h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mv-copy h2 {
    font-size: clamp(1.75rem, 5.2083333333vw, 2.5rem);
  }
}
@media screen and (max-width: 320px) {
  .mv-copy h2 {
    font-size: 1.375rem;
  }
}
.mv-copy h2:first-child {
  padding-right: 0;
}
.mv-copy h2:first-child:before {
  position: absolute;
  content: "";
  width: 42px;
  height: 40px;
  background: url("../img/top/mv-copy-parts01.png") no-repeat center center;
  background-size: cover;
  top: -18px;
  right: -25px;
  z-index: 2;
}
@media screen and (max-width: 425px) {
  .mv-copy h2:first-child:before {
    width: 28px;
    height: auto;
    aspect-ratio: 42/40;
    right: -10px;
  }
}
.mv-copy h2:last-child:before {
  position: absolute;
  content: "";
  width: 34px;
  height: 33px;
  background: url("../img/top/mv-copy-parts03.png") no-repeat center center;
  background-size: cover;
  top: -20px;
  right: 10px;
  z-index: 2;
}
@media screen and (max-width: 425px) {
  .mv-copy h2:last-child:before {
    width: 20px;
    height: auto;
    aspect-ratio: 34/33;
    top: -10px;
  }
}
.mv-copy h2:last-child:after {
  position: absolute;
  content: "";
  width: 78px;
  height: 80px;
  background: url("../img/top/mv-copy-parts02.png") no-repeat center center;
  background-size: cover;
  bottom: -15px;
  left: -60px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .mv-copy h2:last-child:after {
    left: -20px;
    bottom: -40px;
  }
}
@media screen and (max-width: 425px) {
  .mv-copy h2:last-child:after {
    width: 54px;
    height: auto;
    aspect-ratio: 78/80;
    bottom: -20px;
  }
}
.mv-point {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 425px) {
  .mv-point {
    gap: 15px;
  }
  .mv-point li {
    width: 80px;
  }
}
.mv-news {
  position: relative;
  z-index: 5;
  display: flex;
}
@media screen and (max-width: 600px) {
  .mv-news {
    width: 95%;
  }
}
@media screen and (min-width: 426px) {
  .mv-news {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 425px) {
  .mv-news {
    margin-top: -50px;
  }
}
.mv-news .scroll {
  position: relative;
  width: 123px;
  min-height: 123px;
  display: flex;
  align-items: flex-end;
  background: #E94B22;
}
@media screen and (max-width: 768px) {
  .mv-news .scroll {
    display: none;
  }
}
.mv-news .scroll p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  writing-mode: tb-rl;
  line-height: 1.2;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 45px;
}
@media screen and (max-width: 425px) {
  .mv-news .scroll p {
    padding-bottom: 35px;
  }
}
.mv-news .scroll span {
  position: absolute;
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 425px) {
  .mv-news .scroll span {
    height: 22px;
  }
}
.mv-news .scroll span:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 32px;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 3;
  animation: scrollline 1s infinite;
}
@media screen and (max-width: 425px) {
  .mv-news .scroll span:before {
    height: 22px;
  }
}
.mv-news-box {
  min-height: 123px;
  padding: 15px 50px 15px 35px;
  background: #FAF9F8;
  border-top-right-radius: 10px;
  max-width: calc(100% - 123px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .mv-news-box {
    max-width: 100%;
    width: 100%;
    padding: 15px 25px;
  }
}
@media screen and (max-width: 425px) {
  .mv-news-box {
    width: 100%;
  }
}
.mv-news-box-ttl {
  width: 170px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px dotted #59463D;
  border-radius: 17px;
}
.mv-news-box .flexbox {
  align-items: center;
  gap: 10px 50px;
}
@media screen and (max-width: 600px) {
  .mv-news-box .flexbox {
    flex-direction: column;
    align-items: flex-end;
  }
}
.mv-news-box .permalink {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 600px) {
  .mv-news-box .permalink {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .mv-news-box .permalink {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.mv-news-box .permalink .day {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #CBBFB6;
  padding-right: 15px;
  letter-spacing: 0.04em;
}
.mv-news-box .permalink .day:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 11px;
  background: #CBBFB6;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
.mv-news-box .permalink h3 {
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
}
.mv-news-box .link {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  border-bottom: 1px solid;
}

@keyframes scrollline {
  0% {
    translate: 0 -100%;
  }
  100% {
    translate: 0 100%;
  }
}
.t-about {
  width: 100%;
  margin-bottom: 120px;
}
.t-about .flexbox {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .t-about .flexbox {
    flex-direction: column;
    /*flex-direction: column-reverse;*/
    gap: 75px;
  }
}
.t-about-text {
  position: relative;
  max-width: 380px;
  width: 100%;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .t-about-text {
    max-width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .t-about-text {
    padding: 0 10px;
  }
}
.t-about-text:before {
  position: absolute;
  content: "";
  left: -50px;
  top: 100%;
  z-index: 2;
  width: 216px;
  height: 124px;
  background: url("../img/top/about-text-deco01.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1300px) {
  .t-about-text:before {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .t-about-text:before {
    width: 166px;
    aspect-ratio: 216/124;
    background-size: 100% auto;
  }
}
.t-about-text:after {
  position: absolute;
  content: "";
  right: -40px;
  top: 100%;
  z-index: 2;
  width: 40px;
  height: 89px;
  background: url("../img/top/about-text-deco02.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1300px) {
  .t-about-text:after {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .t-about-text:after {
    width: 30px;
    aspect-ratio: 40/89;
    background-size: 100% auto;
    right: 10px;
    top: 90%;
  }
}
@media screen and (max-width: 425px) {
  .t-about-text:after {
    top: 100%;
  }
}
.t-about-image {
  max-width: 750px;
  width: calc(100% - 380px);
}
@media screen and (max-width: 768px) {
  .t-about-image {
    width: 100%;
  }
}

.t-feature {
  position: relative;
  background: #FAF9F8;
  padding: 90px 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .t-feature {
    padding: 50px 0;
    margin-bottom: 60px;
  }
}
.t-feature:after {
  position: absolute;
  content: "";
  width: 489px;
  height: 430px;
  background: url("../img/top/feature-back02.png") no-repeat center center;
  background-size: cover;
  bottom: 0;
  left: -45px;
  z-index: 3;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .t-feature:after {
    width: 49vw;
    height: auto;
    aspect-ratio: 489/430;
  }
}
@media screen and (max-width: 425px) {
  .t-feature:after {
    width: 80vw;
  }
}
.t-feature-head {
  text-align: center;
  margin-bottom: 50px;
}
.t-feature-head p {
  width: fit-content;
  min-height: 35px;
  color: #E94B22;
  border: 1px dotted #E94B22;
  padding: 5px 20px;
  border-radius: 17px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.t-feature-head h3 {
  position: relative;
  width: fit-content;
  padding: 0 100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .t-feature-head h3 {
    padding: 0 80px;
  }
}
@media screen and (max-width: 425px) {
  .t-feature-head h3 {
    width: 100%;
    line-height: 1.8;
    padding: 0 60px;
  }
}
.t-feature-head h3:before {
  position: absolute;
  content: "";
  left: 10px;
  bottom: -20px;
  width: 60px;
  height: 100px;
  background: url("../img/top/feature-deco01.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .t-feature-head h3:before {
    width: 50px;
    height: auto;
    aspect-ratio: 6/10;
    bottom: 0;
  }
}
@media screen and (max-width: 425px) {
  .t-feature-head h3:before {
    width: 40px;
    left: 0;
    bottom: 50%;
    translate: 0 50%;
  }
}
.t-feature-head h3:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -20px;
  width: 70px;
  height: 83px;
  background: url("../img/top/feature-deco02.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .t-feature-head h3:after {
    width: 60px;
    height: auto;
    aspect-ratio: 70/83;
    bottom: 0;
  }
}
@media screen and (max-width: 425px) {
  .t-feature-head h3:after {
    width: 50px;
    bottom: 50%;
    translate: 0 50%;
  }
}
.t-feature-head h3 br.tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .t-feature-head h3 br.tab {
    display: block;
  }
}
.t-feature-head h3 br.sp {
  display: none;
}
@media screen and (max-width: 425px) {
  .t-feature-head h3 br.sp {
    display: block;
  }
}
.t-feature-head h3 span {
  border-bottom: 2px dotted;
}
.t-feature-list {
  position: relative;
  max-width: 1070px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 35px;
  counter-reset: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .t-feature-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
@media screen and (max-width: 425px) {
  .t-feature-list {
    grid-template-columns: 100%;
  }
}
.t-feature-list:before {
  position: absolute;
  content: "";
  width: 65px;
  height: 80px;
  background: url("../img/top/feature-back01.png") no-repeat center center;
  background-size: cover;
  top: -35px;
  left: -35px;
  mix-blend-mode: screen;
  opacity: 0.65;
}
@media screen and (max-width: 1200px) {
  .t-feature-list:before {
    left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .t-feature-list:before {
    left: 0;
  }
}
.t-feature-list:after {
  position: absolute;
  content: "";
  width: 66px;
  height: 64px;
  background: url("../img/top/feature-back03.png") no-repeat center center;
  background-size: cover;
  top: 50%;
  right: -50px;
  translate: 0 -50%;
  mix-blend-mode: screen;
  opacity: 0.65;
}
@media screen and (max-width: 1200px) {
  .t-feature-list:after {
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .t-feature-list:after {
    right: 0;
  }
}
.t-feature-list-block {
  position: relative;
  z-index: 4;
  width: 100%;
  counter-increment: count;
}
.t-feature-list-block .image {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.t-feature-list-block .image:before {
  position: absolute;
  content: "0" counter(count);
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
  background: #F4D329;
  border-radius: 10px 0 70% 0;
  top: 0;
  left: 0;
  z-index: 3;
}
.t-feature-list-block .image img {
  width: 100%;
  border-radius: 10px;
}

.t-medical {
  width: 100%;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .t-medical {
    margin-bottom: 60px;
  }
}
.t-medical-ttl {
  position: relative;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../img/top/medical-ttl-deco.png") no-repeat center top;
  background-size: 157px 37px;
}
.t-medical-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 15px;
}
@media screen and (max-width: 768px) {
  .t-medical-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .t-medical-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 425px) {
  .t-medical-list {
    gap: 5px;
  }
}
.t-medical-list a {
  display: block;
  border-radius: 5px;
  background: #FAF9F8;
  width: 100%;
  min-height: 220px;
  padding: 20px 20px 30px;
}
@media screen and (max-width: 425px) {
  .t-medical-list a {
    min-height: auto;
    height: 100%;
    padding: 10px 10px 20px;
  }
}
.t-medical-list a .icn {
  width: 115px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background: #CBBFB6;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 425px) {
  .t-medical-list a .icn {
    width: 95px;
  }
}
.t-medical-list a .icn .over {
  display: none;
}
.t-medical-list a .ttl {
  position: relative;
  width: fit-content;
  min-width: 125px;
  text-align: center;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
@media screen and (max-width: 425px) {
  .t-medical-list a .ttl {
    font-size: 3.7647058824vw;
    min-width: auto;
  }
}
.t-medical-list a .ttl:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 10px;
  background: url("../img/top/medical-menu-arrow.png") no-repeat center center;
  background-size: cover;
  top: 50%;
  left: 100%;
  translate: 0 -50%;
  z-index: 2;
}
@media screen and (max-width: 425px) {
  .t-medical-list a .ttl:after {
    right: 0;
    left: inherit;
  }
}
.t-medical-list a:hover {
  opacity: 1;
  background: #F4D329;
}
.t-medical-list a:hover .icn {
  background: #FAF9F8;
}
.t-medical-list a:hover .icn .leave {
  display: none;
}
.t-medical-list a:hover .icn .over {
  display: block;
}

.t-pagelink {
  width: 100%;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .t-pagelink {
    margin-bottom: 60px;
  }
}
.t-pagelink .flexbox {
  gap: 40px clamp(40px, 5.3333333333vw, 80px);
}
@media screen and (max-width: 900px) {
  .t-pagelink .flexbox {
    flex-direction: column;
  }
}
.t-pagelink-block {
  position: relative;
  width: 50%;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .t-pagelink-block {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 425px) {
  .t-pagelink-block {
    flex-direction: column;
  }
}
.t-pagelink-block.t-first a:before {
  position: absolute;
  content: "";
  width: 48px;
  height: 46px;
  background: url("../img/top/for-first-deco01.png") no-repeat center center;
  background-size: cover;
  top: -25px;
  left: 25px;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 425px) {
  .t-pagelink-block.t-first a:before {
    top: -10px;
    left: 10px;
  }
}
.t-pagelink-block.t-first a:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/top/for-first-deco02.png") no-repeat center center;
  background-size: cover;
  bottom: 105px;
  right: -15px;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 425px) {
  .t-pagelink-block.t-first a:after {
    right: -5px;
  }
}
.t-pagelink-block.t-price {
  margin-top: 65px;
}
@media screen and (max-width: 900px) {
  .t-pagelink-block.t-price {
    margin-top: 0;
  }
}
.t-pagelink-block.t-price a:before {
  position: absolute;
  content: "";
  width: 64px;
  height: 89px;
  background: url("../img/top/price-deco.png") no-repeat center center;
  background-size: cover;
  top: -25px;
  right: 20px;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 425px) {
  .t-pagelink-block.t-price a:before {
    top: -15px;
    right: 10px;
  }
}
.t-pagelink-block-head {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 425px) {
  .t-pagelink-block-head {
    gap: 20px;
  }
}
.t-pagelink-block-head-ttl {
  line-height: 1.4;
}
@media screen and (min-width: 426px) {
  .t-pagelink-block-head-ttl {
    writing-mode: tb-rl;
  }
}
@media screen and (min-width: 426px) {
  .t-pagelink-block-head .text {
    writing-mode: tb-rl;
    margin-left: auto;
    margin-right: auto;
  }
}
.t-pagelink-block a {
  position: relative;
  display: block;
}
.t-pagelink-block a span {
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 16px;
  height: 16px;
}
.t-pagelink-block a span:after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/common/arrow01.png") no-repeat center center;
  background-size: cover;
  z-index: 2;
}
.t-pagelink-block a img {
  border-radius: 4px;
  width: 100%;
}
@media screen and (max-width: 425px) {
  .t-pagelink-block a img {
    height: 200px;
    object-fit: cover;
  }
}

.t-news {
  position: relative;
  width: 100%;
  background: #FBF8EC;
  padding: 100px 0;
}
.t-news .wrap1100 {
  max-width: 1100px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 425px) {
  .t-news .wrap1100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.t-news-flexbox {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .t-news-flexbox {
    flex-direction: column;
  }
}
.t-news-block {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .t-news-block {
    max-width: 100%;
  }
}
.t-news-list {
  width: 100%;
  border-top: 1px solid #5A473D;
  margin-bottom: 40px;
}
.t-news-list-block {
  padding: 35px 0;
  border-bottom: 1px solid #5A473D;
}
@media screen and (max-width: 425px) {
  .t-news-list-block {
    padding: 20px 0;
  }
}
.t-news-list-block a {
  display: flex;
}
@media screen and (max-width: 425px) {
  .t-news-list-block a {
    flex-direction: column;
  }
}
.t-news-list-block a .day {
  width: 125px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #CBBFB6;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.t-news-list-block a h4 {
  width: calc(100% - 125px);
  font-weight: 500;
}
@media screen and (max-width: 425px) {
  .t-news-list-block a h4 {
    width: 100%;
  }
}
.t-news-list-block a h4 span {
  background: linear-gradient(0deg, #5A473D 1px, transparent 1px);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: all 0.4s;
}
.t-news-list-block a:hover h4 span {
  background-size: 100% 1px;
}
.t-news .btn-A {
  max-width: 180px;
}
@media screen and (max-width: 425px) {
  .t-news .btn-A {
    margin-right: auto;
  }
}

.t-blog-list {
  width: 100%;
  border-top: 1px solid #5A473D;
  margin-bottom: 40px;
}
.t-blog-list-block {
  padding: 18px 0;
  border-bottom: 1px solid #5A473D;
}
.t-blog-list-block a {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 425px) {
  .t-blog-list-block a {
    flex-direction: column;
    align-items: flex-start;
  }
}
.t-blog-list-block a .thum {
  width: 135px;
}
.t-blog-list-block a .thum img {
  border-radius: 4px;
}
.t-blog-list-block a .data {
  width: calc(100% - 155px);
}
@media screen and (max-width: 425px) {
  .t-blog-list-block a .data {
    width: 100%;
  }
}
.t-blog-list-block a .data .day {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #CBBFB6;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.t-blog-list-block a .data h4 {
  font-weight: 500;
}
.t-blog-list-block a .data h4 span {
  background: linear-gradient(0deg, #5A473D 1px, transparent 1px);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: all 0.4s;
}
.t-blog-list-block a:hover .data h4 span {
  background-size: 100% 1px;
}

.t-otherlink {
  width: 100%;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .t-otherlink {
    padding-top: 60px;
  }
}
.t-otherlink .flexbox {
  position: relative;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .t-otherlink .flexbox {
    flex-direction: column;
    align-items: center;
  }
}
.t-otherlink .flexbox:before {
  position: absolute;
  content: "";
  width: 65px;
  height: 80px;
  background: url("../img/top/page-link-deco01.png") no-repeat center center;
  background-size: cover;
  top: -25px;
  left: -45px;
  z-index: 2;
  opacity: 0.25;
}
@media screen and (max-width: 1300px) {
  .t-otherlink .flexbox:before {
    left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .t-otherlink .flexbox:before {
    left: 25px;
    top: -30px;
  }
}
.t-otherlink .flexbox:after {
  position: absolute;
  content: "";
  width: 66px;
  height: 64px;
  background: url("../img/top/page-link-deco02.png") no-repeat center center;
  background-size: cover;
  bottom: -15px;
  right: -45px;
  z-index: 2;
  opacity: 0.25;
}
@media screen and (max-width: 1300px) {
  .t-otherlink .flexbox:after {
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .t-otherlink .flexbox:after {
    right: 25px;
    bottom: -30px;
  }
}
.t-otherlink-btn {
  position: relative;
  max-width: 570px;
  width: 100%;
  min-height: 171px;
  background: url("../img/common/basic-box-parts.png") no-repeat right bottom;
  background-size: cover;
  background-size: 407px 171px;
  background-color: #FAF9F8;
  border-radius: 4px;
  padding: 30px 45px 30px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 3;
}
@media screen and (max-width: 425px) {
  .t-otherlink-btn {
    flex-direction: column;
  }
}
.t-otherlink-btn:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/common/arrow02.png") no-repeat center center;
  background-size: cover;
  top: 50%;
  right: 25px;
  translate: 0 -50%;
  z-index: 3;
  pointer-events: none;
  transition: all 0.6s;
}
.t-otherlink-btn.blank:after {
  background: url("../img/common/blank-icn.png") no-repeat center center;
  background-size: contain;
}
.t-otherlink-btn:hover:after {
  translate: 10px -50%;
}
.t-otherlink-btn .icn {
  width: 92px;
}
@media screen and (max-width: 425px) {
  .t-otherlink-btn .icn {
    width: 62px;
  }
}
.t-otherlink-btn .data {
  width: calc(100% - 112px);
}
@media screen and (max-width: 425px) {
  .t-otherlink-btn .data {
    width: 100%;
  }
}
.t-otherlink-btn .data .ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 425px) {
  .t-otherlink-btn .data .ttl {
    flex-direction: column;
  }
}

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

object/subpage.scss

***************************/
.subpage {
  position: relative;
  width: 100%;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .subpage {
    margin-bottom: 70px;
  }
}
.subpage-mv {
  position: relative;
  width: 100%;
  background: #FAF9F8;
  padding-top: 115px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .subpage-mv {
    margin-bottom: 30px;
  }
}
.subpage-mv:before {
  position: absolute;
  content: "";
  width: 393px;
  height: 345px;
  background: url("../img/subpage/subpage-mv-back.png") no-repeat center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 0.75;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .subpage-mv:before {
    aspect-ratio: 393/345;
    width: 40vw;
    height: auto;
  }
}
.subpage-mv-inner {
  position: relative;
  width: 100%;
  z-index: 3;
  padding: clamp(40px, 14.3229166667vw, 110px) 20px;
}

.anchor-link {
  max-width: 1240px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 425px) {
  .anchor-link li {
    width: 100%;
  }
}
.anchor-link li a {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  min-height: 53px;
  font-weight: 600;
  line-height: 1;
  padding: 5px 20px 5px 50px;
  border: 1px solid #eee;
  border-radius: 7px;
  background: #fff;
}
@media screen and (max-width: 425px) {
  .anchor-link li a {
    min-height: 48px;
    width: 100%;
  }
}
.anchor-link li a:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 17px;
  background: url("../img/subpage/anchor-arrow.png") no-repeat center center;
  background-size: cover;
  top: 50%;
  left: 20px;
  translate: 0 -50%;
  z-index: 2;
  pointer-events: none;
}
.anchor-link li a:hover {
  opacity: 1;
  border-color: #F4A48F;
  color: #EA4F27;
}
.anchor-link li a:hover:before {
  background: url("../img/subpage/anchor-arrow-hov.png") no-repeat center center;
  background-size: cover;
}

.u-section {
  width: 100%;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .u-section {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .u-section:last-of-type {
    margin-bottom: 100px;
  }
}

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

object/about.scss

***************************/
.greeting-block {
  position: relative;
  width: 100%;
  background: #FAF9F8;
  border-radius: 10px;
  padding: 80px clamp(20px, 4vw, 60px);
}
@media screen and (max-width: 768px) {
  .greeting-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.greeting-block:before {
  position: absolute;
  content: "";
  width: 116px;
  height: 115px;
  background: url("../img/about/greeting-deco01.png") no-repeat center center;
  background-size: cover;
  top: 40px;
  right: -10px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .greeting-block:before {
    top: 20px;
  }
}
@media screen and (max-width: 425px) {
  .greeting-block:before {
    aspect-ratio: 1/1;
    width: 96px;
    height: auto;
  }
}
.greeting-block:after {
  position: absolute;
  content: "";
  width: 78px;
  height: 80px;
  background: url("../img/about/greeting-deco02.png") no-repeat center center;
  background-size: cover;
  bottom: 20px;
  left: -20px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .greeting-block:after {
    left: -10px;
  }
}
@media screen and (max-width: 425px) {
  .greeting-block:after {
    aspect-ratio: 78/80;
    width: 58px;
    height: auto;
  }
}

.greeting-flexbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .greeting-flexbox {
    flex-direction: column;
    align-items: center;
  }
}
.greeting-flexbox .image {
  max-width: 435px;
  width: 40.2777777778%;
}
@media screen and (max-width: 768px) {
  .greeting-flexbox .image {
    width: 100%;
  }
}
.greeting-flexbox .image img {
  border-radius: 10px;
}
.greeting-flexbox .text {
  max-width: 585px;
  width: 54.1666666667%;
}
@media screen and (max-width: 768px) {
  .greeting-flexbox .text {
    max-width: 100%;
    width: 100%;
  }
}
.greeting-flexbox .text .inner {
  width: 100%;
  padding: 20px 30px;
  background: #fff;
  border-radius: 10px;
}
.greeting-flexbox .text .inner ul {
  position: relative;
  padding-left: 30px;
}
.greeting-flexbox .text .inner ul:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #CBBFB6;
  left: 15px;
  top: 0;
}

.gallerySlider-block {
  position: relative;
  width: 100%;
  padding-left: 65px;
  padding-right: 65px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .gallerySlider-block {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.gallerySlider-block .gallerySlider-slide .inner {
  width: 100%;
  position: relative;
  border: 3px solid #CBBFB6;
  border-radius: 10px;
  overflow: hidden;
}
.gallerySlider-block .gallerySlider-slide .inner p {
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  min-height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.125rem, 2.6041666667vw, 1.25rem);
  color: #fff;
  padding: 10px 20px;
  background: #CBBFB6;
  border-bottom-right-radius: 15px;
  z-index: 4;
}
@media screen and (max-width: 425px) {
  .gallerySlider-block .gallerySlider-slide .inner p {
    min-height: auto;
    padding: 5px 10px;
    font-size: 0.875rem;
  }
}
.gallerySlider-block .gallerySlider-next {
  width: 42px;
  height: 43px;
}
@media screen and (max-width: 768px) {
  .gallerySlider-block .gallerySlider-next {
    width: 27px;
    height: 28px;
  }
}
.gallerySlider-block .gallerySlider-next:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/common/btn-next.png") no-repeat center center;
  background-size: cover;
}
.gallerySlider-block .gallerySlider-prev {
  width: 42px;
  height: 43px;
}
@media screen and (max-width: 768px) {
  .gallerySlider-block .gallerySlider-prev {
    width: 27px;
    height: 28px;
  }
}
.gallerySlider-block .gallerySlider-prev:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/common/btn-prev.png") no-repeat center center;
  background-size: cover;
}

.thumSlider {
  width: calc(100% - 130px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .thumSlider {
    width: calc(100% - 90px);
  }
}
.thumSlider .thumSlider-wrapper {
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media screen and (max-width: 1024px) {
  .thumSlider .thumSlider-wrapper {
    gap: 10px;
  }
}
.thumSlider .swiper-slide {
  position: relative;
  width: calc((100% - 100px) / 6);
}
@media screen and (max-width: 1024px) {
  .thumSlider .swiper-slide {
    width: calc((100% - 50px) / 6);
  }
}
@media screen and (max-width: 768px) {
  .thumSlider .swiper-slide {
    width: calc((100% - 30px) / 4);
  }
}
.thumSlider .swiper-slide img {
  aspect-ratio: 160/90;
  object-fit: cover;
  border-radius: 5px;
}
.thumSlider .swiper-slide.swiper-slide-thumb-active:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #CBBFB6;
  border-radius: 5px;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: 3;
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px clamp(20px, 3.3333333333vw, 50px);
}
@media screen and (max-width: 768px) {
  .equipment-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media screen and (max-width: 425px) {
  .equipment-grid {
    grid-template-columns: 100%;
  }
}
.equipment-grid-box {
  width: 100%;
}
.equipment-grid-box .image {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 425px) {
  .equipment-grid-box .image {
    margin-bottom: 20px;
  }
}
.equipment-grid-box .image img {
  width: 100%;
  border-radius: 10px;
}

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

object/first.scss

***************************/
.flow-list {
  width: 100%;
}
.flow-list-block {
  width: 100%;
  min-height: 190px;
  display: flex;
  gap: 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .flow-list-block {
    gap: 30px;
  }
}
@media screen and (min-width: 601px) {
  .flow-list-block {
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .flow-list-block {
    position: relative;
    min-height: auto;
    gap: 20px;
  }
}
.flow-list-block:last-of-type dt:after {
  display: none;
}
@media screen and (max-width: 600px) {
  .flow-list-block:last-of-type:after {
    display: none;
  }
}
.flow-list dt {
  position: relative;
  width: 145px;
}
@media screen and (max-width: 1024px) {
  .flow-list dt {
    width: 115px;
  }
}
@media screen and (max-width: 600px) {
  .flow-list dt {
    width: 65px;
  }
}
@media screen and (max-width: 425px) {
  .flow-list dt {
    width: 42px;
  }
}
.flow-list dt:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 35px;
  border-left: 3px dotted #59463D;
  top: calc(100% + 10px);
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 600px) {
  .flow-list dt:after {
    height: calc(100% - 40px);
    top: 75px;
  }
}
.flow-list dd {
  width: calc(100% - 205px);
}
@media screen and (max-width: 1024px) {
  .flow-list dd {
    width: calc(100% - 145px);
  }
}
@media screen and (max-width: 600px) {
  .flow-list dd {
    width: calc(100% - 85px);
  }
  .flow-list dd h4.flex-wrap {
    gap: 5px 1em;
  }
}
@media screen and (max-width: 425px) {
  .flow-list dd {
    width: calc(100% - 62px);
  }
}
.flow-list dd .bring {
  padding: 20px 30px;
  background: #FAF9F8;
  margin-top: 20px;
}

.faq-list {
  width: 100%;
}
.faq-list-box {
  background: #FAF9F8;
  border-radius: 7px;
}
.faq-list-box:not(:last-child) {
  margin-bottom: 35px;
}
.faq-list-box:hover {
  cursor: pointer;
}
.faq-list dt {
  position: relative;
  width: 100%;
  display: flex;
  gap: 20px;
  padding: 20px 70px 20px 25px;
}
@media screen and (max-width: 425px) {
  .faq-list dt {
    gap: 10px;
    padding: 15px 50px 15px 20px;
  }
}
.faq-list dt span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #fff;
  background: #E94B22;
  border-radius: 100%;
}
.faq-list dt p {
  width: calc(100% - 50px);
}
@media screen and (max-width: 425px) {
  .faq-list dt p {
    width: calc(100% - 40px);
  }
}
.faq-list dt:before, .faq-list dt:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  background: #59463D;
  border-radius: 1px;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  z-index: 2;
  transition: all 0.6s;
  pointer-events: none;
}
@media screen and (max-width: 425px) {
  .faq-list dt:before, .faq-list dt:after {
    right: 20px;
  }
}
.faq-list dt:after {
  rotate: 90deg;
}
.faq-list dt.open:after {
  rotate: 180deg;
}
.faq-list dd {
  position: relative;
  display: none;
  width: 100%;
  padding: 20px 70px 35px 25px;
}
@media screen and (max-width: 425px) {
  .faq-list dd {
    padding: 15px 50px 25px 20px;
  }
}
.faq-list dd span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #E94B22;
  background: #fff;
  border-radius: 100%;
}
.faq-list dd .inner {
  display: flex;
  gap: 20px;
  max-width: 1025px;
}
@media screen and (max-width: 425px) {
  .faq-list dd .inner {
    gap: 10px;
  }
}
.faq-list dd .inner p {
  width: calc(100% - 50px);
}
@media screen and (max-width: 425px) {
  .faq-list dd .inner p {
    width: calc(100% - 40px);
  }
}

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

object/medical.scss

***************************/
.media-basic-block01 {
  position: relative;
  width: 100%;
  background: #FAF9F8;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .media-basic-block01 {
    padding: 50px 0;
  }
}
.media-basic-block01:after {
  position: absolute;
  content: "";
  width: 489px;
  height: 430px;
  background: url("../img/top/feature-back02.png") no-repeat center center;
  background-size: cover;
  bottom: 0;
  left: -45px;
  z-index: 3;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .media-basic-block01:after {
    width: 49vw;
    height: auto;
    aspect-ratio: 489/430;
  }
}
@media screen and (max-width: 425px) {
  .media-basic-block01:after {
    width: 80vw;
  }
}

.media-basic-block02 {
  background: #FAF9F8;
  border-radius: 7px;
}

.madical-basic-list01 li {
  background: #CBBFB6;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
}

.madical-basic-list02 li {
  position: relative;
  background: #fff;
  border-radius: 26px;
  padding: 15px 20px 15px 60px;
}
.madical-basic-list02 li:before {
  position: absolute;
  content: "";
  width: 21px;
  height: 19px;
  background: url("../img/medical/check.png") no-repeat center center;
  background-size: cover;
  left: 20px;
  top: calc(0.75em + 15px - 9.5px);
}

/* ceramic */
.ceramic-check li {
  max-width: 515px;
  width: 100%;
}

/* preventive */
@media screen and (max-width: 768px) {
  .graph-list {
    flex-direction: column;
  }
}
.graph-list .graph {
  text-align: center;
}

/* pediatric */
.pediatric-menu {
  width: 100%;
}
.pediatric-menu-box {
  width: 100%;
  padding: 35px 0;
}
@media screen and (max-width: 768px) {
  .pediatric-menu-box {
    padding: 25px 0;
  }
}
.pediatric-menu-box:not(:last-child) {
  border-bottom: 1px solid #CBBFB6;
}
.pediatric-menu-box-head {
  display: flex;
  align-items: center;
  gap: 20px 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pediatric-menu-box-head {
    gap: 20px 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 425px) {
  .pediatric-menu-box-head {
    flex-direction: column;
  }
}
.pediatric-menu-box-head .icn {
  width: 123px;
}
@media screen and (max-width: 768px) {
  .pediatric-menu-box-head .icn {
    width: 103px;
  }
}
.pediatric-menu-box-head .ttl {
  width: calc(100% - 173px);
}
@media screen and (max-width: 768px) {
  .pediatric-menu-box-head .ttl {
    width: calc(100% - 133px);
  }
}
@media screen and (max-width: 425px) {
  .pediatric-menu-box-head .ttl {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  .pediatric-menu-box-head .ttl .hdg05 {
    margin-left: auto;
    margin-right: auto;
  }
}

/* maternity */
.maternity-care-list .t-feature-list-block .image:before {
  display: none;
}

/* tooth-decay */
.tooth-decay-step {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 35px;
}
@media screen and (max-width: 768px) {
  .tooth-decay-step {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
@media screen and (max-width: 425px) {
  .tooth-decay-step {
    grid-template-columns: 100%;
  }
}
.tooth-decay-step-box {
  width: 100%;
}
.tooth-decay-step-box .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 7px;
  aspect-ratio: 33/22;
  margin-bottom: 20px;
}

/* nerve */
.nerve-plan {
  max-width: 700px;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 425px) {
  .nerve-plan {
    grid-template-columns: 100%;
  }
}
.nerve-plan .t-feature-list-block .image:before {
  display: none;
}

/* oral-surgery */
.oral-surgery-head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .oral-surgery-head {
    gap: 20px 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 425px) {
  .oral-surgery-head {
    flex-direction: column;
  }
}
.oral-surgery-head .icn {
  width: 123px;
}
@media screen and (max-width: 768px) {
  .oral-surgery-head .icn {
    width: 103px;
  }
}
.oral-surgery-head .ttl {
  width: calc(100% - 173px);
}
@media screen and (max-width: 768px) {
  .oral-surgery-head .ttl {
    width: calc(100% - 133px);
  }
}
@media screen and (max-width: 425px) {
  .oral-surgery-head .ttl {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  .oral-surgery-head .ttl .hdg05 {
    margin-left: auto;
    margin-right: auto;
  }
}

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

object/price.scss

***************************/
.price-list {
  width: 100%;
}
.price-list-block {
  background: #FAF9F8;
  border-radius: 7px;
  padding: 30px clamp(20px, 7.8125vw, 60px) 10px;
}
.price-list-block:not(:last-child) {
  margin-bottom: 40px;
}

.price-ttl {
  position: relative;
  padding-left: calc(1em + 9px);
}
.price-ttl:before {
  position: absolute;
  content: "";
  width: 1em;
  height: auto;
  aspect-ratio: 21/25;
  background: url("../img/price/hdg-parts.png") no-repeat center center;
  background-size: cover;
  left: 0;
  top: 0.155em;
}

.price-info-list {
  width: 100%;
}
.price-info-list-block {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price-info-list-block:not(:last-child) {
  border-bottom: 1px solid #CBBFB6;
}
.price-info-list-block .price {
  text-align: right;
}
@media screen and (min-width: 851px) {
  .price-info-list-block .price {
    order: 2;
  }
}
@media screen and (max-width: 850px) {
  .price-info-list-block .price {
    width: 100%;
    margin-top: 10px;
  }
}
.price-info-list-block .price.tp {
  margin-bottom: -1.5em;
}
@media screen and (max-width: 1024px) {
  .price-info-list-block .price.tp {
    margin-bottom: 0;
  }
}
.price-info-list-block .price.thp {
  margin-bottom: -3em;
}
@media screen and (max-width: 1024px) {
  .price-info-list-block .price.thp {
    margin-bottom: 0;
  }
}
.price-info-list-block .text {
  width: 100%;
  margin-top: 15px;
}
@media screen and (min-width: 851px) {
  .price-info-list-block .text {
    order: 3;
  }
}
.price-info-list-block .text p {
  max-width: 820px;
}
.price-info-list-block .text p.small {
  width: calc(100% - 220px);
}
@media screen and (max-width: 1024px) {
  .price-info-list-block .text p.small {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .payment-list {
    flex-direction: column;
  }
}
.payment-list .media-basic-block02 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .payment-list .media-basic-block02 {
    width: 100%;
  }
}

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

object/news.scss

***************************/
.news-cat-control {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 30px;
  margin-bottom: 40px;
}
.news-cat-control .ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  color: #CBBFB6;
}
.news-cat-control .news-cat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
}
@media screen and (max-width: 425px) {
  .news-cat-control .news-cat {
    gap: 5px;
  }
}
.news-cat-control .news-cat li a {
  min-width: 88px;
  min-height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 5px 18px;
  background: #FAF9F8;
  border-radius: 17px;
}
.news-cat-control .news-cat li.current a {
  pointer-events: none;
  background: #59463D;
  color: #fff;
}

.news-list {
  width: 100%;
  margin-bottom: 55px;
}
.news-list-block {
  width: 100%;
  padding: 25px 0;
  border-bottom: 2px solid rgba(203, 191, 182, 0.45);
}
@media screen and (max-width: 425px) {
  .news-list-block {
    padding: 15px 0;
  }
}
.news-list-block:first-child {
  border-top: 2px solid rgba(203, 191, 182, 0.45);
}
.news-list-block a {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 425px) {
  .news-list-block a {
    /*flex-direction: column;
    align-items: flex-start;*/
    gap: 15px;
  }
}
.news-list-block a .thum {
  width: 135px;
}
@media screen and (max-width: 425px) {
  .news-list-block a .thum {
    width: 15%;
  }
}
.news-list-block a .thum img {
  border-radius: 4px;
}
.news-list-block a .data {
  width: calc(100% - 160px);
}
@media screen and (max-width: 425px) {
  .news-list-block a .data {
    width: 85%;
  }
}
.news-list-block a .data-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.news-list-block a .data-info .day {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  color: #CBBFB6;
}
.news-list-block a .data-info .cat {
  min-width: 95px;
  height: 25px;
  padding: 5px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8125rem;
  border: 1px solid #59463D;
  border-radius: 12px;
}
.news-list-block a h4 {
  font-size: 1rem;
  font-weight: 500;
}
.news-list-block a h4 span {
  background: linear-gradient(0deg, #5A473D 1px, transparent 1px);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: all 0.4s;
}
.news-list-block a:hover h4 span {
  background-size: 100% 1px;
}

/* detail */
.new-detail-head {
  width: 100%;
  margin-bottom: 30px;
}
.new-detail-head .data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  margin-bottom: 15px;
}
.new-detail-head .data .day {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  color: #CBBFB6;
}
.new-detail-head .data .cat {
  min-width: 95px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8125rem;
  padding: 5px 20px;
  border: 1px solid #59463D;
  border-radius: 12px;
}

.news-editor {
  width: 100%;
  border-top: 2px solid rgba(203, 191, 182, 0.45);
  border-bottom: 2px solid rgba(203, 191, 182, 0.45);
  padding-top: 25px;
  padding-bottom: 60px;
  margin-bottom: 70px;
}
@media screen and (max-width: 425px) {
  .news-editor {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}

.news-editor ul li,
.news-editor ol li {
  list-style: inherit;
}

.news-editor img {
  border-radius: 7px;
}

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

object/recruit.scss

***************************/
.recruit02 .t-feature-head h3 {
  padding: 0 150px;
}
@media screen and (max-width: 768px) {
  .recruit02 .t-feature-head h3 {
    padding: 0 80px;
  }
}
@media screen and (max-width: 425px) {
  .recruit02 .t-feature-head h3 {
    padding: 0 60px;
  }
}
.recruit02 .t-feature-head h3:before {
  left: 70px;
  width: 46px;
  height: 102px;
  background: url("../img/recruit/future-deco01.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .recruit02 .t-feature-head h3:before {
    left: 20px;
    width: 36px;
    height: auto;
    aspect-ratio: 46/102;
  }
}
.recruit02 .t-feature-head h3:after {
  width: 84px;
  height: 94px;
  background: url("../img/recruit/future-deco02.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .recruit02 .t-feature-head h3:after {
    width: 64px;
    height: auto;
    aspect-ratio: 84/94;
  }
}
@media screen and (max-width: 425px) {
  .recruit02 .t-feature-head h3:after {
    width: 52px;
  }
}

.recruit-feature-list {
  position: relative;
  max-width: 1070px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .recruit-feature-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .recruit-feature-list {
    grid-template-columns: 100%;
  }
}
.recruit-feature-list:before {
  position: absolute;
  content: "";
  width: 65px;
  height: 80px;
  background: url("../img/top/feature-back01.png") no-repeat center center;
  background-size: cover;
  top: -35px;
  left: -35px;
  mix-blend-mode: screen;
  opacity: 0.65;
  z-index: 4;
}
@media screen and (max-width: 1200px) {
  .recruit-feature-list:before {
    left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-feature-list:before {
    left: 0;
  }
}
.recruit-feature-list:after {
  position: absolute;
  content: "";
  width: 66px;
  height: 64px;
  background: url("../img/top/feature-back03.png") no-repeat center center;
  background-size: cover;
  top: 50%;
  right: -50px;
  translate: 0 -50%;
  mix-blend-mode: screen;
  opacity: 0.65;
  z-index: 4;
}
@media screen and (max-width: 1200px) {
  .recruit-feature-list:after {
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-feature-list:after {
    right: 0;
  }
}
.recruit-feature-list-block {
  position: relative;
  z-index: 4;
  width: 100%;
  height: auto;
  aspect-ratio: 330/350;
  padding-top: 25px;
}
@media screen and (max-width: 1024px) {
  .recruit-feature-list-block {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.recruit-feature-list-block:after {
  position: absolute;
  content: "";
  width: 92%;
  height: auto;
  aspect-ratio: 306/351;
  top: 0;
  left: 50%;
  translate: -50% 0;
  background: url("../img/recruit/future-back.png") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.recruit-feature-list-block .num {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  background: #F4D329;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.recruit-data {
  width: 100%;
}
.recruit-data:hover {
  cursor: pointer;
}
.recruit-data-block {
  width: 100%;
  background: #FAF9F8;
  border-radius: 6px;
  overflow: hidden;
}
.recruit-data-block:not(:last-of-type) {
  margin-bottom: 30px;
}
.recruit-data-ttl {
  position: relative;
  width: 100%;
  min-height: 75px;
  display: flex;
  align-items: center;
  padding: 10px 75px 10px 30px;
}
.recruit-data-ttl:before, .recruit-data-ttl:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  background: #59463D;
  top: 50%;
  right: 25px;
  translate: 0 -50%;
  z-index: 2;
  transition: all 0.6s;
}
.recruit-data-ttl:after {
  rotate: 90deg;
}
.recruit-data-ttl.open:after {
  height: 3px;
  rotate: 180deg;
}
.recruit-data-list {
  display: none;
  background: #fff;
  border: 1px solid #E4DFDA;
  border-top: none;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.recruit-data-list-box {
  display: flex;
  padding: 25px 35px;
}
@media screen and (max-width: 768px) {
  .recruit-data-list-box {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }
}
.recruit-data-list-box:not(:last-of-type) {
  border-bottom: 1px solid #E4DFDA;
}
.recruit-data-list-box dt {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .recruit-data-list-box dt {
    width: 100%;
    position: relative;
    padding-left: calc(1em + 9px);
  }
  .recruit-data-list-box dt:before {
    position: absolute;
    content: "";
    width: 0.6875em;
    height: 0.6875em;
    background: #59463D;
    border-radius: 100%;
    left: 5px;
    top: 0.40625em;
  }
}
.recruit-data-list-box dd {
  width: calc(100% - 160px);
}
@media screen and (max-width: 768px) {
  .recruit-data-list-box dd {
    width: 100%;
  }
}
.recruit-data-list-box dd a {
  color: #E94B21;
  text-decoration: underline;
}

.recruit-contact {
  position: relative;
  max-width: 945px;
  width: 100%;
  background: url("../img/common/basic-box-parts.png") no-repeat right bottom;
  background-size: cover;
  background-size: auto 100%;
  background-color: #FAF9F8;
  border-radius: 5px;
  overflow: hidden;
  padding: 25px 30px 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 425px) {
  .recruit-contact {
    padding: 20px 20px 30px;
  }
}
.recruit-contact ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 950px) {
  .recruit-contact ul {
    grid-template-columns: 100%;
    gap: 30px;
  }
}
@media screen and (max-width: 650px) {
  .recruit-contact ul {
    gap: 15px;
  }
}
.recruit-contact ul:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
}
@media screen and (min-width: 951px) {
  .recruit-contact ul:before {
    width: 2px;
    height: 70%;
    border-right: 2px dotted #80716A;
  }
}
@media screen and (max-width: 950px) {
  .recruit-contact ul:before {
    width: 70%;
    height: 2px;
    border-top: 2px dotted #80716A;
  }
}
@media screen and (max-width: 650px) {
  .recruit-contact ul:before {
    display: none;
  }
}
.recruit-contact ul li {
  padding: 0 20px;
}
@media screen and (max-width: 650px) {
  .recruit-contact ul li {
    padding: 0;
  }
}
.recruit-contact ul li .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
}
@media screen and (max-width: 650px) {
  .recruit-contact ul li .tel {
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 15px;
  }
}
.recruit-contact ul li .tel:before {
  display: none;
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
  width: 90%;
  height: 2px;
  border-top: 2px dotted #80716A;
}
@media screen and (max-width: 650px) {
  .recruit-contact ul li .tel:before {
    display: block;
  }
}
.recruit-contact ul li .tel a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-decoration: none;
}
.recruit-contact ul li .mail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 375px) {
  .recruit-contact ul li .mail {
    font-size: 4.2666666667vw;
  }
}/*# sourceMappingURL=style.css.map */

/* 260622 */
.t-pagelink-img-wrap{
  position: relative;
}