/*
Theme Name: ディー・ファクトリー ver.1.0
Author: HIROSE
version:1.0
*/

/*========================================
 　　　　　　　　　　ヘッダー
========================================*/
header {
  height: 80px;
  width: 100%;
  position: fixed;
  z-index: 1000;
  background-color: #90326D;
  top: 0;
  transition: 0.5s;
}
h1 {
  line-height: 35px;
  width: 340px;
}

.header_logo {
  margin-left: 0px;
  width: 100%;
}
.index_header_logo {
  margin-left: 15px;
  margin-top: 30px;
}
.header.hide {
  transform: translateY(-100%);
}
.nav_sns {
  padding-top: 20px;
}

.header_logo img {
  margin-top: 20px;
  margin-left: 20px;
  box-shadow: none;
}
.index_header_logo img {
  margin-top: 4px;
  margin-left: 20px;
  box-shadow: none;
}

.header_wrap {
  height: 100%;
  display: flex;
  text-align: center;
  justify-content: space-around;
  align-items: center;
}
nav.header_list {
  padding-right: 40px;
}
nav.header_list li a{
color: #fff;
}

.header_list ul {
  display: flex;
  list-style: none;
}
.index_header_list ul {
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(45px, 1fr));
  display: grid;
  list-style: none;
}
.index_nav {
  display: flex;
  justify-content: space-between;
}
.top .index_nav,
.top .main_top {
  margin: 0;
}
.main_top {
  background-color: #141414;
}
.fas {
  font-size: 26px;
  margin-bottom: 10px;
}
.header_list li {
  text-align: center;
  padding: 10px;
  font-size: 14px;
}

img.nav-img {
  max-width: initial;
}
.header_list a {
  position: relative;
  text-decoration: none;
  color: #000;
  opacity: 1;
}
.header_list a::after {
  position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    border-top: 1px dashed #fff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

.header_list  a:hover::after {
  transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
  }

.nav,
.nav_toggle {
  display: none;
}
/* ヘッダードロップダウン */
.header_list .drop_down ul {
  position: absolute;
  width: 690px;
}
ul.header-dropmenu > li.drop_down {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  display: inline-block;
  transition: all 1s ease-out;
}
ul.header-dropmenu li a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}


ul.header-dropmenu li ul {
  /* width: 250px; */
  visibility: hidden;
  list-style: none;
  position: absolute;
  top: 40px;
  left: -200px;
  margin: 0;
  padding: 0;
  /* border: 1px solid #222; マウスオーバー時の枠線 */
  border-top: none;
}
ul.header-dropmenu li.drop2 ul {
  /* width: 250px; */
  visibility: hidden;
  list-style: none;
  position: absolute;
  top: 40px;
  left: -331px;
  margin: 0;
  padding: 0;
  /* border: 1px solid #222; マウスオーバー時の枠線 */
  border-top: none;
}
ul.header-dropmenu li:hover ul {
  visibility: visible;
  transition: all 1s ease-out;
}
ul.header-dropmenu li ul li {
  background-color: #fff;
  color: #90326D;
  text-align: right;
  border: 1px solid #90326D;
  padding: 8px;
  font-weight: bold;
}
ul.header-dropmenu li ul a div{
  width: 160px;
  height: 55px;
  padding: 20px;
}
ul.header-dropmenu li ul a br {
  content:"";
  height: 10px;
  display: block;
}
ul.header-dropmenu li ul a:first-child div{
  background: url(img/header01.jpg) no-repeat center /cover;
}
ul.header-dropmenu li ul a:nth-child(2) div{
  background: url(img/header02.jpg) no-repeat center /cover;
}
ul.header-dropmenu li ul a:nth-child(3) div{
  background: url(img/header03.jpg) no-repeat center /cover;
}
ul.header-dropmenu li.drop2 ul a:first-child div{
  background: url(img/header04.jpg) no-repeat center /cover;
}
ul.header-dropmenu li.drop2 ul a:nth-child(2) div{
  background: url(img/header05.jpg) no-repeat center /cover;
}
ul.header-dropmenu li.drop2 ul a:nth-child(3) div{
  background: url(img/header06.jpg) no-repeat center /cover;
}

ul.header-dropmenu li ul li span{
  color: #90326D;
  font-weight: bold;
}
ul.header-dropmenu > li.drop_down:hover {
  border-bottom: none;
  transition: 1s ;
}
ul.header-dropmenu li.drop_down ul a:hover::after{
  display: none;
}


/*========================================
 　　　　　　　　　　　フッター
========================================*/
footer {
  height: 100px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  text-align: center;
  font-size: 14px;
  line-height: 100px;
  background: #068cff;
  color: #f6f5f5;
}
footer {
  height: 100px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  text-align: center;
  font-size: 14px;
  line-height: 100px;
  background: #90326D;
  color: #fff;
}
.footer {
  padding: 70px 0 50px 0;
  background-color: #fff;
}
.footer li {
  font-weight: bold;
  color: #90326D;
}
.footer li a{
  color: #90326D;
  font-weight: bold;
}
.footer .sub_li a{
  font-weight: normal;
}
.footer a:hover {
  opacity: 0.7;
}
.footer .flex_item {
  margin: 0;
  align-items: flex-start;
  justify-content: space-between;
}
.footer_item {
  width: 33%;
}
.footer_item ul{
  width: 55%;
  margin: 0 auto;
}
.footer .flex_item img {
  width: 247px;
  margin-bottom: 20px;
}
.footer_item p {
  color: #272343;
  margin-top: 15px;
  letter-spacing: 0.8px;
}
.footer_item li {
  text-align: left;
  list-style: none;
  line-height: 40px;
  letter-spacing: 0.8px;
  margin-top: 10px;
}
.footer_item li.sub_li {
  line-height: 24px;
  margin-top: 0px;
}
.back-top img {
  margin-top: -40px;
}
.phone {
  padding: 10px 0 5px 0;
  width: 46px;
  position: fixed;
    right: 10px;
    bottom: 80px;
    transition: all 0.5s;
    background-color: #A88F62;
    margin: 0;
}
.phone:hover {
  opacity: 0.8;
}
.phone a {
  color: #FFF;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.phone a:hover {
 transition: .3s;
}
.phone a i{
  transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
}

.phone img {
  width: 130px;
}
.back-to-top {
  position: fixed;
    right: 10px;
    bottom: 10px;
    width: 45px;
    height: 45px;
    transition: all 0.5s;
    background: #90326D;
    z-index: 10;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #fff;
}
.back-to-top p {
  margin-top: 12px;
}
.footer .back-to-top {
  color: #fff;
}


.footer_item {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.logo_and_text {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin: 0 auto;
}

.footer_logo {
  width: 247px;
}

.order1_txt {
  width: 100%;
  text-align: left;
}

.order1_txt p {
  margin-top: 0px;
}

.order1_txt a {
  font-size: 28px;
  color: #90326D;
  font-style: italic;
  font-weight: bold;
}

.footer_icon {
  align-self: center;
}

.footer_icon a {
  width: 30px;
}

.footer_icon i {
  font-size: 30px;
  color: #000000;
  margin-top: 20px;
}

/*========================================
 　　　　　　　　　フッター　レスポンシブ
========================================*/
@media screen and (max-width: 1024px) {
  .footer .content_item {
    width: 90%;
  }
  .footer {
    margin-top: 60px;
    padding-top: 0;
  }
  .footer .flex_item img {
    width: 50%;
    padding-left: 0;
    display: block;
    margin: 0 auto;
  }
  footer {
    height: 70px;
    line-height: 70px;
  }
  
  .footer_item {
    width: 100%;
  }
  .footer_item ul {
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .footer_item p {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .footer .flex_item {
    display: flex;
  }
  .footer .footer_item.order1 {
    order: 2;
    margin-top: 30px;
  }
  .footer .footer_item.order2 {
    order: 3;
  }
  .footer .footer_item.order3 {
    order: 2;
  }
  
.back-to-top p {
  padding-top: 12px;
  margin-top: 0;
}

}

@media screen and (max-width: 1024px) {
  
  .phone img {
    width: 100%;
}
.footer .flex_item {
  display: flex;
 flex-direction: column-reverse;
}
}
@media screen and (max-width: 840px) {
  .footer_item ul {
    width: 40%;
}
}

@media screen and (max-width: 430px) {
  
  .phone {
    width: 100%;
    right:0;
  }
  .phone img {
    width: 100%;
}
footer {
  display: inline-block;
  margin-bottom: 50px;
} 
 .footer .flex_item img {
  width: 80%;
  padding-left: 0;
  display: block;
  margin: 0 auto;
}
.footer_item ul {
  width: 60%;
}
.back-to-top {
    position: initial;
    display: inline-block;
}
.phone {
  width: 80%;
  right:10%;
  bottom: 0;
}
.phone {
  padding: 0;
  width: 100%;
  position: fixed;
    right: 0px;
    bottom: 0px;
    transition: all 0.5s;
}
.phone:hover {
  opacity: 0.8;
}
.phone a {
  padding: 13px 0 5px 0;
  color: #FFF;
  -ms-writing-mode: tb-rl;
  writing-mode: inherit;
  width: 100%;
  display: inline-block;
}

.phone a:hover {
 transition: .3s;
}
.phone a i{
  transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
}

.phone img {
  width: 130px;
}
.fas {
  font-size: 21px;
}
}
/*----- スマホ　メニュー -----*/

/* メニュー固定 */

.sp-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 1024px) {
  .sp_logo {
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 12px;
    width: 250px;
    height: 70px;
    background: url(img/kuzuryu-photo/pc/common/logo-02.png) no-repeat center
      center/contain;
  }
  .header_wrap a {
    width: 70%;
  }
  .header_list {
    display: none;
  }
  .sp-menu {
    display: inline-block;
  }
  .sp_info {
    margin: 60px 0 150px 0;
  }
  .sp_info .first_txt {
    font-size: 14px;
    display: inline-block;
    text-align: center;
  }
  .sp_info .tel {
    font-size: 26px;
  }
  .sp_info .tel a {
    color: #0068b7;
  }
  .sp_info .fas {
    font-size: 22px;
  }
  .sp_info .info_btn {
    justify-content: center;
  }
  .sp_info .info_btn p {
    margin: 10px;
    font-size: 12px;
  }
  .header_wrap {
    text-align: left;
  }
  .header_logo {
    margin-top: 10px;
    margin-left: 30px;
  }
  .line-list {
    display: block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: relative;
    width: 60px;
    height: 40px;
    top: 0px;
    margin-right: 0;
    margin-left: auto;
    z-index: 300;
    cursor: pointer;
  }
  .header_wrap {
    justify-content: left;
  }

}
@media screen and (max-width: 1060px) {
ul.header-dropmenu li a {
  font-size: 14px;
}
}
@media screen and (max-width: 600px) {
 
}
@media screen and (max-width: 430px) {
  header {
    height: 50px;
  }

  .header_logo {
    width: 60%;
    margin-top: 8px;
    margin-left: 20px;
  }
  .index_header_logo {
    width: 80%;
    margin-top: 20px;
    margin-left: -8px;
  }
  .sp_info {
    margin: 0 0 150px 0;
  }
  .line-list {
    display: block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: relative;
    width: 60px;
    height: 40px;
    top: -12px;
    margin-right: 0;
    margin-left: auto;
    z-index: 300;
    cursor: pointer;
  }
}


/* ハンバーガーメニューの棒 */
.line-list span {
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  top: 90%;
  transform: translateY(50%);
  left: 30%;
  transform: translateX(-50%);
  width: 35px;
  height: 3px;
  background: #FFF;
}
.line-list.active span:nth-child(1),.line-list.active span:nth-child(3){
background: #90326D;
}

.line-list span:nth-child(1) {
  margin-top: -10px;
}
.line-list span:nth-child(3) {
  margin-top: 10px;
}
.line-list span:nth-child(4) {
  color: #0068b7;
  font-size: 12px;
  background: none;
  position: absolute;
  top: 55px;
  width: 60px;
}
/* ハンバーガーメニューが開くときに×にする */
.line-list.active span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  left: -4px;
}
.line-list.active span:nth-child(2) {
  opacity: 0;
}
.line-list.active span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  left: -4px;
}

/* メニューの中身 */
.global-nav {
  position: relative;
  position: fixed;
  right: -380px;
  top: 0;
  width: 375px;
  padding-top: 40px;
  background: #fff;
  transition: all 0.6s;
  z-index: 200;
  overflow-y: auto;
}
.global-nav .footer_item {
  width: 53%;
  margin: 0 auto;
}
.global-nav .footer_item li {
  margin-top: 0;
}
.global-nav .footer_item ul {
  width: 100%;
}
.global-nav a {
  width: 100%;
  font-size: 16px;
  display: block;
  color: #272343;
}
.global-nav .logo_and_text a {
  width: 100%;
  font-size: 28px;
  display: inline;
  color: #90326D;
}
.global-nav .flex_item img {
  width: 100%;
}
.global-nav .footer_item.order1 {
  width: 70%;
}
.global-nav .footer_item.order1 img {
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
}
.global-nav .footer_item p {
  width: 100%;
}
.global-nav .footer_item p.company_gnav {
  margin-top: 0;
}
/* メニューが横から開く */
.nav-open .global-nav {
  width: 100%;
  height: 100%;
  right: 0;
}

/* メニューが横から開いた時の背景 */
.nav-open .menu-bg {
  opacity: 0.8;
  visibility: visible;
}
/*========================================
 　　　　　　　　　　　共通
========================================*/
html,
main,
body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  color: #101010;
}
.century,.section_ttl p,p.txt_ttl,.img_ttl h2 {
  font-family: century-gothic, sans-serif;
  font-weight:normal;
  color: #90326D;
  
}
section {
  width: 100%;
  margin: 0 auto;
}
a {
  text-decoration: none;
}

.blue {
  color: #0068b7;
}
.red {
  color: rgb(255, 0, 0);
}
.txt {
  font-size: 18px;
  line-height: 36px;
}
.under_line {
  text-align: center;
  width: 30px;
  margin: 0 auto;
  position: relative; /*--positionを追加--*/

  content: "";
  height: 2px;
  background-color: #0068b7; /*--縦線の色--*/
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
  padding-left: 0!important;
}
.grecaptcha-badge { visibility: hidden; }
/*========================================
 　　　　　　　　　トップページ
========================================*/
/*----- トップページ トップ-----*/
/* メインビジュアル動画 */
.container-video {
  position: relative;
  width: 100vw;
  height: 91vh;
  overflow: hidden;
  opacity: 0.01;
  animation: load 1.5s 0.8s ease-out forwards;
  margin-top: 80px;
}
.container-video #video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  height: 56.25vw;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(1.05);
}
.container-video h2 {
  position: absolute;
  top: 46%;
  left: 50%; /* 左右の中央にも持っていきたい場合に使用 */
  transform: translate(-50%, -50%);
  z-index: 100;
  color: #FFFFFF;
  font-size: 48px;
  width: 100%;
}
.container-video h2 span {
  font-size: 36px;
}
.container-video p {
  position: absolute;
  top: 60%;
  left: 50%; /* 左右の中央にも持っていきたい場合に使用 */
  transform: translate(-50%, -50%);
  z-index: 100;
  color: #FFFFFF;
  font-size: 21px;
  width: 100%;
}
@keyframes load {
  100% {
    opacity: 1;
  }
}

section.main_top {
 padding-bottom: 0;
}
.top_img {
  width: 100%;
  background-color: #1D1D1D;
}


/*=== 9-1-2 丸が動いてスクロールを促す ====*/

/*スクロールダウン全体の場所*/
.scrolldown2{
  position:relative;
  width: 0;
  bottom:10px;
  left:50%;
  }
  
  /*Scrollテキストの描写*/
  .scrolldown2 span{
    /*描画位置*/
  position: absolute;
  left:10px;
  bottom:10px;
    /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  
  /* 丸の描写 */
  .scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
  }
  
  /*下からの距離が変化して丸の全体が上から下に動く*/
  @keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
  }
  
  /*上から下にかけて丸が透過→不透明→透過する*/
  @keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
  }
  
  /* 線の描写 */
  .scrolldown2:after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 50px;
    border-right: 1px dashed #eee;
  }
  
.section_ttl h2 {
  font-size: 32px;
  margin-top: 0;
  letter-spacing: 1.6px;
  margin-bottom: 40px;
  font-weight: 500;
}

html,
body{
   height: 100%;
}
 
.section_scroll{
   width: 100%;
   height: 100%;
}
 
.section{
   align-items: center;
   width: 100%;
   height: 100%;
}
 /* セクションバー */
.section_bar{
   border-top: 1px dashed #90326D;
   height: 1px;
   max-width: 100%;
}
.section_bar2{
   border-top: 1px dashed #000;
   height: 1px;
   max-width: 100%;
}
.top_sp{
  display: none;
}
.sp_img.sp_video {
  display: none;
}
@media(min-width:1024px){
  .sp{
      display: none !important;
  }
 

}
@media(max-width:1023px){
  .pc{
    display: none !important;
}
.top_img {
  margin-top: 80px;
}
.pc_img {
  display: none;
}

.pc_img.pc_video {
  display: initial;
}

.container-video h2 {
  font-size: 40px;
}
.container-video h2 span {
  font-size: 24px;
}
.container-video p {
  font-size: 20px;
}
}
@media(max-width:600px){
  .top_img {
    margin-top: 50px;
  }
  .top_sp{
    display: inline-block !important;
  }
  
  
  
  .container-video h2 {
    font-size: 32px;
    top: 35%;
  }
  .container-video h2 span {
    font-size: 18px;
  }
  .container-video p {
    font-size: 18px;
    top: 60%;
  }
}


@media(max-width:455px){
	  .pc_img.pc_video {
    display: none;
  }
	  .sp_img.sp_video {
    display: inline;
  }
}
/* a:hover {
  opacity: 0.8;
} */
section {
  padding-bottom: 100px;
}
.content_item {
  width: 70%;
  margin: 0 auto;
}
.content_item_left {
  width: 85%;
  margin-left: 0;
}
.content_item_right {
  width: 85%;
  margin-left: auto;
  margin-right: 0;
}
.under_line_y {
  background: linear-gradient(transparent 60%, #e8df3085 0);
}
.flex_item {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  align-items: center;
  color: #101010;
}
.flex_item img {
  width: 58.7%;
}

.flex_txt {
  width: 500px;
  text-align: left;
}

.flex_txt p {
  margin-top: 20px;
  color: #272343;
}


.flex_txt p.txt_ttl {
  font-size: 16px;
  font-weight: normal;
  color: #90326D;
  margin-bottom: -15px;
}

.flex_txt h3 {
  font-size: 26px;
  margin: 0 0 14px 0;
  font-weight: normal;
  line-height: 0;
}

.flex_txt h3.first_content {
margin-top: 30px;
}
.flex_txt p.first_content {
  margin-bottom: -15px;
}
.flex_txt h4 {
  font-size: 32px;
  color: #90326D;
}
.flex_txt h4 span{
  font-size: 80px;
  font-weight: bold;
}
hr {
  border: none;
  border-top: 4px dotted rgba(112, 112, 112, 0.5);
  width: 100%;
}
hr.sp {
  border-top: 1px solid #707070;
  margin-bottom: 20px;
}
.flex_txt h3 span {
  transition: 0.3s;
}
.flex_txt h3 img {
  width: 4%;
  margin-left: 10px;
  margin-bottom: -20px;
}
.flex_item.btn {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.btn a {
  position: relative;
  width: 180px;
  padding: 10px 20px;
  font-weight: bold;
  letter-spacing: 1.05px;
  transition: .3s;
  color: #90326D;
  font-size: 18px;
  font-weight: bold;
  background: none;
  outline: 1px solid;
  outline-color: #90326D;
  outline-offset: 0px;
  display: inline-block;
  transition: .3s;
}
.btn a::after {
  content: '';
  position: absolute;
  top: 22px;
  right: -10%;
  width: 50px;
  height: 1px;
  border-top: 1px dashed #90326D;
  transition: all .3s;
  transform: scale(0, 1);/*X方向0、Y方向1*/
  transform-origin: left top;/*左上基点*/
  
}
.product .btn a::after {
  content: '';
  position: absolute;
  top: 22px;
  right: -16%;
  width: 50px;
  height: 1px;
  border-top: 1px dashed #90326D;
  transition: all .3s;
  transform: scale(0, 1);/*X方向0、Y方向1*/
  transform-origin: left top;/*左上基点*/
  
}
.btn a:hover::after{
  transform: scale(1, 1);
}
.btn a:hover {
  animation: light .8s 3;
  
}
@keyframes light {
  100% { 
    outline-color: transparent;
    outline-offset: 12px;
  }
}
.event_top .btn a {
  display: inline-block;
}
.event_top .section_ttl h2 {
  margin-bottom: 40px;
}
.flex_item2 {
  display: flex;
  justify-content: center;
  width: 100%;
}
.flex_item2 img {
  width: 100%;
}
.point1 {
  padding-left: 370px;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: center;
  font-weight: bold;
}

.button {
  text-align: center;
}
.button a {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 4px;
  color: #000;
  padding: 10px 20px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(
    to right,
    #0068b7 0%,
    #0068b7 50%,
    #fff 50%,
    #fff 100%
  );
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  transition: background-position ease 0.4s;
  text-align: center;
  text-decoration: none;
}
.button a:hover {
  color: #fff;
  background-position: 0 0;
}
.first_tlt {
  margin-bottom: 0px;
}



/*----- トップページ　強み-----*/
.quality {
  background-color: #f2f2f2;
  padding-top: 100px;
}
.quality.business {
  background-color: #fff;
}
.quality.flow {
  background-color: #f2f2f2;
}
.quality.contact_oem{
  background-color: #fff;
}
.quality .flex_item {
  justify-content: left;
}
.quality.first_oem .flex_item {
  justify-content: center;
  gap: 20px;
}
.quality.first_oem .flex_item .flex_item_content {
  width: 100%;
  margin: 0;
}
.first_oem .flex_txt {
	width: 95%;
	margin: 0 auto;
	padding: 14px;
}
.first_oem .flex_txt h2 span {
  color: #90326D;
  font-size: 32px;
}
.quality .flex_item.btn {
  justify-content: center;
}
.quality .content_item_right .flex_item {
  justify-content: right;
}
.quality .content_item_right .flex_item .flex_txt{
  margin-right: 70px;
}
.quality .content_item_left .flex_item .flex_txt{
  margin-left: 70px;
}
.quality .content_item_right .flex_item.btn {
  justify-content: left;
}
.quality .content_item_left .flex_item.btn {
  justify-content: space-between;
}
.quality.contact_oem .flex_item {
  gap: 40px;
}
.content_item_left .btn a {
	width: 158px;
	margin: 0 10px;
	letter-spacing: -1px;
}
.contact_oem h3 {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 40px;
}

.contact_oem .btn a {
  width: 200px;
}
.contact_oem .btn a::after {
  top: 23px;
    right: -15%;
}
.quality.contact_oem .flex_item .flex_item_content {
  width: initial;
}
.contact_oem .order1_txt a {
  font-size: 36px;
}
.contact_oem .order1_txt p {
  text-align: center;
}
.contact_oem .order1_txt p.info_time {
  font-size: 14px;
}
/*----- トップページ　製品実績-----*/
section.product {
  padding-top: 100px;
}
.product_grid img {
  width: 100%;
}
.overall-grid {
  margin-bottom: 60px;
}
/* .product_grid iframe {
  width: 100%;
  height: 571px;
} */
* {
  margin: 0;
  padding: 0;
}
.content {
  position: relative;
}
.content > p {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 5px;
}
.grid-container, .grid-container-reverse {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 7px;
}

.grid-container {
  grid-template-columns: 2fr 1fr;
}

.large-image {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.small-image.top {
  grid-column: 2;
  grid-row: 1;
}

.small-image.bottom {
  grid-column: 2;
  grid-row: 2;
}

.grid-container-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 7px;
  margin: 7px 0;
}

.image-three img {
  width: 100%;
  height: 100%;
}

.grid-container-reverse {
  grid-template-columns: 1fr 2fr;
  margin-bottom: 60px;
}

.large-image-reverse {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.small-image-reverse.top-reverse {
  grid-column: 1;
  grid-row: 1;
}

.small-image-reverse.bottom-reverse {
  grid-column: 1;
  grid-row: 2;
}

.large-image img, .small-image img, .large-image-reverse img, .small-image-reverse img {
  width: 100%;
  height: 100%;
}


/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.d-demo__wrap {
  display: flex;
  overflow: hidden;
  padding: 100px 0;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
animation :infinity-scroll-left 15s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(100vw / 2);
}
.d-demo__item > img{
   width: 100%;
}
/* 挿絵 */
.illustration img {
  width: 100%;
}
/*----- トップページ　お知らせ-----*/
section.event_top {
  padding-top: 100px;
  background: url(img/back01.jpg) no-repeat center / cover;
}

.event_wrap ul {
  display: flex;
  justify-content: start;
  padding-left: 0;
}
.event_wrap li {
	width: 31%;
  list-style: none;
  margin: 0 5px;
}
.event_wrap li img {
  width: 100%;
  height: 100%;
  
}
.event_wrap .after_img {
  position: relative;
  width: 100%;
  height: 100%;
}

.event_wrap li a {
  color: #272343;
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  background: #fff;
}
.event_wrap li a span.description {
  font-size: 16px;
  font-weight: normal;
}
.news .event_wrap li a {
  font-weight: normal;
  transition: 0.3s;
}
.news .event_wrap li a:hover img {
  transform: scale(1.05);
  transition: 0.3s;
}
.news_ttl {
  height: 2.5em;
  padding: 10px;
  margin-top: -6px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: end;
}


section.event_top .btn {
  margin-top: 60px;
}
section.illustration {
  padding-bottom: 0;
  background-color: #F2F2F2;
}
.category_banner {
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: #F2F2F2;
}
.category_banner .flex_item a{
  width: 100%;
  overflow: hidden;
  display: inherit;
  justify-content: center;
  position: relative;
}
.category_banner .flex_item {
  margin-bottom: 30px;
}
.category_banner .flex_item img {
  width: 95%;
  height: auto;
  transition: transform .6s ease;
  position: relative;
}
.category_banner .flex_item a:hover img {
  transform: scale(1.025); 
}
.category_banner .flex_item a::before {
  background: rgba(144, 50, 110, 0.3);
  bottom: 0;
  content: '';
  height: auto;
  left: 1.5%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease;
  width: 97%;
  z-index: 10;
}

.category_banner .flex_item a:hover::before {
  opacity: 1;
}
.category_banner img.ornament {
  position: absolute;
  width: 12%;
  right: 50px;
  bottom: 15px;
 opacity: 0;
}
.category_banner .flex_item a {
  transition: 1s;
}
.category_banner .flex_item a:hover >img.ornament {
  opacity: 1;
  transition: .8s;
  z-index: 100;
}
.banner_txt {
  position: absolute;
  bottom: 15px;
  left: 30px;
  color: #fff;
  text-align: left;
  z-index: 100;
  width: 90%;
}
.banner_txt::after {
  position: absolute;
  content: "";
  width: 82.5%;
  left: 0;
  top: 58px;
  border-bottom: 1px dashed;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.banner_txt p{
  font-size: 16px;
}
.banner_txt h5{
  font-size: 24px;
  font-weight: normal;
}
.category_banner .flex_item a:hover >div.banner_txt::after {
  transform: scale(1, 1);
opacity: 1;
}
/*----- トップページ　お問い合わせバナー-----*/
.banner a {
  display: block;
  transition: transform .6s ease;
  position: relative;
  overflow: hidden;
}
.banner img {
  width: 97.5%;

}
.banner a:hover {
  transform: scale(1.017); 
}
.banner a::before {
  background: rgba(144, 50, 110, 0.3);
  bottom: 0;
  content: '';
  height: 98.4%;
  left: 1.3%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease;
  width: 97.5%;
  z-index: 10;
  border-radius: 10px;
}
.banner a:hover::before {
  opacity: 1;
}

/*========================================
 　　　　　　　　　トップページ　レスポンシブ
========================================*/
@media screen and (max-width: 1530px) {
  .flex_txt p.txt_ttl {
    margin-bottom: 12px;
  }
  .flex_txt p.first_content {
    margin-bottom: -15px;
  }
}
@media screen and (max-width: 1024px) {
  section {
    margin-bottom: 0px;
  }
  section {
    padding-bottom: 60px;
}
  .flex_item {
    display: initial;
    margin-bottom: 0;
  }
  .flex_txt p.txt_ttl {
    font-size: 12px;
  }
  .flex_item h3 {
    font-size: 21px;
    margin-top: 15px;
    /* line-height: 16px; */
  }

  .top_img h1 {
    font-size: 38px;
    top: 100%;
    left: 10%;
    line-height: 60px;
  }

  section.scroll {
    margin-top: 100px;
}
.top_img h1 span {
  margin-top: -20px;
}

.section_ttl p {
  font-size: 14px;
}
.section_ttl h2 {
  font-size: 26px;
  margin-bottom: 20px;
}
 
 .flex_item_content {
  margin-bottom: 20px;
 }


 .quality .flex_item img {
  width: 100%;
}
.quality {
  padding-top: 60px;
}
.banner {
  padding-top: 60px;
}
.banner img {
  width: 80%;
}
.product_grid .flex_item {
  display: flex;
}
.btn2 {
  margin-top: 30px;
}
.content_item_left,.content_item_right {
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
}

.quality .flex_item .flex_txt h3 img {
  width: 4%;
  margin-bottom: -18px;
 }
 
 .quality .content_item_left .flex_item .flex_txt,.quality .content_item_right .flex_item .flex_txt {
  margin: 0 auto;
  margin-top: 10px;
 }
 .quality .content_item_left .flex_item .flex_txt {
  text-align: center;
 }
 .quality .content_item_left .flex_item .flex_txt p, .quality .content_item_left .flex_item .flex_txt h3 {
  text-align: left;
 }
 .flex_txt p.txt_ttl {
  margin: 0;
  /* margin-top: -15px; */
 }
 .content_item_right {
  margin-top: 30px;
}
.content_item_right  .flex_item{
  display: flex;
flex-direction: column-reverse;
}
.quality .flex_item.btn a {
  text-align: left;
}
.sp_product {
  margin-bottom: 30px;
} 
.sp_product_item img {
  width: 100%;
}
.sp_product_item .flex_item {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 10px;
}
.sp_product_item .flex_item img {
  width: 48.8%;
}
.d-demo__wrap {
  padding: 60px 0;
}
section.event_top {
  padding-top: 60px;
  background: url(img/sp/sp-back01.jpg) no-repeat center / cover;
}
.contact_oem .order1_txt p.info_time {
  margin-bottom: 20px;
}
.quality.first_oem .flex_txt {
  margin-bottom: 40px;
    }
    .flex_txt h3.first_content {
      margin-top: 12px;
    }
}

@media screen and (max-width: 840px) {
  
   .flex_item_content {
    height: 100%;
    width: 80%;
    margin: 0 auto 20px auto;
   }
   .event_wrap li {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
   }
   .contact_oem h3 {
    font-size: 18px;
  }
  
}
@media screen and (max-width: 768px) {
  .content_item {
    width: 80%;
   }
   .content_item_left, .content_item_right {
    width: 80%;
  }
  .quality .content_item_left .flex_item.btn {
    display: inline-block;
  }
  
}
@media screen and (max-width: 650px) {
 
   .quality .flex_item img {
    width: 100%;
  }
.flex_txt {
    width:100%;
  }
 
  .flex_item.btn a,.event_top .btn a {
    font-size: 18px;
    font-weight:500;
  }
  .quality .flex_item.btn a {
    margin-top: 10px;
    display: inline-block;
    width: 55%;
  }

  .contact_oem h3 {
    font-size: 16px;
  }
	.btn a,.quality .flex_item.btn a {
		text-align: center; 
	}
}


@media screen and (max-width: 430px) {
  .container-video {
    height: 85vh;
  }
  .content_item {
    width: 90%;
   }
   .content_item_left, .content_item_right {
    width: 90%;
  }
  .top_img h1 {
    font-size: 28px;
    top: 80%;
    left: 6%;
    line-height: 40px;
  }
  .top_img h1 span {
    margin-top: -10px;
    font-size: 14px;
  }
  section.scroll {
    margin-top: -40px;
}
.scroll p {
  font-size: 12px;
  padding: 10px 20px 10px 15px;
  margin-left: 50px;
}
.quality .flex_item.btn a {
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 10px 20px;
}
.flex_item_content {
  height: 100%;
  width: 100%;
 }
.flex_txt p {
  font-size: 15px;
}
.event_wrap li a{
  margin-bottom: 20px;
  display: flex;
 }
 .event_wrap .after_img {
  width: 40%;
 }
 .event_wrap li a {
  align-items: center;
 }
 .news_ttl {
  height: initial;
    padding: initial;
    margin-top: initial;
   display: initial;
    flex-direction: initial;
  width: 60%;
  padding-left: 10px;
 }
 .event_wrap li img {
  padding: 5px 5px 0 5px;
}
 .event_wrap .after_img::after {
  width: 20px;
  height: 20px;
  right: -5px;
 }
 .news_ttl span {
  font-size: 12px;
 }
 .event_wrap li a span.description {
  display: block;
  font-size: 14px;
  line-height: 20px;
 }
.news  .event_wrap li a span.description {
  font-weight: normal;
}
 .event_wrap li {
  width: 100%;
}
.banner img {
  width: 100%;
}

.contact_oem h3 {
  font-size: 15px;
}

}
/* 製品実績レスポンシブ */
@media screen and (max-width: 790px) {
  .product_grid .flex_item {
     width: 100%;
}
  .product_grid .item1 {
    width: 500px;
    margin: 0 auto;
    height: 282px;
  }
  .product_grid .flex_item iframe {
    height: 210px;
    width: 250px;
  }
}
@media screen and (max-width: 600px) {
  .product_grid .flex_item {
     width: 100%;
}
  .product_grid .item1 {
    width: 400px;
    margin: 0 auto;
    height: 225px;
  }
  .product_grid .flex_item iframe {
    height: 180px;
    width: 200px;
  }
}
@media screen and (max-width: 442px) {
  .product_grid .item1 {
    width: 300px;
    margin: 0 auto;
    height: 150px;
  }
  .product_grid .flex_item iframe {
    height: 110px;
    width: 150px;
  }
  section.product {
    padding-top: 60px;
}
}
@media screen and (max-width: 334px) {
  .product_grid .item1 {
    width: 250px;
    margin: 0 auto;
    height: 140px;
  }
  .product_grid .flex_item iframe {
    height: 90px;
    width: 125px;
  }
  section.product {
    padding-top: 60px;
}
.btn a {
  padding: 10px 20px;
}
}
/*======================================
 　　　　　　　　会社概要
========================================*/
.section_ttl.ttl2 {
  text-align: left;
  padding-top: 100px;
}
.section_ttl.ttl2 h2 {
  margin-bottom: 20px;
}
.section_ttl.ttl2 hr {
  width: 40%;
  margin-bottom: 20px;
}
.first_tlt {
  background: none;
  padding: 0;
}
.company_img {
  width: 100%;
  height: 400px;
background: url(img/photo30.jpg)no-repeat center / cover;
  margin-top: 80px
}
.content_item {
  position: relative;
  height: 100%;
}
.img_ttl {
  position: absolute;
  top: 60%;
  left: 0;
  bottom: 0;
  text-align: left;
}
.img_ttl h2 {
  font-size: 100px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 1px;
}
.img_ttl h3 {
  font-size: 48px;
  color: #fff;
  margin-top: -70px;
  font-weight: normal;
}
.company_top .flex_txt {
  margin-bottom: 40px;
}
.company table {
  text-align: left;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  display: inline-block !important;
  margin-top: 30px;
}
.company_table {
  width: 50%;
}
.company td {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  font-size: 16px !important;
  padding: 5px 0 !important;
  line-height: 40px !important;
}

.company table tr td:nth-child(1) {
 width: 24vw;
  padding-right: 20px;
  border-bottom: 1px solid #90326D !important;
  font-weight: bold!important;
  color: #272343!important;
}
.company table tr td:nth-child(2) {
  width: 24vw;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  margin-left: 24px !important;
  display: inline-block !important;
  color: #272343!important;
  text-align: left;
  border-bottom: 1px solid #707070 !important;
}
.company .flex_item {
  justify-content: start;
  align-items: flex-start;
  gap: 40px;
}
.company .flex_item img {
 width: 50%;
 height: 453px;
}
.company .flex_item .map {
 width: 50%;
 margin-left: 50px;
}
.company .flex_item .map iframe{
 width: 100%;
 height: 453px;
}
.flex_item.flex_map {
  margin-bottom: 0;
  gap: 0;
}
.company_detail {
  padding: 100px 0;
  background-color: #F5F5F5;
}
.company_detail.factory {
  background-color: #FFF;
}
/* 経営理念 */
.philosophy {
  background-color: rgba(0, 0, 0, 0.05);
}
.company_bg {
  background: url(img/back03-1.png) no-repeat center / cover fixed;
}

.philosophy_txt {
  font-size: 21px;
  text-align: left;
  width: 59.524%;
  margin-left: 0;
  letter-spacing: 1.04px;
}
.philosophy_txt p {
  margin-bottom: 20px;
}
.philosophy_txt span {
  color: #f41e19;
}
/* 沿革 */
.history {
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 100px;
}
.history_table {
  width: 59.524%;
}
tbody {
  width: 100%;
}
.company .history td {
  line-height: 30px !important;
}
.company .history table tr td:nth-child(1) {
  padding-right: 16px;
  width: 24%;
}
.company .history table tr td:nth-child(2) {
  width: 92%;
}
/* 環境 */
.environment {
  padding-top: 90px;
}
.environment_txt {
  width: 59.524%;
  text-align: left;
}
.environment_ttl {
  text-align: left;
  font-size: 21px;
  font-weight: bold;
  color: #f41e19;
  border-left: 10px solid #f41e19;
  padding-left: 10px;
  margin-top: 40px;
}

.environment_txt .dsc_wrap {
  margin-top: 40px;
  line-height: 24px;
}
.environment_txt h4{
  display: inline-block;
  color: #101010;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 21px;
}
.environment_txt .btn {
  margin-top: 40px;
}
/* 社会貢献 */
.environment_txt img {
  width: 50%;
  border-radius: 10px;
  margin: 0 10px 0 0;
}

/* バナー */
.company .category_banner .flex_item img {
  width: 95%;
  height: 100%;
}

.top .banner {
  background: #F2F2F2;
}
/* カテゴリー */
.category {
  padding-top: 100px;
}
.category .flex_item img {
  width: 97%;
}
/*========================================
　　　　会社概要　　レスポンシブ
========================================*/
@media screen and (max-width: 1024px) {
  .flex_txt h3 img {
    width: 5%;
  }
  .company .flex_item {
    display: flex;
  }
.company section {
  margin-bottom: 0;
}
  .company_img {
      background: url(img/sp/sp-photo04.jpg) no-repeat center / cover;
    width: 100%;
    height: 250px;
    padding-top: 0;
  }
  .img_ttl {
    top: 67%;
  }
  .img_ttl h2 {
    font-size: 36px;
}
	.first .img_ttl h2 {
    font-size: 34px;
}
.company .flex_txt h3 {
  font-size: 21px;
}
.img_ttl h3 {
  font-size: 26px;
  margin-top: -12px;
}
.section_ttl.ttl2 {
  padding-top: 60px;
}
.section_ttl.ttl2 hr {
  width: 100%;
}
.company_detail {
  padding-top: 60px;
}
  .company table {
    width: 99%;
    margin: 0 auto;
  }
  .company td,
  .company tr {
    font-size: 14px !important;
  }

.company_table {
  width: 100% !important;
  margin-top: 30px!important;
}
.company_table.table2 {
  margin-top: 0px!important;
}

.company td {
  line-height: 30px !important;
}
.company .table2 {
  margin-left: 0;
}

.company_bg {
  background: none;
}
.company .flex_item img {
  height: 100%;
}
.company .flex_item .map {
  width: 100%;
  margin-left:0;
}
.company .flex_item .map iframe {
  height: 250px;
  margin-top: 20px;
}
.philosophy_txt,.history_table ,.environment_txt{
  width: 100%;
}
.company .history_table table tr td:nth-child(2) {
  width: 90% !important;
}
.category .content_item {
  width: 70%;
}
.category .flex_item img {
  margin-top: 0;
  margin-top: 10px;
  width: 90%;
}
.company_detail {
  padding: 60px 0;
}
.company_detail .content_item {
  width: 90%;
}
.company .flex_txt p.txt_ttl {
  margin-bottom: -10px;
}
.company .history table tr td:nth-child(1) {
  font-size: 12px!important;
}
.history_table {
  margin-top: 30px;
}
.history {
padding-top: 60px;
}
.environment {
  padding-top: 60px;
}
.category_banner .flex_item img {
  margin-top: 5px;
}
.company .category_banner .flex_item img {
  margin-top: 5px;
}
}
@media screen and (max-width: 1385px) {
  .company_top .content_item{
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .environment_txt .btn {
text-align: center;
  }
  .history .content_item {
    width: 90%;
  }
}
@media screen and (max-width: 710px) {
  .company .flex_item {
    display: initial;
  }
  .company .flex_item img {
    width: 100%;
    margin-top: 20px;
  }
  .company table tr td:nth-child(1) {
    width: 30vw;
  }
  .company table tr td:nth-child(2) {
    width: 55vw;
  }
  
} 
@media screen and (max-width: 430px) {
  .company_img {
  margin-top: 50px;
}
  .philosophy_txt p{
font-size: 14px;
  }
  .environment_ttl {
    font-size: 18px;
  }
.environment_txt .dsc_wrap{
    font-size: 14px;
  }
  .category .content_item {
    width: 90%;
}
}
/*========================================
 　　　　　　　　　初めての方
========================================*/
.first_img {
  width: 100%;
  height: 400px;
  background: url(img/photo20.jpg) no-repeat center / cover;
  margin-top: 80px;
}
.message {
  padding-top: 100px;
}
.message .flex_item {
  justify-content: space-around;
}
.message .flex_item img{
  width: 43%;
}
.message .flex_txt h3 img {
  width:4%;
}
.message .flex_item .message_txt{
width: 45%;
}
.message .section_ttl.ttl2 {
  padding-top: 0;
}
.message .section_ttl.ttl2 hr {
  width: 100%;
}
.message_txt {
  text-align: left;
}
.message_txt p {
  padding-bottom: 40px;
}
.message .section_ttl.ttl2 p {
  padding-bottom: 0;
}
.message .message_right {
  font-size: 21px;
  text-align: right;
}
.message .message_right p{
  display: inline-block;
  text-align: left;
  margin-top: 0;
}
.message .message_right span{
font-size: 16px;
}
.quality .section_ttl h3 {
  font-size: 21px;
  letter-spacing: 1.04px;
  margin-bottom: 40px;
  color: #F41E19;
}
.flex_item {
  margin-bottom: 50px;
}
.philosophy {
  width: 100%;
  padding: 100px 0;
  background: url(img/back02.jpg)no-repeat center center / cover;
}
.philosophy_wrap {
  width: 880px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
}
.philosophy_tlt h2 {
  font-size: 32px;
  margin-bottom: 0;
}

.philosophy_tlt p {
  margin: 0;
  padding-top: 40px;
  font-size: 16px;
  padding-left: 0;
}
.philosophy_txt {
  margin: 0 auto;
  margin-top: 40px;
  padding-bottom: 40px;
  font-size: 32px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  width: 800px;
}

.philosophy_txt h3 {
  font-size: 80px;
  margin: 0;
}
.philosophy_txt p {
  font-size: 32px;
  color: #5A4398;
  margin: 0;
  margin-top: 20px;
  padding-top: 0;
}
.first_oem .flex_item.btn {
  justify-content: left;
  margin-top: 20px;
}
/*============== OEMの方へ FLOW ============== */
#oem .txt {
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
}

.container {
  padding: 0 calc(40 / 750* 100vw);
}
#oem .Flow .block__wrap {
  position: relative;
}
#oem .Flow .block__wrap::before {
  position: absolute;
  top: 0;
  left: calc(45 / 750* 100vw);
  display: inline-block;
  content: "";
  width: 1px;
  /* height: calc(3560 / 750* 100vw); */
  background-image: linear-gradient(
    to bottom,
    #d5d5d5 0%, #d5d5d5 50%, transparent 50%, transparent 100%
  );
  background-size: 1px 10px; /* このサイズを調整して、点の間隔を変更できます */
}
#oem .Flow .block {
  padding-left: calc(150 / 750* 100vw);
  margin-bottom: calc(100 / 750* 100vw);
  text-align: left;
}
#oem .Flow .block dt {
  position: relative;
  font-size: calc(33/750*100vw);
  font-weight: 700;
  margin-bottom: calc(20 / 750* 100vw);
}
#oem .Flow .block dt .icon {
  position: absolute;
  top: 0;
  left: calc(-150 / 750* 100vw);
  display: inline-block;
  width: calc(90 / 750* 100vw);
}
#oem .Flow .block dt {
  font-family: century-gothic, sans-serif;
  color: #90326D;
  font-size: 16px;
}
#oem .Flow .block dt .en {
  font-size: calc(24/750*100vw);
  display: block;
  font-weight: 700;
  letter-spacing: 0.8px;
}

#oem h3 {
  position: relative; /* 擬似要素の基準点とするためにrelativeを指定 */
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}

#oem h3::after {
  content: ""; /* 擬似要素にはcontentが必須です */
  position: absolute;
  bottom: 0; /* h3の下端から位置を指定 */
  left: 0; /* 左端から10%の位置に設定して中央寄せの効果 */
  width: 10%; /* 全体の80%の幅 */
  border-bottom: 1px dashed #90326D; /* 点線のスタイル */
}

#oem .Flow .block dt .icon img{
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #oem .Flow {
    width: 750px;
}
#oem img {
  width: 60px;
}
.container {
  width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
#oem .Flow .block__wrap {
  margin-bottom: 80px;
}
#oem .Flow .block__wrap::before {
  left: 31px;
  height: 1560px;
}
#oem .Flow .block {
  display: flex;
  gap: 50px;
  padding-left: 80px;
  margin-bottom: 80px;
  text-align: left;
}
#oem .Flow .block dt {
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
  width: 120px;
}
#oem .Flow .block dt .icon {
  left: -80px;
  width: 60px;
}
#oem .Flow .block dt .en {
  font-size: 16px;
  margin-top: 6px;
}
#oem .Flow .block dd {
  width: 500px;
}
}
@media screen and (max-width: 599px) {
  .pc {
      display: none;
  }
}

.first .quality div:nth-child(5) .flex_txt p.txt_ttl {
  margin-bottom: -15px;
}
/*======================================
 　　　　　　　　　初めて　レスポンシブ
========================================*/

@media screen and (max-width: 1024px) {
  .first_img {
    width: 100%;
    height: 250px;
    padding-top: 0;
    background: url(img/sp/sp-photo02.jpg) no-repeat center / cover;
  }
  .message {
    padding-top: 60px;
  }
  .message .flex_item {
    display: flex;
    flex-direction: column-reverse; /* 縦並び逆順 */
    margin-bottom: 0;
  }
  .message .flex_item .flex_txt {
    margin-top: 30px;
  }
  .message .flex_item img {
    width: 60%;
  }
  .strength section {
    margin-bottom: 0;
  }
  .message .flex_item .message_txt {
    width: 100%;
  }
  .first .flex_item h3 {
    margin-top: -12px;
  }
  .first .flex_txt p.txt_ttl {
    margin-bottom: 0!important;
  }

  .message .message_right p {
    margin-bottom: 30px;
  }
  .philosophy {
    width: 100%;
    padding: 150px 0;
    background: url(img/sp/sp-back02.jpg)no-repeat center center / cover;
  }
  .philosophy_tlt h2 {
    font-size: 26px;
  }
  .philosophy_wrap {
    width: 97%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
  }
  .philosophy_txt {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
    line-height: 41px;
  }
  .philosophy_txt p{
    font-size: 21px;
  }
  .philosophy_tlt p {
    padding-top: 20px;
  }
  .flex_txt h4 {
    text-align: left;
    font-size: 21px;
    margin-bottom: 6px;
  }
  .flex_txt h4 span{
    font-size: 50px;
  }
  .first .quality .content_item_left .flex_item .flex_txt {
    margin-top: 0;
  }
  .first .quality .flex_item h3 {
    margin-top: 18px;
  }
  .quality .content_item_left .flex_item .flex_txt p {
    line-height: 22px;
  }
  .first .content_item_left .flex_item .flex_txt p.txt_ttl {
    line-height: 10px;
  }
  .first .quality .flex_item h3 {
    line-height: 0px;
  }
  .first .quality div:nth-child(5) .flex_item h3 {
    margin-top: -10px;
  }
  .first .quality .content_item_right:nth-child(3) .flex_item .flex_txt {
    margin-bottom: 25px;
  }
  .message .flex_txt h3 img {
    width: 5%;
  }
}
@media screen and (max-width: 768px) {
  .first_oem .flex_item.btn {
    justify-content: center;
  }
}
@media screen and (max-width: 650px) {
  .strength .quality .flex_item.column-reverse {
    display: flex;
  flex-direction: column-reverse;
  }
}
@media screen and (max-width: 430px) {
  .first_img {
    margin-top: 50px;
  }
  .category {
    padding-top: 60px;
}
  .message .flex_item img {
    width: 100%;
    margin-top: 0px;
  }
  .message_txt p {
    font-size: 15px;
  }
  .quality .section_ttl h3 {
    font-size: 14px;
  }
  .strength .quality .section_ttl h2 {
    margin-bottom: 0px;
}

.quality .flex_item.column-reverse {
display: flex;
flex-direction: column-reverse;
}
.first .quality .flex_item h3 {
  line-height: 0.5em;
}
}
/*======================================
 　　　　　　　　　縫製事業
========================================*/
.sewing_img {
  width: 100%;
  height: 400px;
  background: url(img/photo35.jpg) no-repeat center / cover;
  margin-top: 80px;
}
.seamless video{
  padding-top: 100px;
  width: 100%;
}


.sewing .section_ttl h2 {
  margin-bottom: 40px;
}
.sewing .quality {
  background: #FFF;
  padding-bottom: 80px;
}
.sewing .flex_txt p.txt_ttl,.first .flex_txt p.txt_ttl {
  margin-bottom: 15px;
}

.sewing .flex_txt p.txt_ttl,.seamless .flex_txt p.txt_ttl  {
  margin-bottom: 15px;
}
.seamless .flow_content .flex_txt p.txt_ttl {
  margin-bottom: -10px;
}
.sewing .quality div.content_item_left:nth-child(4) .flex_txt p.txt_ttl {
  margin-bottom: -15px;
}
.sewing .product {
  background-color: #F5F5F5;
  padding-bottom: 100px;
}
.sewing .flow {
  padding: 100px 0;
}
.sewing .flow img {
  width: 88%;
}
section.flow_content {
  padding-bottom: 70px;
}
.flow_content {
  background-color: #F5F5F5;
  padding-top: 100px;
}
.sewing .flow_content  .flex_txt p.txt_ttl {
  margin-bottom: -15px;
}
.flow_content .content_item_left {
  width: 100%;
  margin: 0 auto;
}
.flow_content .flex_item img {
  width: 45%;
}
.flow_content .flex_item {
  justify-content: space-around;
}
.flow_content .flex_txt h3 img {
  width: 4%;
}
.sewing .category_banner,.sewing .illustration {
  background-color: #fff;
}
/* YouTube埋め込み用のiframe */
.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product_list {
  padding-top: 100px;
  background: url(img/pc-top/back01.png) no-repeat center / cover;
}
.product_list h2 {
  font-size: 26px;
}
.glass .video{
  width: 94%;
  margin: 0 auto;
}
.flow_content .flex_txt {
    margin-left: 20px;
}
/*======================================
 　　　　　　　　　縫製　レスポンシブ
========================================*/

@media screen and (max-width: 1618px) {
  .first .flex_txt p.txt_ttl {
    margin-bottom: 0;
  }
	.shape {
		display: none;
	}
	.flex_txt h3 {
  line-height: 0.5em;
}
.first .flex_txt h3 {
  line-height: 1.2em;
}
}
@media screen and (max-width: 1380px) {
  .first .quality div:nth-child(5) .flex_txt p.txt_ttl {
    margin-bottom: 0px;
  }

}
@media screen and (max-width: 1240px) {
	.flex_txt h3 {
  line-height: 1em;
		font-size: 21px;
}
}
@media screen and (max-width: 1024px) {
  .first .quality div:nth-child(5) .flex_txt p.txt_ttl {
    margin-bottom: -20px !important;
  }
		.flex_txt h3 {
  line-height: 0;
}
  .sewing_img {
    width: 100%;
    height: 250px;
    padding-top: 0;
    background: url(img/sp/sp-photo06.jpg) no-repeat center / cover;
  }
 .sewing .flex_item h3 {
  margin-top: 0;
 }
.youtube {
  padding-top: 60px;
}
.product_list h2 {
  font-size: 24px;
}
.sewing .product {
  padding-bottom: 60px;
}
.sewing .flow {
  padding: 60px 0;
}
.sewing .flow img {
  width: 100%;
}
section.flow_content {
  padding-bottom: 30px;
  padding-top: 60px;
}
.flow_content .flex_item img {
  width: 100%;
  margin-bottom: 10px;
}
.flow_content .flex_txt h3 img {
  margin-bottom: -18px;
}

.flow_content .content_item_left,.flow_content .content_item_right {
  margin-bottom: 40px;
}
.sewing .flow_content .flex_item h3.lines2,.seamless .flow_content .flex_item h3.lines2 {
  margin-top: 20px;
  line-height: 10px;
}
.sewing .quality div.content_item_left:nth-child(4) .flex_txt p.txt_ttl {
  margin-bottom: 0;
}
}
@media screen and (max-width: 600px) {
  .first .quality div:nth-child(5) .flex_txt p.txt_ttl {
    margin-bottom: 0px !important;
  }
  .sewing .flow_content .flex_txt p.txt_ttl {
    margin-bottom: -8px;
}
}
@media screen and (max-width: 430px) {
  .first .quality div:nth-child(5) .flex_txt p.txt_ttl {
    margin-bottom: 16px !important;
  }
		.flex_txt h3 {
  line-height: 0.5em;
}
  .sewing_img {
    margin-top: 50px;
  }
	.flow_content .flex_txt {
    margin-left: 0px;
}
.flex_txt h3.first_content {
  line-height: 1em;
  font-size: 20px;
  margin-top: 0
  ;
}
.first .flex_txt p.txt_ttl.fis {
  margin-bottom: 10px;
}
}
@media screen and (max-width: 375px) {
	
.flex_txt h3.first_content {
  font-size: 19px;
}
}
/*======================================
 　　　　　　　　　無縫製
========================================*/
.seamless_img {
  width: 100%;
  height: 400px;
  background: url(img/photo91.jpg) no-repeat center / cover;
  margin-top: 80px;
}
.seamless section.product {
  padding-bottom: 100px;
}
/*======================================
 　　　　　　　　　無縫製　レスポンシブ
========================================*/
@media screen and (max-width: 1290px) {
  .seamless .flow_content div:nth-child(4) .flex_txt p.txt_ttl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1240px) {
  .seamless .flow_content div:nth-child(4) .flex_txt p.txt_ttl {
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 1058px) {
  .seamless .flow_content div:nth-child(4) .flex_txt p.txt_ttl {
    margin-bottom: -5px;
  }
}

@media screen and (max-width: 1345px) {
.sewing .flow_content div:nth-child(6) .flex_txt p.txt_ttl,.sewing .flow_content div:nth-child(8) .flex_txt p.txt_ttl {
 margin-bottom: 10px;
}
}
@media screen and (max-width: 1240px) {
  .sewing .flow_content div:nth-child(6) .flex_txt p.txt_ttl,.sewing .flow_content div:nth-child(8) .flex_txt p.txt_ttl {
   margin-bottom: -2%;
  }
  }
@media screen and (max-width: 430px) {
.sewing .flow_content div:nth-child(6) .flex_txt p.txt_ttl,.sewing .flow_content div:nth-child(8) .flex_txt p.txt_ttl {
 margin-bottom: -2.8%;
}
}
@media screen and (max-width: 1024px) {
  .seamless_img {
    width: 100%;
    height: 250px;
    padding-top: 0;
    background: url(img/sp/sp-photo11.jpg) no-repeat center / cover;
  }
  .seamless .flow_content .flex_txt p.txt_ttl {
    margin-bottom: -7%;
  }
  .seamless video {
    padding-top: 60px;
  }
}
@media screen and (max-width: 430px) {
  .seamless_img {
    margin-top: 50px;
  }
  .seamless .flow_content .flex_txt p.txt_ttl {
    margin-bottom: -3%;
  }
}

/*======================================
 　　　　　　　　　設備
========================================*/
.facilities_img {
  width: 100%;
  height: 400px;
  background: url(img/photo59.jpg) no-repeat center / cover;
  margin-top: 80px;
}
.roles {
  padding-top: 100px;
}
.roles p {
  font-size: 21px;
  color: #272343;
  line-height: 41px;
}
.roles .section_ttl p {
  color: #90326D;
  line-height: 21px;
  font-size: 16px;
}
section.facilities {
  padding-top: 100px;
  background: #F5F5F5;
}
.facilities .flex_item {
  align-items: flex-start;
}
.facilities .flex_item a {
  color: #272343;
}
.facilities .flex_item h3 {
  text-align: center;
  font-size: 18px;
  padding-top: 16px;
  text-align: left;
  line-height: 24px;
  text-align: center;
}
.flex_item_content {
  width: 375px;
  margin: 0 5px;
  border-radius: 5px;
  background-color: inherit;
}

.facilities .flex_item_content .flex_txt {
  width: 100%;
  text-align: center;
  padding: 0;
}
.flex_item .flex_item_content img {
  width: 100%;
}
section.facilities.sewing_tool {
  background: #fff;
}
.facilities .flex_item .flex_txt p {
  margin-top: 0;
  font-size: 18px;
}
/*======================================
 　　　　　　　　　設備　レスポンシブ
========================================*/
@media screen and (max-width: 1024px) {
  .facilities_img {
    width: 100%;
    height: 250px;
    padding-top: 0;
    background: url(img/sp/sp-photo09.jpg) no-repeat center / cover;
  }
  .facilities .flex_item {
    display: flex;
   }
  .facilities .category_banner .flex_item {
    display: inherit;
   }
   section.facilities {
    padding-top: 60px;
  }
  .roles {
    padding-top: 60px;
  }
  .roles .section_ttl p {
    font-size: 14px;
  }
  .roles p {
    font-size: 16px;
    line-height: 26px;
  }
  .facilities .category_banner .flex_item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 840px) {

 .event_wrap ul{
    display: initial;
   }
   .facilities .flex_item h3 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 0;
   }
   .facilities .flex_txt p {
    margin-top: 0;
    font-size: 12px;
   }
   .facilities .flex_item {
    margin-bottom: 20px;
   }
   .facilities .flex_item .flex_txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .facilities_img {
    margin-top: 50px;
  }
}

/*======================================
 　　　　　　　　　　スタッフ
========================================*/
.staff_img {
  width: 100%;
  height: 400px;
  background: url(img/photo112.jpg) no-repeat center / cover;
  margin-top: 80px;
}

.staff .another_txt {
  padding-top: 50%;
  font-size: 32px;
  font-weight: bold;
}
.staff section.facilities {
  background: inherit;
}

.staff .flex_txt p {
  margin-top: 5px;
}
.staff .flex_txt h2 {
font-size: 32px;
}
.staff .flex_txt h3 {
  font-size: 21px;
color: #272343;
}
.staff .flex_txt h2 span {
color: #90326D;
}
.staff .flex_txt {
  background: url(img/ornament03.svg) no-repeat center / contain;
  background-color:rgba(255, 255, 255, 70%);
  background-blend-mode:lighten;
}
.staff .flex_txt.another_txt {
  background: none;
}
.staff .flex_item {
  align-items: center;
}
.staff .flex_item_content {
  width: 580px;
}
.staff .general .flex_item_content {
  height: 600px;
}
.staff .facilities .flex_item h3 {
  text-align: left;
}
.staff .facilities .flex_item_content .flex_txt {
  text-align: left;
}
/*======================================
 　　　　　　　スタッフ　レスポンシブ
========================================*/
@media screen and (max-width: 1500px) {
.staff .general .flex_item_content {
  height: 550px;
}
}
@media screen and (max-width: 1400px) {
.staff .general .flex_item_content {
  height: 500px;
}
}
@media screen and (max-width: 1300px) {
.staff .general .flex_item_content {
  height: 450px;
}
}

@media screen and (max-width: 1024px) {
  .staff_img {
    width: 100%;
    height: 250px;
    padding-top: 0;
    background: url(img/sp/sp-photo14.jpg) no-repeat center / cover;
  }
  .staff .flex_item {
    display: flex;
   }
   section.staff {
    padding-top: 60px;
  }
  .staff .roles p {
    line-height: 41px;
  }
  .staff .flex_item_content {
    width: 100%;
    margin-left: 0;
  }
  .staff .flex_txt h3 {
    font-size: 14px;
  }
  .staff .flex_txt h2 {
    font-size: 26px;
  }
  .staff .flex_txt p {
    font-size: 14px;
  }
  .staff .flex_item_content .flex_txt {
    width: 100%;
    padding: 0;
  }
  .staff .flex_txt.another_txt {
    padding-top: 30px;
    line-height: 41px;
    font-weight: bold;
    text-align: center;
  }
  .staff .flex_txt.another_txt p {
    font-size: 26px;
  }
 
  }

@media screen and (max-width: 840px) {
  .staff .flex_item ,.event_wrap ul{
    display: inline-block;
   }
   .staff .general .flex_item_content {
    height: 100%;
    margin-top: 32px;
  }
   .staff .flex_item {
    margin-top: 32px;
  }
   .staff .flex_item.general {
    margin-top: 0px;
  }
  .staff .flex_item.last  .flex_item_content{
    width: 100%;
   }
}
@media screen and (max-width: 430px) {
  .staff_img {
    margin-top: 50px;
  }

}
/*======================================
 　　　　　　　　　お知らせ
========================================*/
.news_img {
  width: 100%;
  height: 400px;
  background: url(img/photo109.jpg) no-repeat center / cover;
  margin-top: 80px;
}
.news_list_img {
  width: 100%;
  height: 400px;
  background: url(img/photo109.jpg) no-repeat center / cover;
  margin-top: 80px;
}
.news .content_item {
  width: 60%;
}
.news_list {
  padding-top: 100px;
}

.news_list h2{
  font-size: 26px;
  padding: 10px 0 10px 15px;
  text-align: left;
  background: #90326D;
  color: #fff;
  margin-bottom: 40px;
}

.news .event_wrap ul{
  justify-content: left;
  flex-wrap:wrap;
  gap: 20px;
}
.news .event_wrap li {
  width: 31%;
  margin: 0;
	background: #F6F6F6;
}

section.news_list.new_works li {
    width: 48%;
}

.news .event_wrap li a {
  font-size: 16px;
  text-align: center;
  background: #F6F6F6 ;
  border-radius: 0;
}
.news .event_wrap li a span.description {
  font-size: 14px;
}
.news .event_wrap li img {
  padding-top:10px;
  width: 95%;
  margin: 0 auto;
}
.news .news_ttl {
  height: 100%;
  text-align: left;
background: none;
  width: 95%;
  margin: -6px auto 0 auto;
}
/* ページネーション(検索ページの次へや前へ) */

/* pagination */
.pagination {
  margin-bottom: 30px;
  margin-top: 30px;
}

/* リンクの枠 */
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
  gap: 8px;
}

 /* 数字のリンク */
.pagination .nav-links .page-numbers {
  text-decoration: none;
  color: #101010;
  border: 1px solid #707070;
  display: inline-block;
  padding: 0.5em 0.8em;
  -webkit-transition: .3s;
  transition: .3s;
}

/* 現在のページ */
.pagination .nav-links .current {
  background-color: #101010;
  color: #fff;
}

/* 現在のページとドット以外にホバーした時 */
.pagination .nav-links a:hover {
  background-color: #101010;
  color: #fff;
}
/* パンくず */
.bread {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 13px;
}
.bread i {
  padding-right: 4px;
}
.bread a {
  color: #337ab7;
}
.news .description {
  flex-grow: initial;
}
.news .event_wrap li a span {
  display: block;
}
.fbc-page .fbc-wrap .fbc-items {
  width: 100% !important;
  padding: 0 !important;
  text-align: left;
}

@media screen and (max-width: 430px) {
  .fbc-page .fbc-wrap .fbc-items li:first-child{
    width: 15%;
  }
  .fbc-page .fbc-wrap .fbc-items li:last-child{
    width: 50%;
  }
}

/*======================================
 　　　　　　　　お知らせ　レスポンシブ
========================================*/
@media screen and (max-width: 1024px) {
  .news .content_item {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {

  .news_img {
    width: 100%;
    height: 250px;
    padding-top: 0;
    background: url(img/sp/sp-photo13.jpg) no-repeat center / cover;
  }
  .news_list_img {
    width: 100%;
    height: 250px;
    padding-top: 0;
    background: url(img/sp/sp-photo13.jpg) no-repeat center / cover;
  }
  .news_list {
    padding-top: 60px;
  }
}
@media screen and (max-width: 840px) {
 .news .event_wrap ul {
    display: flex;
}
 .news .new_works .event_wrap ul {
    display: inherit;
}
.news .new_works .event_wrap li {
  width: 100%;
  margin-top: 10px;
}
.news .event_wrap li {
    width: 48%;
    margin: 0;
}

.fbc-page .fbc-wrap .fbc-items {
  display: flex !important;
}
}
@media screen and (min-width: 554px) {
  .news_br {
    display: none;
  }
}
@media screen and (max-width: 554px) {

.news .event_wrap li {
    width: 47%;
    margin: 0;
    background: #F6F6F6;
}
.news .event_wrap li a span.description {
  font-size: 12px;
}
.news .event_wrap li a span {
  display: block;
}
.news_sp {
  padding-left: 10px;
}
}

@media screen and (max-width: 430px) {
  .news_img {
    margin-top: 50px;
  }
  .news_list_img {
    margin-top: 50px;
  }
 .news .event_wrap li a {
    margin-bottom: 20px;
    display: inline-block;
}
.news .event_wrap li img {
  padding-top: 5px;
}
}
@media screen and (max-width: 369px) {

  .news .event_wrap li {
      width: 46%;
  }
}


/*======================================
 　　　　　　　　制作事例
========================================*/
.works_img {
  width: 100%;
  height: 400px;
  background: url(img/photo109.jpg) no-repeat center / cover;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .works_img {
    width: 100%;
    height: 250px;
    padding-top: 0;
    background: url(img/sp/sp-photo13.jpg) no-repeat center / cover;
}
}
@media screen and (max-width: 430px) {
  .works_img {
    margin-top: 50px;
}
}
/*======================================
 　　　　　　　　お問い合わせ
========================================*/
.contact_img {
  width: 100%;
  height: 400px;
  background: url(img/photo121.jpg) no-repeat center / cover;
  margin-top: 80px;
}
.contact {
  background: rgb(16, 16, 16,0.05);
  padding-top: 100px;
}
.faq .contact th p,.faq .contact td p {
  margin-bottom: 0;
  text-align: left;
}
/*======================================
 　　　　　　　　よくある質問　フォーム
========================================*/
.faq p {
  margin-top: 0;
  margin-bottom: 40px;
}
.faq_top {
  background: none;
  margin-bottom: 60px;
  padding: 0;
}

.faq .contact p {
  font-size: 16px;
  text-align: center;
}
/*----- お問い合わせテーブル----*/
/************************************
** お問い合わせフォームの入力
************************************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  box-shadow: none;
  color: #000000;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
  border: solid 1px #101010;
}
select {
  width: 50%;
}
textarea {
  width: 100%;
}
textarea {
  max-width: 100%;
  min-height: 270px;
  line-height: 3.5em;
  overflow: auto;
}
::placeholder {
  color: #6d78865e;
}

.inquiry {
  width: 90%;
  margin: 0 auto;
}
.inquiry th {
  text-align: left;
  font-size: 16px;
  color: #90326D;
  width: 20%;
}
.inquiry td {
  font-size: 13px;
}

.haveto {
  font-size: 16px;
  padding: 5px;
  color: #90326D;
  margin-left: 5px;
  position: relative;
  bottom: 1px;
}
.any {
  font-size: 7px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.verticallist .wpcf7-list-item {
  display: block;
}
#formbtn {
  display: block;
  padding: 10px;
  width: 200px;
  background: #fff;
  color: #90326D;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
  border: 1px solid #90326D;
}
#formbtn:hover {
  background: #90326D;
  color: #fff;
  transition: 0.3s;
}
.contact_form th {
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px;
}
.contact_form td {
  padding: 12px;
}
input,
select,
textarea {
  letter-spacing: 1px;
  margin: 0;
  max-width: 100%;
  resize: none;
}
.privacy p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}
.privacy a {
  color: #1962F4;
  border-bottom: 1px solid #1962F4;
}
.contact_form {
  max-width: 1024px;
  margin: 0 auto;
}
.contact_form td {
  padding: 12px;
  text-align: left;
}
.faq .contact p.required {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  color: #90326D;
  margin-bottom: 5px;
  padding-right: 40px;
}
  /*==============================
 　　　　　　　お問い合わせフォーム
========================================*/

@media screen and (max-width: 1024px) {
  .contact_img {
    width: 100%;
    height: 250px;
    padding-top: 0;
    background: url(img/sp/sp-photo15.jpg) no-repeat center / cover;
  }
  .faq p {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .faq_top {
    background: none;
    margin-bottom: 60px;
    padding: 0;
  }
  
  .faq .contact p {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  input, select, textarea {
    max-width: 100%;
  }
  #formbtn {
    margin-top: 30px;
  }
  .contact {
    padding-top: 60px;
  }
  section.contact {
    padding-bottom: 20px;
  }
  .faq .contact th p,.faq .contact td p {
    margin: 0;
    text-align: left;
  }
  .contact_form td {
    padding-top: 0;
  }
}
@media screen and (max-width: 500px) {
	.faq .contact p.required {
		text-align: left;
	}
}
@media screen and (max-width: 430px) {
  .contact_img {
    margin-top: 50px;
  }
}
/*======================================
 　　　　　　　　プライバシーポリシー
========================================*/
.privacy_img {
  width: 100%;
  height: 400px;
  background: url(img/photo122.jpg) no-repeat center / cover;
  margin-top: 80px;
}
.privacy_policy .section_ttl h2 {
  margin-bottom: 0;
}
.privacy_policy h5 {
  color: #90326D;
  font-size: 21px;
  margin: 0;
}
.privacy_policy p {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 32px;
}
.privacy_policy .section_ttl p {
  margin-bottom: 0;
}
.privacy_top {
  background: none;
  padding: 0;
}

.policy_wrap {
  padding-top: 40px;
}
.privacy_policy .footer .content_item {
  background-color: #09a7ff;
}
.policy_txt {
  width: 70%;
  margin: 0 auto;
  padding-top: 40px;
  text-align: left;
}
.last-policy {
  text-align: right;
  margin-top: 40px;
}
.policy_item a {
  color: #5D93FF;
}
/*======================================
 　　　　プライバシーポリーシー　レスポンシブ
========================================*/
@media screen and (max-width: 1024px) {
  .privacy_img {
    width: 100%;
    height: 250px;
    padding-top: 0;
    background: url(img/sp/sp-photo16.jpg) no-repeat center / cover;
  }

  .policy_txt {
    width: 90%;
    margin: 0 auto;
  }
  .policy_txt h5 {
    font-size: 18px;
  }

  .policy_txt p {
    font-size: 14px;
  }
  .privacy_policy .policy_wrap {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 430px) {
  .privacy_img {
    margin-top: 50px;
  }
}
/*========================================
　　　　よくある質問　　
========================================*/
.question {
  padding-top: 100px;
}
.faq .section_ttl p {
	width: 100%;
  font-size: 16px;
  color: #90326D;
  margin: 0;
}
/* よくある質問アコーディオン */
/*====================================================================
.s_04 .accordion_one
====================================================================*/
.faq_facility,
.faq_lift,
.faq_gelande,
.faq_access {
  width: 100%;
  margin: 0 auto;
}

.s_04 .accordion_one span {
  font-size: 22px;
  font-weight: bold;
}
.s_04 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_04 .accordion_one .accordion_header {
  font-size: 21px;
  padding: 7px 0;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-top: 1px dashed #90326D;
}

.s_04 .accordion_one .accordion_header:hover {
  opacity: 0.8;
}
.s_04 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  margin-top: -15px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_04 .accordion_one .accordion_header.stay .i_box {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.s_04 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_04 .accordion_one .accordion_header.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.s_04 .accordion_one .accordion_header.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.s_04 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_04 .accordion_one .accordion_header.stay.open .i_box {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.s_04 .accordion_one .accordion_header .i_box .one_i:before,
.s_04 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_04 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_04 .accordion_one .accordion_header.stay .i_box .one_i:before {
  content: none;
}
.s_04 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_04 .accordion_one .accordion_header.stay.open .i_box .one_i:before {
  content: "";
}
.s_04 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_04 .accordion_one .accordion_header.stay.open .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.s_04 .accordion_one .accordion_inner {
  display: none;
  margin-bottom: 0px;
  padding: 0px 10px;
  box-sizing: border-box;
  background-color: #fff;
  color: #272343;
}
.s_04 .accordion_one .accordion_inner.stay {
  display: block;
}

.s_04 .accordion_one .accordion_inner .box_one {
  height: 100%;
}
.s_04 .accordion_one .accordion_inner p.txt_a_ac {
  padding-left: 4%;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .s_04 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .question {
    padding-top: 60px;
  }
	 .global-nav ul li a {
    border-top: 1px dashed #90326D;
    
  }
  .global-nav ul:last-child {
    border-bottom: 1px dashed #90326D;
  }
	.s_04 .accordion_one .accordion_header, .s_04 .accordion_one .accordion_inner p.txt_a_ac,.footer_item li {
		text-align: center; 
	}
}

@media screen and (max-width: 767px) {
  .s_04 .accordion_one .accordion_header,.footer_item li {
    text-align: left;
  }
  ul.header-dropmenu li a {
    text-align: left;
    padding: 0px;
  }

  .global-nav .footer_item li,.global-nav .footer_item ul {
    margin-top: 0;
  }
}
/*========================================
　　　　よくある質問　　レスポンシブ
========================================*/
@media screen and (max-width: 1024px) {
  
  .faq_facility,
  .faq_lift,
  .faq_gelande,
  .faq_access {
    width: 99%;
  }
  .faq .course_list p {
    font-size: 11px;
    letter-spacing: -1px;
  }
  .question h2 {
    font-size: 22px;
  }
  .s_04 .accordion_one .accordion_header,
  .s_04 .accordion_one .accordion_inner p.txt_a_ac {
    font-size: 14px;
  }
  /*----------　　　お問い合わせフォーム　　----------*/
  .contact h2 {
    font-size: 32px;
  }
  .contact_txt {
    width: 80%;
    margin: 0 auto;
  }
  .contact_txt_item {
    padding: 30px 140px;
    margin-bottom: 90px;
    background-color: #e5f0f8;
  }
  .contact_txt p {
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
  }
  .contact_btn {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 90px;
    display: flex;
    justify-content: center;
  }
  .contact_tel {
    color: #fff;
    background-color: #0068b7;
    width: 26%;
    height: 100%;
    margin-top: 12px;
    margin-right: 20px;
  }
  .contact_tel p {
    font-size: 40px;
    margin: 0;
  }
  .contact_tel a {
    color: #fff;
  }
  .line_btn {
    width: 100%;
    height: 100%;
    margin-left: 20px;
    background: url(img/before/line_btn.png) no-repeat center center / cover;
    border-radius: 8px;
  }

  /*----- コンタクトフォーム　-----*/
  .contact h2 {
    font-size: 24px;
  }
  .contact p {
    width: 90%;
    margin: 10px auto 0 auto;
    font-size: 15px;
  }
  .contact_txt {
    width: 100%;
  }
  .contact_txt p {
    margin-top: 0;
    line-height: 30px;
  }
  .contact_txt_item {
    margin-top: 30px;
    padding: 20px 20px;
  }
  .contact_btn {
    display: inline-block;
  }
  .contact_tel {
    width: 80%;
    margin: 0 auto;
  }
  .contact_tel .fa-phone-alt {
    font-size: 26px;
  }
  .contact_tel p {
    margin-top: 0;
    padding: 10px 10px 7px 10px;
    font-size: 26px;
  }
  .line_btn {
    display: inline-block;
    width: 50%;
    margin-left: 0;
    margin-top: 30px;
  }
  .inquiry {
    width: 100%;
  }
  select {
    width: 102%;
  }
  .contact_form p {
    font-size: 14px;
  }

}
@media screen and (max-width: 500px) {
  .inquiry td,
  .inquiry th {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding-bottom: 0 !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  .inquiry .any,
  .inquiry .haveto {
    font-size: 10px;
  }
}

/*----- トップページ　お問い合わせ-----*/
.info {
  background-color: #f2f7fb;
}
.info_top .under_line {
  text-align: center;
  width: 30px;
  height: 0;
  margin: 0 auto;
  border-top: 2px #444444 solid;
}

.info_title {
  width: 100%;
  text-align: center;
  margin: 150px 0 15px 0;
  font-size: 32px;
}
.info_item {
  display: flex;
  margin-top: 60px;
  padding-bottom: 100px;
  align-items: center;
  justify-content: center;
}

.info_left {
  height: 141px;
  margin-right: 30px;
}
.info_center {
  margin-right: 60px;
  text-align: left;
}
.center_sub_title {
  color: #0068b7;
}
.center_title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  color: #0068b7;
}
.center_txt {
  padding-bottom: 30px;
  line-height: 34px;
}
.tel {
  margin: 0;
  font-size: 48px;
  color: #0068b7;
}

.fa-phone-alt {
  padding-right: 10px;
  font-size: 32px;
}

.info_right {
  text-align: left;
  color: #0068b7;
}
.info_right a,
.about_unfo a {
  display: block;
}
.first_txt {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
}
.info_btn {
  display: flex;
  justify-content: left;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}
.info_btn p {
  padding: 10px 10px;
  margin-right: 15px;
  justify-content: center;
  background-color: #0068b7;
}
.fa-envelope,
.fa-line {
  padding-right: 7px;
  font-size: 20px;
}
.txt {
  margin: 0;
  font-size: 18px;
}
/* =======================
　　　　　　　ブログ機能
========================== */
#blog {
  margin-top: 100px;
  padding-top: 20px;
  width: 60%;
  background: rgba(39, 35, 67, 0.05);
  text-align: left;
}
h1.blog-detail__title {
  width: 100%;
}
.blog_wrap {
  width: 90%;
  margin: 0 auto;
}
.blog_wrap .btn {
  text-align: center;
}
.blog_wrap .btn a {
  text-align: left;
}
.blog-detail__category {
  display: inline-block;
  list-style: none;
  color: #fff;
  background: #90326D;
  padding: 0 35px;
}
.blog-detail__category  li {
  list-style: none;
}
.blog-detail__image img {
  width: 100%;
}
.blog-content {
  width: 100%;
  margin: 0 auto;
}
.blog-content p {
/* 	display: inline-block; */
  margin: 0 auto;
}
.blog-content p.has-text-align-right {
display: block;
}
.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5,.blog-content h6 {
  border-left: 10px solid #90326D;
  border-bottom: 1px solid #90326D;
  padding-left: 10px;
}
.blog-detail__title {
  color: #272343;
  font-size: 32px;
  font-weight: normal;
}
.blog-detail__date {
  margin-bottom: 40px;
}
#blog .wp-block-buttons {
  display: inherit;
  margin-top: 40px;
}
.wp-block-image img {
  width: 100%;
}
.next_post {
  width: 60%;
  margin: 0 auto;
  margin-top: 20px;
}
.next_post a {
  width: 49%;
  font-size: 20px;
  padding: 60px 0px;
  background: rgb(16, 16, 16,0.05);
  color: #101010;
}
.next_post .content_item {
  width: 100%;
}
.next_post .flex_item{
  justify-content: space-around;
}

.next_post .blog_wrap {
  width: 100%;
}
/* Add this to your styles.css file */

.pagination {
  display: flex;
  justify-content: left;
  padding: 20px 0;
}

.pagination .page-numbers {
  color: #90326D;
  border: 1px solid #90326D;
  padding: 10px 17px;
  margin: 0 5px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.pagination .page-numbers.current {
  background-color: #90326D;
  color: #fff;
}

.pagination .page-numbers:hover {
  background-color: #90326D;
  color: #fff;
}
.event_wrap li a img{
  transition: 0.3s;
}
.event_wrap li a:hover img {
  transform: scale(1.05);
  transition: 0.3s;
}
/* =======================
　　　　　　　ブログ機能レスポンシブ
========================== */

@media screen and (max-width: 1024px) {
  #blog {
    width: 75%;
  }
  .blog-detail__title {
    font-size: 30px;
  }
  .next_post {
    width: 75%;
  }
  .blog-detail__image img {
    width: 100%;
  }
  .blog-content {
    width: 90%;
  }
  .blog-content p {
    width: 100%;
    font-size: 16px;
  }
  #blog {
    margin-top: 0px;
  }
  .next_post a {
    font-size: 16px;
  }
  .next_post .flex_item {
    display: flex;
    margin-bottom: 0;
}
section#blog {
  margin-bottom: 20px;
}
}
@media screen and (max-width: 685px) {
  #blog {
    width: 80%;
  }
  .next_post {
    width: 80%;
  }
  .next_post a {
    font-size: 14px;
}
.blog-detail__title {
  font-size: 21px;
}
.blog-content p {
  width: 100%;
  font-size: 15px;
}
.blog-detail__category {
  font-size: 14px;
  margin-top: 60px;
}
.blog-detail__date {
  font-size: 12px;
}
}
@media screen and (max-width: 535px) {
  #blog {
    width: 100%;
  }
  .next_post {
    width: 100%;
  }
  .next_post a {
    font-size: 12px;
    padding: 20px 0;
}
}

@media screen and (max-width: 650px) {
   .quality .flex_item.column-reverse {
    display: flex;
  flex-direction: column-reverse;
  }
  .quality .flex_item {
    margin-bottom: 0px;
}
}


 /* カテゴリバナーアニメーション */
 .category_banner {
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: #F2F2F2;
}
.category_banner .flex_item a{
  width: 100%;
  overflow: hidden;
  display: inherit;
  justify-content: center;
  position: relative;
}
.category_banner .flex_item {
  margin-bottom: 30px;
}
.category_banner .flex_item img {
  width: 95%;
  height: auto;
  transition: transform .6s ease;
  position: relative;
}
.category_banner .flex_item a:hover img {
  transform: scale(1.025); 
}
.category_banner .flex_item a::before {
  background: rgba(144, 50, 110, 0.3);
  bottom: 0;
  content: '';
  height: auto;
  left: 1.5%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease;
  width: 97%;
  z-index: 10;
}

.category_banner .flex_item a:hover::before {
  opacity: 1;
}
.category_banner img.ornament {
  position: absolute;
  width: 12%;
  right: 50px;
  bottom: 15px;
 opacity: 0;
}
.category_banner .flex_item a {
  transition: 1s;
}
.category_banner .flex_item a:hover >img.ornament {
  opacity: 1;
  transition: .8s;
  z-index: 100;
}
.banner_txt {
  position: absolute;
  bottom: 15px;
  left: 30px;
  color: #fff;
  text-align: left;
  z-index: 100;
  width: 90%;
}
.banner_txt::after {
  position: absolute;
  content: "";
  width: 82.5%;
  left: 0;
  top: 58px;
  border-bottom: 1px dashed;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.banner_txt p{
  font-size: 16px;
}
.banner_txt h5{
  font-size: 24px;
  font-weight: normal;
}
.category_banner .flex_item a:hover >div.banner_txt::after {
  transform: scale(1, 1);
opacity: 1;
}
/*----- トップページ　お問い合わせバナー-----*/
.banner a {
  display: block;
  transition: transform .6s ease;
  position: relative;
  overflow: hidden;
}
.banner img {
  width: 97.5%;

}
.banner a:hover {
  transform: scale(1.017); 
}
.banner a::before {
  background: rgba(144, 50, 110, 0.3);
  bottom: 0;
  content: '';
  height: 98.4%;
  left: 1.3%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease;
  width: 97.5%;
  z-index: 10;
  border-radius: 10px;
}
.banner a:hover::before {
  opacity: 1;
}

.company .category_banner .flex_item img.ornament {
  position: absolute;
  width: 12%;
  right: 50px;
  height: inherit;
  bottom: 15px;
  opacity: 0;
}
/* .category_banner img.ornament {
  width: 8%;
  right: 50px;
  opacity: 0;
  z-index: 100;
} */
.banner  a:hover >img.ornament {
  opacity: 1;
  transition: .8s;
  z-index: 100;
}
.category_banner .flex_item.banner_contact img {
  width: 97.5%;
}
.category_banner .flex_item.banner_contact a::before {
  background: rgba(144, 50, 110, 0.3);
    bottom: 0;
    content: '';
    height: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .6s ease;
    width: 100%;
    z-index: 10;
}
.category_banner .flex_item.banner_contact a:hover::before {
  opacity: 1;
}
.category_banner .flex_item.banner_contact img.ornament {
  width: 6%;
  left: 40%;
}
.category_banner .flex_item.banner_contact a:hover >div.banner_txt::after {
  width: 45%;
}

/* カテゴリバナーレスポンシブ */
@media screen and (max-width: 1024px) {
  .category_banner {
    padding-top: 60px;
  }
  .category_banner .flex_item a::before {
    display: none;
  }
}

/* ボタン */
@media screen and (max-width: 768px) {
  .btn{
  text-align: center;
  }
}