@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
figure,
figcaption,
blockquote,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  width: 100%;
  display: block;
  border: 0;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  margin: 0;
  padding: 0;
}

/* ------------------------------------------------
共通
------------------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  color: #707070;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#D1E1F1), to(#FBE2BD));
  background: linear-gradient(#D1E1F1, #FBE2BD);
  overflow-x: hidden;
  min-height: 100%;
}
body.no-scroll {
  overflow: hidden;
}

.sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.inline-block {
  display: inline-block;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
a {
  color: #707070;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  opacity: 0.85;
}
a:focus {
  opacity: 0.85;
}
a:active {
  opacity: 0.85;
}

/* ------------------------------------------------
メインイメージ
------------------------------------------------ */
.keyvisual {
  position: relative;
  padding: 0 0 0 32px;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .keyvisual {
    padding: 0 54px 20px 68px;
  }
}
@media screen and (min-width: 1200px) {
  .keyvisual {
    padding: 0 3.3333333333% 20px 4.1975308642%;
  }
}

.keyvisual__title {
  position: absolute;
  top: 31.2348668281%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 24.6875%;
  max-width: 286px;
  width: 44.6875%;
}
@media screen and (min-width: 768px) {
  .keyvisual__title {
    top: 37.1614301192%;
    margin-left: 19.4444444444%;
    max-width: none;
    width: 34.8148148148%;
  }
}

.keyvisual__text {
  position: absolute;
  top: 56.6585956416%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 32.03125%;
  max-width: 130px;
  width: 20.3125%;
}
@media screen and (min-width: 768px) {
  .keyvisual__text {
    top: 59.2632719393%;
    margin-left: 23.4567901235%;
    max-width: none;
    width: 14.6296296296%;
  }
}

.keyvisual__sub-text {
  position: absolute;
  top: 37%;
  left: 10.5px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  color: #0B2852;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .keyvisual__sub-text {
    top: 28%;
    left: 1.7283950617%;
    font-size: 2.9rem;
  }
}

.logo {
  position: absolute;
  max-width: 101px;
  width: 15.78125%;
  height: auto;
  top: 15.5%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .logo {
    max-width: none;
    width: 12.037037037%;
    top: 9%;
  }
}

/* ------------------------------------------------
トップページ
------------------------------------------------ */
.top-news {
  padding: 0 15px;
  margin-bottom: 23.5px;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 0 54px 0 80px;
    max-width: 826px;
    margin: 0 auto 58px;
  }
}
@media screen and (min-width: 1200px) {
  .top-news {
    max-width: 705px;
    padding: 0;
  }
}

.top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
}

.top-news__title {
  width: 75px;
  max-width: 100%;
  margin-right: 5.1724137931%;
}
@media screen and (min-width: 768px) {
  .top-news__title {
    width: 21.676300578%;
    min-width: 184px;
    margin-right: 6.0693641618%;
  }
}

.top-news__list {
  width: 68.9655172414%;
}
@media screen and (min-width: 768px) {
  .top-news__list {
    width: 72.2543352601%;
  }
}

.top-news__item {
  border-bottom: 1px dashed #A61521;
}
.top-news__item:first-child .top-news__link {
  padding-top: 0;
}

.top-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 3.5px 11px;
	position: relative;
    z-index: 1;
}
@media screen and (min-width: 768px) {
  .top-news__link {
    padding: 12px 15px 5px;
  }
	.top-news__link.sub {
	    padding: 0px 15px 10px;
	}
	p.news_contents {
	    line-height: 1.7em;
	    font-size: 1.4rem;
	}
}
.top-news__link.sub {
	opacity: 0;
	height: 0;
	padding: 0;
	z-index: 0;
    position: relative;
	-webkit-transition: all 5s ease;
	-moz-transition: all 5s ease;
	transition: all 5s ease;
}
.top-news__link.sub.active {
	padding: 0px 15px 10px;
	opacity: 1;
		height: auto;
	-webkit-transition: all 5s ease;
	-moz-transition: all 5s ease;
	transition: all 5s ease;

}
.top-news__date {
  width: 26.3888888889%;
  margin-right: 13.8888888889%;
  font-size: 1rem;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .top-news__date {
    width: 14.0425531915%;
    margin-right: 9.5744680851%;
    font-size: 1.4rem;
    line-height: 1.3571428571;
  }
}

.top-news__text {
  width: 59.7222222222%;
  font-size: 1.1rem;
  line-height: 1.3636363636;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .top-news__text {
    width: 76.3829787234%;
    font-size: 1.4rem;
    line-height: 1.3571428571;
  }
}

.top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 0 15px;
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .top-content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 54px 0 80px;
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .top-content {
    padding: 0 3.3333333333% 0 4.9382716049%;
  }
}

@media screen and (min-width: 768px) {
  .top-content--service {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .top-content--service .top-content__inner {
    width: 33.9165545087%;
  }
}
@media screen and (min-width: 768px) {
  .top-content--service .top-content__img {
    margin-right: 0;
    margin-left: 3.3647375505%;
  }
}

.top-content__inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-content__inner {
    width: 25.1682368775%;
    min-width: 238px;
  }
}

.title-type01 {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .title-type01 {
    margin-bottom: 21px;
  }
}

.title-about {
  width: 123px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .title-about {
    width: 49.1978609626%;
    min-width: 184px;
    margin-left: 0;
  }
}

.title-service {
  width: 138.5px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .title-service {
    width: 41.2698412698%;
    min-width: 208px;
    margin-left: 0;
  }
}

.title-company {
  width: 153px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .title-company {
    width: 61.4973262032%;
    min-width: 230px;
    margin-left: 0;
  }
}

.title-contact {
  width: 147px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .title-contact {
    width: 52.5%;
    min-width: 294px;
  }
}

.title-type01__ja {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #0B2852;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .title-type01__ja {
    font-size: 2.4rem;
    text-align: left;
  }
}

.title-about-ja {
  margin-top: -16px;
}
@media screen and (min-width: 768px) {
  .title-about-ja {
    margin-top: -4%;
  }
}

.title-service-ja {
  margin-top: -16px;
}
@media screen and (min-width: 768px) {
  .title-service-ja {
    margin-top: -5%;
  }
}

.title-contact-ja {
  margin-top: -16px;
}
@media screen and (min-width: 768px) {
  .title-contact-ja {
    margin-top: -6%;
    text-align: center;
  }
}

.top-content__text {
  line-height: 1.3461538462;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .top-content__text {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    margin-bottom: 17px;
  }
}

.button-type01 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .button-type01 {
    text-align: left;
  }
}
.button-type01 a {
  display: inline-block;
  width: 180px;
  max-width: 100%;
  background: #ffffff;
  border: 1px solid #BFBFBF;
  border-radius: 18px;
  font-size: 1.1rem;
  padding: 9px 8.5px 11px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
}
@media screen and (min-width: 768px) {
  .button-type01 a {
    text-align: center;
    font-size: 1.4rem;
    width: 239px;
    border-radius: 36px;
    padding: 22px 22px 23px;
  }
}
.button-type01 a:hover, .button-type01 a:focus, .button-type01 a:active {
  opacity: 1;
  border: 1px solid #C35418;
  background: #C35418;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .top-content__img {
    width: 65.9488559892%;
    margin-right: 4.3068640646%;
  }
}

.top-contact {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .top-contact {
    max-width: 598px;
    margin-right: auto;
    margin-left: auto;
  }
}
.top-contact .title-type01 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .top-contact .title-type01 {
    margin-bottom: 58px;
  }
}

.contact-table {
  width: 100%;
  margin-bottom: 27px;
}
@media screen and (min-width: 768px) {
  .contact-table {
    margin-bottom: 27px;
  }
}

.contact-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-table-row {
    margin-bottom: 20px;
  }
}

.contact-table-head {
  width: 100%;
  text-align: left;
  padding: 0;
  margin-bottom: 5px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
  color: #0B2852;
}
@media screen and (min-width: 768px) {
  .contact-table-head {
    margin-bottom: 6px;
    font-size: 1.5rem;
  }
}

.contact-table-data {
  width: 100%;
  padding: 0;
}
.contact-table-data input::-webkit-input-placeholder, .contact-table-data textarea::-webkit-input-placeholder {
  color: #B6B6B6;
}
.contact-table-data input::-moz-placeholder, .contact-table-data textarea::-moz-placeholder {
  color: #B6B6B6;
}
.contact-table-data input:-ms-input-placeholder, .contact-table-data textarea:-ms-input-placeholder {
  color: #B6B6B6;
}
.contact-table-data input::-ms-input-placeholder, .contact-table-data textarea::-ms-input-placeholder {
  color: #B6B6B6;
}
.contact-table-data input::placeholder,
.contact-table-data textarea::placeholder {
  color: #B6B6B6;
}
.contact-table-data input[type=text],
.contact-table-data input[type=email],
.contact-table-data input[type=tel] {
  width: 100%;
  padding: 11.5px 8.5px;
  height: 35px;
  border: solid 1px #CCCCCC;
  border-radius: 1px;
  font-size: 0.9rem;
  line-height: 1.3333333333;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "MS PGothic", arial, helvetica, sans-serif;
  outline: none;
}
@media screen and (min-width: 768px) {
  .contact-table-data input[type=text],
.contact-table-data input[type=email],
.contact-table-data input[type=tel] {
    padding: 13px 14px;
    height: 45px;
    font-size: 1.4rem;
    line-height: 1.3571428571;
    border-radius: 2px;
  }
}
.contact-table-data textarea {
  width: 100%;
  padding: 11.5px 8.5px;
  border: solid 1px #CCCCCC;
  font-size: 0.9rem;
  line-height: 1.3333333333;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "MS PGothic", arial, helvetica, sans-serif;
  height: 100px;
  border-radius: 1px;
  outline: none;
}
@media screen and (min-width: 768px) {
  .contact-table-data textarea {
    padding: 17px 14px;
    font-size: 1.4rem;
    line-height: 1.3571428571;
    height: 200px;
    border-radius: 2px;
  }
}

.contact-check {
  width: 71.4285714286%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "MS PGothic", arial, helvetica, sans-serif;
  color: #1A1311;
}
@media screen and (min-width: 768px) {
  .contact-check {
    max-width: 277px;
    text-align: center;
    margin-bottom: 23px;
    font-size: 1.6rem;
  }
}
.contact-check a {
  color: #1A1311;
  text-decoration: underline;
}
.contact-check a:hover {
  text-decoration: none;
}

.contact-check__label {
  position: relative;
  cursor: pointer;
}
.contact-check__label > input {
  position: absolute;
  opacity: 0;
  outline: none;
}
.contact-check__label > span {
  position: relative;
  margin-left: 20px;
  white-space: nowrap;
}
.contact-check__label > span::before {
  content: "";
  display: block;
  border: 1px solid #AFAFAF;
  background-color: #ffffff;
  width: 15.5px;
  height: 16.5px;
  border-radius: 1px;
  position: absolute;
  left: -0.5em;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
@media screen and (min-width: 768px) {
  .contact-check__label > span::before {
    width: 18px;
    height: 19px;
  }
}
.contact-check__label > span::after {
  content: "";
  display: block;
  background-image: url("../images/top/icon_check.svg");
  background-repeat: no-repeat;
  background-position: left 33.33% top 50%;
  background-color: transparent;
  background-size: 80% auto;
  width: 16px;
  height: 10.5px;
  position: absolute;
  left: -0.5em;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (min-width: 768px) {
  .contact-check__label > span::after {
    width: 19px;
    height: 12px;
  }
}
.contact-check__label > :checked + span::after {
  opacity: 1;
}

.contact-submit {
  text-align: center;
}
.contact-submit input[type=submit] {
  background: #1A1311;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid transparent;
  border-radius: 1px;
  color: #ffffff;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  max-width: 100%;
  height: 40px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 600;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  outline: none;
  cursor: pointer;
  padding-top: 2.5px;
}
.contact-submit input[type=submit]:hover, .contact-submit input[type=submit]:focus, .contact-submit input[type=submit]:active {
  background: #ffffff;
  color: #1A1311;
  border: 1px solid #1A1311;
}
@media screen and (min-width: 768px) {
  .contact-submit input[type=submit] {
    font-size: 1.7rem;
    width: 250px;
    max-width: 100%;
    height: 45px;
  }
}

/* ------------------------------------------------
ご挨拶ページ
------------------------------------------------ */
.page-keyvisual {
  width: 100%;
  height: 173.5px;
  margin-top: 40px;
  background: url(../images/about/bg_title.jpg) center center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .page-keyvisual {
    height: 347px;
    margin-top: 80px;
  }
}

.page-keyvisual__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #ffffff;
}

.page-keyvisual__title {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .page-keyvisual__title {
    font-size: 3.4rem;
  }
}

.page-keyvisual__title-ja {
  font-size: 1.1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page-keyvisual__title-ja {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.about-company {
  padding: 17px 15px 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D1E1F1), to(#E2E1DB));
  background: linear-gradient(#D1E1F1, #E2E1DB);
}
@media screen and (min-width: 768px) {
  .about-company {
    padding: 60px 15px;
  }
}

.about-company__title {
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .about-company__title {
    margin-bottom: 60px;
  }
}

.title-type02 {
  width: 273px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .title-type02 {
    width: 547px;
  }
}

.title-type02-ja {
  text-align: center;
  font-size: 1.4rem;
  color: #0B2852;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
  margin-top: -12px;
}
@media screen and (min-width: 768px) {
  .title-type02-ja {
    font-size: 2.4rem;
    margin-top: -20px;
  }
}

.about-company__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .about-company__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 1020px;
    margin: 0 auto;
  }
}

.about-company__img {
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .about-company__img {
    -ms-flex-preferred-size: 47.0588235294%;
        flex-basis: 47.0588235294%;
    margin: 0 3.2352941176% 0 0;
  }
}

@media screen and (min-width: 768px) {
  .about-company__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding-top: 14px;
  }
}

.about-company__sub-title {
  font-size: 1.4rem;
  margin-bottom: 11.5px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
}
@media screen and (min-width: 768px) {
  .about-company__sub-title {
    font-size: 2rem;
    margin-bottom: 13px;
  }
}

.about-company__list {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .about-company__list {
    margin-bottom: 10px;
  }
}

.about-company__item {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.4782608696;
  margin-bottom: 4px;
  text-indent: -1em;
  padding-left: 1em;
}
.about-company__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .about-company__item {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.about-company__text01 {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.8181818182;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .about-company__text01 {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 15px;
  }
}

.about-company__text02 {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.8181818182;
}
@media screen and (min-width: 768px) {
  .about-company__text02 {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.about-philosophy {
  padding: 98.5px 15px 121px;
  background: url(../images/about/bg.jpg) center center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .about-philosophy {
    padding: 209px 15px 420px;
  }
}

@media screen and (min-width: 768px) {
  .about-philosophy__inner {
    max-width: 800px;
    margin: 0 auto;
  }
}

.about-philosophy__title {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .about-philosophy__title {
    margin-bottom: 31px;
  }
}
.about-philosophy__title .title-type02 {
  width: 220px;
}
@media screen and (min-width: 768px) {
  .about-philosophy__title .title-type02 {
    width: 441px;
  }
}
.about-philosophy__title .title-type02-ja {
  font-size: 1.8rem;
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .about-philosophy__title .title-type02-ja {
    font-size: 4.6rem;
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .about-philosophy__title .title-type02-ja {
    font-size: 5rem;
  }
}

.about-philosophy__sub-title {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  font-weight: 600;
  margin-bottom: 7.5px;
}
@media screen and (min-width: 768px) {
  .about-philosophy__sub-title {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 17px;
  }
}

.about-philosophy__text {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8181818182;
}
@media screen and (min-width: 768px) {
  .about-philosophy__text {
    font-size: 1.5rem;
    line-height: 2;
  }
}

/* ------------------------------------------------
会社概要・沿革ページ
------------------------------------------------ */
.page-keyvisual--company {
  background: url(../images/company/bg_title.jpg) center center/cover no-repeat;
}

.company-profile {
  padding: 12px 15px 31.875%;
  background: #ffffff;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .company-profile {
    padding: 38px 15px 323px;
  }
}
.company-profile::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 27.34375vw solid #ffffff;
  border-right: 100vw solid transparent;
}
@media screen and (min-width: 1200px) {
  .company-profile::before {
    border-top: 330px solid #ffffff;
  }
}

.company-profile__title {
  margin-bottom: 12.4px;
}
@media screen and (min-width: 768px) {
  .company-profile__title {
    margin-bottom: 19px;
  }
}
.company-profile__title .title-type02 {
  width: 141px;
}
@media screen and (min-width: 768px) {
  .company-profile__title .title-type02 {
    width: 182px;
  }
}
.company-profile__title .title-type02-ja {
  margin-top: -18px;
}
@media screen and (min-width: 768px) {
  .company-profile__title .title-type02-ja {
    margin-top: -26px;
  }
}

.company-profile__list {
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .company-profile__list {
    margin: 0 auto;
  }
}

.company-profile__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9.5px 0 9px 9px;
  border-bottom: 1px solid #707070;
  font-size: 1.1rem;
  line-height: 1.5454545455;
  font-weight: 300;
}
.company-profile__item:first-child {
  border-top: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .company-profile__item {
    padding: 14.5px 0 14.5px 92px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}

.company-profile__term {
  -ms-flex-preferred-size: 26.5517241379%;
      flex-basis: 26.5517241379%;
  margin-right: 4.4827586207%;
  min-width: 77px;
}
@media screen and (min-width: 768px) {
  .company-profile__term {
    -ms-flex-preferred-size: 17.8571428571%;
        flex-basis: 17.8571428571%;
    margin-right: 14.4557823129%;
  }
}

.company-profile__description {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.company-profile-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: -2%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90.625%;
}
@media screen and (min-width: 768px) {
  .company-profile-img {
    max-width: 1165px;
    width: 70.6060606061%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .company-profile-img {
    bottom: -103px;
  }
}

.company-profile-img__list {
  width: 47.5862068966%;
  margin-right: 4.8275862069%;
}
@media screen and (min-width: 768px) {
  .company-profile-img__list {
    width: 47.6394849785%;
    margin-right: 4.7210300429%;
  }
}
.company-profile-img__list:nth-child(2n) {
  margin-right: 0;
}

.company-history {
  padding: 18.125% 15px 24.4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D1E1F1), to(#FBE2BD));
  background: linear-gradient(#D1E1F1, #FBE2BD);
}
@media screen and (min-width: 1200px) {
  .company-history {
    padding: 195px 15px 51px;
  }
}

.company-history__title {
  margin-bottom: 15.5px;
}
@media screen and (min-width: 768px) {
  .company-history__title {
    margin-bottom: 23.5px;
  }
}
.company-history__title .title-type02 {
  width: 144px;
}
@media screen and (min-width: 768px) {
  .company-history__title .title-type02 {
    width: 188px;
  }
}
.company-history__title .title-type02-ja {
  margin-top: -18px;
}
@media screen and (min-width: 768px) {
  .company-history__title .title-type02-ja {
    margin-top: -26px;
  }
}

.history-table {
  width: 100%;
  display: table;
  font-size: 1.1rem;
  line-height: 1.3636363636;
  font-weight: 300;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .history-table {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.5rem;
  }
}

.history-table__row:nth-child(1) .history-table__head {
  background: #C2CBCC;
}
.history-table__row:nth-child(2) .history-table__head {
  background: #C2CBCC;
}
.history-table__row:nth-child(3) .history-table__head {
  background: #CFD1CE;
}
.history-table__row:nth-child(4) .history-table__head {
  background: #CFD1CE;
}
.history-table__row:nth-child(5) .history-table__head {
  background: #DAD7CD;
}
.history-table__row:nth-child(6) .history-table__head {
  background: #E0DCD0;
}
.history-table__row:nth-child(7) .history-table__head {
  background: #E0DCD0;
}
.history-table__row:nth-child(8) .history-table__head {
  background: #E4DDD0;
}
.history-table__row:nth-child(9) .history-table__head {
  background: #E7E0D2;
}
.history-table__row:nth-child(10) .history-table__head {
  background: #EBE3D5;
}
.history-table__row:nth-child(11) .history-table__head {
  background: #EBE3D5;
}
.history-table__row:nth-child(12) .history-table__head {
  background: #F1E9DB;
}
.history-table__row:nth-child(13) .history-table__head {
  background: #F5EEE2;
}
.history-table__row:nth-child(14) .history-table__head {
  background: #F5EEE2;
}
.history-table__row:nth-child(15) .history-table__head {
  background: #F5EEE2;
}
.history-table__row:nth-child(16) .history-table__head {
  background: #FAF4EA;
}
.history-table__row:nth-child(17) .history-table__head {
  background: #FCF6ED;
}
.history-table__row:nth-child(18) .history-table__head {
  background: #FCF6ED;
}
.history-table__row:nth-child(19) .history-table__head {
  background: #FCF6ED;
}
.history-table__row:nth-child(20) .history-table__head {
  background: #FDF9F2;
}

.history-table__head {
  font-weight: 300;
  padding: 8px 16px 7px;
  border: 1px solid #C4C4C4;
}
@media screen and (min-width: 768px) {
  .history-table__head {
    padding: 12px 15px 7px;
    width: 20.75%;
  }
}

.history-table__description {
  padding: 8px 13px 7px 14px;
  border: 1px solid #C4C4C4;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .history-table__description {
    padding: 12px 15px 7px;
  }
}

/* ------------------------------------------------
事業内容ページ
------------------------------------------------ */
.page-keyvisual--service {
  background: url(../images/service/bg_title.jpg) center center/cover no-repeat;
}

.service-intro {
  padding: 14px 15px 0;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .service-intro {
    padding: 44px 15px 0;
  }
}

@media screen and (min-width: 768px) {
  .service-intro__inner {
    max-width: 1050px;
    margin: 0 auto;
  }
}

.title-type03 {
  font-size: 1.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
  font-weight: normal;
  color: #0B2852;
}
@media screen and (min-width: 768px) {
  .title-type03 {
    font-size: 2.4rem;
	color: #0B2852;
  }
}

.service-intro__title {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .service-intro__title {
    margin-bottom: 51px;
  }
}

.service-intro__text {
  font-size: 1.1rem;
  line-height: 1.7272727273;
  font-weight: 300;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .service-intro__text {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 46px;
  }
}

.service-intro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -4.8275862069%;
}
@media screen and (min-width: 768px) {
  .service-intro__list {
    margin-bottom: 0;
    position: relative;
    z-index: 6;
  }
}

.service-intro__item {
  width: 48.275862069%;
  margin-right: 3.4482758621%;
  margin-bottom: 4.8275862069%;
}
.service-intro__item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .service-intro__item:nth-child(2n) {
    margin-right: 2.8571428571%;
  }
}
@media screen and (min-width: 768px) {
  .service-intro__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .service-intro__item {
    width: 22.8571428571%;
    margin-right: 2.8571428571%;
    margin-bottom: 0;
  }
}

.service-intro__link {
  display: block;
  width: 100%;
}

.service-intro__img {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .service-intro__img {
    margin-bottom: 17px;
  }
}

.service-intro__sub-title {
  font-size: 1.3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
  text-align: center;
  font-weight: normal;
  color: #0B2852;
}
@media screen and (min-width: 768px) {
  .service-intro__sub-title {
    font-size: 2rem;
  }
}

.service-section {
  position: relative;
}

.service-section__container {
  background: #F5F5F5;
  padding: 0 15px;
}

.bg-white {
  background: #ffffff;
}

.service-section__bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 26.5625vw solid #F5F5F5;
  border-left: 100vw solid transparent;
  background: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .service-section__bg-top {
    top: -1.9642857143vw;
    border-bottom: 12.619047619vw solid #F5F5F5;
  }
}

.service-section__bg-bottom {
  position: absolute;
  bottom: -15.625vw;
  left: 0;
  width: 0;
  height: 0;
  border-top: 26.5625vw solid #F5F5F5;
  border-right: 100vw solid transparent;
  background: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .service-section__bg-bottom {
    bottom: -9.5833333333vw;
    border-top: 12.619047619vw solid #F5F5F5;
  }
}

.service-section__bg-top02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 26.5625vw solid #F5F5F5;
  border-right: 100vw solid transparent;
  background: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .service-section__bg-top02 {
    border-bottom: 9.7023809524vw solid #F5F5F5;
  }
}

@media screen and (min-width: 768px) {
  .service-section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.beauty-product .service-section__inner {
  position: relative;
  z-index: 3;
  padding-top: 16.875vw;
}
@media screen and (min-width: 768px) {
  .beauty-product .service-section__inner {
    padding-top: 5.2380952381vw;
  }
}

.household-items .service-section__inner {
  position: relative;
  z-index: 3;
  padding: 22.8125vw 0 53px;
}
@media screen and (min-width: 768px) {
  .household-items .service-section__inner {
    padding: 11.3095238095vw 0 21px;
  }
}

.pet-supplies .service-section__inner {
  position: relative;
  z-index: 3;
  padding-bottom: 39px;
}
@media screen and (min-width: 768px) {
  .pet-supplies .service-section__inner {
    padding: 8.4523809524vw 0 55px;
  }
}

.service-section__content {
  margin-bottom: 7.5px;
}
@media screen and (min-width: 768px) {
  .service-section__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin-bottom: 0;
  }
}

.title-type03__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  text-align: center;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .title-type03__wrapper {
    text-align: left;
    margin-bottom: 20px;
  }
}

.title-type03-ja {
  font-size: 1.1rem;
  line-height: 1.2727272727;
  margin-bottom: 3px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .title-type03-ja {
    font-size: 1.5rem;
    line-height: 1.8666666667;
    margin-bottom: 5px;
  }
}

.service-section__text01 {
  font-size: 1.2rem;
  line-height: 1.5833333333;
  font-weight: 300;
  margin-bottom: 17px;
}


.service-section__text02 {
  font-size: 1.1rem;
  line-height: 1.3636363636;
  font-weight: 300;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .service-section__text02 {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

.service-section__img {
  width: 82.4137931034%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .service-section__img {
    -ms-flex-preferred-size: 46.5%;
        flex-basis: 46.5%;
    width: auto;
    margin: 0 0 0 4.6%;
  }
}

@media screen and (min-width: 768px) {
  .reverse .service-section__img {
    margin: 0 4.6% 0 0;
  }
}

.manufacturing {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .manufacturing {
    padding-bottom: 82px;
  }
}
.manufacturing .service-section__inner {
  padding: 25px 0 14px;
}
@media screen and (min-width: 768px) {
  .manufacturing .service-section__inner {
    padding: 80px 0 68px;
  }
}
.manufacturing .title-type03__wrapper {
  margin-bottom: 0%;
}
@media screen and (min-width: 768px) {
  .manufacturing .title-type03__wrapper {
    margin-bottom: 20px;
  }
}
.manufacturing .service-section__img {
  position: absolute;
  top: 4.9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .manufacturing .service-section__img {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.manufacturing .service-section__text01 {
    margin-bottom: 43%;
    margin-top: 3%;
}

@media screen and (min-width: 768px) {
  .manufacturing__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.manufacturing-detail {
  border: 1px solid #CACACA;
  padding: 12.9px 15px 18.6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  margin: 0 auto 16px;
}
@media screen and (min-width: 768px) {
  .manufacturing-detail {
    padding: 30px 38px 32px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 auto 35px;
  }
}

.kawanotatsujin {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .kawanotatsujin {
    padding: 58px 38px 22px 0;
  }
}
.kawanotatsujin .title-type03__wrapper {
  width: 65.6976744186%;
  margin: 0 auto 15px;
    position: relative;
}
@media screen and (min-width: 768px) {
  .kawanotatsujin .title-type03__wrapper {
    width: 27.417027417%;
    margin: 0 auto 12px 0;
  }
}
.kawanotatsujin .manufacturing-detail__text {
  margin-bottom: 31.4px;
}
@media screen and (min-width: 768px) {
  .kawanotatsujin .manufacturing-detail__text {
    margin-bottom: 45px;
  }
	.billy .manufacturing-detail__text.billy{
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .manufacturing-detail__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
.billy .btn_box {
    padding: 0 0 15px;
}
.manufacturing-detail__img {
  width: 72.3643410853%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .manufacturing-detail__img {
    width: auto;
    -ms-flex-preferred-size: 27.5%;
        flex-basis: 27.5%;
    margin: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.pushoue .title-type03__wrapper {
  width: 25.9689922481%;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .pushoue .title-type03__wrapper {
    width: 15.7287157287%;
    margin: 0 auto 14px 0;
  }
}
.pushoue .manufacturing-detail__img {
  margin: 0 auto 9.3px;
}
@media screen and (min-width: 768px) {
  .pushoue .manufacturing-detail__img {
    margin: 0;
  }
}

.manufacturing-detail__text {
  font-size: 1.1rem;
  line-height: 1.6363636364;
  margin-bottom: 62.8px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .manufacturing-detail__text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-bottom: 15px;
  }
}

.button-type02 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .button-type02 {
    text-align: left;
  }
}
.button-type02 a {
  display: inline-block;
  width: 260px;
  max-width: 100%;
  background: #7E7E7E;
  border: 1px solid #707070;
  font-size: 1.3rem;
  padding: 12px 12px 10.5px;
  font-weight: 300;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .button-type02 a {
    text-align: center;
    font-size: 1.4rem;
    width: 230px;
    padding: 14px 14px 15px;
  }
}
.button-type02 a:hover, .button-type02 a:focus, .button-type02 a:active {
  opacity: 1;
  background: #ffffff;
  color: #7E7E7E;
}

/* ------------------------------------------------
ヘッダー
------------------------------------------------ */
.header {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .header {
    margin-bottom: 61px;
  }
}

.menu-btn {
  width: 20px;
  height: 17px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  outline: none;
  position: fixed;
  top: 7px;
  left: 5px;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn.active .menu-btn__bar {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.menu-btn.active .menu-btn__bar--top {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.menu-btn.active .menu-btn__bar--middle {
  opacity: 0;
}
.menu-btn.active .menu-btn__bar--bottom {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-btn__bar {
  width: 100%;
  max-width: 100%;
  height: 3px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background: #C35418;
  position: absolute;
  left: 50%;
}

.menu-btn__bar--top {
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.menu-btn__bar--middle {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.menu-btn__bar--bottom {
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.nav {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  height: auto;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  padding: 25px 15px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background: #D1E1F1;
}
@media screen and (min-width: 768px) {
  .nav {
    display: none;
  }
}
.nav.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.nav__list {
  padding: 15px;
}

.nav__item {
  margin-bottom: 15px;
}
.nav__item:last-child {
  margin-bottom: 0;
}
.nav__item a {
  font-size: 1.4rem;
  color: #C35418;
}

.pc-nav {
  display: none;
}
.s_movie {
    margin: 0 auto;
    text-align: center;
    padding: 10% 0;
}
@media screen and (min-width: 768px) {
  .pc-nav {
    display: block;
    padding: 0 54px 20px 68px;
  }
}
@media screen and (min-width: 1200px) {
  .pc-nav {
    padding: 0 3.3333333333% 20px 4.1975308642%;
  }
}

.pc-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pc-nav__item {
  margin-right: 50px;
}
.pc-nav__item:last-child {
  margin-right: 0;
}
.pc-nav__item a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #C35418;
}

/* 下層ページヘッダー */
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #D1E1F1;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .page-header {
    height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .page-header .header__inner {
    position: relative;
    width: 100%;
    max-width: 1484px;
    margin: 0 auto;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.page-header .logo {
  width: auto;
  max-width: 100%;
  height: auto;
  top: 0;
}
@media screen and (min-width: 768px) {
  .page-header .logo {
    top: auto;
  }
}
@media screen and (min-width: 1620px) {
  .page-header .logo {
    top: 0;
  }
}
.page-header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-header .logo img {
  width: 50px;
  height: 51px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .page-header .logo img {
    width: 106px;
    height: 107px;
  }
}
.page-header .page-header__text {
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #0B2852;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin: 12.5px 0 0 12.3px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .page-header .page-header__text {
    font-size: 1.7575757576vw;
    margin: 39px 0 0 14px;
  }
}
@media screen and (min-width: 1620px) {
  .page-header .page-header__text {
    font-size: 2.9rem;
    margin: 32px 0 0 14px;
  }
}
.page-header .menu-btn {
  position: absolute;
  top: 9px;
  right: 7.5px;
  left: auto;
}
.page-header .pc-nav {
  padding: 0;
  margin-top: 39px;
}
.page-header .pc-nav__item {
  margin-right: 25px;
}
@media screen and (min-width: 992px) {
  .page-header .pc-nav__item {
    margin-right: 50px;
  }
}
.page-header .pc-nav__item:last-child {
  margin-right: 0;
}

/* ------------------------------------------------
フッター
------------------------------------------------ */
.footer {
  padding: 21.5px 15px 40px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 138px 30px 27px;
  }
}

.copy-right {
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  color: #0B2852;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .copy-right {
    font-size: 1.2rem;
  }
}

/* 下層ページフッター */
.page-footer {
  padding: 16.5px 15px 11px;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .page-footer {
    padding: 21px 15px 20px;
  }
	.s_movie {
	    padding: 2% 0;
	}
}

/* ボタン全体 */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #e25407;
  opacity: 0.6;
  border-radius: 50%;
  }

  /* Font Awesome */
  #page_top::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    width: 30px;
    height: 60px;
    top: 55%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
/* style.scss */
figure.service-section__img.p5 {
    flex-basis: auto;
}
.service-section__content.oem_p .title-type03__wrapper {
    text-align: center;
}
.oem_b p.service-section__text01 {
    text-align: center;
}
.oem_b .service-section__inner {
    padding-bottom: 0;
	margin: 0 auto 30px;
	padding-top: 0;
}
.kawanotatsujin {
    margin: 0 auto 30px;
}
.oem_p p.service-section__text01 {
    font-size: 1.4em;
}
.projectj1 .title-type03__wrapper {
    width: 21%;
}
.projectj1 figure.manufacturing-detail__img {
    width: 30%;
    flex-basis: auto;
    padding: 0 4%;
}
.billy .title-type03__wrapper {
    width: 19%;
	position: relative;
}
.billy .manufacturing-detail__img {
    width: 22.5%;
    text-align: center;
    margin: 0 auto;
    flex-basis: auto;
}
.billy {
    padding: 30px 38px 10px 5%;
}
.btn_box div {
    margin-right: 20px;
}
.btn_box {
    display: flex;
    justify-content: flex-start;
}
.kawanotatsujin.billy .title-type03__wrapper figure {
    width: 27%;
    position: absolute;
    right: -40px;
}
.kawanotatsujin .title-type03__wrapper figure {
    width: 19%;
    position: absolute;
    right: -40px;
}
.billy .manufacturing-detail__text.billy {
    padding-left: 0;
}
.kawanotatsujin.billy .title-type03__wrapper figure.ff {
    right: -115%;
    width: 76%;
}
@media screen and (max-width: 768px) {
	figure.service-section__img.p5 {
	    flex-basis: 0;
	    width: 50%;
	}
	.oem_p .title-type03__wrapper {
	    margin-bottom: 0;
	}
	.projectj1 figure.manufacturing-detail__img {
	    width: 100%;
	    padding: 0 26%;
	}
	.projectj1 .title-type03__wrapper {
	    margin: 3% auto 10%;
	    width: 100%;
	    padding: 0 35%;
	}
	.projectj1 p.manufacturing-detail__text {
	    margin-bottom: 3%;
	}
	.btn_box {
	    display: block;
	}
	.billy .manufacturing-detail__img {
	    width: 80%;
	    padding: 0 0% 0 15%;
	}
	.billy .title-type03__wrapper {
	    width: 39%;
	}
	.billy .manufacturing-detail__text {
	    margin-bottom: 20px;
	}
	.manufacturing-detail__text {
	    font-size: 1.2em;
	}
	.manufacturing-detail {
	    margin: 0 auto 40px;
	}
	.billy {
		padding:30px 2%;
		position: relative;
	}
	.billy .manufacturing-detail{
		margin: 0 auto 40px;
	}
	.kawanotatsujin .title-type03__wrapper figure {
	    right: -50px;
	}
	.kawanotatsujin.billy .title-type03__wrapper figure {
	    width: 31%;
	}
	.billy .manufacturing-detail__text.billy {
	    padding-left: 2%;
	}
	figure.ff {
	    top: 2%;
	    position: absolute;
	    right: 6%;
	    width: 24%;
	}
}
@media screen and (min-width: 768px) {
  .service-section__text01 {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 20px;
  }
.manufacturing .service-section__text01 {
    margin-bottom: 0%;
    margin-top: 0%;
}
}
figure.names {
    width: 40%;
}
@media screen and (max-width: 768px) {
	figure.names {
	    width: 53%;
	}
}