/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input[type="button"],
input[type="reset"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="image"],
textarea {
  appearance: none;
  -webkit-appearance: none;/*Google Chrome/Safari対応*/
  -moz-appearance: none;/*Firefox対応*/
  -o-appearance: none;/*Opera対応*/
  border-radius: 0;}

/******************* リセットcssここまで **********************/

/*********************** 共通 ******************************/
html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #333;
  line-height: 2;
  letter-spacing: 0.1em;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.6s ease;
}

a:hover {
  transition: all 0.6s ease;
}

.content-wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}
.content-wrapper p {
  color: #262626;
}

/* ボタンパーツ */
.btn-parts {
  margin-top: 80px;
}

.btn-parts p {
  text-align: center;
  margin-bottom: 20px;
}

/* ボタンパーツ共通 */
.button {
  display: inline-block;
  width: 180px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  font-size: 14px;
  color: #fff;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.button,
.button::before,
.button::after {
  -webkit-transition: ease-in 0.6s;
  transition: ease-in 0.6s;
}

img {
  width: 100%;
  vertical-align: bottom;
}

* {
  list-style: none;
}

a {
  text-decoration: none;
  color: #fff;
}

.wrapper {
  overflow-x: hidden;
}
/*********************** 共通 ここまで******************************/
main {
  position: relative;
  z-index: 0;
  padding-bottom: 50px;
}

header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.mail-form {
  text-align: center;
}

.mail-form iframe {
  width: 100%;
  height: 460px;
}

.site-logo {
  color: #383838;
  font-family: 'Hind', sans-serif;
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
}
.cbf-logo img {
    width: 350px;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width:768px) {
  .site-logo {
    justify-content: center;
  }
.cbf-logo img {
    width: 200px;
}
}

.site-logo img {
  width: 48px;
  height: 48px;
  margin-right: 5px;
}

.site-logo-txt {
  padding-left: 10px;
}

.sp-nav-btn,
.sp-nav {
  display: none;
}

.header-wrapper {
  display: flex;
  align-items: center;
  padding: 1% 3vw;
  transition: ease-in 0.3s;
  background: #fff;
}
.header-wrapper img {
    width: 300px;
    display: inline-block;
}
@media screen and (max-width:768px) {
  .header-wrapper img {
    width: 200px;
}
}
.button {
  padding: 0 20px;
  border-radius: 50px;
  position: relative;
}


.fa-chevron-right {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-wrapper {
  transition: ease-in 0.3s;
  border-radius: 50px;
}

.button:hover {
  background-color: #fff;
  color: #000858;
}

.pc-nav ul li,
.button {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}

.pc-nav {
  margin-left: auto;
}

.hover-under-line a {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  font-size: 14px;
  color: #333;
}

.footer-under-line a {
  color: #262626;
  margin: 0 16px;
}

@media screen and (max-width:768px) {
  .footer-under-line a {
    color: #262626;
    margin: 12px 0;
  }
}

.hover-under-line a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.footer-under-line a:after {
  background: #fff;
}

.footer-under-line a:after {
  bottom: -8px;
}

.hover-under-line a:hover:after {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.footer-under-line a:hover:after {
  bottom: -4px;
}

/* メインビジュアル */

.mv {
  position: relative;
  z-index: 1;
}

#slider {
  margin-left: auto;
  width: 80%;
  height: 100vh;
  /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

.main__title {
  color: #ADA142;
  position: absolute;
  top: 7%;
  left: 10%;
  font-size: 4.1rem;
  z-index: 2;
  line-height: 1.25;
  font-weight: 700;
  /* font-family: 'Hind', sans-serif; */
  /* font-family: 'Dancing Script', cursive; */
  font-family: 'Open Sans Condensed', sans-serif;
}




.mv_other img {
    display: block;
  height: 600px;
  object-fit: cover;
  width: 80%;
  margin-left: auto;
}


.mv_other h2 {
  letter-spacing: 0.15em;
  position: absolute;
  top: 50%;
  left: 10%;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 4vw;
  color: #ADA142;
}

.mv_other h2:before {
  content: '';
  position: absolute;
  border-right: 25px solid tan;
  border-top: 25px solid #383838;
  top: 6px;
  left: -35px;
}

.mv_other span {
  font-size: 17px;
  display: block;
  font-weight: normal;
  letter-spacing: .1em;
  padding: 10px;
}




@media screen and (max-width: 768px) {

  .mv {
    height: 550px;
  }

  .mv img {
    height: 550px;
    object-position: center left;
  }

  .mv_partner img {
    object-position: center center;
  }

  .mv_branding img {
    object-position: center center;
  }

  .mv h2 {
    /* font-size: 6vw; */
    left: 5%;
  }

  .mv_other h2 {
    font-size: 22px;
  }


  .mv_other h2:before {
    content: '';
    position: absolute;
    border-right: 15px solid transparent;
    border-top: 15px solid #ADA142;
    top: 0;
    left: -10px;
  }

  .main__title {
    top: 13%;
    left: 5%;
    font-size: 2.6rem;
}

}

/* メインビジュアル */

/* スクロール後ヘッダー背景色 */
/* .header-wrapper.addColor {
  background: none;
  transition: ease-in 0.3s;
  background: #062244;
} */

/* スクロール後ヘッダー背景色 */

/******************** index.html headerここまで *************************/
body {
  font-family: 'Hind', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
}

.content-wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}

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

.btn .button {
  background: #5277C9;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn .button:hover {
  border: 1px solid #5277C9;
  background-color: #ffffff;
  color: #5277c9;

}

.bg-object {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #ffeaea;
  margin-top: -500px;
  z-index: -1;
}

.bg-object__other {
  margin-top: -250px;
}

.section-title {
  text-align: center;
  font-size: 72px;
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  font-style: normal;
  color: #252525;
  font-weight: 300;
  line-height: 1.25;
  /* font-family: 'Hind', sans-serif; */
  font-family: 'Open Sans Condensed', sans-serif;
  display: inline-block;
}

.section-title:before {
  content: '';
  position: absolute;
  border-right: 25px solid transparent;
  border-top: 25px solid #252525;
  ;
  top: 20px;
  left: 0;
}

.sub-text {
  font-size: 14px;
  color: #4c4c4c;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: .2em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {


  .section-title {
    font-size: 36px;
  }

  .section-title:before {
    content: '';
    position: absolute;
    border-right: 15px solid transparent;
    border-top: 15px solid #333;
    top: 20px;
    left: 7px;
  }

  .sub-text {
    font-size: 12px;
  }
}

.top-video {
  display: flex;
  flex-direction: column;
}

.top-video video {
  width: 100%;
}

.service {
  padding: 160px 0;
  text-align: center;
}

.service__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service__item {
  width: 30%;
  background-color: #fff;
  box-shadow: 0px 1px 3px 2px whitesmoke;
  text-align: left;
}

.service__item img {
  display: flex;
  align-items: center;
  object-fit: cover;
  height: 275px;
}

.service__title {
  font-size: 18px;
  font-weight: 400;
  padding: 12px 16px;
}

.service__text {
  color: #666;
  font-weight: 400;
  padding: 0 16px 12px;
}

@media screen and (max-width:768px) {

  .service {
    padding: 40px 0;
  }

  .service__list {
    display: block;
  }

  .service__item {
    width: 100%;
    margin-bottom: 24px;
  }

  .service__item img {
    height: 200px;
  }

  .service__title {
    font-size: 18px;
    font-weight: 400;
    padding: 12px 16px;
  }

  .service__text {
    font-size: 14px;
    padding: 0 16px 12px;
  }
}

.product {
  padding: 160px 0;
  background: url(img/product_bg.jpg) no-repeat;
  background-size: cover;
  background-color: rgba(21, 21, 21, 0.5);
  background-blend-mode: darken;
  text-align: center;
}

.product .section-title {
  color: #ffffff;
}

.product .section-title:before {
  border-top-color: #fff;
}

.product__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  color: #ffffff;
  margin: 0 0 80px;
}

.product__item {
  width: 30%;
  position: relative;
  padding: 5ch;
}

.product__item:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100px 100px;
  border-color: transparent;
  border-left-color: #fff;
  top: 10px;
  z-index: 2;
  left: 10px;
}

.product__item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-image-source: repeating-linear-gradient(45deg, #fff 0, #fff 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
  border-width: 20px;
  border-image-slice: 20;
  border-image-repeat: round;
  border-style: solid;
  z-index: 1;
}

.product__item img {
  width: 100px;
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

.product__title {
  font-weight: 400;
  margin-top: 24px;
}

@media screen and (max-width:768px) {

  .product {
    padding: 40px 0;
  }

  .product__list {
    margin-bottom: 40px;
  }

  .product__item {
    width: 100%;
    position: relative;
    padding: 2ch;
  }
  .product__item:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-image-source: repeating-linear-gradient(45deg, #fff 0, #fff 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
    border-width: 10px;
    border-image-slice: 20;
  }
  .product__item img {
    width: 75px;
  }
}

a.btn {
  background: none;
  border: 0;
  box-sizing: border-box;
  margin: 1em;
  padding: 1em 2em;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
  position: relative;
  width: 300px;
  text-align: center;
  margin: 0 auto;
}

a.btn:before,
a.btn:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 1px solid transparent;
  width: 0;
  height: 0;
}

a.btn:before {
  top: 0;
  left: 0;
}

a.btn:after {
  bottom: 0;
  right: 0;
}

a.btn:hover:before,
a.btn:hover:after {
  width: 100%;
  height: 100%;
}

a.btn:hover:before {
  border-top-color: #424242;
  border-right-color: #424242;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}

a.btn:hover:after {
  border-bottom-color: #424242;
  border-left-color: #424242;
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}

.works {
  padding: 160px 0;
  text-align: center;
}

.works a.btn {
  background: none;
  border: 0;
  box-sizing: border-box;
  margin: 1em;
  padding: 1em 2em;
  box-shadow: inset 0 0 0 1px #383838;
  color: #383838;
  position: relative;
  width: 300px;
  text-align: center;
  margin: 0 auto;
}

.works a.btn:hover:before {
  border-top-color: #ddd;
  border-right-color: #ddd;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}

.works a.btn:hover:after {
  border-bottom-color: #ddd;
  border-left-color: #ddd;
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}

@media screen and (max-width:768px) {
  .works {
    padding: 40px 0;
  }
}

.partner {
  margin: 160px 0;
  position: relative;
  padding: 10vw 0 0 0;
  color: #fff;
}

.partner .section-title:before {
  border-top: 25px solid #fff;
}

.partner>figure {
  width: 70%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 600px;
  background: url("img/top_greeting.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.partner.top-reform>figure {
  width: 70%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 600px;
  background: url("img/reform.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.partner section div {
  margin: 0 auto 0 0;
  width: 620px;
  padding: 77px;
  position: relative;
  z-index: 2;
  background-color: #ffeaea;
  box-sizing: border-box;
}

.partner section div h5 {
  font-size: 32px;
  margin-bottom: 20px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 400;
  position: relative;
  color: #ADA142;
}

.partner section div h5:before {
  content: '';
  position: absolute;
  border-right: 15px solid tan;
  border-top: 15px solid #383838;
  top: 10px;
  left: -20px;
}

.partner section p.btn {
  text-align: right;
  margin-top: 40px;
}

.partner a.btn {
  background: none;
  border: 0;
  box-sizing: border-box;
  margin: 1em;
  padding: 1em 2em;
  box-shadow: inset 0 0 0 1px #fff;
  color: #262626;
  position: relative;
  width: 300px;
  text-align: center;
  margin: 0 auto;
}

.partner a.btn:hover:before {
  border-top-color: #ADA142;
  border-right-color: #ADA142;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}

.partner a.btn:hover:after {
  border-bottom-color: #ADA142;
  border-left-color: #ADA142;
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}

@media screen and (max-width: 768px) {

  .partner {
    margin: 40px 0;
    text-align: center;
  }

  .partner section div figure {
    display: block;
    height: 300px;
    margin: 0 -5vw 10px -5vw;
    padding: 0 5vw;
    background: url("img/top_greeting.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
    .partner.top-reform section div figure {
    display: block;
    height: 300px;
    margin: 0 -5vw 10px -5vw;
    padding: 0 5vw;
    background: url("img/reform.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .partner {
    color: #383838;
    margin-bottom: 40px;
  }

  .partner>figure {
    display: none;
  }

  .partner section div {
    width: 100%;
    position: static;
    background: none;
    padding: 0;
  }

  .partner section div h5 {
    text-align: center;
    display: inline-block;
  }

.partner section div h5:before {
  content: '';
  position: absolute;
  border-right: 15px solid transparent;
  border-top: 15px solid #ADA142;
  top: 10px;
  left: -15px;
}

  .partner section p.btn {
    text-align: center;
    margin-top: 20px;
  }

  .partner a.btn {
    background: none;
    border: 0;
    box-sizing: border-box;
    margin: 1em;
    padding: 1em 2em;
    box-shadow: inset 0 0 0 1px #383838;
    color: #383838;
    position: relative;
    width: 300px;
    text-align: center;
    margin: 0 auto;
  }
}

.branding>figure {
  width: 70%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url("img/top_item.jpg");
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


.branding section div {
  margin: 0 0 0 auto;
  width: 620px;
  padding: 77px;
  position: relative;
  z-index: 2;
  background-color: #ffeaea;
  box-sizing: border-box;
}


.import>figure {
  width: 70%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: url(img/top_contact.jpg);
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width:768px) {
  .branding section div figure {
    display: block;
    height: 300px;
    margin: 0 -5vw 10px -5vw;
    padding: 0 5vw;
    background: url("img/top_item.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .branding {
    color: #383838;
    margin-bottom: 40px;
  }

  .branding>figure {
    display: none;
  }

  .branding section div {
    width: 100%;
    position: static;
    background: none;
    padding: 0;
  }

  .branding section div h5 {
    text-align: center;
  }

  .branding section p.btn {
    text-align: center;
  }

  .branding a.btn {
    background: none;
    border: 0;
    box-sizing: border-box;
    margin: 1em;
    padding: 1em 2em;
    box-shadow: inset 0 0 0 1px #383838;
    color: #383838;
    position: relative;
    width: 300px;
    text-align: center;
    margin: 0 auto;
  }

  .import section div figure {
    display: block;
    height: 300px;
    margin: 0 -5vw 10px -5vw;
    padding: 0 5vw;
    background: url(img/top_contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

}


.company {
  padding: 200px 0;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.815);
  background-blend-mode: lighten;
  height: 550px;
  margin-bottom: 240px;
}

.company a {
  display: block;
  background-color: rgb(108, 108, 108);
}

.company__inner {
  color: #383838;
  background: #ffeaea;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  transition: ease-in .3s;
}

.company__inner:hover {
  opacity: 0.8;
  transition: ease-in .3s;
}

.company__inner img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.company h3 {
  padding: 20px 0 0;
  font-size: 32px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.company h3:before {
    content: '';
    position: absolute;
    border-right: 15px solid tan;
    border-top: 15px solid #383838;
    top: 30px;
    left: -20px;
}

.company p {
  padding-bottom: 20px;
}

@media screen and (max-width:768px) {
  .company {
    padding: 40px 0;
    height: auto;
    margin-bottom: 0px;
  }

  .company__inner img {
    height: 300px;
  }
}


.news h3 {
  padding: 20px 0 0;
  font-size: 32px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.news h3:before {
    content: '';
    position: absolute;
    border-right: 15px solid tan;
    border-top: 15px solid #383838;
    top: 30px;
    left: -20px;
}

.news p {
  padding-bottom: 20px;
}

.news__inner {
    display: block;
  background-color: rgb(108, 108, 108);
  color: #383838;
  background: #ffeaea;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  transition: ease-in .3s;
  padding: .5em;
}

.news__content {
  background-color: #fff;
  padding: .5em;
  margin-inline: auto;
width: 100%;
height: 350px;
overflow-y: scroll;
text-align: left;
}

.news__date {
  font-size: .8em;
position: relative;
margin-left: 26px;
line-height: 1;
padding-bottom: 2px;
color: #444141;
}

.news__date::before {
  display: inline;
  background-color: #444141;
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
}

/******************* index.htmlここまで *******************/

.product__box__inner {
  display: flex;
  align-items: center;
  padding: 160px 0;
  justify-content: space-around;
}

.product__box__inner:nth-of-type(even) {
  flex-direction: row-reverse;
}

.product__image__box {
  position: relative;
}

.product__image__box:before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-color: #ADA142;
  z-index: -1;
  opacity: .3;
}

.product__text {
  width: 40%;
}

.product-image01 {
  max-width: 500px;
}

.product-image02 {
  width: 50%;
  position: absolute;
  bottom: -70px;
  left: 64%;
  box-shadow: 3px 3px 6px 1px #9e9e9e;
}

.product-image03 {
  max-width: 500px;
}

.product-image04 {
  max-width: 400px;
}

.product-image05 {
  width: 50%;
  position: absolute;
  top: -70px;
  left: 80%;
  box-shadow: 3px 3px 6px 1px #9e9e9e;
}

.product-image06 {

  width: 50%;
  position: absolute;
  bottom: -100px;
  left: -10%;
  box-shadow: 3px 3px 6px 1px #9e9e9e;
}

.product__box__title {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 24px;
  margin-bottom: 10px;
}

@media screen and (max-width:768px) {
  .product__box__inner {
    flex-direction: column-reverse;
    padding: 40px 0;
  }

  .product__box__inner:last-of-type {
    margin-bottom: 160px;
  }

  .product__box__inner:nth-of-type(even) {
    flex-direction: column-reverse;
  }

  .product__text {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-image05 {
    top: 355px;
    left: 56%;
    width: 45%;
}

  .product-image06 {
    left: 0;
  }

  .product__box__title {
    font-size: 22px;
  }
}

/******************* product.htmlここまで *******************/

.bg-text-3col {
  padding: 80px 0;
  text-align: center;
  background-color: #ede5dc;
}

.bg-text-3col ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.bg-text-3col ul>li {
  width: 33%;
  padding: 30px;
  text-align: left;
}

.bg-text-3col ul>li>a {
  position: relative;
  display: block;
  height: 100%;
  padding-top: 50%;
  pointer-events: none;
}

.bg-text-3col ul>li>a .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 56%;
  border: 1px solid #f4f4f4;
  overflow: hidden;
}

.bg-text-3col ul>li>a .wrap>img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-text-3col ul>li>a .contents {
  position: relative;
  max-width: 90%;
  height: 100%;
  margin: 0 auto;
  padding: 25px;
  background-color: #fff;
  box-shadow: 0 0 1em rgba(0, 0, 0, .05);
}

.bg-text-3col ul>li>a .contents .title {
  position: relative;
  margin-bottom: 15px;
  font-weight: 600;
  color: #444444;
  line-height: 1.3;
}

.bg-text-3col ul>li>a .contents .text {
  color: #333;
}

@media screen and (max-width: 768px) {
  .bg-text-3col {
    padding: 40px 0px;
  }

  .bg-text-3col ul {
    padding: 20px 0;
  }

  .bg-text-3col ul>li {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

/*********************** works.htmlはここまで ***********************/

.partner__wrapper {
  text-align: center;
  padding: 80px 0;
  background: #efefef;
}

.partner__wrapper span {
  font-size: 32px;
  display: block;
}

.partner__list {
  display: inline-block;
  text-align: left;
  padding: 40px 0;
  font-size: 24px;
}

.partner__item {
  position: relative;
  padding: 24px;
}

.partner__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 48px;
  left: -16px;
  width: 15px;
  height: 1px;
  background-color: #000;
}

@media screen and (max-width:768px) {
  .partner__list {
    font-size: 16px;
  }

  .partner__item:before {
    top: 41px;
    left: 0px;
  }

  .partner__wrapper {
    padding: 40px 0;
  }

  .partner__wrapper span {
    font-size: 24px;
  }

}

/*********************** partner.htmlはここまで ***********************/
.comapny__table {
  padding: 160px 0;
}

.comapny__table table {
  width: 100%;
}

.comapny__table table tr {
  border-bottom: 1px solid #dcdcdc;
}

.comapny__table table tr th {
  padding: 30px 20px;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  text-align: left;
  width: 300px;
}

.comapny__table table tr td {
  padding-left: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .comapny__table {
    padding: 40px 0;
  }

  .comapny__table table tr th {
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
    padding: 15px 20px 0 20px;
  }

  .comapny__table table tr td {
    display: block;
    width: 100%;
    padding: 15px 0 15px 20px;
  }
}

.map {
  position: relative;
  width: 100%;
  padding-top: 50%;
  /* = height ÷ width × 100 */
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********************** company.htmlはここまで ***********************/



.marketing .marketing__top-title {
  display: block;
  color: #ffffff;
  margin-bottom: 40px;
  font-size: 24px;
}

.marketing__item .fa-chevron-right {
  display: block;
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
}

.marketing__item .fa-chevron-down {
  display: none;
}

.marketing__text {
  background-color: #fff;
  display: inline-block;
  font-size: 24px;
  padding: 40px;
  border-radius: 8px;
}

.marketing__text span {
  display: inline-block;
  text-align: left;
}

.caution-text {
  font-size: 12px;
}


.casting {
  padding: 160px 0;
  background-image: none;
  background-color: #ede5dc;
  text-align: center;
}

.casting .section-title {
  color: #383838;
}

.casting .section-title:before {
  border-top-color: #383838;
}

.casting__item:after {
  display: none;
}

.casting .marketing__top-title {
  color: #383838;
}

.casting__item {
  color: #383838;
}



.work-flow {
  text-align: center;
  padding: 160px 0;
}

.work-flow__secondary {
  padding: 160px 0;
  text-align: center;
}

.work-flow__secondary .flow-box .box {
  position: relative;
  margin-bottom: 80px;
}

.work-flow__secondary .flow-box .box .num {
  position: absolute;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 1000px;
  background-color: #ffc2c2;
  color: #fff;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.work-flow__secondary .flow-box .box dl {
  background-color: #ede5dc;
  width: calc(100% - 40px);
  margin-left: auto;
  padding: 30px 40px 30px 90px;
  text-align: left;
}

.work-flow__secondary .flow-box .box::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 17px;
  background-image: url(img/img-flow-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  left: 50%;
  bottom: -3rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.work-flow__secondary .flow-box .box:last-child::after {
  display: none;
}

@media screen and (max-width:768px) {
  .marketing .marketing__top-title {
    font-size: 18px;
  }

  .marketing__item .fa-chevron-right {
    display: none;
  }

  .marketing__item .fa-chevron-down {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -6%;
    transform: translateX(-50%);
    font-size: 1.5rem;
  }

  .marketing__text {
    background-color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 16px;
    border-radius: 8px;
  }

  .marketing__text span {
    letter-spacing: 0;
  }

  .casting {
    padding: 40px 0;
  }

  .casting .marketing__top-title {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .casting__item {
    padding: 2ch;
  }


  .work-flow {
    padding: 40px 0;
  }


  .work-flow__secondary {
    padding: 40px 0;
  }

  .work-flow__secondary .flow-box .box dl {
    padding: 16px 20px 16px 48px;
  }
}

/*********************** marketing.htmlはここまで ***********************/
.product__inner-text {
  text-align: justify;
}

.right_image .product__box__inner {
  flex-direction: row-reverse;
}
/*********************** branding.htmlはここまで ***********************/

/* Reform page section spacing */
.reform-section {
  margin-bottom: 160px;
}

.reform-section:last-child {
  margin-bottom: 0;
}

@media screen and (max-width:768px) {
  .reform-section {
    margin-bottom: 100px;
    flex-direction: column;
  }
  .reform-section:nth-of-type(2) {
    flex-direction: column;
  }
}
/*********************** reform.htmlはここまで ***********************/





footer {
  background: #ffeaea;
  color: #fff;
  position: relative;
  padding: 40px 0;
}

.footer-left {
  width: 100%;
  font-size: 15px;
}

.footer-right {
  width: 100%;
  height: auto;
}

.footer-right ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.footer__last {
  font-size: 12px;
}

.footer-logo {
  color: #262626;
}

.copyright {
  font-family: Verdana, “Droid Sans”;
}

.flex {
  display: flex;
}

/***** ハンバーガー *****/
@media screen and (max-width: 768px) {

  .sp-nav-btn,
  .sp-nav {
    display: block;
  }

  .pc-nav {
    display: none;
  }

  /* ハンバーガーボタンの中身 */
  .sp-nav-btn {
    position: relative;
    width: 25px;
    height: 16px;
    margin: 5% 0 7% 0;
    z-index: 20;
    margin-left: auto;
    cursor: pointer;
  }

  /* ハンバーガーボタンの中身 */

  /* ハンバーガーボタンの背景色 */
  .sp-nav-btn:before {
    content: "menu";
    position: absolute;
    color: #333;
    width: 45px;
    height: 40px;
    font-size: 10px;
    top: -10px;
    right: -8px;
    /* background: #333333; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0px;
    padding-top: 45px;
  }

  /* ハンバーガーボタンの背景色 */

  .pc-nav ul,
  .btn-wrapper {
    display: none;
  }

  /* ハンバーガーの３本線 */

  .sp-nav-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
  }

  .sp-nav-btn span:nth-of-type(1) {
    top: 0;
    right: 3px;
    transition: ease-in 0.3s;
  }

  .sp-nav-btn span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 3px;
    transition: ease-in 0.3s;
  }

  .sp-nav-btn span:nth-of-type(3) {
    bottom: 0;
    right: 3px;
    transition: ease-in 0.3s;
  }

  /* ハンバーガーの３本線 */

  /* ハンバーガークリック後の線の動き */
  .sp-nav-btn.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
    transition: ease-in .3s;
  }

  .sp-nav-btn.active span:nth-of-type(2) {
    opacity: 0;
    transition: ease-in .3s;

  }

  .sp-nav-btn.active span:nth-of-type(3) {
    transform: translateY(-4px) rotate(45deg);
    transition: ease-in .3s;
  }

  .sp-nav-btn.active:before {
    opacity: 0;
    transition: ease-in .3s;
  }

  /* ハンバーガークリック後の線の動き */

  /* ハンバーガークリック後のメニュー */
  .sp-nav {
    display: block;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    transform: translateX(100vw);
    transition: ease-in 0.3s;
    background: #fff;
  }

  /* ハンバーガークリック後のメニュー */

  .sp-nav.active {
    transform: translateX(0);
  }

  /* ハンバーガークリック後メニュー中身 */
  .sp-nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
  }

  .sp-nav ul li {
    font-size: 16px;
    text-align: center;
    padding-top: 24px;
  }

  .sp-btn-wrapper {
    height: 50px;
    line-height: 50px;
  }

  /* ハンバーガークリック後メニュー中身 */

  /***** ハンバーガーここまで *****/
  footer {
    padding: 35px 0;
  }

  .footer-left {
    width: 100%;
  }

  .footer-left h1 {
    font-family: vdl-logona, sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  footer .logo {
    justify-content: center;
  }

  .flex {
    flex-direction: column-reverse;
  }

  .footer-right {
    margin-bottom: 30px;
  }

  .footer-right ul {
    flex-direction: column;
  }
}


/*==================================================
スライダーのためのcss
===================================*/
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto 80px;
}

.slider img {
  width: 60vw;
  /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: 550px;
  object-fit: cover;
}

.slider .slick-slide {
  transform: scale(0.8);
  /*左右の画像のサイズを80%に*/
  transition: all .5s;
  /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;
  /*透過50%*/
}

.slider .slick-slide.slick-center {
  transform: scale(1);
  /*中央の画像のサイズだけ等倍に*/
  opacity: 1;
  /*透過なし*/
}

@media screen and (max-width:768px) {
  .slider img {
    height: auto;
    min-height: 150px;
  }

  .slider {
    margin: 0 auto 40px;
  }
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;
  /*矢印の色*/
  border-right: 2px solid #666;
  /*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #ccc;
  border: none;
  padding: 0;
}

.slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
}

/* mail.html */
.mailform {
  padding: 50px 0;
  position: relative;
}
.contact-form-parts {
  margin-top: 30px;
  padding: 0;
  text-align: center;
}

.content-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1100px;
    padding: 15px;
}


#formWrap {
  width: 100%;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
  text-align: left;
}

table.formTable {
  width: 100%;
  margin: 0 auto 20px;
  border-collapse: collapse;
  border-spacing: 15px 20px;
}


table.formTable th {
  /* border:1px solid #ccc; */
  padding: 5px;
}

table.formTable td {
  padding: 10px;
}

table.formTable th {
  width: 40%;
  font-weight: 700;
  /* background:#4ba8de; */
  color: #3e3a39;
  vertical-align: middle;
  text-align: left;
  background: #f1f1f1;
  padding-left: 15px;
  border: #fff solid 2px;
}

.formTable .caution-text {
  color: red;
  font-size: 0.5rem;
}
table.formTable textarea {
  width: 100%;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  background-color: #fff;
}


.contact-button {
    display: inline-block;
    border-radius: 5%;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    padding: 12px 12px;
    background-color: #ADA142;
    color: #ffffff;
    line-height: 1em;
    transition: .3s;
    box-shadow: 2px 2px 0px #262626;
    width: 100%;
    max-width: 150px;
    border: #ADA142 solid 2px;
}

.contact-button:hover {
  box-shadow: none;
  /* カーソル時の影消去 */
  color: #ADA142 ;
  /* 背景色     */
  background: #ffffff;
  border:#ADA142 solid 2px;
  /* 文字色     */
}

.reset-button {
  background: #fff;
  /* 背景色     */
  color: #ADA142;
  /* 文字色     */
}

.reset-button:hover {
  box-shadow: none;
  /* カーソル時の影消去 */
  color: #fff;
  /* 背景色     */
  background: #ADA142;
  /* 文字色     */
}


.button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button-wrapper input {
  margin-bottom: 20px;
}


.m-form-text {
  height: 2.4em;
  width: 100%;
  padding: 0 16px;
  border: none;
  box-shadow: 0 0 0 1px #ccc;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.m-form-text:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}



.button {
  display: inline-block;
  border-radius: 5%;
  /* 角丸       */
  font-size: 12pt;
  /* 文字サイズ */
  text-align: center;
  /* 文字位置   */
  cursor: pointer;
  /* カーソル   */
  padding: 10px 25px;
  /* 余白       */
  background: #333333;
  /* 背景色     */
  color: #ffffff;
  /* 文字色     */
  line-height: 1em;
  /* 1行の高さ  */
  transition: .3s;
  /* なめらか変化 */
  box-shadow: 1px 1px #666666;
  /* 影の設定 */
  border: 1px solid #333333;
  /* 枠の指定 */
}

.button:hover {
  box-shadow: none;
  /* カーソル時の影消去 */
  color: #333333;
  /* 背景色     */
  background: #ffffff;
  /* 文字色     */
}

@media screen and (max-width:599px) {
  #formWrap {
    width: 100%;
    margin: 0 auto;
  }

  table.formTable th, table.formTable td {
    width: auto;
    display: block;
    padding-bottom: 0;
  }

  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
    padding: 5px;
    
  }

  input[type="text"], textarea {
    width: 100%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }

  input[type="submit"], input[type="reset"], input[type="button"] {
    /* display:block; */
    height: 40px;
  }

}

/* mailform.html end */
/* mail.html end */