@charset "utf-8";

/* =======================
　　　      PC
======================= */

section{
  padding-top: 100px;
}

h1{
  font-size: 30px;
}

h4{
  font-size: 22px;
}

/* コンテンツタイトル */
.con_ttl {
  text-align: center;
  padding-bottom: 40px;
}

/* ボタン */

.con_BTN,
.btn_box {
  background: #fff;
  color: #000;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid #000;
  width: 207px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 53px auto;
}

.con_BTN::after,
.btn_box::after {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .4s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.con_BTN:hover a,
.btn_box:hover a{
  color: #fff;
}

.con_BTN:hover::after,
.btn_box:hover::after  {
  transform: scale(1, 1);
}

.more_BTN {
  text-align: center;
  padding-top: 1em;
}

a.more_btn {
  border-bottom: 1px solid;
  font-weight: bold;
}


.text_area{
  text-align: center;
}

.text_area p{
  line-height: 2.5;
}

.text_area h1 {
  padding-bottom: 1em;
  font-size: 30px;
}

.link_images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.link_image_inner {
  margin: 40px;
  width: 33%;
  position: relative;
}

.link_ttl {
  position: absolute;
  top: 35%;
  left: 18%;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  /* background: linear-gradient(to left, rgba(130, 75, 80, 0.2) 18%, #FFF); */
  width: 64%;
  margin: 0 auto;
  padding: 9px 0;
}

.link_ttl h4 {
  font-size: 23px;
}

.factory .bg{
  background: url(/home/img/con_factory.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 550px;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}

.flow .bg{
  background-image: url(/home/img/con_flow.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 550px;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}

.voice .bg{
  background-image: url(/home/img/con_voice.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 550px;
  color: #fff;
  display: flex;
  align-items: center;
  opacity: 0.9;
  position: relative;
}

.flow .bg::before,
.factory .bg::before
{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.4);
}

.flow .bg:hover::before,
.factory .bg:hover::before
{
  background: rgba(0,0,0, 0.6);
  transition: .2s;
}

/* .bg_coler{
  background-color: black;
} */

.flex_ttl {
  display: flex;
  align-items: center;
  z-index: 1;
  position: absolute;
  left: 10%;
  top: 40%;
}

.flex_inner{
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 1;
}

.flex_ttl h1{
  padding-right: 1em;
  letter-spacing: 10px;
}

.flex_box{
  display: flex;
  justify-content: center;
}

.flex_padding{
  padding-top: 70px;
}

.svc_box,
.gtg_box {
  width: 100%;
  padding: 2em;
  position: relative;
}

.arrow_center {
  position: absolute;
  top: 78%;
  left: 50%;
}

.arrow_item{
  display: inline-block;
  vertical-align: middle;
  color: #bfbebb;
  line-height: 1;
  position: relative;
  width: 2em;
  height: 2em;
  transform: translateX(-63%) rotate(45deg);
}

span.arrow_item2 {
  display: inline-block;
  vertical-align: middle;
  color: #bfbebb;
  line-height: 1;
  position: relative;
  width: 2em;
  height: 2em;
  transform: translateX(-134%) rotate(45deg);
}

.arrow_item::before, .arrow_item::after,
.arrow_item2::before, .arrow_item2::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.arrow_item::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1.4px;
}

.arrow_item::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.4px;
}

.arrow_item2::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1.4px;
}

.arrow_item2::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.4px;
}

.svc_ttl {
  text-align: center;
}

.svc_ttl {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.svc_ttl h4{
  padding-right: 1em;
}

p.text_box {
  width: 55%;
  margin: 0 auto;
  padding-top: 3em;
}

.con_bnr {
  width: 90%;
  padding: 0 61px;
}

.con_bnr {
  width: 25%;
}

.con_bnr img {
  width: 77%;
}

.gtg_image{
  width: 50%;
}

.gtg_box {
  width: 100%;
}

.gtg_ttl {
  text-align: center;
  padding: 1em 0;
}

.txt_box {
  width: 55%;
  margin: 0 auto;
  padding-top: 1em;
}

.txt_box h2{
  padding: 8px 0
}

.txt_box span {
  padding-top: 2em;
  display: block;
}

.con_voice {
  margin: auto;
  letter-spacing: 6px;
  position: relative;
  text-align: center;
}

h1.voice_ttl {
  font-size: 43px;
}

.con_voice::before {
  content: '';
  width: 51%;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  bottom: 61px;
  left: calc(-13% - 88px);
}

.con_voice::after {
  content: '';
  width: 51%;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  bottom: 61px;
  right: calc(-13% - 88px);
}

.nt_item {
  width: 190px;
  height: 250px;
  margin: 15px 25px 5px 25px;
}

.shop_box {
  width: 25%;
  margin: 0 auto;
}

.shop_box img {
  width: 70%;
  margin: auto;
  display: flex;
}

.shop_detail {
  width: 70%;
  margin: auto;
  padding: 1em 0;
}

.btn_list {
  text-align: center;
  margin: 3em 0;
  display: flex;
  justify-content: center;
}

.btn_box {
  width: 150px;
  height: 50px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1em;
  background: none;
}

section.SHOP {
  background-color: ghostwhite;
  padding: 4em;
  margin: 87px 0;
}

section.sns {
  padding-bottom: 170px;
  position: relative;
}

section.sns::before{
  content: '';
  width: 71%;
  height: 1px;
  display: inline-block;
  background-color: #d2d2d2;
  position: absolute;
  top: 0%;
  left: calc(10% - -50px);
}

section.sns::after{
  content: '';
  width: 71%;
  height: 1px;
  display: inline-block;
  background-color: #d2d2d2;
  position: absolute;
  bottom: 25%;
  left: calc(10% - -50px);
}

.sns_list {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.sns_list a {
  padding: 0 1em;
  font-size: 1.3em;
}

/* =======================
　　　      SP
======================= */
@media screen and (max-width:768px) {

body{
  font-size: 14px;
  }

section{
  padding-top: 50px;
}

h1{
  font-size: 25px;
}

h4{
  font-size: 18px;
}

.flex_box{
  display: block;
}

/* コンテンツタイトル */
.con_ttl {
  text-align: center;
  padding-bottom: 20px;
}

/* ボタン */
a.black_btn {
  background-color: #fff;
  border: 1px solid #000;
  padding: 14px 70px;
  width: 300px;
  height: 500px;
}

.more_BTN {
  text-align: center;
  padding-top: 1em;
}

a.more_btn {
  border-bottom: 1px solid;
  font-weight: bold;
}

.btn_box {
  margin: 0px 5px;

}

.text_area h1 {
  padding: 1em;
  font-size: 22px;
}

.link_image_inner {
  margin: 15px;
  width: 100%;
  position: relative;
}

.link_images {
  margin: 4em 0;
}

.link_ttl {
  position: absolute;
  top: 27%;
  left: 20%;
}

.flex_ttl {
  left: 5%;
  top: 30%;
  display: block;
}

.flex_ttl h1 {
  padding-right: 1em;
  letter-spacing: 7px;
  font-size: 30px;
}

.flex_ttl p {
  font-size: 16px;
}

.flex_inner {
  position: absolute;
  top: 46%;
  left: 5%;
  padding-right: 5%;
}

.sp_flex{
  display: flex;
}

.svc_ttl h4 {
  padding-right: 0em;
}

.svc_box {
  padding: 1em;
}

.svc_ttl {
  display: block;
}

.flex_box.sp_flex img {
  min-width: 400px;
  height: 232px;
  margin-left: -50%;
}

p.text_box{
  display: none;
}

.arrow_center {
  position: absolute;
  top: 60%;
  left: 44%;
}

.arrow_item {
  width: 2em;
  height: 2em;
}

span.arrow_item2 {
  width: 2em;
  height: 2em;
}

.flex_box.bnr_area {
  display: flex;
  justify-content: center;
}

.con_bnr {
  width: 100%;
  padding: 0 10px;
}

.con_bnr img {
  width: 100%;
}


.svc_box, .gtg_box {
  width: 100%;
  padding: 1em;
}

.gtg_image {
  width: 100%;
}

.txt_box {
  width: 71%;
  text-align: center;
  margin: 0 auto;
  padding-top: 2em;
}

.sp_arrow {
  position: absolute;
  top: 103%;
  left: 50%;
}

section.greetings.sp {
  margin-bottom: 5em;
}

.voice .bg{
  height: 360px;
}

h1.voice_ttl {
  font-size: 32px;
}

.con_voice::before {
  content: '';
  width: 43%;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  bottom: 47px;
  left: calc(-13% - 53px);
}

.con_voice::after {
  content: '';
  width: 43%;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  bottom: 47px;
  right: calc(-13% - 53px);
}

.nt_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 98%;
  margin: 0 auto;
}

.nt_item {
  width: 167px;
  height: 220px;
  margin: 8px;
}

section.SHOP {
  background-color: ghostwhite;
  padding: 1em 1em;
  padding-top: 3em;
  margin: 26px 0;
}

.shop_box {
  width: 98%;
  margin: 2em auto;
  display: flex;
}

.shop_box img {
  width: 50%;
}

.shop_detail {
  width: 100%;
  margin: 26px;
  margin-right: 5px;
  padding: 0em 0;
}

.shop_detail h4 {
  padding-bottom: 1em;
}

.btn_list {
  text-align: center;
  margin-top: 4em;
}

section.sns {
  padding-bottom: 100px;
}

section.sns::before {
  left: calc(10% - -28px);
}

section.sns::after {
  left: calc(10% - -28px);
}

}

