@charset "UTF-8";
body {
  min-width: 375px;
  line-height: 1.6;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

header {
  width: 100%;
  height: 64px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: fixed;
  z-index: 999;
  padding: 0px 70px 0 20px;
  box-sizing: border-box;
  background: #fff;
}
header .h_logo {
  position: relative;
  z-index: 999;
  height: 30px;
  width: auto;
}
header .btn_inq a {
  background: url(/img/common/i_mail.svg) 50% 50% no-repeatvar(--br6);
  width: 36px;
  height: 36px;
  border-radius: 30px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.4s linear;
  text-align: center;
  overflow: hidden;
}
header .btn_inq a span {
  display: none;
}

#main {
  padding-top: 64px;
  position: relative;
}

.stit_en {
  font-size: 16px;
  color: var(--br6);
  font-size: 16px;
}
.stit_en + .stit_h2 {
  margin-top: 8px;
}

.stit_h2 {
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: var(--br5);
  font-size: 30px;
}

.btn01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.btn01 a {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  font-weight: bold;
  gap: 40px;
  margin: 0;
  font-size: 16px;
  position: relative;
  color: #fff;
  letter-spacing: 0.5px;
  background: var(--br5);
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  padding: 0 30px 0 40px;
  box-sizing: border-box;
}
.btn01 a .icon::before {
  background-color: var(--br5);
}
.btn01 a.bg_br6 {
  justify-content: space-between;
  background-color: var(--br6);
  width: 100%;
  gap: 0px;
  text-align: left;
  font-size: 18px;
  height: 76px;
  line-height: 76px;
  border-radius: 50px;
  padding: 0 30px 0 32px;
}
.btn01 a.bg_br6 .icon {
  width: 30px;
  height: 30px;
}
.btn01 a.bg_br6 .icon::before {
  background-color: var(--br6);
  -webkit-mask-size: 15px auto;
          mask-size: 15px auto;
}
.btn01.mb100 {
  margin-bottom: 60px;
}

a .icon {
  position: relative;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
}
a .icon::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  -webkit-mask-image: url("/img/common/bt_ar.svg");
          mask-image: url("/img/common/bt_ar.svg");
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 6;
}
a .icon.down::before {
  transform: rotate(90deg);
}
a .icon._blank::before {
  -webkit-mask-image: none;
          mask-image: none;
  background: url(/img/common/i_blank.svg) 50% 50%;
}

.bg_dot {
  background: url(/img/common/bg_dot.png) 50% 50%;
  background-size: 48px auto;
}

.tit_wrap {
  display: grid;
  place-items: center;
  place-content: center;
  background-image: url(/img/common/tit_bg.png);
  background-size: 24px auto;
  background-position: right 12% bottom 12%;
  height: 150px;
  color: #fff;
}
.tit_wrap.bg_or5, .tit_wrap.bg_bl5, .tit_wrap.bg_gr2 {
  background-image: url(/img/common/bg_dot_w.png);
}
.tit_wrap .txt20 {
  font-size: 16px;
  text-transform: uppercase;
}
.tit_wrap .txt40 {
  font-size: 32px;
  letter-spacing: 0.1em;
}

#fv {
  padding-bottom: 36px;
}
#fv .column_sp {
  flex-direction: column-reverse;
  gap: 36px;
}
#fv .main_slide {
  width: calc(100% - 40px);
  padding-right: 40px;
}
#fv .main_slide .swiper-img img {
  width: 100%;
  border-radius: 0 20px 0 0;
}
#fv .main_slide .swiper-pagination {
  width: 17px;
  bottom: 12px;
  right: 10px;
  left: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#fv .main_slide .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: var(--br5);
  margin: 0 4px;
}
#fv .main_slide .swiper-pagination-bullet-active {
  background: #cb662f;
}
#fv .txt_box {
  width: 100%;
}
#fv .lead_h1 {
  font-size: max(18px, 5vw);
  margin-bottom: 16px;
}
#fv .h2_wrap {
  max-width: 380px;
  align-items: center;
}
#fv .h2_wrap .txt20 {
  width: max(100px, (100% - 20px) / 3);
  font-size: min(18px, 4vw);
  text-align: center;
}
#fv .h2_wrap a {
  display: block;
  border-radius: 100%;
  aspect-ratio: 1/1;
  letter-spacing: 0.05em;
  padding-top: 0.5em;
  box-sizing: border-box;
}
#fv .h2_wrap a .txt em {
  display: block;
  line-height: 2.8;
}
#fv .h2_wrap a .txt em.l2 {
  line-height: 1.36;
}
#fv .h2_wrap a .font-en {
  font-size: max(17px, 3.7vw);
  line-height: 0.8;
  margin-inline: auto;
  text-align: center;
}
#fv .h2_wrap a .icon {
  position: absolute;
  bottom: 0.6em;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px;
}
#fv .h2_wrap a .icon::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("/img/common/bt_ar_sp.svg");
          mask-image: url("/img/common/bt_ar_sp.svg");
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
#fv .h2_wrap a.bg_bl5 .icon::before {
  background-color: var(--bl5);
}
#fv .h2_wrap a.bg_gr2 .icon::before {
  background-color: var(--gr2);
}
#fv .h2_wrap a.bg_or5 .icon::before {
  background-color: var(--or5);
}

@media screen and (max-width: 374px) {
  #fv .h2_wrap .font-en {
    font-size: 14px;
  }
  #fv .h2_wrap .txt20 {
    font-size: 15px;
  }
}
#strength .bg_baige {
  padding: 60px 30px;
}
#strength .img_chart {
  margin-bottom: 40px;
}

#service_index {
  padding: 60px 20px;
}
#service_index .service_box01 + .service_box01 {
  margin-top: 20px;
}
#service_index .service_box01 .box_upper .txt_box {
  padding: 60px 28px 40px;
}
#service_index .service_box01 .box_upper .txt_box .font-en {
  display: block;
  font-size: 32px;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 10px;
}
#service_index .service_box01 .box_upper .txt_box .font-en:before {
  display: inline-block;
  vertical-align: middle;
  content: "SERVICE";
  line-height: 32px;
  font-size: 12px;
  padding-right: 10px;
}
#service_index .service_box01 .box_upper .txt_box .txt36 {
  font-size: 31px;
  line-height: 1;
}
#service_index .service_box01 .box_upper .txt_box .txt36 .txt18 {
  padding-left: 8px;
}
#service_index .service_box01 .box_upper .txt_box .txt16 {
  letter-spacing: 0;
}
#service_index .box_btm {
  padding: 60px 32px;
}
#service_index .box_btm .list_clm3 {
  gap: 34px;
  display: flex;
  flex-direction: column;
}
#service_index .box_btm .list_clm3 li .txt20 {
  margin: 12px auto 8px;
}
#service_index .box_btm .list_clm3 li .icon img {
  width: 110px;
}

#flow {
  padding: 60px 0;
}
#flow .box1000 {
  padding: 60px 30px;
}
#flow .ol_flow {
  gap: 12px;
}
#flow .ol_flow li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#flow .ol_flow li:not(:last-child):before {
  display: block;
  content: "";
  width: 90px;
  height: 18px;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  background: url("/img/top/flow_ar_sp.svg") 50% 50% no-repeat;
  background-size: 18px auto;
  z-index: 4;
}
#flow .ol_flow li .icon_img {
  padding-bottom: 30px;
}
#flow .ol_flow li .icon_img img {
  width: 90px;
}
#flow .ol_flow li .txt_box {
  width: calc(100% - 102px);
  position: relative;
}
#flow .ol_flow li .font-en {
  line-height: 1.5;
  color: var(--br6);
  position: absolute;
  top: 0;
  left: 0;
}
#flow .ol_flow li .txt18.tC {
  padding-left: 28px;
  line-height: 1.25;
  margin-bottom: 4px;
}

#index03 .txt_box {
  padding: 60px 0;
}

#index_news_feed {
  padding-bottom: 60px;
}
#index_news_feed .box1000 {
  padding: 60px 30px;
}
#index_news_feed .btn01 a {
  gap: 30px;
}

.news_feed {
  margin-inline: auto;
  border-bottom: 1px solid var(--br6);
  margin-bottom: 40px;
}
.news_feed li {
  border-top: 1px solid var(--br6);
}
.news_feed li a {
  padding: 16px 8px;
}
.news_feed li .txt_box {
  width: calc(100% - 40px);
}
.news_feed li .icon {
  background-color: var(--br5);
}
.news_feed li .icon::before {
  background-color: #fff;
}
.news_feed .date {
  color: var(--br6);
}

#about #strength {
  margin: 60px auto;
}

#overview {
  padding: 60px 0;
}
#overview table {
  width: 100%;
  display: block;
  border-top: 1px solid #c8b572;
  box-sizing: border-box;
}
#overview table tr,
#overview table tbody {
  display: block;
  width: 100%;
}
#overview table th {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 10px 0;
  text-align: left;
  color: var(--br5);
}
#overview table td {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 10px 16px;
  border-bottom: 1px solid #c8b572;
}

#philosophy {
  padding: 60px 0;
}
#philosophy .txt26.txt_br6 {
  padding-bottom: 28px;
}
#philosophy .txt26.txt_br6::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: #a43a00;
  border-radius: 100%;
}

#access {
  padding: 60px 0;
}
#access .w800 {
  aspect-ratio: 1/1;
}
#access iframe {
  width: 100%;
  height: 100%;
}

#staff_detail {
  padding: 60px 0;
}
#staff_detail .txt16.mb100 {
  margin-bottom: 60px;
}
#staff_detail article {
  padding: 60px 0;
}
#staff_detail article:nth-of-type(odd) {
  background: #faf6e5;
}
#staff_detail article .box1000 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#staff_detail article .img {
  width: 280px;
  margin: 0 auto 18px;
}
#staff_detail article .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#staff_detail article .dl01 dt {
  font-size: 16px;
  border-radius: 4px;
  min-height: 32px;
  line-height: 32px;
  padding: 0 8px;
  letter-spacing: 0.2em;
  display: grid;
  place-items: center;
}
#staff_detail article .dl01 dd {
  width: calc(100% - 100px);
}
#staff_detail article .dl01 dd > span {
  text-align: left;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  padding-left: 1em;
}
#staff_detail article .dl01 dd > span:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 5px;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: var(--br6);
}
#staff_detail article .dl01 dd > span + span {
  margin-top: 5px;
}
#staff_detail article .dl02 {
  padding: 18px 0;
  border-top: 1px solid var(--br6);
}
#staff_detail article .dl02.bt2 {
  border-top: 2px solid var(--br6);
}
#staff_detail article .dl02.bb2 {
  border-bottom: 2px solid var(--br6);
}
#staff_detail article .dl02 dt {
  letter-spacing: 0.2em;
  margin-bottom: 4px;
}
.box404 {
  padding-top: 55px;
}
.box404 .txt404 {
  margin-bottom: 30p;
}
.box404 .txt70 {
  font-size: 60px;
}
.box404 .txt40 {
  font-size: 30px;
}
.box404 .mb40.txt16 {
  margin-bottom: 40px;
}

#inq_btm {
  background-color: #f8eca2;
}
#inq_btm .txt_box {
  padding: 60px 0 75px;
  max-width: 330px;
}
#inq_btm .txt_box .font-en {
  color: var(--br6);
  line-height: 1;
}
#inq_btm .txt_box .font-en a {
  padding-left: 6px;
}
#inq_btm .txt_box .txt16.mb50 {
  margin-bottom: 40px;
}
#inq_btm .txt_box .txt14.mb40 {
  margin-bottom: 40px;
}

.breadcrumb {
  width: 100%;
  padding: 10px 0;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 9;
}
.breadcrumb ol {
  margin-inline: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: left;
  line-height: 1.2;
}
.breadcrumb ol li {
  padding-right: 10px;
}
.breadcrumb ol li:not(:first-child) {
  padding-left: 14px;
}
.breadcrumb ol li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 16px;
  background: url(/img/common/ar_br.svg) 0 50% no-repeat;
  background-size: 8px auto;
}
.breadcrumb ol li span {
  display: inline;
}
.breadcrumb ol li a {
  display: inline;
  text-decoration: underline;
}
.breadcrumb ol li a:hover {
  text-decoration: none;
}
.breadcrumb ol li a.current {
  text-decoration: none;
  pointer-events: none;
}
.breadcrumb ol li a.current:hover {
  text-decoration: none;
}

.footer {
  padding: 60px 30px 30px;
  background-color: var(--br5);
  color: #fff;
  box-sizing: border-box;
}
.footer a {
  color: #fff;
}
.footer .column_sp {
  gap: 50px;
}
.footer .f_nav_wrap {
  padding-bottom: 88px;
  gap: 20px;
}
.footer .f_nav_wrap #f_nav01 {
  order: 1;
}
.footer .f_nav_wrap #f_nav03 {
  order: 2;
}
.footer .f_nav_wrap #f_nav02 {
  order: 3;
}
.footer .f_nav li {
  margin-top: 15px;
}
.footer .f_nav li.pa {
  font-size: 16px;
  font-weight: bold;
}
.footer .f_nav li.pa + .pa {
  margin-top: 40px;
}
.footer .f_nav li.ch {
  font-size: 14px;
  font-weight: normal;
}
.footer .f_nav li.pp {
  margin-top: 40px;
  font-size: 12px;
  font-weight: normal;
}
.footer .f_nav li a {
  position: relative;
  display: block;
}
.footer .copy {
  position: absolute;
  bottom: 0px;
  left: 0;
  line-height: 2;
}

#gnavi {
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  margin: auto;
  pointer-events: none;
}
#gnavi .toggle {
  pointer-events: all;
  width: 30px;
  height: 30px;
  text-align: center;
  box-sizing: border-box;
  top: 14px;
  right: 20px;
  position: absolute;
  cursor: pointer;
  z-index: 9999;
}
#gnavi .toggle span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background: var(--br5);
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
#gnavi .toggle span:nth-of-type(1) {
  top: 7px;
}
#gnavi .toggle span:nth-of-type(2) {
  top: 15px;
}
#gnavi .toggle span:nth-of-type(3) {
  top: 23px;
}
#gnavi .menu_toggle:checked + label .toggle span:nth-of-type(1) {
  transform: translateY(8px) rotate(-325deg);
}
#gnavi .menu_toggle:checked + label .toggle span:nth-of-type(2) {
  display: none;
}
#gnavi .menu_toggle:checked + label .toggle span:nth-of-type(3) {
  transform: translateY(-8px) rotate(325deg);
}

#gnavi .menu_open {
  pointer-events: none;
  z-index: 992;
  width: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transition: all 0.4s;
}
#gnavi .menu_open ul.pa {
  opacity: 0;
  height: 0;
  margin: 0px auto;
  transition: all 0.4s linear;
}
#gnavi .menu_open ul.pa > li {
  opacity: 0;
  height: 0;
  transition: all 0.4s linear;
  pointer-events: none;
  border-top: 1px solid var(--br6);
}
#gnavi .menu_open ul.pa > li a {
  text-align: left;
  position: relative;
  overflow: hidden;
  line-height: 60px;
  display: block;
  padding-left: 10px;
}
#gnavi .menu_open ul.pa > li .acc_btn .ac {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  margin: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 9;
}
#gnavi .menu_open ul.pa > li .acc_btn .ac::after {
  display: block;
  content: "＋";
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  width: 24px;
  height: 24px;
  top: 18px;
  right: 10px;
  margin: auto;
  position: absolute;
}
#gnavi .menu_open ul.pa > li .acc_btn .ac::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  top: 18px;
  right: 10px;
  margin: auto;
  position: absolute;
  background: var(--br5);
}
#gnavi .menu_open ul.pa > li .acc_btn.active .ac::after {
  content: "–";
  transform: scale(1.6, 1);
  top: 17px;
}
#gnavi .menu_open ul.pa > li .acc_open {
  margin: 0 0 6px;
}
#gnavi .menu_open ul.pa > li .acc_open li a {
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 12px;
  font-weight: normal;
}
#gnavi .menu_open ul.pa > li.pp a {
  padding-left: 0;
}

#menu_toggle:checked ~ .menu_open {
  pointer-events: all;
  top: 60px;
  display: block;
  opacity: 1;
  transform: translateX(0);
  height: calc(100dvh - 60px);
  overflow-y: scroll;
}
#menu_toggle:checked ~ .menu_open #spNav {
  background: #fff;
  padding: 20px 30px 120px;
}
#menu_toggle:checked ~ .menu_open ul.pa {
  pointer-events: all;
  opacity: 1;
  height: auto;
}
#menu_toggle:checked ~ .menu_open ul.pa > li {
  height: auto;
  opacity: 1;
  pointer-events: all;
}
#menu_toggle:checked ~ .menu_open a {
  pointer-events: all;
}
#menu_toggle:checked ~ .menu_open .txt38 {
  padding-left: 5px;
  line-height: 1.2;
}
#menu_toggle:checked ~ .menu_open .btn01 {
  margin: 20px auto 25px;
}
/*# sourceMappingURL=sp.css.map */