@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 100px;
}

body {
  width: 100%;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-size: 0.16rem;
}

img {
  max-width: 100%;
}

@media (max-width: 1100px) {
  #main {
    padding-top: 80px;
  }
}

.container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1501px) {
  .container {
    padding-left: 194px;
    padding-right: 60px;
  }
}

@media (max-width: 1500px) and (min-width: 769px) {
  .container {
    padding-left: calc(134px + 3.67197vw);
    padding-right: 3.67197vw;
  }
}

@media (max-width: 768px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

.f_en {
  font-family: "Josefin Sans", sans-serif;
}

.m-link_w_o {
  color: #fff;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

.m-link_w_o.js-hover:hover, .m-link_w_o:active {
  color: #e76f20;
}

.m-link_b_o {
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

.m-link_b_o .fas {
  color: #e76f20;
}

.m-link_b_o.js-hover:hover, .m-link_b_o:active {
  color: #e76f20;
}

.m-btn_sweep_to_top_o_w {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #e76f20;
  color: #fff;
}

.m-btn_sweep_to_top_o_w:before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.m-btn_sweep_to_top_o_w.js-hover:hover, .m-btn_sweep_to_top_o_w:active {
  color: #e76f20;
}

.m-btn_sweep_to_top_o_w.js-hover:hover:before, .m-btn_sweep_to_top_o_w:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.m-btn_sweep_to_top_o_w.m-btn_sweep_to_top_o_w_detail {
  max-width: 303px;
  min-height: 68px;
  padding: 25px 0;
  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;
  position: relative;
}

.m-btn_sweep_to_top_o_w.m-btn_sweep_to_top_o_w_detail .on {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.m-btn_sweep_to_top_o_w.m-btn_sweep_to_top_o_w_detail.js-hover:hover .off, .m-btn_sweep_to_top_o_w.m-btn_sweep_to_top_o_w_detail:active .off {
  opacity: 0;
}

@media (max-width: 768px) {
  .m-sec {
    padding-top: 70px;
  }
}

.m-page_title,
.m-sec_title {
  text-align: center;
  font-weight: 700;
}

.m-page_title .inner,
.m-sec_title .inner {
  position: relative;
}

.m-page_title .icon_gear,
.m-sec_title .icon_gear {
  position: absolute;
}

@media (max-width: 768px) {
  .m-page_title .icon_gear,
  .m-sec_title .icon_gear {
    width: 26px;
  }
}

.m-page_title {
  font-size: .7rem;
}

@media (max-width: 768px) {
  .m-page_title {
    font-size: .35rem;
  }
}

.m-sec_title {
  font-size: .5rem;
}

@media (max-width: 768px) {
  .m-sec_title {
    font-size: .25rem;
    margin-bottom: 30px;
  }
}

.m-motto {
  text-align: right;
}

@media (min-width: 769px) {
  .m-motto {
    position: relative;
    right: -10px;
  }
}

@media (max-width: 768px) {
  .m-motto {
    text-align: center;
  }
}

.m-motto .kakejiku {
  display: inline-block;
  margin-top: -20px;
  margin-bottom: 30px;
}

.m-motto img {
  max-width: 100%;
}

.m-sec_products .black_block {
  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: 352px;
  height: 47px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  margin: auto;
}

@media (min-width: 769px) {
  .m-sec_products .black_block {
    font-size: .2rem;
  }
}

@media (max-width: 768px) {
  .m-sec_products .black_block {
    width: 280px;
    height: 35px;
  }
}

.m-sec_products .partners_num {
  text-align: center;
  font-weight: 800;
  font-size: .34rem;
  margin-top: 17px;
  margin-bottom: 82px;
}

@media (max-width: 768px) {
  .m-sec_products .partners_num {
    font-size: .26rem;
  }
}

.m-sec_products .partners_num .head {
  font-size: .18rem;
}

@media (max-width: 768px) {
  .m-sec_products .partners_num .head {
    font-size: .14rem;
  }
}

@media (min-width: 769px) {
  .m-sec_products .graph_wrap {
    text-align: center;
    padding-left: 134px;
    padding-right: 0;
  }
}

.m-sec_products .graph {
  margin-bottom: 133px;
}

@media (max-width: 768px) {
  .m-sec_products .graph {
    text-align: center;
    margin-bottom: 65px;
  }
}

.m-sec_products .graph picture.sp:not(:last-of-type) img {
  margin-bottom: 50px;
}

.m-sec_products .text {
  text-align: center;
  font-size: .25rem;
  font-weight: 700;
  margin-bottom: 52px;
}

@media (max-width: 768px) {
  .m-sec_products .text {
    font-size: .2rem;
  }
}

.m-sec_products .text .underline {
  -webkit-text-decoration: underline 5px #e76f20;
  text-decoration: underline 5px #e76f20;
  text-underline-offset: -4px;
}

@media (max-width: 768px) {
  .m-sec_products .text .underline {
    line-height: 1.6;
  }
}

#header {
  background-color: #202020;
  position: relative;
  z-index: 9999;
}

@media (max-width: 1100px) {
  #header {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
  }
}

@media (max-width: 1100px) {
  #header .h_pc {
    display: none !important;
  }
}

@media (min-width: 1101px) {
  #header .h_sp {
    display: none !important;
  }
}

#header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 122px;
}

@media (min-width: 1101px) {
  #header .header_inner {
    padding: 5px 50px 0;
  }
}

@media (max-width: 1100px) {
  #header .header_inner {
    height: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#header .header_inner .hamburger_btn {
  cursor: pointer;
  width: 40px;
  height: 30px;
  position: relative;
  margin-left: -10px;
}

#header .header_inner .hamburger_btn span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
}

#header .header_inner .hamburger_btn span:nth-of-type(1) {
  top: 0;
}

#header .header_inner .hamburger_btn span:nth-of-type(2) {
  top: 14px;
}

#header .header_inner .hamburger_btn span:nth-of-type(3) {
  bottom: 0;
}

#header .header_inner .hamburger_btn.open span:nth-of-type(1) {
  -webkit-transform: rotateZ(225deg);
  transform: rotateZ(225deg);
  top: 12px;
}

#header .header_inner .hamburger_btn.open span:nth-of-type(2) {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  opacity: 0;
}

#header .header_inner .hamburger_btn.open span:nth-of-type(3) {
  -webkit-transform: rotateZ(-225deg);
  transform: rotateZ(-225deg);
  bottom: 15px;
}

@media (max-width: 1100px) {
  #header .header_inner .site_title {
    width: 200px;
  }
}

@media (min-width: 1101px) {
  #header .header_inner .g_nav {
    max-width: 776px;
    width: 100%;
    margin-left: 10px;
  }
}

@media (max-width: 1100px) {
  #header .header_inner .g_nav {
    width: 100%;
    height: 100vh;
    background-color: #202020;
    position: fixed;
    top: 80px;
    left: 0;
    padding-top: 30px;
    padding-bottom: 20px;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (min-width: 1101px) {
  #header .header_inner .g_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#header .header_inner .g_nav ul li {
  font-size: .16rem;
}

@media (min-width: 1101px) {
  #header .header_inner .g_nav ul li {
    padding: 0 10px;
  }
}

@media (max-width: 1100px) {
  #header .header_inner .g_nav ul li {
    text-align: center;
    font-size: .3rem;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  #header .header_inner .g_nav ul li {
    font-size: 7.6vw;
  }
}

#header .header_inner .g_nav ul li.sns {
  margin-top: 25px;
  margin-bottom: 40px;
}

#header .header_inner .g_nav ul li.sns a {
  margin-right: 10px;
}

#header .header_inner .g_nav ul li.language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
}

@media (max-width: 1100px) {
  #header .header_inner .g_nav ul li.language {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#header .header_inner .g_nav ul li.language a:first-of-type {
  position: relative;
  margin-right: 25px;
}

#header .header_inner .g_nav ul li.language a:first-of-type:after {
  display: block;
  content: "";
  width: 1px;
  height: 17px;
  background-color: #fff;
  position: absolute;
  top: -2px;
  right: -13px;
}

@media (max-width: 1100px) {
  #header .header_inner .g_nav ul li.language a:first-of-type:after {
    height: 25px;
    top: 0;
  }
}

@media (max-width: 768px) {
  #header .header_inner .g_nav ul li.language a:first-of-type:after {
    height: 7vw;
  }
}

#header .header_inner .g_nav ul li.language .img {
  margin-left: 52px;
  position: relative;
  top: -2px;
  left: -2px;
}

#header .header_inner .g_nav.open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#header .header_inner .tuk_tuk {
  width: 50px;
  padding-left:10px;
}

.sec_obi {
  width: 134px;
  height: 100vh;
  background-color: #202020;
  padding-top: 126px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.sec_obi::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.sec_obi .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 12px;
  margin-bottom: 56px;
}

.sec_obi .text p {
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.8;
}

.sec_obi .logo {
  text-align: center;
}

.sec_obi .logo img {
  margin-bottom: 16px;
}

#footer .sec_cta {
  background-image: url("../images/common/cta_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 82px;
  padding-bottom: 50px;
}

#footer .sec_cta .lead {
  text-align: center;
  color: #fff;
  font-size: .34rem;
  font-weight: 700;
  line-height: 1.76;
  letter-spacing: .25em;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #footer .sec_cta .lead {
    font-size: .2rem;
  }
}

#footer .sec_cta .text {
  text-align: center;
  color: #fff;
  line-height: 1.68;
  margin-bottom: 22px;
}

#footer .sec_cta .btn_reception_wrap {
  margin-bottom: 50px;
}

@media (min-width: 769px) {
  #footer .sec_cta .btn_reception_wrap {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#footer .sec_cta .btn_reception_wrap .form_btn {
  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: 100%;
  max-width: 337px;
  font-size: .18rem;
  font-weight: 600;
  padding: 30px 0 30px 6px;
}

@media (min-width: 769px) {
  #footer .sec_cta .btn_reception_wrap .form_btn {
    margin: 0 35px;
  }
}

@media (max-width: 768px) {
  #footer .sec_cta .btn_reception_wrap .form_btn {
    margin: auto;
    margin-bottom: 20px;
  }
}

#footer .sec_cta .btn_reception_wrap .form_btn .fa-comment-alt-lines {
  font-size: 29px;
  margin-right: 20px;
}

#footer .sec_cta .btn_reception_wrap .reception {
  text-align: center;
  color: #fff;
}

@media (min-width: 769px) {
  #footer .sec_cta .btn_reception_wrap .reception {
    margin: 0 35px;
  }
}

#footer .sec_cta .btn_reception_wrap .reception .tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#footer .sec_cta .btn_reception_wrap .reception .fa-phone-volume {
  font-size: 50px;
  margin-right: 6px;
  position: relative;
  top: 10px;
}

#footer .sec_cta .btn_reception_wrap .reception .time {
  margin-top: 10px;
  margin-left: 15px;
  position: relative;
}

#footer .sec_cta .tuk_tuk {
  text-align: center;
}

#footer .sec_address {
  background-color: #202020;
  text-align: center;
  color: #fff;
  padding-top: 106px;
  padding-bottom: 94px;
}

#footer .sec_address .logo {
  margin-bottom: 36px;
}

#footer .sec_address .reception {
  margin-bottom: 56px;
}

#footer .sec_address .reception .tel {
  margin-bottom: 10px;
}

#footer .sec_address .reception .time {
  margin-top: 11px;
}

#footer .sec_address .address {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #footer .sec_address .address {
    line-height: 1.4;
  }
}

#footer .sec_address .g_map {
  margin-bottom: 49px;
}

#footer .sec_address .g_map .fa-map-marker-alt {
  color: #e76f20;
  font-size: 20px;
  margin-right: 6px;
}

#footer .sec_address .g_map .g_link {
  font-weight: 500;
}

#footer .sec_address .sns {
  font-size: 40px;
}

#footer .sec_address .sns a:not(:last-of-type) {
  margin-right: 25px;
}

#footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  text-align: center;
  height: 62px;
}

.page_home .landing {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 99999;
}

.page_home .landing .landing_video {
  min-width: 100%;
  min-height: 100%;
  width: 177.77778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.page_home .landing:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
}

.page_home .sec_hero {
  position: relative;
}

@media (min-width: 769px) {
  .page_home .sec_hero {
    padding-left: 134px;
  }
}

.page_home .sec_hero .hero_video {
  width: 100%;
}

@media (max-width: 768px) {
  .page_home .sec_hero .hero_video {
    width: 100%;
    vertical-align: bottom;
  }
}

.page_home .sec_hero .top_title {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 20px #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

@media (min-width: 769px) {
  .page_home .sec_hero .top_title {
    padding-top: 14px;
    padding-left: 134px;
  }
}

@media (max-width: 768px) {
  .page_home .sec_hero .top_title {
    text-shadow: 0 0 5px #000;
  }
}

.page_home .sec_hero .top_title .sub_1 {
  font-size: .38rem;
  letter-spacing: .01em;
}

@media (max-width: 768px) {
  .page_home .sec_hero .top_title .sub_1 {
    font-size: .20rem;
  }
}

.page_home .sec_hero .top_title .title {
  color: #e76f20;
  font-size: .75rem;
  font-weight: 700;
  margin: 30px 0;
}

@media (max-width: 768px) {
  .page_home .sec_hero .top_title .title {
    font-size: .3rem;
    margin: 5px 0;
  }
}

.page_home .sec_hero .top_title .sub_2 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: .01em;
}
.bg-blink {
  background:#e76f20;
  padding:10px 10px 5px 10px;
  margin-top:30px;
}
.blink {
  -webkit-animation: blink 1.5s ease infinite;
  animation: blink 1.5s ease infinite;
  font-size: 28px;
  letter-spacing: .01em;
  color: #fff;
  }
  @-webkit-keyframes blink {
    0% {opacity: 0;}
    100% {opacity: 1;}
  }
  @keyframes blink {
    0% {opacity: 0;}
    100% {opacity: 1;}
  }
  .blink .br {
    display:none !important;
  }


@media (max-width: 768px) {
  .page_home .sec_hero .top_title .sub_2 {
    font-size: .16rem;
  }
  .bg-blink {
    display:inline-block!important;
    margin-top:10px;
    padding:5px 10px 5px 10px;
  }
  .blink {
    font-size: 18px;
  }
  .blink .br {
    display:block !important;
  }
}


.page_home .sec_obi_sp {
  background-color: #202020;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page_home .sec_obi_sp .text {
  color: #fff;
  line-height: 1.8;
  margin-bottom: 30px;
}

.page_home .sec_obi_sp .logo {
  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;
}

.page_home .sec_obi_sp .logo img:not(:last-of-type) {
  margin-right: 15px;
}

@media (min-width: 769px) {
  .page_home .sec_about {
    padding-top: 138px;
  }
}

@media (min-width: 769px) {
  .page_home .sec_about .container {
    padding-left: 194px;
    padding-right: 60px;
  }
}

.page_home .sec_about .m-page_title {
  margin-bottom: 69px;
}

@media (max-width: 768px) {
  .page_home .sec_about .m-page_title {
    margin-bottom: 35px;
  }
}

.page_home .sec_about .m-page_title .icon_gear {
  top: -29px;
  left: 3px;
}

@media (max-width: 768px) {
  .page_home .sec_about .m-page_title .icon_gear {
    top: -14.5px;
    left: 1.5px;
  }
}

.page_home .sec_about .m-motto {
  margin-bottom: 75px;
}

@media (max-width: 768px) {
  .page_home .sec_about .m-motto {
    margin-bottom: 35px;
  }
}

.page_home .sec_about .detail_btn {
  margin: auto;
}

@media (min-width: 769px) {
  .page_home .sec_services {
    padding-top: 166px;
  }
}

.page_home .sec_services .m-page_title {
  margin-bottom: 71px;
}

@media (max-width: 768px) {
  .page_home .sec_services .m-page_title {
    margin-bottom: 30px;
  }
}

.page_home .sec_services .m-page_title .icon_gear {
  right: 8px;
  top: -31px;
}

@media (max-width: 768px) {
  .page_home .sec_services .m-page_title .icon_gear {
    right: 4px;
    top: -15px;
  }
}

.page_home .sec_services .lead {
  line-height: 1.81;
  margin-bottom: 54px;
}

@media (min-width: 769px) {
  .page_home .sec_services .lead {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page_home .sec_services .lead {
    margin-bottom: 25px;
  }
}

@media (min-width: 769px) {
  .page_home .sec_services .service_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1124px;
    margin: auto;
  }
}

@media (min-width: 769px) {
  .page_home .sec_services .service_contents li {
    width: 50%;
    /*width: 65%;*/
    margin:0 auto;
  }
}

@media (max-width: 768px) {
  .page_home .sec_services .service_contents li {
    text-align: center;
  }
}

.page_home .sec_services .service_contents li .img_link {
  display: block;
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  .page_home .sec_services .service_contents li .img_link {
    display: inline-block;
    vertical-align: bottom;
  }
}

.page_home .sec_services .service_contents li .img_link .img {
  -webkit-transition: all 0.20s ease-in-out;
  transition: all 0.20s ease-in-out;
}

.page_home .sec_services .service_contents li .img_link .title_wrap {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page_home .sec_services .service_contents li .img_link .title_wrap .title {
  font-size: .3rem;
  font-weight: 700;
  margin-bottom: 9px;
}

@media (max-width: 768px) {
  .page_home .sec_services .service_contents li .img_link .title_wrap .title {
    font-size: .2rem;
  }
}

.page_home .sec_services .service_contents li .img_link .title_wrap .sub {
  font-weight: 600;
}

@media (max-width: 768px) {
  .page_home .sec_services .service_contents li .img_link .title_wrap .sub {
    font-size: .12rem;
  }
}

.page_home .sec_services .service_contents li .img_link.js-hover:hover .img, .page_home .sec_services .service_contents li .img_link:active .img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  opacity: 0.5;
}

.page_home .sec_products {
  padding-bottom: 180px;
}

@media (min-width: 769px) {
  .page_home .sec_products {
    padding-top: 146px;
  }
}

@media (max-width: 768px) {
  .page_home .sec_products {
    padding-bottom: 90px;
  }
}

.page_home .sec_products .m-page_title {
  margin-bottom: 59px;
}

@media (max-width: 768px) {
  .page_home .sec_products .m-page_title {
    margin-bottom: 30px;
  }
}

.page_home .sec_products .m-page_title .icon_gear {
  top: 27px;
  left: 178px;
}

@media (max-width: 768px) {
  .page_home .sec_products .m-page_title .icon_gear {
    top: 13px;
    left: 89px;
  }
}

.page_home .sec_products .detail_btn {
  margin: auto;
}

@media (min-width: 769px) {
  .page_about .sec_top {
    padding-top: 156px;
  }
}

.page_about .sec_top .m-page_title {
  margin-bottom: 69px;
}

.page_about .sec_top .m-page_title .icon_gear {
  top: -29px;
  left: 0px;
}

@media (max-width: 768px) {
  .page_about .sec_top .m-page_title .icon_gear {
    top: -14px;
    left: 0px;
  }
}

@media (min-width: 769px) {
  .page_about .sec_motto {
    padding-top: 210px;
  }
}

@media (min-width: 769px) {
  .page_about .sec_motto .m-sec_title {
    margin-bottom: 59px;
  }
}

.page_about .sec_motto .m-sec_title .icon_gear {
  top: -25px;
  right: -24px;
}

@media (max-width: 768px) {
  .page_about .sec_motto .m-sec_title .icon_gear {
    top: -12px;
    right: -12px;
  }
}

.page_about .sec_motto .img {
  text-align: center;
}

@media (min-width: 769px) {
  .page_about .sec_motto .img {
    position: relative;
    left: -7px;
  }
}

@media (min-width: 769px) {
  .page_about .sec_info {
    padding-top: 198px;
  }
}

@media (min-width: 769px) {
  .page_about .sec_info .m-sec_title {
    margin-bottom: 99px;
  }
}

.page_about .sec_info .m-sec_title .icon_gear {
  top: -37px;
  left: 130px;
}

@media (max-width: 768px) {
  .page_about .sec_info .m-sec_title .icon_gear {
    top: -18px;
    left: 65px;
  }
}

@media (min-width: 769px) {
  .page_about .sec_info .bg_left {
    min-height: 504px;
    position: relative;
  }
}

@media (max-width: 768px) {
  .page_about .sec_info .bg_left {
    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;
  }
}

.page_about .sec_info .bg_left .bg {
  text-align: center;
}

@media (max-width: 1500px) and (min-width: 769px) {
  .page_about .sec_info .bg_left .bg {
    width: 26.26667vw;
  }
}

@media (min-width: 769px) {
  .page_about .sec_info .bg_left .bg {
    position: absolute;
    top: -40px;
    left: 134px;
  }
}

@media (min-width: 1501px) {
  .page_about .sec_info .bg_left .container {
    padding-left: 665px;
  }
}

@media (max-width: 1500px) and (min-width: 769px) {
  .page_about .sec_info .bg_left .container {
    padding-left: 44.33333vw;
  }
}

.page_about .sec_info .bg_left .table th,
.page_about .sec_info .bg_left .table td {
  line-height: 1.75;
}

@media (max-width: 768px) {
  .page_about .sec_info .bg_left .table th,
  .page_about .sec_info .bg_left .table td {
    display: block;
    width: 100%;
  }
}

.page_about .sec_info .bg_left .table th {
  font-weight: 500;
  white-space: nowrap;
  padding-right: 47px;
}

.page_about .sec_info .bg_left .table td {
  font-weight: 700;
  padding-bottom: 17px;
}

.page_about .sec_info .bg_left .table .map_link {
  display: inline-block;
  margin-top: 5px;
}

.page_about .sec_info .bg_left .table .fa-map-marker-alt {
  font-size: 1.3em;
  margin-right: 7px;
}

@media (min-width: 769px) {
  .page_about .sec_history {
    padding-top: 179px;
  }
}

@media (min-width: 769px) {
  .page_about .sec_history .m-sec_title {
    margin-bottom: 81px;
  }
}

.page_about .sec_history .m-sec_title .icon_gear {
  top: -34px;
  left: -22px;
}

@media (max-width: 768px) {
  .page_about .sec_history .m-sec_title .icon_gear {
    top: -17px;
    left: -11px;
  }
}

.page_about .sec_history .bg_right {
  position: relative;
}

@media (min-width: 769px) {
  .page_about .sec_history .bg_right {
    min-height: 580px;
  }
}

.page_about .sec_history .bg_right .bg {
  position: absolute;
  right: 0;
}

@media (min-width: 769px) {
  .page_about .sec_history .bg_right .bg {
    top: -45px;
  }
}

@media (max-width: 768px) {
  .page_about .sec_history .bg_right .bg {
    width: 230px;
    bottom: 0;
  }
}

.page_about .sec_history .bg_right .container {
  position: relative;
}

@media (min-width: 769px) {
  .page_about .sec_history .bg_right .container {
    padding-left: 325px;
  }
}

.page_about .sec_history .bg_right .container .table {
  line-height: 1.625;
}

@media (max-width: 768px) {
  .page_about .sec_history .bg_right .container .table tr th,
  .page_about .sec_history .bg_right .container .table tr td {
    display: block;
    width: 100%;
  }
}

.page_about .sec_history .bg_right .container .table tr th {
  color: #e76f20;
  font-weight: 800;
  padding-right: 30px;
}

.page_about .sec_history .bg_right .container .table tr td {
  font-weight: 500;
}

.page_about .sec_history .bg_right .container .table tr td .list li {
  padding-left: .8em;
  position: relative;
}

.page_about .sec_history .bg_right .container .table tr td .list li:before {
  display: block;
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
}

.page_about .sec_history .bg_right .container .table tr td .img_1 {
  padding-top: 8px;
  margin-bottom: 13px;
}

.page_about .sec_history .bg_right .container .table tr td .img_2 {
  padding-top: 4px;
  padding-left: 5px;
  margin-bottom: -9px;
}

.page_about .sec_history .bg_right .container .table tr td .img_3 {
  padding-top: 11px;
  padding-left: 14px;
  margin-bottom: 15px;
}

.page_about .sec_history .bg_right .container .table tr td .img_4 {
  padding-top: 9px;
  padding-left: 19px;
  margin-bottom: 53px;
}

.page_about .sec_history .bg_right .container .table tr:not(:last-of-type) td {
  padding-bottom: 31px;
}

.page_about .sec_history .bg_right .container .table .fa-heart {
  color: #fc5145;
  font-size: 1.2em;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

@media (min-width: 769px) {
  .page_about .sec_company {
    padding-top: 193px;
  }
}

@media (min-width: 769px) {
  .page_about .sec_company .m-sec_title {
    margin-bottom: 90px;
  }
}

.page_about .sec_company .m-sec_title .icon_gear {
  top: -24px;
  left: 211px;
}

@media (max-width: 768px) {
  .page_about .sec_company .m-sec_title .icon_gear {
    top: -12px;
    left: 106px;
  }
}

.page_about .sec_company .group_name {
  text-align: center;
  font-size: .3rem;
  font-weight: 700;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .page_about .sec_company .group_name {
    font-size: .2rem;
  }
}

.page_about .sec_company .group_name.group_name_2 {
  margin-bottom: 89px;
}

@media (min-width: 769px) {
  .page_about .sec_company .group_name.group_name_2 {
    font-size: .27rem;
  }
}

.page_about .sec_company .group_url {
  text-align: center;
  margin-bottom: 47px;
}

@media (min-width: 769px) {
  .page_about .sec_company .group_url {
    font-size: .2rem;
  }
}

.page_about .sec_company .group_box_col_1,
.page_about .sec_company .group_box_col_2 {
  max-width: 968px;
  width: 100%;
  margin: auto;
}

.page_about .sec_company .group_box {
  border: 2px solid #e76f20;
  padding: 45px 40px;
}

@media (max-width: 768px) {
  .page_about .sec_company .group_box {
    padding-right: 20px;
  }
}

.page_about .sec_company .group_box .item .office_name_en {
  color: #e76f20;
  font-size: .2rem;
  font-weight: 700;
}

.page_about .sec_company .group_box .item .office_name_ja {
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 14px;
}

.page_about .sec_company .group_box .item .office_address {
  line-height: 1.68;
}

.page_about .sec_company .group_box .item .office_address .map_link {
  display: inline-block;
  margin-top: 3px;
}

.page_about .sec_company .group_box .item .office_address .fa-map-marker-alt {
  margin-right: 3px;
}

.page_about .sec_company .group_box .item .office_tel_fax {
  line-height: 1.68;
}

@media (min-width: 769px) {
  .page_about .sec_company .group_box .item .office_tel_fax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page_about .sec_company .group_box .item .office_tel {
  margin-right: 18px;
}

.page_about .sec_company .group_box .item .fa-phone-volume,
.page_about .sec_company .group_box .item .fa-fax {
  color: #a6a6a6;
}

.page_about .sec_company .group_box .item .fa-phone-volume {
  font-size: 1.4em;
  margin-right: 10px;
  position: relative;
  top: 1px;
  left: 5px;
}

.page_about .sec_company .group_box .item .fa-fax {
  color: #a6a6a6;
  font-size: 1.2em;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.page_about .sec_company .group_box_col_1 {
  margin-bottom: 97px;
}

@media (min-width: 769px) {
  .page_about .sec_company .group_box_col_1 .group_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 769px) {
  .page_about .sec_company .group_box_col_1 .item {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .page_about .sec_company .group_box_col_1 .item:not(:last-of-type) {
    margin-bottom: 55px;
  }
}

@media (min-width: 769px) {
  .page_about .sec_company .group_box_col_1 .item:nth-of-type(even) {
    padding-left: 8px;
  }
}

@media (min-width: 769px) {
  .page_about .sec_company .group_box_col_1 .item:first-of-type {
    margin-bottom: 83px;
  }
}

.page_about .sec_company .group_box_col_2 {
  margin-bottom: 91px;
}

@media (min-width: 769px) {
  .page_about .sec_company .group_box_col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1101px) {
  .page_about .sec_company .group_box_col_2 .group_box {
    max-width: 462px;
  }
}

@media (min-width: 769px) {
  .page_about .sec_company .group_box_col_2 .group_box {
    width: calc(50% - 5px);
  }
}

.page_about .sec_company .group_box_col_2 .group_box .office_address {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .page_about .sec_company .group_box_col_2 .group_box:not(:last-of-type) {
    margin-bottom: 55px;
  }
}

@media (min-width: 769px) {
  .page_contact .sec_contact {
    padding-top: 150px;
    padding-bottom: 202px;
  }
}

@media (max-width: 768px) {
  .page_contact .sec_contact {
    padding-bottom: 70px;
  }
}

.page_contact .m-page_title {
  margin-bottom: 85px;
}

.page_contact .m-page_title .icon_gear {
  bottom: -10px;
  left: 162px;
}

@media (max-width: 768px) {
  .page_contact .m-page_title .icon_gear {
    bottom: -5px;
    left: 81px;
  }
}

.page_contact .lead {
  text-align: center;
  margin-bottom: 26px;
}

@media (max-width: 768px) {
  .page_contact .lead {
    line-height: 1.68;
  }
}

.page_contact .reception {
  text-align: center;
  margin-bottom: 157px;
}

@media (max-width: 768px) {
  .page_contact .reception {
    margin-bottom: 60px;
  }
}

.page_contact .reception .tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page_contact .reception .tel img {
  max-width: 100%;
}

.page_contact .reception .fa-phone-volume {
  color: #ff7002;
  font-size: 50px;
  margin-right: 6px;
  position: relative;
  top: 10px;
}

.page_contact .reception .time {
  margin-top: 10px;
  margin-left: 15px;
  position: relative;
}

@media (min-width: 769px) {
  .page_contact .form {
    max-width: 500px;
    margin: auto;
  }
}

.page_contact .form .input_wrap {
  margin-bottom: 36px;
}

.page_contact .form .label {
  display: inline-block;
  margin-bottom: 7px;
}

.page_contact .form .label .required_text {
  color: #de0000;
  margin-left: 13px;
}

.page_contact .form .input {
  width: 100%;
  height: 36px;
  display: block;
  border: 1px solid #d3d9de;
  background-color: #ecf3f8;
  border-radius: 5px;
  padding: 5px;
}

.page_contact .form .input.textarea {
  height: 130px;
}

.page_contact .form .form_btn {
  max-width: 337px;
  width: 100%;
  min-height: 88px;
  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;
  font-size: .18rem;
  font-weight: 600;
  padding: 30px 0;
  margin: auto;
  margin-top: 39px;
}

.page_contact .form .form_btn .fa-comment-alt-lines {
  font-size: 29px;
  margin-right: 20px;
}

@media (min-width: 769px) {
  .page_service .m-sec {
    padding-top: 166px;
  }
}

.page_service .m-page_title {
  margin-bottom: 76px;
}

.page_service .m-page_title .icon_gear {
  top: -28px;
  right: 9px;
}

@media (max-width: 768px) {
  .page_service .m-page_title .icon_gear {
    top: -14px;
    right: 4px;
  }
}

@media (min-width: 1501px) {
  .page_service .contents {
    padding-left: 194px;
    padding-right: 60px;
  }
}

@media (max-width: 1500px) and (min-width: 769px) {
  .page_service .contents {
    padding-left: calc(134px + 3.67197vw);
    padding-right: 3.67197vw;
  }
}

@media (min-width: 769px) {
  .page_service .contents .section {
    display: grid;
  }
}

@media (max-width: 768px) {
  .page_service .contents .section {
    margin-bottom: 19.53125vw;
  }
}

.page_service .contents .section .title_img {
  position: relative;
}

.page_service .contents .section .title_img .sec_title {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page_service .contents .section .title_img .sec_title .f_en {
  font-weight: 700;
  font-size: .5rem;
  text-shadow: 0 0 20px #000;
}

@media (max-width: 1500px) and (min-width: 769px) {
  .page_service .contents .section .title_img .sec_title .f_en {
    font-size: 3.05998vw;
  }
}

@media (max-width: 768px) {
  .page_service .contents .section .title_img .sec_title .f_en {
    font-size: 6.51042vw;
  }
}

.page_service .contents .section .title_img .sec_title .sub_title {
  font-weight: 600;
  text-shadow: 0 0 15px #000;
}

@media (max-width: 1500px) and (min-width: 769px) {
  .page_service .contents .section .title_img .sec_title .sub_title {
    font-size: 0.97919vw;
  }
}

@media (max-width: 768px) {
  .page_service .contents .section .title_img .sec_title .sub_title {
    font-size: 2.08333vw;
  }
}

.page_service .contents .section .text_box {
  background-color: #202020;
  color: #fff;
  padding: 50px 30px;
  z-index: 1;
}

@media (max-width: 1500px) and (min-width: 769px) {
  .page_service .contents .section .text_box {
    padding: 3.05998vw 1.83599vw;
  }
}

@media (max-width: 768px) {
  .page_service .contents .section .text_box {
    padding: 6.51042vw 3.90625vw;
    padding-bottom: calc(6.51042vw + 30px);
  }
}

.page_service .contents .section .text_box .catch {
  font-size: .2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 29px;
}

@media (max-width: 1500px) and (min-width: 769px) {
  .page_service .contents .section .text_box .catch {
    font-size: 1.22399vw;
    margin-bottom: 1.77479vw;
  }
}

@media (max-width: 768px) {
  .page_service .contents .section .text_box .catch {
    margin-bottom: 3.77604vw;
  }
}

.page_service .contents .section .text_box .text {
  font-size: .16rem;
  line-height: 1.68;
}

@media (max-width: 1500px) and (min-width: 769px) {
  .page_service .contents .section .text_box .text {
    font-size: 0.97919vw;
  }
}

.page_service .contents .section .factory_img {
  position: relative;
}

@media (min-width: 769px) {
  .page_service .contents .section .factory_img {
    display: grid;
  }
}

@media (min-width: 1501px) {
  .page_service .contents .section .factory_img {
    grid-template-columns: 25px 209px 366px;
    grid-template-rows: 248px 39px 14px;
  }
}

@media (max-width: 1500px) and (min-width: 769px) {
  .page_service .contents .section .factory_img {
    grid-template-columns: 1.52999vw 12.7907vw 22.39902vw;
    grid-template-rows: 15.17748vw 2.38678vw 0.85679vw;
  }
}

@media (max-width: 768px) {
  .page_service .contents .section .factory_img {
    width: calc(100% - 40px);
    margin: auto;
    margin-top: -30px;
  }
}

.page_service .contents .section .factory_img .img {
  grid-column: 2 / 4;
  grid-row: 1 / 4;
}

@media (max-width: 768px) {
  .page_service .contents .section .factory_img .img img {
    width: 100%;
  }
}

.page_service .contents .section .factory_img .tag {
  background-color: #e76f20;
  text-align: center;
  color: #fff;
  font-size: .26rem;
  font-weight: 700;
  padding-top: 8px;
}

@media (min-width: 769px) {
  .page_service .contents .section .factory_img .tag {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }
}

@media (max-width: 1500px) and (min-width: 769px) {
  .page_service .contents .section .factory_img .tag {
    font-size: 1.59119vw;
    padding-top: 0.4896vw;
  }
}

@media (max-width: 768px) {
  .page_service .contents .section .factory_img .tag {
    font-size: 3.38542vw;
    padding: 1.04167vw 2.60417vw 0;
    position: absolute;
    bottom: 14px;
    left: -20px;
  }
}

.page_service .contents .section .factory_img .caption {
  display: inline-block;
  position: absolute;
  top: calc(100% + .85em);
  right: 0;
}

@media (max-width: 1500px) and (min-width: 769px) {
  .page_service .contents .section .factory_img .caption {
    font-size: 0.97919vw;
  }
}

.page_service .contents .section:nth-of-type(odd) {
  margin: 0 0 0 auto;
}

@media (max-width: 768px) {
  .page_service .contents .section:nth-of-type(odd) {
    margin-bottom: 19.53125vw;
  }
}

@media (min-width: 1501px) {
  .page_service .contents .section#boi_itc_company {
    width: 1150px;
    /*width: 1350px;*/
    grid-template-columns: 112px 337px 101px 559px 41px;
    grid-template-rows: 399px 155px 22px 73px 206px;
    margin-bottom: 179px;
  }
}

@media (max-width: 1500px) and (min-width: 769px) {
  .page_service .contents .section#boi_itc_company {
    width: 70.37944vw;
    width: 80.37944vw;
    grid-template-columns: 6.85435vw 20.62424vw 6.18115vw 34.21053vw 2.50918vw;
    grid-template-rows: 24.4186vw 9.48592vw 1.34639vw auto 1fr;
    margin-bottom: 10.95471vw;
  }
}

.page_service .contents .section#boi_itc_company .title_img {
  grid-column: 2 / 5; /*grid-column: 2 / 5;*/
  grid-row: 1 / 3;
}

.page_service .contents .section#boi_itc_company .text_box {
  grid-column: 1 / 3;
  grid-row: 2 / 5;
}

.page_service .contents .section#boi_itc_company .factory_img {
  grid-column: 4 / 6;
  grid-row: 3 / 6;
}

@media (min-width: 1501px) {
  .page_service .contents .section#assembly_factory {
    grid-template-columns: 65px 535px 127px 360px 88px;
    grid-template-rows: 401px 164px 20px 65px 215px;
    margin-bottom: 151px;
  }
}

@media (max-width: 1500px) and (min-width: 769px) {
  .page_service .contents .section#assembly_factory {
    width: 71.90942vw;
    grid-template-columns: 3.97797vw 32.74174vw 7.77234vw 22.03182vw 5.38556vw;
    grid-template-rows: 24.541vw 10.03672vw 1.22399vw 3.97797vw 13.15789vw;
    margin-bottom: 9.24113vw;
  }
}

.page_service .contents .section#assembly_factory .title_img {
  grid-column: 2 / 5;
  grid-row: 1 / 4;
}

.page_service .contents .section#assembly_factory .text_box {
  grid-column: 4 / 6;
  grid-row: 2 / 5;
}

.page_service .contents .section#assembly_factory .factory_img {
  grid-column: 1 / 3;
  grid-row: 3 / 6;
}

@media (min-width: 1501px) {
  .page_service .contents .section#original_distribution {
    width: 1150px;
    grid-template-columns: 112px 337px 660px 41px;
    grid-template-rows: 399px 177px 73px;
    margin-bottom: 151px;
  }
}

@media (max-width: 1500px) and (min-width: 769px) {
  .page_service .contents .section#original_distribution {
    width: 70.37944vw;
    grid-template-columns: 6.85435vw 20.62424vw 40.39168vw 2.50918vw;
    grid-template-rows: 24.4186vw 10.83231vw 4.46756vw;
    margin-bottom: 9.24113vw;
  }
}

.page_service .contents .section#original_distribution .title_img {
  grid-column: 2 / 4;
  grid-row: 1 / 3;
}

.page_service .contents .section#original_distribution .text_box {
  grid-column: 1 / 3;
  grid-row: 2 / 4;
}

@media (min-width: 1501px) {
  .page_service .contents .section#thailand_milk_run {
    grid-template-columns: 651px 346px 103px;
    grid-template-rows: 399px 177px 122px;
    margin-left: 80px;
    margin-bottom: 134px;
  }
}

@media (max-width: 1500px) and (min-width: 769px) {
  .page_service .contents .section#thailand_milk_run {
    grid-template-columns: 39.84088vw 21.17503vw 6.30355vw;
    grid-template-rows: 24.4186vw 10.83231vw 1fr;
    margin-left: 4.89596vw;
    margin-bottom: 8.20073vw;
  }
}

.page_service .contents .section#thailand_milk_run .title_img {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.page_service .contents .section#thailand_milk_run .text_box {
  grid-column: 2 / 4;
  grid-row: 2 / 4;
}

@media (min-width: 769px) {
  .page_products .sec_products {
    padding-top: 146px;
  }
}

.page_products .sec_products .m-page_title {
  margin-bottom: 108px;
}

@media (max-width: 768px) {
  .page_products .sec_products .m-page_title {
    margin-bottom: 30px;
  }
}

.page_products .sec_products .m-page_title .icon_gear {
  top: 27px;
  left: 178px;
}

@media (max-width: 768px) {
  .page_products .sec_products .m-page_title .icon_gear {
    top: 13px;
    left: 89px;
  }
}

.page_products .sec_products .graph {
  margin-bottom: 73px;
}

@media (min-width: 769px) {
  .page_products .sec_application {
    padding-top: 97px;
  }
}

.page_products .sec_application .m-sec_title {
  margin-bottom: 85px;
}

.page_products .sec_application .m-sec_title .icon_gear {
  top: -28px;
  left: 269px;
}

@media (max-width: 768px) {
  .page_products .sec_application .m-sec_title .icon_gear {
    top: -14px;
    left: 134px;
  }
}

.page_products .sec_application .img {
  text-align: center;
  margin-bottom: 18px;
}

.page_products .sec_application .img img {
  max-width: 100%;
}

.page_products .sec_application .kind {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 664px;
  width: 100%;
  margin: auto;
  margin-bottom: -20px;
}

@media (max-width: 768px) {
  .page_products .sec_application .kind {
    max-width: 468px;
    margin-bottom: -10px;
  }
}

.page_products .sec_application .kind .item {
  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;
  max-width: calc(33% - 20px);
  width: 146px;
  height: 64px;
  margin: 0 calc(20px / 2) 20px;
  border: 1px solid #000;
  text-align: center;
  line-height: 1.375;
  position: relative;
}

@media (max-width: 768px) {
  .page_products .sec_application .kind .item {
    max-width: calc(50% - 10px);
    margin: 0 calc(10px / 2) 10px;
  }
}

.page_products .sec_application .kind .item:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border: 8px solid transparent;
  border-top-color: #e76f20;
  border-left-color: #e76f20;
  position: absolute;
  top: 3px;
  left: 3px;
}

.page_products .sec_application .kind .item .text {
  position: relative;
}

.page_products .sec_partners {
  padding-bottom: 200px;
}

@media (min-width: 769px) {
  .page_products .sec_partners {
    padding-top: 178px;
  }
}

@media (max-width: 768px) {
  .page_products .sec_partners {
    padding-bottom: 100px;
  }
}

.page_products .sec_partners .m-sec_title {
  margin-bottom: 53px;
}

.page_products .sec_partners .m-sec_title .icon_gear {
  top: -27px;
  left: -42px;
}

@media (max-width: 768px) {
  .page_products .sec_partners .m-sec_title .icon_gear {
    top: -13px;
    left: -21px;
  }
}

.page_products .sec_partners .img {
  text-align: center;
  position: relative;
}

.page_products .sec_partners .img .text {
  width: 100%;
  color: #fff;
  font-weight: 700;
  line-height: 1.56;
  padding-top: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 769px) {
  .page_products .sec_partners .img .text {
    font-size: .25rem;
  }
}

.page_products .sec_partners .contact_btn {
  margin: auto;
  margin-top: -34px;
}





/*cookie control*/
.overlaycookie{display:none;position:fixed;z-index:9998;height:70px;width:100%;color:#fff;bottom:0;}
.btn_area{position:absolute;color:#fff;z-index:9999;background:rgba(0,0,0,0.8);height:100%;width:100%;}
.btn_area_child{width:900px;margin:0 auto;padding-top:17px;}
.btn_area_child div{float:left;line-height:1.35;font-size:15px;}
.btn_area_child div:first-child{width:780px;}
.btn_area_child div:last-child{width:calc(100% - 780px);}
.btn_area_child div a{color:#fff!important;text-decoration:underline;}
.btn_area_child div:last-child{padding-left:35px;margin-top:-8px;}
.btn_area button{display:block;margin:0 auto;}
.btn_area button.btn{padding:10px 15px;color:#fff;border-color:#fff;border:none;margin-top:5px;background:#e76f20!important;}
.btn_area button.btn:hover{text-decoration:underline;}
@media (max-width: 576px) {
  .overlaycookie{height:190px;}
  .btn_area_child{width:100%;padding-top:17px;}
  .btn_area_child div:first-child{width:100%;}
  .btn_area_child div:last-child{width:100%;}
  .btn_area_child div{float:none;line-height:1.55;width:100%;padding:0 15px;}
  .btn_area_child div:last-child{padding-left:0px;margin-top:15px;}
  .btn_area button.btn{width:250px;}
}