@charset "utf-8";

html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
  color: #333;
  font-family: 'Noto Sans JP', "Meiryo UI", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.05em;
}

a {
  color: inherit;
  text-decoration: none;
}

.nosp {
  display: none !important;
}

img {
  max-width: 100%;
}

.contents {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

/*==================================================
$共通
==================================================*/
.inner, .s_inner {
  margin: auto;
  width: 90%;
  position: relative;
}

.link_disable {
  cursor: default;
}

.link_txt {
  color: #EC8A3F;
  text-decoration: underline;
}

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

.right_txt {
  text-align: right;
  display: block;
}

/*セクション*/
main>section {
  padding: 40px 0 50px;
}

main>section:first-of-type {}

main>section:not(.bg_gray)+section:not(.bg_gray) {
  padding-top: 0;
}

main>section section:not(:last-of-type) {
  margin-bottom: 50px;
}

.bg_cover, .bg_cover>.inner {
  position: relative;
}

.bg_cover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg_gray {
  background-color: #FAF8F5;
}

.border_sec:not(:last-of-type) {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px #EEEEEE;
}

/*タイトル*/
.top_sec_ttl, .page_mv_ttl {
  font-family: brandon-grotesque, sans-serif;
  font-size: 3.5rem;
  color: #E36235;
  font-weight: bold;
  line-height: 1.0em;
}

.top_sec_ttl span, .page_mv_ttl span {
  font-family: 'Noto Sans JP';
  color: #000;
  font-size: 1.4rem;
  display: block;
  line-height: 1.2em;
}

.top_sec_ttl {
  margin-bottom: 20px;
}

.top_sec_ttl span {}

.pocky_ttl {
  position: relative;
  font-weight: bold;
  font-size: 2.0rem;
  border-top: solid 1px #DDDDDD;
  padding-top: 10px;
  margin-bottom: 20px;
}

.pocky_ttl::before {
  content: '';
  position: absolute;
  background-color: #E36235;
  width: 54px;
  height: 2px;
  left: 0;
  top: -2px;
}

/*ボタン*/
.btn {
  position: relative;
}

.btn::after {
  background-image: url(../img/white_arrow.svg);
}

.btn::after {
  content: '';
  width: 12px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}

.fill_btn {
  position: relative;
  z-index: 0;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
  overflow: hidden;
}

.fill_btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  display: block;
  z-index: -1;
}

.red_btn {
  background-color: #E36235;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 1.4rem;
  transition: .3s;
  padding: 12px 40px;
  border: none;
}

.white_btn {
  background-color: #fff;
  border: solid 1px #E36235 !important;
  color: #E36235 !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 1.4rem;
  transition: .3s;
  padding: 12px 70px;
}

.extend_txt {
  position: relative;
}

.extend_txt::after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: left top;
  background-color: #E36235;
}

.hover_scale {
  overflow: hidden;
}

/*リスト*/
.bullet_list li {
  padding-left: 18px;
  position: relative;
  line-height: 1.7em;
}

.bullet_list li::before {
  content: '';
  background-color: #E36235;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: calc(1em - 8px);
}

.bullet_sublist li {}

.bullet_sublist li::after {
  content: '';
  margin-right: 5px;
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 100px;
  position: absolute;
  left: 1px;
  top: calc(1em - 2px);
}

.number_list {
  padding-left: 1.5em;
}

.number_list li {
  list-style-type: decimal;
}

.archive_list li {
  border-bottom: solid 1px rgba(28, 74, 109, 0.23);
  position: relative;
}

.archive_list li:nth-child(n+5) {
  display: none;
}

.archive_list li a {
  padding: 15px 0;
  display: block;
}

.archive_list li p {
  font-size: 1.6rem;
}

.archive_list li span {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.43);
}

.archive_list li b {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.43);
  position: absolute;
  bottom: 15px;
  right: 0;
}

.plane_list li {
  display: flex;
  justify-content: flex-start;
  padding: 12px 0;
}

.plane_list li span {
  width: 12%;
}

.plane_list li p {
  max-width: 560px;
}

/*テーブル*/
.row_th_tbl {
  width: 100%;
}

.row_th_tbl tr {
  border-bottom: solid 1px #fff;
}

.row_th_tbl tr th, .row_th_tbl tr td {
  padding: 15px;
  vertical-align: middle;
}

.row_th_tbl tr th {
  background-color: #F5F2ED;
  text-align: center;
  font-weight: bold;
  width: 100px;
}

.row_th_tbl tr td {
  background-color: #FAF8F5;
}

/*ボックス*/
.flex-2 {}

.flex-2>* {}

.flex-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.flex-3>* {
  width: calc((100% - 25px) / 2);
}

.flex-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.flex-4>* {
  width: calc((100% - 25px) / 2);
}

/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in+.fade-in {
  transition-delay: .2s;
}

.fade-in+.fade-in+.fade-in {
  transition-delay: .4s;
}

.fade-in+.fade-in+.fade-in+.fade-in {
  transition-delay: .6s;
}

.fade-in+.fade-in+.fade-in+.fade-in+.fade-in {
  transition-delay: .8s;
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/*========= スクロールダウンのためのCSS ===============*/
.scrolldown {
  position:
    absolute;
  bottom: 30px;
  left: 20px;
  height: 80px;
  cursor: pointer;
}

.scrolldown span {
  position: absolute;
  left: 10px;
  top: 0;
  color: #E36235;
  font-size: 1.2rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: brandon-grotesque, sans-serif;
}

.scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  width: 2px;
  height: 50%;
  z-index: 1;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    top: 0;
  }

  100% {
    top: 50%;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

/* 線の描写 */
.scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #E36235;
}

/*==================================================
$header
==================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  line-height: 1em;
  z-index: 100;
  background-color: rgba(255,255,255,0.8);
  box-shadow: 10px 0px 27px rgb(0 0 0 / 3%);
  height: 60px;
}

.header.is-active {
  background-color: #fff;
}

.header.is-active .header_logo {
  opacity: 0;
}

.header_logo {
  content: '';
  background-image: url(../img/logo.png);
  display: block;
  background-size: cover;
  position: absolute;
  width: 65px;
  height: 83px;
  top: -15px;
  left: 0;
  transition: .3s;
}


.header.fixed-hide .header_logo {
  transform: scale(0.5,0.5);
  top: -42px;
}

.global_menu_wrap {
  width: 90%;
}

.global_menu {
  overflow-y: scroll;
  margin-bottom: 20px;
}

.menu:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.menu>p, .menu>a {
  display: block;
  width: 100%;
  padding: 20px;
  position: relative;
}

.menu>p>span , .menu>a>span {
  color: #E36235;
  font-size: 1.0rem;
  margin-left: 10px;
}

.parent_menu>p::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #E36235;
  border-right: 2px solid #E36235;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 20px;
}

.childmenu {
  display: none;
  width: 100%;
  pointer-events: none;
  background-color: #fff;
  padding: 0 20px 20px;
}

.childmenu.open {
  display: block;
  pointer-events: auto;
}

.childmenu a {
  display: block;
  padding: 10px 0;
}

.childmenu_list li {
  break-inside: avoid;
}

.childmenu_list li a {
  padding: 15px 0;
  display: block;
}

.global_menu_wrap {
  position: fixed;
  top: 60px;
  right: 0;
  width: 100vw;
  height: 100vh;
  padding: 0;
  background-color: #fff;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s linear;
  overflow-y: scroll;
}

/* アニメーション後のメニューの状態 */
.global_menu_wrap.is-active {
  pointer-events: auto;
  opacity: 1;
  z-index: 10;
}

/*ハンバーガー*/
.burger,
.burger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.burger {
  width: 25px;
  height: 20px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  margin: auto;
  cursor: pointer;
  z-index: 100;
}

.burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #E36235;
  border-radius: 4px;
}

.burger span:nth-of-type(1) {
  top: 0;
}

.burger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.burger span:nth-of-type(3) {
  bottom: 0;
}

.burger.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.burger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.burger.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.header_tel {
  display: flex;
  font-size: 3.4rem;
  line-height: 1em;
  align-items: center;
  gap: 5px;
  font-family: brandon-grotesque, sans-serif;
  justify-content: center;
  margin-bottom: 5px;
}

.header_tel::before {
  content: '';
  background-image: url(../img/red_tel.svg);
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.header_time {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
}

.header_business {
  background-color: #E36235;
  color: #fff;
  width: 210px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-weight: bold;
  margin: auto;
}

.header_business::before {
  background-color: #C4461C;
}

.menu>a.header_ec {
  background-color: #E36235;
  color: #fff;
  font-size: 1.1rem;
  padding: 15px;
  border-radius: 10px;
  max-width: 80%;
  margin: 30px auto 0;
}

.menu>a.header_ec b {display: block;font-size: 1.5rem;margin-bottom: 5px;}


/*==================================================
$footer
==================================================*/
.footer {
  position: relative;
}

.foot_wrap {}

.foot_red_area {
  background-color: #E36235;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.foot_ttl {
  font-family: brandon-grotesque, sans-serif;
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.foot_bx {
  background-color: rgba(250, 248, 245, 0.1);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 25px 2%;
}

.foot_bx p {
  line-height: 1.36em;
}

.foot_tel {
  font-family: brandon-grotesque, sans-serif;
  font-size: 3.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.foot_tel::before {
  content: '';
  background-image: url(../img/white_tel.svg);
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.foot_contact {
  display: flex;
  font-size: 1.8rem;
  transition: .3s;
  justify-content: center;
  align-items: center;
}

.foot_contact::before {
  background-color: rgba(250, 248, 245, 0.3);
}

.foot_contact span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.foot_contact span::before {
  content: '';
  background-image: url(../img/white_mail.svg);
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.foot_gray_area {
  background-color: #F5F2ED;
  padding: 20px;
}

.foot_gray_top {
  border-bottom: solid 1px #C9C9C9;
  padding-bottom: 20px;
  margin-bottom: 30px;
  max-width: 680px;
}

.foot_sitemap {
  column-count: 2;
  column-gap: 60px;
  margin-bottom: 10px;
}

.foot_sitemap a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.foot_sitemap a.foot_sitemap_child {
  color: #7D7D7D;
  position: relative;
  padding-left: 22px;
}

.foot_sitemap a.foot_sitemap_child::before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #E36235;
  border-right: 2px solid #E36235;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  position: absolute;
  left: 0;
}

.foot_business {
  background-color: #E36235;
  color: #fff;
  width: 80%;
  height: 60px;
  margin: auto;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.foot_business::before {
  background-color: #C4461C;
}

.foot_gray_btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  gap: 15px;
}

.foot_info {
  font-size: 1.2rem;
  width: calc(100% - 15px - 120px);
}

.foot_logo {
  width: 120px;
}

.jfs_wrap {
  display: flex;
  gap: 15px;
}

.jfs_wrap img {
  width: 50px;
  height: auto;
}

.jfs_wrap p {
  font-size: 1.2rem;
}

.copy {
  text-align: center;
  font-size: 1.1rem;
  padding: 10px 0;
  font-family: brandon-grotesque, sans-serif;
}

.totop {
  position: fixed;
  bottom: 5vh;
  right: 5vw;
  background-color: #000;
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  font-size: 1.2rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 15px;
  z-index: 1;
  box-shadow: 4px 3px 6px rgb(0 0 0 / 17%);
}

.totop::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(-45deg);
  top: 22px;
  right: 0;
  left: 0;
  margin: auto;
}

/*==================================================
$下層
==================================================*/
.page_mv {
  padding: 70px 0 35px;
  border-bottom: solid 1px #EEEEEE;
  margin-bottom: 15px;
}

.pankuzu {
  font-size: 1.2rem;
  color: #ADADAD;
}

.pankuzu a::after {
  content: '/';
  margin: 0 10px;
}

.pankuzu span {
  color: #000;
}

.sec_intro {
  max-width: 752px;
  margin: auto;
}

.sec_intro>*:not(:last-child) {
  margin-bottom: 25px;
}

.sec_intro+* {
  margin-top: 60px;
}

.sec_ttl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5em;
}

.sec_ttl span {
  display: block;
  color: #E36235;
  font-size: 1.6rem;
  font-family: brandon-grotesque, sans-serif;
  line-height: 1em;
  margin-top: 10px;
}

.sec_copy {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.sec_letter {
  line-height: 1.7em;
}

.sub_ttl {
  font-size: 1.8rem;
  color: #E36235;
  font-weight: bold;
  margin-bottom: 15px;
}

.alter_area {
  margin-bottom: 50px;
}

.alter_wrap {
  padding: 50px 0;
}

.alter_txt {}

.alter_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.alter_letter {
  line-height: 1.7em;
  margin-bottom: 10px;
}

.alter_img img {
  border-radius: 10px;
}

.alter_txt a.btn {
  display: flex;
  width: 70%;
  margin: 0 auto 15px;
}

/*==================================================
$トップページ
==================================================*/
.mv {
  position: relative;
  width: 95%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 10px;
  height: 400px;
}

.mv::before {
  content: '';
  background-color: rgba(255,255,255,0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.mv_float {
  position: absolute;
  color: #E36235;
  bottom: 30px;
  right: 20px;
  gap: 15px;
  z-index: 2;
  backdrop-filter: blur(35px);
  background-color: rgba(255,255,255,0.5);
  padding: 10px;
}

.mv_logo {
  margin-bottom: 10px;
  width: 150px;
}

.slider {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.slick-dots {
  bottom: 0;
  display: none;
}

.slick-img img {
  height: 400px;
  width: auto;
  margin: auto;
  object-fit: cover;
}

.mv_contain.slick-img img {object-fit: contain;}

/*top_news_sec*/
.top_news_sec {
  padding: 50px 0 !important;
}

.top_news_wrap {}

.top_news_ttl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.top_news_inner {}

.news_list li {
  background-color: #FAF8F5;
  border-radius: 20px;
  padding: 10px 20px;
  margin-bottom: 20px;
  justify-content: space-between;
  display: flex;
  gap: 10px;
}

.news_list_date {
  font-family: brandon-grotesque, sans-serif;
  font-weight: bold;
  width: 5em;
}

.news_list_ttl {
  width: calc(100% - 5em - 10px);
}

a.news_list_tt {
  text-decoration: underline;
}

.morebtn {
font-weight: bold;
color: #E36235;
display: block;
text-align: center;
cursor: pointer;
margin-top: 50px;
}

/*top_safety_sec*/
.top_safety_wrap {}

.top_safety_txt {
    margin-bottom: 50px;
}

.top_safety_img {
}

.top_safety_ttl {
  font-size: 6.8vw;
  font-weight: 900;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-family: YuGothic, 'Yu Gothic', YuGothic, 'Yu Gothic', sans-serif;
}

.top_safety_ttl span {
  color: #E36235;
}

.top_safety_letter {
  line-height: 2em;
  margin-bottom: 35px;
}

.top_jfs {
padding: 15px 0;
background-color: #F5F2ED;
}
.top_jfs .flex-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_jfs .flex-2:not(:last-of-type) {
  margin-bottom: 20px;
}
.top_jfs img {width: 70px;}
.top_jfs .flex-2>div {
  width: calc(100% - 70px - 20px);
}
.top_jfs .red_btn {
  font-size: 1.2rem;
  padding: 8px 35px;
}

/*==================================================
$製品 merchandise
==================================================*/
.order_wrap {
  gap: 40px;
  margin-bottom: 35px;
  counter-reset: number 0;
}

.order_contents {
  background-color: #fff;
  padding: 15px 30px 10px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

.order_contents::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-family: brandon-grotesque, sans-serif;
  color: #E36235;
  font-size: 1.8rem;
}

.order_contents:not(:last-of-type)::after {
  content: '';
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #E36235 transparent transparent transparent;
}

.order_map {}

.order_map_txt {
  line-height: 1.7em;
  margin-top: 35px;
}

.order_map_txt p {
  display: flex;
  align-items: center;
}

.map_jisyabin {
  width: 3em;
  height: 2.5em;
  background-color: #E36235;
  margin-right: 10px;
}

/*==================================================
$製品一覧 OEM
==================================================*/
.original_wrap {
  margin-bottom: 50px;
  gap: 15px;
  line-height: 2em;
}

.original_contents {
  width: calc((100% - 15px) / 2);
}

.oem_sec .original_wrap {
  margin-top: 30px;
}

.original_sub {
  color: #E36235;
  font-size: 1.2rem;
  font-weight: bold;
}

.original_name {
  font-size: 1.6rem;
  font-weight: bold;
}

.original_name span {
  color: #ADADAD;
  font-size: 1.2rem;
  display: block;
}

.flow_outer {margin-bottom: 55px;}
.flow_wrap {
    margin-bottom: 30px;
}
.flow_normal {border: solid 2px #E36235;padding: 10px;text-align: center;color: #E36235;font-weight: bold;border-radius: 5px;}
.flow_start {
    background-color: #E36235;
    color: #fff;
}
.flow_branch_wrap {display: flex;justify-content: space-between;}
.flow_branch {width: 48%;position: relative;margin-top: 25px;}

.flow_branch::before {
  content: '';
  background-image: url(../img/red_s_arrow.svg);
  width: 12px;
  height: 22px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  right: 0;
  left: 0;
  margin: auto;
  top: -14px;
}

.flow_branch_ttl {border: none;font-weight: bold;font-size: 1.6rem;margin: 12px 0 8px;text-align: center;}
.flow_branch:first-of-type .flow_branch_ttl {color: #3E6EBB;}
.flow_branch:nth-of-type(2) .flow_branch_ttl {color: #C69500;}

.flow_arrow {position: relative;margin-bottom: 35px;padding: 10px;border-radius: 5px;}

.flow_branch:first-of-type .flow_arrow {
    background-color: #DAE3F3;
}
.flow_branch:nth-of-type(2) .flow_arrow {background-color: #FFE699;}


.flow_arrow::after {
  content: '';
  background-image: url(../img/red_s_arrow.svg);
  width: 12px;
  height: 22px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  right: 0;
  left: 0;
  margin: auto;
  bottom: -30px;
}

.flow_branch:first-of-type .flow_arrow::after {
    background-image: url(../img/blue_s_arrow.svg);
}
.flow_branch:nth-of-type(2) .flow_arrow::after {
    background-image: url(../img/yellow_s_arrow.svg);
}

.flow_end {background-color: #E36235;color: #fff;font-size: 1.8rem;margin-bottom: 10px;}
.flow_img_wrap {}
.flow_img {}

.flow_caption {text-align: center;display: block;color: #666;}

/*==================================================
$安全対策 safety
==================================================*/
.safety_wrap {
  counter-reset: number 0;
}

.safety_contents {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.safety_contents::before {
  counter-increment: number 1;
  content: counter(number) " ";
  background-color: #D6674D;
  width: 45px;
  height: 45px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: brandon-grotesque, sans-serif;
}

.safety_contents:not(:last-of-type)::after {
  content: '';
  background-image: url(../img/red_s_arrow.svg);
  width: 12px;
  height: 22px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -27px;
  transform: rotate(90deg);
}

.safety_fleximg {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.safety_fleximg img {
  width: calc((100% - 10px)/2);
  height: 114px;
  object-fit: cover;
  border-radius: 10px;
}

.safety_contents_ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.safety_result {
  text-align: center;
  color: #E36235;
  font-weight: bold;
  font-size: 2.0rem;
  padding-top: 75px;
  position: relative;
}

.safety_result::before {
  content: '';
  background-image: url(../img/safety/arrow.svg);
  position: absolute;
  width: 75px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 25px;
  right: 0;
  left: 0;
  margin: auto;
}

.safety_subsec01 .safety_wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.safety_subsec01 .safety_contents {
  padding: 92px 25px 30px;
}

.safety_subsec01 .safety_contents::before {
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  margin: auto;
}

.safety_subsec01 .safety_contents:last-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 5px;
  width: 100%;
}

.safety_subsec01 .safety_contents:last-of-type::before {
  content: none;
}

.safety_subsec02 .safety_wrap2 {}

.safety_subsec02 .safety_wrap {}

.safety_subsec02 .safety_contents {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  gap: 30px;
  width: 100%;
  margin-bottom: 30px;
}

.safety_subsec02 .safety_contents_txt {
  width: calc(100% - 45px - 30px);
}

.safety_subsec02 .safety_img {
  border-radius: 10px;
}

.safety_subsec02 .safety_img img {
  border-radius: 10px;
}

.safety_other_bx {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.safety_other_bx .bullet_list {
  max-width: 780px;
  margin: auto;
}

.jfs_bx {
  border: solid 2px #E36235;
  border-radius: 10px;
  padding: 35px;
  margin: 40px 0;
}

.jfs_full {
  max-width: 600px;
  margin: auto;
  border: solid 1px #999;
}

/*==================================================
$企業理念 philosophy
==================================================*/
.greeting_sec {}

.greeting_main {
  text-align: center;
  font-size: 8.5vw;
  font-weight: bold;
  color: #E36235;
  margin-bottom: 10px;
}

.greeting_sub {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1em;
  margin-bottom: 50px;
}

.greenting_circle_area {
  margin-bottom: 50px;
}

.greenting_circle {
  margin-bottom: 55px;
  margin-right: 30px;
  padding: 20px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
}

.greenting_circle:nth-child(even) {
  margin-right: 0;
  margin-left: 30px;
}

.greenting_circle_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.greenting_circle_txt {}

.greenting_circle::before {
  content: '';
  position: absolute;
  width: 95%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  bottom: -30px;
  right: -30px;
}

.greenting_circle:nth-child(even)::before {
  right: auto;
  left: -30px;
}

.greenting_circle.greenting_circle01::before {
  background-image: url(../img/philosophy/circle01.png);
}

.greenting_circle.greenting_circle02::before {
  background-image: url(../img/philosophy/circle02.png);
}

.greenting_circle.greenting_circle03::before {
  background-image: url(../img/philosophy/circle03.png);
}

.greenting_circle.greenting_circle01 .greenting_circle_ttl {
  color: #32BBDC;
}

.greenting_circle.greenting_circle02 .greenting_circle_ttl {
  color: #EA8B39;
}

.greenting_circle.greenting_circle03 .greenting_circle_ttl {
  color: #82CE10;
}

.greeting_fix {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 35px;
}

/*==================================================
$会社案内 company
==================================================*/
.facility_img {
  margin-bottom: 15px;
}

.facility_img img {
  border-radius: 10px;
}

.facility_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

/*==================================================
$アクセス access
==================================================*/
.access_map iframe {
  width: 100%;
  height: 364px;
  border-radius: 10px;
  margin-bottom: 50px;
}

/*==================================================
$お問い合わせ contact
==================================================*/
.contact .page_mv {
  margin-bottom: 0;
}

.contact .pankuzu {
  padding-top: 20px;
}

.contact section>.inner {
  max-width: 850px;
}

.kome {
  color: #E36235;
  font-size: 1.8rem;
  line-height: 1em;
}

.contact .sec_intro {
  margin-bottom: 60px;
}

.contact_form table tr {
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
}

.contact_form table tr th, .contact_form table tr td {
    display: block;
    width: 100%;
}

.contact_form table tr th {
  vertical-align: middle;
  font-weight: bold;
  padding: 3%;
}

.contact_form table tr th b {
  color: #ADADAD;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: brandon-grotesque, sans-serif;
  display: block;
}

.contact_form table tr td {
  vertical-align: middle;
  width: calc(100% - 250px);
}

.contact_form table tr td input, .contact_form table tr td select, .contact_form table tr td textarea {
  border-radius: 10px;
  width: 100%;
  padding: 10px 20px;
  border: none;
  font-size: 16px;
  height: 50px;
}

.contact_form table tr td textarea {
  height: 10em;
}

.submit_btn_wrap {display: flex;flex-wrap: wrap;gap: 20px;flex-direction: column-reverse;}

.submit_btn {
  width: 100%;
  height: 60px;
  font-weight: bold;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
}

.reset_btn {
  width: 100%;
  height: 60px;
  font-weight: bold;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
}

.reset_btn.btn::after {
  background-image: url(../img/red_arrow.svg);
}

.reset_btn.btn::after {
  right: auto;
  left: 20px;
}

table#mfp_confirm_table {
  background-color: #fff;
  padding: 20px;
  display: block;
  border-radius: 5px;
  margin: 0 auto 50px;
}

table#mfp_confirm_table tr.mfp_achroma {
  background-color: transparent !important;
  display: flex !important;
  flex-wrap: wrap !important;
  margin-bottom: 15px;
}

table#mfp_confirm_table tr.mfp_colored {
  background-color: transparent !important;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
  border: none !important;
  padding: 0 !important;
  font-size: 1.4rem !important;
  width: 100% !important;
}

table#mfp_confirm_table tr th {
  font-weight: bold;
}

.thanks_bx {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.7em;
  padding: 25px;
  margin-bottom: 45px;
}


.company_other_bx {
  background-color: #FAF8F5;
  padding: 30px;
}
