@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
}
*, *:before, *:after {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
li {
  list-style-type: none;
}
body {
  font-family: "Noto Sans JP", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
  /*font-family: "EB Garamond","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; */
  font-size: 15px;
  /* line-height: 1; */
  color: #472800;
  min-width: 1024px;
}
@font-face {
	font-family: 'ElegantIcons';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
url('fonts/ElegantIcons.woff') format('woff'),
url('fonts/ElegantIcons.ttf') format('truetype'),
url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

a {
  text-decoration: underline;
  color: #c32d4d;
}
a:hover {
  text-decoration: none;
}
.text {
  line-height: 1.8;
}
/*--------------------------------
 お問い合わせ
---------------------------------*/
input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], input[type=date], input[type=time] {
  padding: 5px;
  font-size: 14px;
  line-height: 33px;
  height: 33px;
  width: 100%;
  background: white;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}
textarea {
  border: 1px solid #eeeeee !important;
}
input[type=submit] {
  display: none;
}

input[type=submit].wpcf7-submit {
  color: #fff;
  margin: 0 auto;
  display: block;
  height: 100%;
  background-color: #ff782b;
  border-color: #ff782b;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.3s;
}
span.item.requi::before {
  content: "必須";
  color: #fff;
  background: red;
  border-radius: 5px;
  font-size: 11px;
  padding: 0px 5px;
  margin: 0px 5px 0px 0px;
}
/* 入力エラーのスタイル */
input[type=text].wpcf7-not-valid, body input[type=email].wpcf7-not-valid, body input[type=tel].wpcf7-not-valid, body textarea.wpcf7-not-valid {
  border: 1px solid #ec3c06;
  }
  .wpcf7-form-control-wrap {
    display: block;
  }
  .wpcf7-form-control.wpcf7-checkbox {
    margin-bottom: 50px;
  }
  span.wpcf7-list-item {
    position: relative;
    white-space: nowrap;
  }
  .wpcf7-list-item-label {/*項目の色や文字サイズ*/
    cursor: pointer;
    font-size: 15px;
  }
  input[type="checkbox"] {
    position: absolute;
    opacity: 0;/*既存のチェックボックスを見えなくする*/
  }
  .wpcf7-list-item-label:before {/*チェックボックスの枠*/
    content: '';
    border: 1px solid #eeeeee;
    background: white;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -3px;
    margin-right: 20px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  input[type="checkbox"]:checked +.wpcf7-list-item-label:after {/*チェックアイコン*/
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    width: 25px;
    height: 25px;
    background: url("../img/check-solid.svg") no-repeat center;
    background-size: contain;
  }
.mt30 {
  margin-top: 30px;
}
.tacenter {
  text-align: center !important;
  width: 600px;
  margin: 0 auto;
  line-height: 1.8;
}
.site-main {
  margin-top: 60px;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    color: red;
}
.item {
  width: 160px;
  padding-top: 5px;
}
.wpcf7 {
  width: 55%;
  margin: 0 auto;
}
textarea {
  width: 400px;
  height: 200px;
  margin: 40px 0 30px 0;
  padding: 10px;
}
@media screen and (max-width:768px) {
  .wpcf7 {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width:426px) {
  span.wpcf7-list-item label {
    margin-left: 270px !important;
}
.wpcf7-list-item-label {
  cursor: pointer;
  font-size: 30px;
}
.wpcf7-list-item-label:before {
  content: '';
  border: 1px solid #eeeeee;
  background: white;
  display: inline-block;
  width: 35px;
  height: 35px;
  position: relative;
  top: -3px;
  margin-right: 20px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
  input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], input[type=date], input[type=time] {
    height: 52px;
    width: 100%;
  }
  textarea {
    width: 400px;
    height: 300px;
    margin: 40px 0 30px 0;
  }
 .tacenter {
   text-align: center !important;
   width: 90% !important;
   line-height: 1.8;
   font-size: 30px !important;
  }
  .item {
    width: 30%;
    font-size: 28px;
    white-space: nowrap;
  }
  .wpcf7 {
    width: 90%;
    margin: 0 auto;
  }
  input[type=submit].wpcf7-submit {
    font-size: 40px;
  }
}
label {
  display: flex;
}
span.wpcf7-list-item label {
  margin-left: 140px;
}
.screen-reader-response {
  text-align: center;
}
.screen-reader-response ul {
  display: none;
}
.screen-reader-response p {
  margin-bottom: 50px;
  color: red;
}
.wpcf7-response-output {
  text-align: center;
  color: red;
}
@media screen and (max-width:425px) { 
  /*　画面サイズが425pxからはここを読み込む　*/
  input[type="checkbox"]:checked +.wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    width: 35px;
    height: 35px;
    background: url(../img/check-solid.svg) no-repeat center;
    background-size: contain;
}
span.item.requi::before {
  content: "必須";
  color: #fff;
  background: red;
  border-radius: 5px;
  font-size: 22px;
  padding: 0px 5px;
  margin: 0px 5px 0px 0px;
}
}
/*--------------------------------
 共通レイアウト
---------------------------------*/
.section {
  padding: 40px 0;
}
.section h3 {
  font-size: 40px;
  text-align: center;
  line-height: 0.8em;
  padding: 0px 20px 35px 20px;
  color: #ff782b;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.section h3 span {
  font-size: 18px;
  font-weight: 100;
}
.section h3.h3_white {
  color: #fff;
}
.center_text {
  text-align: center;
  padding: 0px 20px 30px 20px;
}
.center_text.orange{
  color: #ff782b;
}
.center_text.white {
  color: #fff;
  letter-spacing: 0.05em;
}
.center_text.white.pb50 {
  padding-bottom: 50px;
}
.container {
  padding: 0 20px;
}
.under {
  position: relative;
  padding: 0.3em;
  width: 15%;
  margin: 0 auto;
}
.under:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, rgb(255, 255, 255), rgb(255, 255, 255) 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 4px);
}
.under.orange:after {
  background: repeating-linear-gradient(-45deg, rgb(255, 120, 43), rgb(255, 120, 43) 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 4px);
}
.fas {
  margin-left: 5px
}
/*--------------------------------
背景
---------------------------------*/
.concept.section,.contact.section {
  background-image: url(../img/conceptimg.jpg);
  background-position: center center;
  background-size: cover;
}
.products.section, .performance.section, .access.section {
  background-image: linear-gradient(135deg, #fff4d0 0%, #ffe1d7 100%);
}
.business_introduction.section {
  background-color: #ff782b;
}
.company_profile.section {
  background-color: #ffd06a;
}
.products.section.pdnone {
  padding-bottom: 0px;
}
/*--------------------------------
ヘッダー
---------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
}
.header.header {
  background-image: linear-gradient(135deg, #fff4d0 0%, #fff0eb 100%);
  z-index: 100000;
  align-items: center;
  padding: 12px 20px;
  border-bottom: solid 1px #ff782b;
}
.header-logo {
  width: 110px;
}
.header-logo img {
  backface-visibility: hidden;
}
.gnav {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: 100%;
  transition: opacity .3s ease;
  opacity: 0;
  background-color: #ff782b;
}
.gnav.show {
  visibility: visible;
  opacity: 0.9;
}
.gnav-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0;
}
.gnav-item {
  font-size: 40px;
}
.gnav-item:not(:last-child) {
  margin-bottom: 40px;
}
.gnav-item a {
  text-decoration: none;
  color: #fff;
}
.gnavPC {
  display: none;
}
.mainVisual-title {
  font-size: 48px;
  /* margin-bottom: 10px; */
  animation-name: fade-in;
  animation-duration: 2s;
  animation-delay: .5s;
  opacity: 0;
  color: #fff;
  text-shadow: 0 3px 6px rgba(195, 45, 77, .2);
  animation-fill-mode: forwards;
}
.mainVisual-inner {
  background-color: #ff782b;
}
@keyframes fade-in {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.mainVisual-title span {
  font-size: 32px;
  padding: 0 10px;
}
.mainVisual-subtitle {
  font-size: 14px;
  color: #fff;
}
.pageVisual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  text-align: center;
  background-image: url(../img/bg-page-header_sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pageVisual-title {
  font-size: 32px;
  /* margin-bottom: 5px; */
  color: #c32d4d;
  text-shadow: 0 3px 6px rgba(195, 45, 77, .2);
}
.pageVisual-subtitle {
  font-size: 12px;
}
.btnMenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  padding: 10px;
  text-align: center;
  border: none;
  border-radius: 0 0 0 8px;
  outline: none;
  background-color: #ff782b;
  appearance: none;
}
.btnMenu-line {
  position: relative;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  transition: all .4s;
  border-radius: 4px;
  background-color: #fff;
}
.btnMenu-line::before, .btnMenu-line::after {
  position: absolute;
  display: inherit;
  width: inherit;
  height: inherit;
  content: "";
  transition: inherit;
  border-radius: inherit;
  background-color: inherit;
}
.btnMenu-line::before {
  top: -8px;
}
.btnMenu-line::after {
  top: 8px;
}
.btnMenu.active .btnMenu-line {
  background-color: transparent;
}
.btnMenu.active .btnMenu-line::before, .btnMenu.active .btnMenu-line::after {
  top: 0;
  background-color: #fff;
}
.btnMenu.active .btnMenu-line::before {
  transform: rotate(45deg);
}
.btnMenu.active .btnMenu-line::after {
  transform: rotate(-45deg);
}
/*--------------------------------
 トップイメージ部分
---------------------------------*/
.overall-flex {
  display: flex;
  background: url(../img/topimg1.png);
  margin-top: 50px;
  background-size: cover;
  background-position: center;
}
.login_background {
  width: 50%;
}
#login {
  width: 60%;
  min-height: 70vh;
  display: table;
}
.login_background {
  display: table;
}
.center {
  display: table-cell;
  vertical-align: middle;
}
.login-title {
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  width: 85%;
  margin: auto;
  text-align: left;
}
.ex-text-login {
  font-size: 1.5vw;
  padding-top: 3vw;
  color: #fff;
  font-weight: bold;
  font-family: 'Kiwi Maru', serif;
  text-align: center;
  letter-spacing: 0.05em;
}
.back_f {
  background: url(../img/back_f.svg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 400px;
  margin-bottom: -100px;
  margin-top: -100px;
}
.h2_back_f {
  padding-top: 150px;
  color: #ff782b;
  text-align: center;
  font-family: 'Kiwi Maru', serif;
  font-size: 2.9vw;
  font-weight: bold;
  -webkit-text-stroke: 1.5px rgb(255 120 43);
}
.right_c {
  font-size: 40px;
  padding: 5px 25px;
}
.right_t1 {
  background: #ff88ba;
  padding: 10px 30px;
  border-radius: 50px;
  border: 3px solid #fff;
}
.right_t2 {
  background: #88b2ff;
  padding: 10px 30px;
  border-radius: 50px;
  border: 3px solid #fff;
}
.fa-heart, .fa-handshake {
  margin-right: 10px;
}
.text-under {
  padding-top: 2vw;
  color: #ff782b;
}
.under.top {
  width: 90%;
}
/*--------------------------------
 コンセプト部分
---------------------------------*/
.center_text.concept {
  position: relative;
  margin: 30px auto;
  text-align: left;
  background: #fffaf5;
  padding: 30px 60px 30px 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  height: 200px;
  border: dotted 2px #ff782b;
}
.center_text.concept:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ff782b;
}
.concept_icon {
  margin-right: 50px;
}
.commtment_text {
  width: 80%;
  color: #ff6d1a;
}
/*--------------------------------
製品紹介部分
---------------------------------*/
.products_ul li span {
  background: linear-gradient(transparent 60%, #ffff66b0 60%);
  padding-bottom: 5px;
}
.text_before {
  font-size: 35px;
  margin-right: 15px;
  vertical-align: middle;
  width: 35px;
}
.products_ti {
  text-align: center;
  padding: 25px !important;
  font-size: 24px !important;
  color: #ff782b;
  border-bottom: 3px dotted;
  margin: 0 auto;
  width: 80%;
  font-weight: bold;
  font-family: 'Kiwi Maru', serif;
}
.fa-award {
  margin-right: 5px;
  font-size: 30px;
  vertical-align: bottom;
}
.products_concept ul {
  margin: 0 auto;
  padding: 40px 100px 30px 100px;
}
.products_concept ul li {
  color: #ff782b;
  font-size: 1.4em;
  margin: 5px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.products_concept p {
  padding-bottom: 15px;
}
.center_text.products {
  padding: 0px;
  width: 120px;
  margin: 0 auto;
  margin-top: -30px;
}
.products_concept {
  margin: 0 auto;
  max-width: 1110px;
  background: url(../img/products_background.svg) repeat center/44px #ffffff;
  border-top: 1px solid #ff782b;
  border-bottom: 1px solid #ff782b;
}
.products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -20px;
}
.products-item {
  flex: 0 0 calc((100% - 15px) / 2);
  margin-bottom: 25px;
}
.products-img {
  margin-bottom: 5px;
}
.products-title {
  font-size: 18px;
  color: #ff782b;
  font-weight: bold;
  padding: 8px 0px;
  letter-spacing: 0.05em;
  border-bottom: 2px dotted rgb(255 120 43);
  margin-bottom: 10px;
}
.products-price {
  font-size: 14px;
}
.products-price span.text_small {
  font-size: 13px;
}
.calc2 {
  width: calc(100%/2);
}
.calc3 {
  width: calc(100%/1.35);
}
.colorchip_text{
  font-size: 16px;
}
/* 下層ページ：メニュー */
.products-list {
  display: flex;
  justify-content: flex-start;
  margin-bottom: -50px;
  padding-top: 40px;
}
.products-item {
  flex: 0 0 calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 50px;
}
.products-item:nth-child(3n) {
  margin-right: 0;
}
.products-img {
  margin-bottom: 10px;
}
.products-extext {
  font-size: 15px;
  padding: 10px 0px;
}
.products-price, .products-size, .products-color {
  font-size: 14px;
}
/*--------------------------------
 製品切り替え部分
---------------------------------*/
.product-switching ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 6px;
}
.product-switching li {
  flex: 1 1 auto;
  margin-right: 8px;
  width: 50px;
}
li:last-of-type {
  margin-right: 0;
}
.text_bold {
  font-weight: bold;
  color: #222a61;
  display: inline-block;
  width: 50px;
}
.safety_price {
  margin: -15px 5px 8px 20px;
}
.space {
  margin: 0px 0px 10px 60px;
  display: inline-block;
}
/*--------------------------------
 事業紹介部分
---------------------------------*/
.introduction_background {
  background-color: #fff;
  padding: 10px 30px;
  height: 190px;
}
.bussiness_ptext {
  margin-left: 60px;
}
.arrow_sp {
  margin-top:100px;
}
.back_white_text{
  background: #fff;
  margin-bottom: 0px;
  padding: 10px 20px;
}
/*--------------------------------
 実績部分
---------------------------------*/
.text_center {
  text-align: center;
  margin: 20px 30px;
}
.text_orange_tab {
  color: #ff782b;
  font-size: 20px;
  padding-top: 10px;
  font-weight: bold;
  letter-spacing: 0.3em;
}
.tab_content ul {
  width: 80%;
  margin: auto;
  padding: 15px 0px;
}
.tab_content ul li {
  list-style-type: disc;
  color: #ff782b;
}
.tab_content ul li span {
  color: #472800;
}
.before_after_flex {
  display: flex;
  justify-content: center;
}
.fs22 {
  font-size: 22px !important;
}
/*タブ切り替え全体のスタイル*/
.tabs {
  margin: 30px 0px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/*タブのスタイル*/
.tab_item {
  width: calc(100%/5);
  height: 65px;
  border-bottom: 3px solid #ff782b;
  background-color: #ffd06a;
  line-height: 65px;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  position: relative;
}
.tab7_title {
  line-height: 20px;
  padding-top: 10px;
}
label.tab_item p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1.2em;
  width: 100%;
}
.tab_item:hover {
  cursor: pointer;
  background: #222a61;
  color: #fff;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 40px;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#tab1:checked ~ #tab1_content, #tab2:checked ~ #tab2_content, #tab3:checked ~ #tab3_content, #tab4:checked ~ #tab4_content, #tab5:checked ~ #tab5_content, #tab6:checked ~ #tab6_content, #tab7:checked ~ #tab7_content, #tab8:checked ~ #tab8_content, #tab9:checked ~ #tab9_content, #tab10:checked ~ #tab10_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #ff782b;
  color: #fff;
}
.tab_movie{
  width:350px;
}
/*--------------------------------
 会社概要部分
---------------------------------*/
table {
  border-collapse: collapse;
  height: 430px;
  font-size: 14px;
  width: 50%;
}
table td {
  padding: 3px 20px;
  background-color: #fff;
  letter-spacing: 0.05em;
}
table th {
  font-size: 20px;
  text-align: left;
  color: #ff782b;
  letter-spacing: 0.3em;
}
table tr {
  border-bottom: solid 0.3px #ff552b;
}
.title_orange {
  background-color: #ff782b;
  color: #fff;
  width: 28%;
  letter-spacing: 0.05em;
}
.table_flex {
  display: flex;
}
.table_01 {
  margin-right: 10px;
}
.table_02 {
  margin-left: 10px;
}
/*--------------------------------
アクセス
---------------------------------*/
.fa-map-marker-alt {
  margin-right: 10px;
  font-size: 25px;
  vertical-align: bottom;
}
.access-address {
  font-size: 15px;
  line-height: 1.7;
}
.access-info {
  background-color: #fff;
  display: flex;
  width: 100%;
  margin: 20px 0px;
  height: 350px;
}
.ex_text_group, .access-map {
  width: 50%;
}
.ex_text_group {
  display: table;
  width: 450px;
  margin: 0 auto;
}
.ex_text_group_center {
  display: table-cell;
  vertical-align: middle;
}
.access_flex {
  display: flex;
  padding-left: 20px;
}
.access-address.title {
  padding: 10px;
  width: 100px;
}
.access-address.title_other {
  padding: 10px;
  letter-spacing: 0.05em;
}
.text_orange {
  color: #ff782b;
  margin: 0px 0px 10px 30px;
  padding-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-bottom: dotted 4px rgb(255 120 43);
  font-size: 18px;
  width: 85%;
}
.access-address {
  font-size: 15px;
}
.access-map iframe {
  height: 350px;
  width: 100%;
}
.text_bold_access {
  font-weight: bold;
  color: #222a61;
}
.access-map.sp {
  display: none;
}
/*--------------------------------
 お問い合わせ部分
---------------------------------*/
.contact_button {
  background: #ff782b;
  width: 500px;
  margin: 0 auto;
  padding: 30px;
  color: #fff;
  font-size: 24px;
  border: solid 1px #ff782b;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.3s;
  font-weight: bold;
  font-family: "Noto Sans JP", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
}
.contact_button::before {
  font-family: 'ElegantIcons';
  content: "\e010";
  font-size: 30px;
}
.contact_button:hover {
  background: #222a61;
  border: solid 1px #fff;
  color: #fff;
}
.contact_center {
  width: 500px;
  margin: 0 auto;
  padding-top: 20px;
}
/*--------------------------------
 フッター
---------------------------------*/
.footer {
  padding: 20px;
  background-color: #222a61;
}
.footer-copyright {
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}
/*media Queries 1025px以上
----------------------------------------------------*/
@media screen and (min-width: 1025px) {
  .br-sp {
    display: none;
  }
}
/*media Queries 768px以上
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  /* レイアウト */
  .section {
    padding: 60px 0;
  }
  .container,.commitment_group {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 30px;
  }
  /* ヘッダー */
  .header {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header-logo {
    width: 200px;
    margin-left: 5px 0px 0px 30px;
  }
  .pageHeader {
    height: 200px;
  }
  .gnav {
    display: none;
  }
  .gnavPC {
    display: block;
  }
  .gnavPC-item.active a {
    color: #ff782b;
  }
  .gnavPC-logo img {
    backface-visibility: hidden;
  }
  .gnavPC-list {
    display: flex;
    justify-content: space-between;
    height: 50px;
  }
  .gnavPC-item {
    font-size: 16px;
    align-items: center;
  }
  .gnavPC-item:not(:last-child) {
    margin: 10px 35px 10px 0px;
    display: flex;
  }
  .gnavPC-item:last-child a::before {
    font-family: 'ElegantIcons';
    content: "\e010";
    font-size: 22px;
    margin: 0px 8px 3px 0px;
    color: #fff;
  }
  .gnavPC-item:last-child a {
    color: #fff;
    margin: 0 auto;
    display: block;
    height: 100%;
    background-color: #ff782b;
    padding: 10px 30px;
    border-radius: 50px;
    transition: 0.3s;
  }
  .gnavPC-item:last-child a:hover {
    transition: 0.3s;
    background-color: #222a61;
  }
  .gnavPC-item:last-child a::after {
    position: unset;
  }
  .gnavPC-item a {
    color: #ff782b;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .gnavPC-item a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #ff782b;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }
  .gnavPC-item a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .mainVisual {
    height: 500px;
  }
  .mainVisual {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #ff782b;
  }
  .mainVisual-inner {
    background-color: #ff782b;
    width: 50%;
    text-align: center;
  }
  .mainVisual-img {
    width: 50%;
  }
  .mainVisual-title {
    font-size: 40px;
    padding-bottom: 20px;
  }
  .mainVisual-title span {
    font-size: 64px;
    padding: 0 20px;
  }
  .mainVisual-subtitle {
    font-size: 18px;
    color: #fff;
  }
  .pageVisual {
    height: 200px;
    background-image: url(../img/bg-page-header_pc.jpg);
  }
  .pageVisual-title {
    font-size: 48px;
  }
  .pageVisual-subtitle {
    font-size: 14px;
  }
  .btnMenu {
    display: none;
  }
  .top_sp {
    display: none;
  }
}
	/*media Queries 426px以上	
----------------------------------------------------*/	
@media screen and (min-width: 426px) {	
  .top_sp {	
      display: none;	
    }	
  }
  @media screen and (max-width:767px) {	
    /*　画面サイズが768px以下の場合ここの記述が適用される　*/	
    .site-main {	
      margin-top:0px; 	
  }	
  .header.header {	
    background-image:none;	
    border-bottom: none;	
  }	
  .overall-flex{	
    margin-top: 0px;	
  }	
  .header-logo{	
    width: 250px;	
  }
}
@media screen and (max-width:1025px) {
  /*　画面サイズが1024px以下の場合ここの記述が適用される　*/
  .overall-flex {
    background: url(../img/topimg2.png);
  }
  #login {
    width: 50%;
    min-height: 60vh;
    display: table;
    min-width:70vh;
  }
  .login-title {
    width: 100%;
  }
  .header.header {
    padding: 10px 20px;
  }
  .h2_back_f {
    font-size: 30px;
    padding-top: 170px;
  }
  .ex-text-login {
    font-size: 20px;
  }
  .ex-text-login {
    padding-top: 10px;
  }
  .right_c {
    padding: 5px 10px;
    vertical-align: sub;
  }
  .under.top {
    width: 90%;
  }
  .center_text.concept {
    height: 230px;
  }
  .gnavPC-item:not(:last-child) {
    margin: 10px 15px 10px 0px;
  }
  .products-title{
    font-size: 17px;
  }
  .colorchip_text{
    font-size: 13px;
  }
  .introduction_background {
    height: 200px;
    padding: 10px 20px;
}
}
@media screen and (max-width:426px) {
  /*　画面サイズが425px以下の場合ここの記述が適用される　*/

  .site-main {
    margin-top:0px;
}
  .header.header {
    background: none;
    border-bottom: none;
    padding: 30px 20px;
  }
  .header-logo {
    width: 350px;
  }
  .overall-flex {
    display: none;
  }
  #login {
    width: 100%;
    min-height: 120vh;
  }
  .login-title {
    padding-top: 0px;
    font-size: 60px;
    width: 100%;
  }
  .back_f {
    height: 600px;
  }
  .h2_back_f {
    font-size: 60px;
    padding-top: 230px;
  }
  .ex-text-login {
    font-size: 40px;
  }
  .login-title {
    padding-top: 150px;
  }
  .right_c {
    vertical-align: sub;
    font-size: 70px;
    padding: 5px 30px;
  }
  .right_t1, .right_t2 {
    padding: 20px 30px;
    border-radius: 60px;
    font-size: 45px;
  }
  .center {
    min-height: 200vh;
    display: table;
    width: 100%;
    background: url(../img/topimg1_sp.png);
    background-size: cover;
  }
  .br-sp {
    display: none;
  }
  .section h3 {
    font-size: 70px;
    letter-spacing: .03em;
  }
  .section h3 span {
    font-size: 40px;
  }
  .section {
    padding: 100px 0;
  }
  .center_text.concept {
    margin: 15px auto 50px;
    display: block;
    padding: 30px 60px 30px 70px;
  }
  .concept_icon {
    margin: 10px auto 30px;
    width: 150px;
  }
  .center_text.concept:not(:last-child)::before {
    border: 40px solid transparent;
    border-top: 40px solid #ff782b;
    left: 48%;
  }
  .sp_commtment1 {
    height: 950px !important;
  }
  .sp_commtment2 {
    height: 1050px !important;
  }
  .sp_commtment3 {
    height: 850px !important;
  }
  .commtment_text {
    width: 90%;
    margin: 0 auto;
  }
  .fa-award {
    margin-right: 15px;
    font-size: 45px;
  }
  .text_before {
    font-size: 60px;
    margin-right: 45px;
    vertical-align: middle;
    width: 35px;
  }
  .center_text {
    font-size: 35px;
    width: 85%;
    margin: 50px auto;
    text-align: left;
  }
  .products-list {
    display: block;
  }
  .sp_products_img img {
    width: 800px;
  }
  .products-item:nth-child(3n) {
    margin: 0 auto 50px;
  }
  .products-item {
    margin-right: 0px;
    margin-bottom: 0px;
    width: 800px;
    margin: 0 auto 80px;
  }
  .products_concept, .products_ti {
    font-size: 45px !important;
  }
  .products_concept {
    margin-bottom: 40px;
    padding: 40px 20px;
  }
  .products_concept p {
    font-size: 35px;
  }
  .products_ul li span {
    font-size: 45px;
  }
  .products-title {
    font-size: 45px;
    border-bottom: 5px dotted rgb(255 120 43);
    margin-bottom: 20px;
  }
  .colorchip_text {
    font-size: 35px;
}
.back_white_text {
  padding: 20px 40px;
  margin-bottom: 0px;
}
  .products-extext {
    font-size: 35px;
  }
  .products-price, .products-size, .products-color {
    font-size: 33px;
  }
  .text_bold {
    width: 150px;
  }
  .products-price span.text_small {
    font-size: 30px;
  }
  .product-switching {
    margin-bottom: 15px;
  }
  .safety_price {
    margin: -40px 5px 8px 20px;
  }
  .sp_none {
    display: none;
  }
  .space {
    margin: 0px 0px 10px 170px;
  }
  .bussiness_ptext {
    margin-left: 170px;
  }
  .business_img_sp img {
    width: 800px;
    margin: 0 auto;
  }
  .introduction_1 {
    height: 400px !important;
  }
  .introduction_background {
    height: 500px;
    padding: 50px;
  }
  /*--実績部分--*/
  .text_tab {
    font-size: 35px;
    width: 90%;
  }
  .text_center img {
    width: 500px;
  }
  .arrow_sp {
    display: none;
  }
  .text_orange_tab, .tab_content ul {
    font-size: 35px;
  }
  .tab_item {
    width: calc(100%/2);
    font-size: 35px;
    height: 100px;
    line-height: 40px;
    padding-top: 30px;
  }
  .tab7_title {
    padding-top: 5px;
  }
  /*--会社概要--*/
  .table_flex {
    display: block;
  }
  .table_01, .table_02 {
    width: 90%;
    height: 800px;
    font-size: 35px;
    margin: 30px auto 80px auto;
  }
  table th {
    font-size: 40px;
  }
  .title_orange {
    width: 250px;
  }
  table td {
    padding: 20px 50px 20px 40px;
  }
  /*--お問い合わせ、フッター--*/
  .contact_center {
    width: 800px;
    padding-top: 0px;
    margin-bottom: 30px;
  }
  .center_text {
    margin: 50px auto 30px;
  }
  .contact_button {
    width: 800px;
    font-size: 45px;
    height: 165px;
    border-radius: 80px;
  }
  .contact_button::before {
    font-family: 'ElegantIcons';
    content: "\e010";
    font-size: 50px;
  }
  .footer {
    padding: 30px;
  }
  .footer-copyright {
    font-size: 24px;
  }
  /*--アクセス--*/
  .access-info {
    display: block;
    height: 160vh;
    width: 90%;
    background-color: #fff;
    margin: 30px auto 60px;
  }
  .ex_text_group, .access-map {
    width: 100%;
    overflow: hidden;
  }
  .ex_text_group {
    display: block;
  }
  .ex_text_group_center {
    display: block;
    padding: 55px 15px;
  }
  .access-map iframe {
    height: 550px;
    -webkit-transform: scale(2.0);
  }
  .text_orange {
    font-size: 40px;
    padding: 0px 0px 30px 0px;
    margin: 0px 0px 30px 50px;
  }
  .access-address {
    font-size: 33px;
  }
  .access-address.title {
    width: 200px;
  }
  .access_flex {
    padding: 0px 40px 0px 50px;
  }
  .fa-map-marker-alt {
    margin-right: 15px;
    font-size: 50px;
  }
}