body {
  min-width: 1080px;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

.mb0_pc {
  margin-bottom: 0 !important;
}

.rad10_pc {
  border-radius: 10px;
}

header {
  width: 100%;
  min-width: 1080px;
  height: 100px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: fixed;
  z-index: 999;
  padding: 0px min(50px, 2%);
  box-sizing: border-box;
  background: #fff;
  transition: all 0.4s linear;
}
header .h_logo {
  position: relative;
  z-index: 999;
  transition: all 0.4s linear;
}
header .menu_toggle {
  display: none;
}
header #gnavi ul.pa {
  gap: 40px;
  font-size: 16px;
}
header #gnavi ul.pa a {
  line-height: 45px;
  transition: all 0.4s linear;
}
header #gnavi ul.pa a:hover {
  color: #cb662f;
}
header #gnavi ul.pa .acc_open {
  display: none;
}
header .btn_inq a {
  color: #fff;
  background: var(--br6);
  transition: all 0.4s linear;
  line-height: 44px;
  padding: 0 30px;
  border-radius: 30px;
  position: relative;
  box-sizing: border-box;
  font-weight: bold;
  transition: all 0.4s linear;
  text-align: center;
  overflow: hidden;
}
header .btn_inq a span {
  transition: all 0.4s linear;
  position: relative;
  z-index: 3;
}
header .btn_inq a:hover {
  background: #a43a00;
}
header.fixed {
  height: 60px;
}
header.fixed .h_logo {
  height: 40px;
}
header.fixed .btn_inq a {
  line-height: 40px;
}

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

header.fixed + #main {
  padding-top: 60px;
}

.gn_wrap {
  height: 45px;
  gap: 50px;
}

@media screen and (max-width: 1120px) {
  /*-----------*/
  header #gnavi ul.pa {
    gap: 30px;
  }
  .gn_wrap {
    gap: 30px;
  }
} /*----max736px---*/
a {
  transition: all 0.4s linear;
}
a .icon {
  position: relative;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
  transition: all 0.4s linear;
}
a .icon::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  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;
  transition: all 0.4s linear;
}
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%;
}
a:hover .icon.down {
  transform: translateY(3px);
}

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

.tit_wrap {
  display: grid;
  place-items: center;
  place-content: center;
  gap: 8px;
  background-image: url(/img/common/tit_bg.png);
  background-size: 24px auto;
  background-position: right 12% bottom 12%;
  height: 180px;
  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 {
  text-transform: uppercase;
}
.tit_wrap .txt40 {
  letter-spacing: 0.1em;
}

#fv .txt_box {
  width: 37.5%;
}
#fv .txt_box .lead_h1 {
  padding-left: 0.3em;
  line-height: 1.5;
  font-size: min(36px, 5.6vw);
}
@media screen and (min-width: 1500px) {
  #fv .txt_box .lead_h1 {
    font-size: 2.7vw;
  }
}
#fv .h2_wrap {
  gap: 16px;
  align-items: center;
}
#fv .h2_wrap .txt20 {
  font-size: min(20px, 3.1vw);
}
@media screen and (min-width: 1500px) {
  #fv .h2_wrap .txt20 {
    font-size: 1.5vw;
  }
}
#fv .h2_wrap a {
  height: 3.5em;
  line-height: 3.5em;
  border-radius: 60px;
  padding: 0 24px 0 40px;
  letter-spacing: 0.05em;
  width: min(14em, 360px);
}
#fv .h2_wrap a em {
  padding-left: 1em;
}
@media screen and (min-width: 1500px) {
  #fv .h2_wrap a {
    width: 14.4em;
  }
}
#fv .h2_wrap a.bg_bl5 .icon::before {
  background-color: var(--bl5);
}
#fv .h2_wrap a.bg_bl5:hover {
  background-color: #166cd9;
}
#fv .h2_wrap a.bg_bl5:hover .icon::before {
  background-color: #166cd9;
}
#fv .h2_wrap a.bg_gr2 .icon::before {
  background-color: var(--gr2);
}
#fv .h2_wrap a.bg_gr2:hover {
  background-color: #00732f;
}
#fv .h2_wrap a.bg_gr2:hover .icon::before {
  background-color: #00732f;
}
#fv .h2_wrap a.bg_or5 .icon::before {
  background-color: var(--or5);
}
#fv .h2_wrap a.bg_or5:hover {
  background-color: #e15205;
}
#fv .h2_wrap a.bg_or5:hover .icon::before {
  background-color: #e15205;
}
#fv .h2_wrap a:hover .icon {
  transform: translateX(3px);
}
#fv .main_slide {
  width: 62.5%;
}
#fv .main_slide .swiper-img img {
  width: 100%;
  border-radius: 40px 0 0 0;
}
#fv .main_slide .swiper-pagination {
  width: 17px;
  bottom: 20px;
  left: -30px;
}
#fv .main_slide .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--br5);
  margin: 4px;
}
#fv .main_slide .swiper-pagination-bullet-active {
  background: var(--br6);
}

.stit_en {
  color: var(--br6);
  text-transform: uppercase;
}
.stit_en + .stit_h2 {
  margin-top: 8px;
}

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

.btn01 {
  display: flex;
  justify-content: flex-start;
  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;
  transition: all 0.4s linear;
}
.btn01 a .icon::before {
  background-color: var(--br5);
}
.btn01 a:hover {
  background: var(--br6);
}
.btn01 a:hover .icon {
  transform: translateX(3px);
}
.btn01 a:hover .icon::before {
  background-color: var(--br6);
}
.btn01.tC {
  justify-content: center;
}

#strength {
  margin: 170px auto;
}
#strength .box1000.bg_baige {
  padding: 100px;
}
#strength .box1000.bg_baige .txt_box {
  width: 384px;
}

#service_index {
  padding: 180px 0;
}
#service_index .service_box01 + .service_box01 {
  margin-top: 40px;
}
#service_index .service_box01 .box_upper .txt_box {
  width: min(520px, 47.27%);
  display: grid;
  place-items: center;
  place-content: center;
}
#service_index .service_box01 .box_upper .txt_box .font-en {
  font-size: 46px;
  line-height: 0.8;
  margin-right: 10px;
  transform: translateY(3px);
}
#service_index .service_box01 .box_upper .txt_box .font-en:before {
  display: block;
  content: "SERVICE";
  line-height: 1;
  top: -16px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  font-size: 12px;
}
#service_index .service_box01 .box_upper .txt_box .txt36 {
  line-height: 1;
}
#service_index .service_box01 .box_upper .txt_box .txt36 .txt18 {
  padding-left: 8px;
}
#service_index .service_box01 .box_upper .img {
  width: min(580px, 52.73%);
}
#service_index .service_box01 .inbox {
  width: 360px;
}
#service_index .box_btm {
  padding: 80px 40px;
}
#service_index .box_btm .list_clm3 {
  gap: 60px;
}
#service_index .box_btm .list_clm3 li {
  width: 256px;
}
#service_index .box_btm .list_clm3 li .txt20 {
  margin: 18px auto 10px;
}

#flow {
  padding: 120px 0;
}
#flow .box1000 {
  padding: 100px;
}
#flow .ol_flow {
  gap: 56px;
}
#flow .ol_flow li {
  flex: 1;
}
#flow .ol_flow li:not(:last-child):before {
  display: block;
  content: "";
  width: 26px;
  height: 24px;
  top: 55px;
  right: -40px;
  margin: auto;
  position: absolute;
  background: url("/img/top/flow_ar.svg") 50% 50% no-repeat;
  background-size: 100% auto;
  z-index: 4;
}
#flow .ol_flow li .font-en {
  line-height: 1;
  color: var(--br6);
  position: absolute;
  top: 0;
  left: 0;
}
#flow .ol_flow li .icon_img {
  display: block;
  text-align: center;
}
#flow .ol_flow li .txt18.tC {
  margin: 32px auto 8px;
  line-height: 1.5;
}

#index #flow {
  padding: 180px 0;
}

#index03 {
  padding: 180px 0;
}
#index03 .img {
  width: min(620px, 58%);
}
#index03 .txt_box {
  width: min(400px, 36.36%);
}

#index_news_feed {
  margin-bottom: 180px;
}
#index_news_feed .box1000 {
  padding: 100px 0;
}

.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: 30px;
  transition: all 0.4s linear;
}
.news_feed li a .icon {
  transition: all 0.4s linear;
  background-color: var(--br5);
}
.news_feed li a .icon::before {
  background-color: #fff;
}
.news_feed li a:hover {
  background-color: #f6ecab;
}
.news_feed li a:hover .icon {
  transform: translateX(5px);
}
.news_feed li .txt_box {
  width: calc(100% - 40px);
}
.news_feed .date {
  color: var(--br6);
}

#about #strength {
  margin: 120px auto;
}
#about #strength .box1000 .txt_box {
  width: 480px;
}

#overview {
  padding: 100px 0;
}
#overview table {
  border-collapse: collapse;
  margin-inline: auto;
  border-bottom: 1px solid #c8b572;
}
#overview table th {
  border-top: 1px solid #c8b572;
  padding: 24px 0 24px 20px;
  width: 143px;
  vertical-align: middle;
  color: var(--br5);
}
#overview table td {
  border-top: 1px solid #c8b572;
  width: calc(100% - 143px);
  vertical-align: middle;
  padding: 24px 0;
}

#philosophy {
  padding: 100px 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: 100px 0;
}

#staff_detail {
  padding: 100px 0;
}
#staff_detail article {
  padding: 120px 0;
}
#staff_detail article:nth-of-type(odd) {
  background: #faf6e5;
}
#staff_detail article .img {
  width: 280px;
  margin-bottom: 26px;
}
#staff_detail article .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#staff_detail article .txt_box {
  width: calc(100% - 340px);
}
#staff_detail article .dl01 {
  gap: 10px;
  align-items: center;
}
#staff_detail article .dl01 dt {
  border-radius: 4px;
  line-height: 32px;
  padding: 0 20px;
  letter-spacing: 0.2em;
}
#staff_detail article .dl01 dd {
  text-align: left;
  width: calc(100% - 135px);
}
#staff_detail article .dl01 dd span {
  line-height: 32px;
  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 .dl02 {
  padding: 20px 18px;
  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 {
  width: 70px;
  letter-spacing: 0.2em;
}
#staff_detail article .dl02 dd {
  width: calc(100% - 70px);
}

.box404 {
  padding-top: 80px;
}

#inq_btm {
  padding: 120px 0;
  background-color: #f8eca2;
}
#inq_btm .txt_box {
  width: 404px;
}
#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 .btn01 a {
  justify-content: space-between;
  background-color: var(--br6);
  width: 100%;
  text-align: left;
  font-size: 19px;
  height: 86px;
  line-height: 86px;
  border-radius: 50px;
  padding: 0 40px;
}
#inq_btm .txt_box .btn01 a .icon::before {
  background-color: var(--br6);
}
#inq_btm .txt_box .btn01 a:hover {
  background-color: #984118;
}

.breadcrumb {
  width: 100%;
  padding: 10px 0;
  position: absolute;
  bottom: 10px;
  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: 100px 0 30px;
  background-color: var(--br5);
  color: #fff;
  box-sizing: border-box;
}
.footer a {
  color: #fff;
}
.footer .f_nav_wrap {
  gap: 50px;
}
.footer .f_nav {
  padding-bottom: 40px;
}
.footer .f_nav li {
  margin-top: 10px;
}
.footer .f_nav li.pa {
  font-size: 16px;
  font-weight: bold;
}
.footer .f_nav li.pa + .pa {
  margin-top: 30px;
}
.footer .f_nav li.ch {
  font-size: 14px;
  font-weight: normal;
}
.footer .f_nav li.pp {
  margin-top: 30px;
  font-size: 12px;
}
.footer .f_nav li a {
  position: relative;
  display: block;
}
.footer .copy {
  width: 100%;
  line-height: 2;
}
/*# sourceMappingURL=pc.css.map */