@charset "UTF-8";
@import url("//fonts.cdnfonts.com/css/gilroy-bold");
@import url("//fonts.googleapis.com/css2?family=Jost:wght@400;500&family=Noto+Serif+JP:wght@400;500&family=Noto+Sans+JP:wght@400;500&?family=Playfair+Display+SC:ital@0;1&display=swap");
html {
  font-size: 62.5%;
}

/* font-sizeは16pxの62.5%の10px */
body {
  font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
  letter-spacing: 0.15em;
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.6rem;
  /*font-size : 16px と同等*/
  color: #3c3c3c;
}

html,
html body,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.sanselif {
  font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
}

.min {
  font-family: 'Noto Serif JP', serif;
}

.en-min {
  font-family: 'Playfair Display SC', serif;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #3c3c3c;
}

.br-pc {
  display: none;
}

.bg__gray {
  background-color: #edf1f3;
}

small {
  font-size: 0.7em;
  letter-spacing: normal;
}

.indentfront {
  text-indent: 1em;
}

.font__en {
  font-family: 'Gilroy-Regular', sans-serif;
}

.font__en--m {
  font-family: 'Gilroy-Medium', sans-serif;
}

.font__en--r {
  font-family: 'Gilroy-Light', sans-serif;
}

.font__en--b {
  font-family: 'Gilroy-Bold', sans-serif;
}

.font__en--h {
  font-family: 'Gilroy-Heavy', sans-serif;
}

.font__en2 {
  font-family: 'Jost', sans-serif;
}

.br-tb {
  display: none;
}

.text--right {
  text-align: right !important;
}

.mt-10 {
  margin-top: 5vw;
}

.text__underline {
  display: inline-block;
  position: relative;
  padding: 0 0.2em;
  font-weight: bold;
}

.text__underline::before {
  content: '';
  position: absolute;
  background-color: #fcfc7a;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.7em;
  z-index: -1;
}

@media (min-width: 768px) {
  .br-tb {
    display: block;
  }
}

@media (min-width: 1200px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fade.fade-up {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.fade.fade-down {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.fade.fade-right {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.fade.fade-left {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.fade.fade-rotate {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(50px) rotate(365deg);
          transform: translateY(50px) rotate(365deg);
}

.fade.fade-scale {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.fade.active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.cover-slide-txt {
  position: relative;
  display: inline-block;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.cover-slide-txt::before,
.service__nav .cover-slide-txt.tab__menu::after {
  content: '';
  position: absolute;
  background-color: #080e4b;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.cover-slide-txt.active {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.cover-slide-txt.active::before,
.service__nav .cover-slide-txt.active.tab__menu::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.cover-slide-txt {
  position: relative;
  display: inline-block;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.cover-slide-txt::before,
.service__nav .cover-slide-txt.tab__menu::after {
  content: '';
  position: absolute;
  background-color: #080e4b;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.cover-slide-txt.active {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.cover-slide-txt.active::before,
.service__nav .cover-slide-txt.active.tab__menu::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.js-section .slide-in {
  overflow: hidden;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.js-section.is-show .slide-in {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.js-section.is-show .slide-in.slide-in-delay1 {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.js-section.is-show .slide-in.slide-in-delay2 {
  -webkit-transition-delay: 3.8s;
          transition-delay: 3.8s;
}

/*スクロールダウン全体の場所*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  /*全体の高さ*/
  height: 50px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 120px;
}

.is-show .scrolldown1 {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  width: 100%;
  white-space: nowrap;
}

/* 線の描写 */
.scrolldown1::after {
  content: '';
  /*描画位置*/
  position: absolute;
  left: 50%;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 15px;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 15px;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

section.section.js-section:nth-of-type(4).is-show + .scrolldown1 {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 120px) {
  .fixed__text {
    right: 30px;
  }
}

header {
  position: fixed;
  width: 100%;
  z-index: 99;
  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;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.is-scroll {
  background-color: rgba(1, 2, 40, 0.8);
}

#page header {
  background-color: #080e4b;
  top: 0;
  left: 0;
}

.hamburger__btn {
  width: 40px;
  height: 40px;
  position: relative;
  right: 10px;
  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;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hamburger__btn .hamburger__btn--inner, .hamburger__btn .hamburger__btn--inner::before, .hamburger__btn .hamburger__btn--inner::after {
  width: 38px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hamburger__btn .hamburger__btn--inner::before, .hamburger__btn .hamburger__btn--inner::after {
  content: '';
  position: absolute;
}

.hamburger__btn .hamburger__btn--inner::before {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.hamburger__btn .hamburger__btn--inner::after {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.is-active .hamburger__btn .hamburger__btn--inner, .is-active .hamburger__btn .hamburger__btn--inner::before, .is-active .hamburger__btn .hamburger__btn--inner::after {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  background-color: transparent;
}

.is-active .hamburger__btn .hamburger__btn--inner::before {
  -webkit-transform: rotate(45deg) translate(28px, -28px);
          transform: rotate(45deg) translate(28px, -28px);
  background-color: #fff;
}

.is-active .hamburger__btn .hamburger__btn--inner::after {
  -webkit-transform: rotate(-45deg) translate(28px, 28px);
          transform: rotate(-45deg) translate(28px, 28px);
  background-color: #fff;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.header__inner nav {
  margin-top: 60px;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #fff;
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__inner nav.is-active {
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 1;
  visibility: visible;
}

.header__inner nav ul {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__inner nav ul li {
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

.header__inner nav ul li a {
  display: block;
  font-size: 1.6rem;
}

.header__logo {
  min-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
}

.header__logo a span {
  display: inline-block;
  margin-left: 10px;
}

.header__logo a img {
  width: 80px;
}

.hero__container {
  width: 100%;
  height: 100vh;
  background-color: red;
  position: relative;
}

.hero__content {
  background-color: blue;
  width: 100%;
  height: 100%;
}

.hero__content--bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}

.hero__content--bg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.hero__content--bg li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 25%;
}

.hero__content--bg li:nth-of-type(1) {
  background-image: url(../images/top/DSC_0007.JPG);
}

.hero__content--bg li:nth-of-type(2) {
  background-image: url(../images/top/67417835.jpeg);
}

.hero__content--bg li:nth-of-type(3) {
  background-image: url(../images/top/21912864.jpeg);
}

.hero__content--bg li:nth-of-type(4) {
  background-image: url(../images/top/17417256.jpeg);
}

.hero__logo {
  color: #fff;
  text-align: center;
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero__logo h2 {
  font-size: 1.8rem;
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.load .hero__logo h2 {
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.is-active {
  overflow: hidden;
}

@media (min-width: 768px) {
  .header__inner nav {
    margin-top: 80px;
  }
  .hamburger__btn {
    right: 5%;
  }
  .header__inner {
    height: 80px;
  }
  .header__logo {
    padding: 0 20px;
    min-width: 400px;
  }
  .hero__logo {
    width: 60%;
  }
  .hero__logo h2 {
    font-size: 2.4rem;
    margin-top: 20px;
  }
  .header__logo a span {
    font-size: 2rem;
    letter-spacing: normal;
    font-weight: bold;
    line-height: 1.2;
  }
  .header__logo a img {
    width: 100px;
  }
}

@media (min-width: 1200px) {
  .header__logo a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__logo a:hover {
    opacity: 0.7;
  }
  .header__inner nav {
    margin-top: 0;
    padding-right: 40px;
  }
  .hamburger__btn {
    display: none;
  }
  .header__inner {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__inner nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    height: 80px;
    width: calc(100% - 400px - 5%);
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  .header__inner nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__inner nav ul li {
    width: auto;
  }
  .header__inner nav ul li:not(:last-of-type) {
    margin-right: 40px;
  }
  .header__inner nav ul li a {
    color: #fff;
    display: block;
    position: relative;
  }
  .header__inner nav ul li a::before {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 2px;
    width: 100%;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .header__inner nav ul li a:hover::before {
    visibility: visible;
    opacity: 1;
    bottom: -7px;
  }
  .hero__logo {
    width: 46%;
    max-width: 780px;
  }
  .hero__logo h2 {
    margin-top: 5px;
  }
  .hero__content--bg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hero__content--bg li {
    height: 100%;
  }
}

@media (min-width: 1600px) {
  .header__inner nav ul li:not(:last-of-type) {
    margin-right: 60px;
  }
}

.inner__width {
  max-width: 90%;
  margin: 0 auto;
}

.main__inner section {
  position: relative;
}

.main__inner section:not(:first-of-type) {
  margin-top: 75px;
}

.section__inner > h3 {
  font-size: 1.8rem;
  font-weight: 500;
}

.section__inner p {
  line-height: 2;
  text-align: justify;
}

.section2 {
  padding-bottom: 100px;
}

.section2::before {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f7f7ef;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(../images/top/bg3.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom -200px;
  z-index: -2;
}

.section2 .section__inner {
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

.section4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #edf1f3;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.title__wrapper {
  margin-bottom: 25px;
}

.title__wrapper span {
  color: #438bb5;
}

.main__top {
  padding-top: 75px;
  overflow: hidden;
}

.title__container {
  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;
}

.title__container h2 {
  width: auto;
  color: #081a36;
  font-size: 2.5rem;
  margin-right: 0.5em;
}

.title__container .title__left--box {
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: #081a36;
}

.section__content {
  margin-top: 25px;
}

.section__busines--categories {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section__busines--categories li {
  color: #081a36;
  border: 3px solid #767676;
  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;
  padding: 20px 0;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
}

.section__busines--categories li:not(:last-of-type) {
  margin-bottom: 15px;
}

.section__busines--categories li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #edf1f3;
  opacity: 0.7;
  z-index: -1;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #080e4b;
  font-size: 1.6rem;
  width: 70%;
  position: relative;
  height: 50px;
  margin: 0 auto;
  z-index: 1;
}

.btn.btn.btn-op {
  background-color: rgba(255, 255, 255, 0.7);
}

.btn.btn.btn-op-1 {
  background-color: rgba(255, 255, 255, 0.9);
}

.btn span {
  color: #080e4b;
}

.btn::before {
  position: absolute;
  content: '';
  width: 30%;
  height: 1px;
  background-color: #080e4b;
  top: 50%;
  right: -15%;
}

.section__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;
  margin-bottom: 2em;
}

.section3 .section__inner {
  border: 1px solid #080e4b;
  padding: 40px 20px 20px 20px;
}

.section3 .title__wrapper {
  margin-bottom: 0;
}

.section__img {
  position: relative;
  height: 220px;
}

.section__img::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 100%;
  background-image: url(../images/top/71619655.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.iso__wrapper ul {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.iso__wrapper ul li {
  background-color: #080e4b;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-weight: bold;
}

.iso__wrapper ul li:not(:last-of-type) {
  margin-right: 1em;
}

.facebook__feed {
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.facebook__feed--inner {
  max-height: 500px;
  overflow: hidden;
}

.dammy__text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 20px;
  z-index: 2;
}

.feed__content {
  overflow: auto;
}

.feed__content img {
  width: 100%;
}

.section__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section__footer li {
  position: relative;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.section__footer li::before {
  content: '';
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section__footer li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.section__footer li:nth-of-type(1)::before {
  background-image: url(../images/top/70321552.jpeg);
}

.section__footer li:nth-of-type(2)::before {
  background-image: url(../images/72773833.jpeg);
}

.section__footer li:not(:last-of-type) {
  margin-bottom: 25px;
}

.section__footer li h4 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.bg__map {
  position: relative;
}

.bg__map::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right -33% top -80px;
  width: 100vw;
  height: 420px;
  opacity: 0.5;
  mix-blend-mode: multiply;
}

.bg__map.bg__map--a::before {
  background-image: url(../images/top/bg_map_a_new.svg);
  z-index: -1;
}

.bg__map.bg__map--b::before {
  background-image: url(../images/top/earth3.svg);
  left: auto;
  right: 0;
  background-position: top left;
  background-size: cover;
  width: 100%;
  top: auto;
  bottom: 0;
  height: 100%;
}

.footer__map--inner {
  position: absolute;
  width: 80vw;
  height: 340px;
  right: 0;
  top: -90px;
  overflow: hidden;
}

#top {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#top.top__body {
  visibility: visible;
  opacity: 1;
}

#top .global__container {
  position: relative;
}

#top .global__container::before {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 150px;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 77, 0.601278)), color-stop(40%, rgba(43, 43, 77, 0.298757)), to(rgba(43, 43, 77, 0)));
  background: linear-gradient(180deg, rgba(43, 43, 77, 0.601278) 0%, rgba(43, 43, 77, 0.298757) 40%, rgba(43, 43, 77, 0) 100%);
}

#top .global__container.is-scroll::before {
  content: none;
}

.section__header--title {
  font-size: 8rem;
  color: #edf1f3;
  position: absolute;
  top: -0.75em;
  mix-blend-mode: multiply;
  left: 0;
}

.section__header--title.section__header--title--bottom {
  top: auto;
  bottom: -0.75em;
  left: auto;
  right: 0;
}

.section__news {
  padding-bottom: 100px;
}

.section__news .section__inner {
  position: relative;
  overflow: hidden;
}

.section__news .title__wrapper {
  margin-bottom: 0;
}

.section__news .title__wrapper__inner {
  margin-bottom: 25px;
}

.bg__cream {
  position: relative;
  overflow: hidden;
}

.bg__cream::after {
  content: '';
  background-color: #f7f7ef;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}

.bg__white {
  position: relative;
}

.bg__white::after {
  content: '';
  background-color: #fff;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.page__hero {
  margin-top: 60px;
}

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

.title__icon {
  position: relative;
  padding-top: 70px;
}

.title__icon::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
}

.title__icon--1::before {
  background-image: url(../images/icon/icon8.svg);
}

.title__icon--2::before {
  background-image: url(../images/icon/icon7.svg);
}

.title__icon--3::before {
  background-image: url(../images/icon/icon6.svg);
}

.title__icon--4::before {
  background-image: url(../images/icon/icon3.svg);
}

.title__icon--5::before {
  background-image: url(../images/icon/icon1.svg);
}

.title__icon--6::before {
  background-image: url(../images/icon/icon5.svg);
}

.title__icon--7::before {
  background-image: url(../images/icon/icon2.svg);
}

.title__icon--8::before {
  background-image: url(../images/icon/icon4.svg);
}

.quality__lead {
  margin-bottom: 10vw;
}

@media (min-width: 768px) {
  .title__icon {
    padding-top: 90px;
  }
  .title__icon::before {
    width: 80px;
    height: 80px;
  }
  .section__header--title {
    font-size: 11rem;
    top: -0.7em;
  }
  .footer__map--inner {
    width: 730px;
    height: 730px;
    top: -379px;
  }
  .bg__map.bg__map--b::before {
    background-position: bottom right -290px;
    /* transform: rotate(-10deg); */
  }
  .bg__map::before {
    height: 660px;
    background-position: right 150px top -120px;
  }
  .section2 .section__inner {
    padding: 60px 0;
  }
  .title__container h2 {
    font-size: 3.2rem;
  }
  .section__busines--categories {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 35px;
  }
  .section__busines--categories li {
    width: 30%;
    padding: 40px 0;
  }
  .section__busines--categories li:nth-of-type(2) {
    margin-right: 3.3%;
    margin-left: 3.3%;
  }
  .section__busines--categories li:nth-of-type(4) {
    margin-right: 1.65%;
  }
  .section__busines--categories li:nth-of-type(5) {
    margin-left: 1.65%;
  }
  .section__busines--categories li:not(:last-of-type) {
    margin-bottom: 0;
  }
  .section__busines--categories li:not(:nth-of-type(n + 4)) {
    margin-bottom: 30px;
  }
  .btn {
    max-width: 300px;
  }
  .section__news .section__inner {
    position: relative;
  }
  .section__news .facebook__feed {
    margin-top: 0;
  }
  .section__news .title__container .title__left--box {
    width: 100%;
  }
  .section__news .title__wrapper {
    width: 48%;
  }
  .section__news .title__wrapper .title__wrapper__inner {
    min-width: 300px;
  }
  .dammy__text {
    left: auto;
    right: 3%;
  }
  .section__news {
    padding-bottom: 50px;
  }
  .section__news .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section__news--list {
    width: 48%;
  }
  .page__hero {
    margin-top: 80px;
  }
}

@media (min-width: 1200px) {
  .btn__wrap {
    width: 100%;
  }
  .btn__wrap .btn {
    margin-left: auto;
    margin-right: inherit;
  }
  .section__wrapper {
    margin-bottom: 0;
  }
  .title__icon {
    padding-top: 120px;
  }
  .title__icon::before {
    width: 100px;
    height: 100px;
  }
  .lead__text {
    font-size: 2.2rem;
    line-height: 2.8 !important;
  }
  .section3 .lead__text {
    font-size: 1.8rem;
    line-height: 2 !important;
  }
  .main__top {
    padding-top: 0;
  }
  .section__header--title {
    font-size: 14rem;
  }
  .main__inner section.section4 {
    margin-top: 140px;
  }
  .section1 {
    padding: 80px 0 200px 0;
  }
  .title__container h2 {
    font-size: 5.8rem;
  }
  .title__wrapper > span {
    font-size: 2.4rem;
  }
  .section1 .title__wrapper {
    margin-bottom: 100px;
  }
  .facebook__feed .title__container h2 {
    line-height: 1;
  }
  .section__inner > h3 {
    font-size: 5.5rem;
    font-weight: bold;
  }
  .inner__width {
    max-width: 1080px;
  }
  .section__business--inner .btn {
    margin: 0 0 0 auto;
  }
  .section__business--inner .btn::before {
    right: -10%;
  }
  .section__busines--categories li {
    font-size: 2.2rem;
    letter-spacing: normal;
    width: 31%;
  }
  .section__busines--categories li:nth-of-type(2) {
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
  .section__busines--categories li:nth-of-type(4) {
    margin-right: 2%;
  }
  .section__busines--categories li:nth-of-type(5) {
    margin-left: 2%;
  }
  .section__footer li {
    height: 220px;
  }
  .section__footer li h4 {
    margin-bottom: 25px;
  }
  .section__footer li:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .iso__wrapper {
    position: absolute;
    right: -2%;
    top: calc(0% + 50px);
    width: 250px;
  }
  .iso__wrapper ul {
    position: static;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .iso__wrapper ul li {
    text-align: center;
    padding: 0 20px;
    font-size: 2rem;
  }
  .section__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section__img {
    width: 50%;
    height: 410px;
  }
  .section3 .section__inner {
    width: 50%;
    padding: 40px 80px 40px 40px;
  }
  .section3 .section__content {
    margin-top: 25px;
  }
  .section__img::before {
    width: 110%;
    top: 0;
    right: 0;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .section__busines--categories {
    margin-bottom: 70px;
  }
  .section2 {
    padding-bottom: 0;
    margin-top: 0 !important;
  }
  .bg__map.bg__map--a::before {
    background-position: right -15% top -540px;
    height: 1870px;
  }
  .section__news .facebook__feed {
    margin-top: 0;
  }
  .section__news .title__wrapper .title__wrapper__inner {
    min-width: 530px;
  }
  .facebook__feed {
    min-height: 500px;
  }
  .feed__content img {
    display: block;
    margin: 0 auto;
  }
  .dammy__text {
    right: 10%;
  }
  .section__news {
    padding-bottom: 150px;
  }
  .section__news .title__wrapper .title__wrapper__inner span {
    font-size: 2.4rem;
  }
  .lead__text.lh-18 {
    line-height: 1.8 !important;
  }
  .section__footer li h4 {
    font-size: 2.2rem;
  }
}

@media (min-width: 1480px) {
  .bg__map.bg__map--a::before {
    background-position: left -890px top -520px;
  }
}

@media (min-width: 1800px) {
  .bg__map.bg__map--a::before {
    background-position: left -800px top -480px;
  }
  .section1 {
    padding: 80px 0 300px 0;
  }
}

@media (min-width: 2000px) {
  .bg__map.bg__map--a::before {
    background-position: left -590px top -440px;
  }
  .section2::after {
    background-position: center bottom -300px;
  }
}

@media (min-width: 2200px) {
  .bg__map.bg__map--a::before {
    background-position: left -590px top -540px;
  }
}

footer {
  background-color: #ebebeb;
  padding: 25px 0 0 0;
  position: relative;
}

.footer__left {
  width: 100%;
  margin-top: 25px;
  padding-bottom: 25px;
}

.footer__left > h2 {
  font-weight: 700;
  font-size: 1.2em;
}

.footer__left .group__inner li a {
  display: inline-block;
  position: relative;
}

.footer__left .group__inner li a::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  right: -17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/link_icon_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.footer__inner {
  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;
  position: relative;
}

.footer__copyright {
  text-align: right;
  padding: 5px 0;
  background-color: #080e4b;
  color: #fff;
}

.group__inner {
  margin-top: 25px;
}

.group__inner li:not(:last-of-type) {
  margin-bottom: 15px;
}

.footer__right {
  position: relative;
  border-bottom: 1px solid #b1b1b1;
  padding-bottom: 25px;
}

.footer__right nav {
  margin-top: 25px;
}

.footer__right nav ul li:not(:last-of-type) {
  margin-bottom: 15px;
}

.group__wrapper {
  position: relative;
  padding-left: 45px;
}

.footer__logo img {
  max-width: 50%;
  display: block;
}

.footer__logo span {
  display: inline-block;
  margin-top: 10px;
  color: #080e4b;
}

.footer__contact {
  margin-top: 20px;
}

.footer__contact a {
  display: block;
}

.footer__contact a span {
  display: inline-block;
}

.footer__contact a span.footer__contact--txt {
  font-size: 2em;
  position: relative;
  color: #080e4b;
}

.footer__contact a span.footer__contact--txt::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/footer_arrow2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.group__link {
  position: absolute;
  top: 4px;
  left: -7px;
  color: #979696;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2rem;
}

.footer__facebook--btn {
  width: 65px;
  right: 0;
  bottom: 25px;
  margin-top: 25px;
}

.footer__facebook--btn a {
  display: block;
  text-align: center;
}

.footer__facebook--btn a img {
  width: 70%;
}

.footer__facebook--btn a span {
  font-size: 1.2rem;
  white-space: nowrap;
  letter-spacing: normal;
}

@media (min-width: 768px) {
  .group__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .group__inner li:not(:last-of-type) {
    margin-right: 20px;
  }
  .footer__logo img {
    max-width: 200px;
  }
  footer {
    padding: 50px 0 0 0;
  }
  footer a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer a:hover {
    opacity: 0.7;
  }
  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
  .footer__left {
    padding-bottom: 0;
    margin-top: 0;
    width: auto;
  }
  .footer__right {
    padding-bottom: 0;
    border-bottom: none;
  }
  .footer__right nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__right nav > ul > li:not(:first-of-type) {
    margin-left: 5em;
  }
  .footer__right nav ul li.footer__pp {
    margin-left: 0;
  }
  .footer__contact a {
    line-height: 1;
  }
  .footer__contact a span.footer__contact--txt {
    font-size: 5rem;
  }
  .footer__inner::before {
    width: 500px;
    height: 500px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  .footer__nav--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__nav--flex li:not(:first-of-type) {
    margin-left: 25px;
  }
}

.sc_wrap {
  width: 60px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  margin: 0 auto;
  z-index: 20;
}

.sc_wrap .arrow {
  width: 7px;
  height: 32px;
  margin: 0 auto 10px;
  position: relative;
  display: block;
}

.sc_wrap .arrow:before,
.sc_wrap .arrow:after {
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.sc_wrap .arrow:after {
  width: 0;
  height: 13px;
  background: url("../images/common/scroll_down_arrow.svg") no-repeat center center;
  background-size: 7px 13px;
  left: 3px;
  bottom: 0;
  overflow: hidden;
}

.sc_wrap .arrow:before {
  width: 1px;
  height: 33px;
  background-color: #fff;
  left: 3px;
  bottom: 50px;
  opacity: 0;
}

.sc_wrap .text {
  display: block;
  letter-spacing: 0.2em;
  color: #fff;
  line-height: 1;
  font-size: 10px;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
}

.sc_wrap.show .arrow:after {
  width: 7px;
  left: 0;
}

.sc_wrap.show .arrow:before {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
  bottom: 0;
  opacity: 1;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation: border-anim 2s infinite cubic-bezier(0.23, 1, 0.32, 1);
          animation: border-anim 2s infinite cubic-bezier(0.23, 1, 0.32, 1);
}

@-webkit-keyframes border-anim {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes border-anim {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

.sc_wrap.show .text {
  opacity: 1;
}

#kv_wrap .sc_wrap .arrow:after {
  background-image: url("../images/common/scroll_down_arrow.svg");
}

#kv_wrap .sc_wrap .arrow:before {
  background-color: #fff;
}

#kv_wrap .sc_wrap .text {
  color: #fff;
}

@media only screen and (max-width: 750px) {
  .sc_wrap {
    bottom: 45px;
  }
}

@media only screen and (min-width: 751px) {
  #kv_wrap .sc_wrap {
    bottom: 7%;
  }
}

.logo .icon path {
  color: #f3f3f3;
  stroke-width: 1px;
  stroke-dashoffset: -1000;
  stroke-dasharray: 1000;
  visibility: hidden;
  opacity: 0;
}

.logo .icon path.is-active {
  -webkit-animation-name: icon;
          animation-name: icon;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  visibility: visible;
  opacity: 1;
}

@-webkit-keyframes icon {
  50% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  55% {
    fill: transparent;
    stroke-width: 1px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #f3f3f3;
    stroke-width: 0px;
  }
}

@keyframes icon {
  50% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  55% {
    fill: transparent;
    stroke-width: 1px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #f3f3f3;
    stroke-width: 0px;
  }
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fade.fade-up {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.fade.fade-down {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.fade.fade-right {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.fade.fade-left {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.fade.fade-rotate {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(30px) rotate(365deg);
          transform: translateY(30px) rotate(365deg);
}

.fade.fade-scale {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.fade.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}

.cover-slide-txt {
  position: relative;
  display: inline-block;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.cover-slide-txt::before {
  content: '';
  position: absolute;
  background-color: #080e4b;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.cover-slide-txt.active {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.cover-slide-txt.active::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.cover-slide-txt {
  position: relative;
  display: inline-block;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.cover-slide-txt::before {
  content: '';
  position: absolute;
  background-color: #080e4b;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.cover-slide-txt.active {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.cover-slide-txt.active::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@media (min-width: 1200px) {
  .hover-btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hover-btn::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hover-btn::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    top: 15px;
    right: 5%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .hover-btn span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hover-btn:hover {
    background-color: #080e4b !important;
  }
  .hover-btn:hover span {
    color: #fff;
  }
  .hover-btn:hover::before {
    background-color: #fff;
    right: 5%;
  }
  .hover-btn:hover::after {
    opacity: 1;
    visibility: visible;
  }
}

.c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
  padding: 19px 34px;
  border-radius: 60px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  overflow: hidden;
}

.c-button::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 200%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#2e6ff0), color-stop(50%, #2e4fcc), color-stop(50%, #2e4fcc), to(#2e6ff0));
  background-image: linear-gradient(90deg, #2e6ff0, #2e4fcc 50%, #2e4fcc 50%, #2e6ff0 100%);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.to__top {
  width: 45px;
  height: 45px;
  background-color: rgba(1, 2, 40, 0.8);
  position: fixed;
  right: 5vw;
  border-radius: 50%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
}

.to__top::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/common/aroow_top.svg) no-repeat;
  background-position: center center;
  background-size: contain;
  width: 50%;
  height: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 1280px) {
  .to__top {
    right: 2vw;
  }
  .to__top:hover {
    background-color: #16457b;
  }
  .to__top:hover::before {
    -webkit-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%);
  }
}

.mod-link-arrow {
  position: relative;
}

.mod-link-arrow .arrow {
  position: absolute;
  left: 0;
  display: block;
  border-radius: 11px;
  border: 1px solid #ddd;
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}

.mod-link-arrow .arrow::before {
  content: '';
  position: absolute;
  background-image: url(../images/common/footer_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  color: #080e4b;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 0.97);
          animation-timing-function: cubic-bezier(0, 0, 0, 0.97);
  width: 80%;
  height: 80%;
  background-position: center;
}

.mod-link-arrow .arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.mod-link-arrow .arrow circle {
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
  fill: transparent;
  stroke: #5ebef7;
  stroke-width: 0;
  stroke-dasharray: 0 69;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 0.97);
          animation-timing-function: cubic-bezier(0, 0, 0, 0.97);
}

.mod-link-arrow {
  padding-left: 38px;
  font-weight: 300;
}

@media screen and (max-width: 478px) {
  .mod-link-arrow {
    padding-left: 30px;
    font-size: 1rem;
  }
}

.mod-link-arrow .arrow {
  width: 22px;
  height: 22px;
  border-radius: 11px;
}

.mod-link-arrow .arrow:before {
  font-size: 0.5rem;
}

a.mod-link-arrow:hover {
  color: #5ebef7;
}

a.mod-link-arrow:hover .arrow {
  border: none;
}

a.mod-link-arrow:hover .arrow:before {
  -webkit-animation: anim-arrow 0.4s forwards;
          animation: anim-arrow 0.4s forwards;
  background-image: url(../images/common/footer_arrow_hover.svg);
}

a.mod-link-arrow:hover .arrow circle {
  stroke-width: 1;
  -webkit-animation: anim-circle 0.4s forwards;
          animation: anim-circle 0.4s forwards;
}

/*! CSS Used keyframes */
@-webkit-keyframes anim-arrow {
  0% {
    opacity: 0;
    margin-left: -5px;
  }
  99.9%,
  to {
    opacity: 1;
    margin-left: 0;
  }
}
@keyframes anim-arrow {
  0% {
    opacity: 0;
    margin-left: -5px;
  }
  99.9%,
  to {
    opacity: 1;
    margin-left: 0;
  }
}

@-webkit-keyframes anim-circle {
  0% {
    stroke-dasharray: 0 69;
  }
  99.9%,
  to {
    stroke-dasharray: 69 69;
  }
}

@keyframes anim-circle {
  0% {
    stroke-dasharray: 0 69;
  }
  99.9%,
  to {
    stroke-dasharray: 69 69;
  }
}

.text-gold span {
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
}

.title__border--left {
  position: relative;
  padding-left: 12px;
}

.title__border--left::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background-color: #b99d06;
}

.page__hero {
  background-color: #080e4b;
  color: #fff;
}

.page__hero--inner {
  position: relative;
}

.page__hero--inner::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 140px;
}

.page__hero--inner.page__hero--1::before {
  background-image: url(../images/6020344.jpeg);
  background-position: center center;
}

.page__hero--inner.page__hero--2::before {
  background-image: url(../images/quality/21912864.jpeg);
  background-position: center center;
}

.page__hero--inner.page__hero--3::before {
  background-image: url(../images/check/76843975.jpeg);
  background-position: center center;
}

.page__hero--inner.page__hero--4::before {
  background-image: url(../images/company/70321552.jpeg);
}

.page__hero--inner.page__hero--5::before {
  background-image: url(../images/72773833.jpeg);
  background-position: center;
}

.page__hero--inner.page__hero--6::before {
  background-image: url(../images/78095659.jpeg);
  background-position: center;
}

.page__hero__container {
  padding-top: 150px;
  padding-bottom: 20px;
}

.page__hero__container h1 {
  text-align: center;
  font-size: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  display: block;
}

.page__hero__container h1::first-letter {
  font-size: 150%;
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
}

.page__hero__container h1 span {
  font-size: 0.6em;
}

.subtitle__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subtitle__line::before, .subtitle__line::after {
  content: '';
  height: 1px;
  background-color: #fff;
  width: 4em;
}

.subtitle__line::before {
  margin-right: 1em;
}

.subtitle__line::after {
  margin-left: 1em;
}

.page__title--main {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 4vw;
  color: #b99d06;
}

.section__quality--list {
  font-size: 1.8rem;
}

.section__quality--list li {
  position: relative;
  padding-left: 24px;
}

.section__quality--list li::before {
  content: '1';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #b99d06;
  color: #fff;
  width: 20px;
  height: 20px;
  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;
}

.section__quality--list li:nth-of-type(2)::before {
  content: '2';
}

.section__quality--list li:nth-of-type(3)::before {
  content: '3';
}

.section__quality--list li:not(:last-of-type) {
  margin-bottom: 2vw;
}

.section__quality--list li p {
  text-align: justify;
}

.section__quality--lead {
  font-size: 1.8rem;
  margin-bottom: 4vw;
}

#page .main {
  margin-top: 50px;
}

#page footer {
  margin-top: 100px;
}

.page__content {
  margin-top: 25px;
}

.section__quality p {
  text-align: justify;
}

.h-line {
  height: 2px;
  position: relative;
  overflow: hidden;
  margin-bottom: 5vw;
}

.h-line::before, .h-line::after {
  content: '';
  display: block;
  height: 2px;
  top: 0;
  z-index: 1;
  position: absolute;
}

.h-line::before {
  width: 19.3236714976vw;
  background: #fae15e;
  left: 0;
}

.h-line::after {
  width: 1.2077294686vw;
  background: #002c45;
  right: 0;
}

.h-line .h-line__line {
  display: block;
  width: 100%;
  height: 1px;
  background: #e8ecf0;
  position: absolute;
  top: 0;
  left: 0;
}

.iso__origenal .iso__wrapper {
  position: absolute;
  right: 0;
  top: 10%;
}

.iso__origenal .iso__wrapper ul li:not(:last-of-type) {
  margin-right: 0;
  margin-bottom: 5px;
}

.iso__origenal .iso__wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page__hero--inner.page__hero--4::before {
  background-position: center;
}

@media (min-width: 768px) {
  .quality__lead {
    margin-bottom: 5vw;
  }
  .iso__origenal .iso__wrapper {
    right: auto;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .iso__origenal .iso__wrapper ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    right: auto;
  }
  .section__quality--list li {
    padding-left: 43px;
  }
  .section__quality--list li::before {
    width: 30px;
    height: 30px;
  }
  .title__border--left {
    padding-left: 15px;
  }
  .title__border--left::before {
    width: 5px;
  }
  .qualit2--list {
    margin-top: 40px;
  }
  .qualit2--list li:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .section__quality.section__quality--1 {
    max-width: 60%;
    margin: 0 auto;
  }
  .section__quality--list li {
    white-space: nowrap;
  }
  .page__hero__container {
    width: 32%;
    margin-right: auto;
    margin-left: 5%;
    padding-top: 50px;
    padding-bottom: 0;
  }
  .page__hero--inner::before {
    width: 60%;
    right: 0;
    height: 100%;
    background-position: center bottom;
  }
  .page__hero--inner {
    overflow: hidden;
    height: 190px;
  }
  .h-line {
    height: 3px;
  }
  .h-line::before, .h-line::after {
    height: 3px;
  }
  .h-line::before {
    width: 10vw;
  }
  .h-line::after {
    width: 0.625vw;
  }
  .page__hero--2 .subtitle__line::before {
    width: 1em;
  }
}

@media (min-width: 1024px) {
  .page__hero--inner {
    height: 240px;
  }
  .page__hero__container {
    padding-top: 80px;
  }
  .page__hero__container h1 {
    font-size: 2.8rem;
    letter-spacing: 0.15em;
  }
}

@media (min-width: 1200px) {
  .quality__lead {
    margin-bottom: 100px;
  }
  .page__hero__container h1::first-letter {
    font-size: 2em;
  }
  .page__hero__container h1 span {
    font-size: 0.5em;
    letter-spacing: 0.15em;
  }
  .page__hero--2 .subtitle__line::before,
  .page__hero--2 .subtitle__line::after {
    width: 2em;
  }
  .page__hero--inner {
    height: 400px;
  }
  .h-line::after {
    width: 1.625vw;
  }
  .iso__origenal .iso__wrapper {
    width: 170px;
  }
  .section__quality--lead {
    line-height: 2;
  }
  .page__hero__container h1 span {
    margin-top: 12px;
  }
  .lg-text-justify {
    text-align: justify !important;
    line-height: 2;
  }
  .lg-text-center {
    text-align: center !important;
    line-height: 2;
  }
  #page .main {
    margin-top: 150px;
  }
  #page footer {
    margin-top: 150px;
  }
  .page__title--main {
    font-size: 3.4rem;
  }
  .page__title--sub {
    font-size: 2.8rem;
  }
  .qualit2--list li:not(:last-of-type) {
    margin-bottom: 120px;
  }
  .page__hero--inner.page__hero--5::before {
    background-position: center;
  }
  .page__hero--inner::before {
    height: 100%;
  }
  .page__hero--3 .page__hero__container h1 {
    white-space: nowrap;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
  }
  .page__hero__container h1 {
    font-size: 3.8rem;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
  }
}

@media (min-width: 1800px) {
  .page__hero--inner {
    height: 560px;
  }
  .page__hero__container h1 {
    font-size: 5rem;
  }
}

.section__service--midle {
  margin-top: 50px;
}

.section__service--midle h3 {
  margin-top: 25px;
  text-align: justify;
  font-weight: bold;
}

.section__service--top {
  margin-top: 25px;
}

.section__service--top h3 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

.produce__list {
  width: 100%;
  margin-top: 25px;
}

.produce__list li {
  text-align: center;
  width: 100%;
}

.produce__list li:not(:last-of-type) {
  margin-bottom: 25px;
}

.produce__list li figure {
  width: 60vw;
  height: 60vw;
  margin: auto;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.produce__list li:nth-of-type(1) figure {
  background-image: url(../images/service/10789951.jpeg);
}

.produce__list li:nth-of-type(2) figure {
  background-image: url(../images/service/45746641.jpeg);
}

.produce__list li:nth-of-type(3) figure {
  background-image: url(../images/service/8988400.jpeg);
}

.produce__list li p {
  margin-top: 15px;
  font-weight: bold;
}

.produce__list img {
  width: 100%;
}

.business__flow {
  width: 100%;
  overflow: hidden;
}

.business__flow li {
  color: #fff;
  text-align: center;
  background-color: #d28a04;
  padding: 48px 0 12px 0;
  position: relative;
  width: 100%;
}

.business__flow li:first-of-type {
  padding-top: 24px;
}

.business__flow li:last-of-type {
  padding-bottom: 24px;
}

.business__flow li:not(:last-of-type)::before {
  content: '';
  z-index: 1;
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 45vw 0 45vw;
  border-color: #d28a04 transparent transparent transparent;
}

.business__flow li:nth-of-type(1) {
  background-color: #fcbe4b;
}

.business__flow li:nth-of-type(1)::before {
  border-color: #fcbe4b transparent transparent transparent;
}

.business__flow li:nth-of-type(2) {
  background-color: #fbb637;
}

.business__flow li:nth-of-type(2)::before {
  border-color: #fbb637 transparent transparent transparent;
}

.business__flow li:nth-of-type(3) {
  background-color: #fbb128;
}

.business__flow li:nth-of-type(3)::before {
  border-color: #fbb128 transparent transparent transparent;
}

.business__flow li:nth-of-type(4) {
  background-color: #faa80f;
}

.business__flow li:nth-of-type(4)::before {
  border-color: #faa80f transparent transparent transparent;
}

.business__flow li:nth-of-type(5) {
  background-color: #eb9a04;
}

.business__flow li:nth-of-type(5)::before {
  border-color: #eb9a04 transparent transparent transparent;
}

.flow__inner:not(:last-of-type) {
  margin-bottom: 25px;
}

.flow__inner:nth-of-type(1) .page__image {
  background-image: url(../images/service/66930034.jpeg);
}

.flow__inner:nth-of-type(2) .page__image {
  background-image: url(../images/service/42048433.jpeg);
}

.flow__inner:nth-of-type(3) .page__image {
  background-image: url(../images/service/65483065.jpeg);
}

.flow__inner:nth-of-type(4) .page__image {
  background-image: url(../images/service/2679963.jpeg);
}

.style_a h2 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.style_a .page__image {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.style_a p {
  text-align: justify;
}

@media (min-width: 768px) {
  .business__flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .business__flow li {
    padding: 20px 5px !important;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section__service--midle h3 {
    text-align: center;
    font-size: 2rem;
  }
  .produce__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .produce__list li {
    width: 31%;
  }
  .flow__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flow__wrap .flow__inner {
    width: 47%;
  }
  .produce__list li figure {
    width: 200px;
    height: 200px;
  }
  .business__flow li:not(:last-of-type)::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: auto;
    right: -10px;
    border-width: 44px 0 44px 10px;
    border-color: transparent transparent transparent #d28a04;
  }
  .business__flow li span {
    position: relative;
    z-index: 1;
  }
  .business__flow li:nth-of-type(1)::before {
    border-color: transparent transparent transparent #fcc155;
  }
  .business__flow li:nth-of-type(2)::before {
    border-color: transparent transparent transparent #fbba41;
  }
  .business__flow li:nth-of-type(3)::before {
    border-color: transparent transparent transparent #fbb128;
  }
  .business__flow li:nth-of-type(4)::before {
    border-color: transparent transparent transparent #faa80f;
  }
  .business__flow li:nth-of-type(5)::before {
    border-color: transparent transparent transparent #eb9a04;
  }
  .page__content {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .main__inner section:not(:first-of-type) {
    margin-top: 250px;
  }
  .page__hero__container {
    padding-top: 140px;
  }
  .page__hero--inner.page__hero--1::before {
    background-position: center;
  }
  .subtitle__line::before {
    margin-right: 0;
  }
  .business__flow li {
    padding: 60px 5px !important;
  }
  .business__flow li span {
    font-size: 1.8rem;
  }
  .business__flow li:not(:last-of-type)::before {
    right: -20px;
    border-width: 87px 0 87px 20px;
  }
  .style_a .page__image {
    height: 250px;
  }
  .flow__inner:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .flow__inner {
    margin-bottom: 50px;
  }
  .style_a h2 {
    font-size: 2.4rem;
  }
}

.style_b {
  position: relative;
  padding-top: 180px;
}

.style_b::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 180px;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}

.style_b.style_b--1::before {
  background-image: url(../images/quality/section1.jpg);
  background-position: bottom center;
}

.style_b.style_b--2::before {
  background-image: url(../images/quality/section2.jpg);
  border: 1px solid #b1b1b1;
}

.style_b.style_b--3::before {
  background-image: url(../images/h002.jpg);
  background-position: top right;
}

.style_b.style_b--4::before {
  background-image: url(../images/quality/60091044.jpeg);
}

.style_b.style_b--5::before {
  background-image: url(../images/quality/59939740.jpeg);
}

.style_b .style_b--inner {
  border: 1px solid #b99d06;
  padding: 50px 5vw 25px 5vw;
}

.style_b .style_b--inner h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #3c3c3c;
  font-family: 'Noto Serif JP', serif;
}

.style_b .style_b--inner h3::first-letter {
  color: #b99d06;
  font-size: 1.8em;
}

.style_b .style_b--inner p {
  text-align: justify;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .style_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
  }
  .style_b .style_b--inner {
    width: 50%;
    padding: 25px 5vw;
  }
  .style_b::before {
    width: 40%;
    left: auto;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: 50%;
    height: 60%;
    max-height: 200px;
  }
  .style_b.style_b-right {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .style_b.style_b-right::before {
    left: 0;
  }
}

@media (min-width: 1024px) {
  .style_b::before {
    height: 74%;
  }
}

@media (min-width: 1200px) {
  .style_b .style_b--inner p {
    line-height: 2.5;
  }
  .style_b::before {
    max-height: 250px;
  }
  .style_b .style_b--inner {
    padding: 40px 80px;
  }
  .style_b .style_b--inner h3 {
    font-size: 2.8rem;
  }
}

.section__check p,
.section__company p {
  text-align: justify;
}

.section__check .page__title--sub,
.section__company .page__title--sub {
  font-size: 1.8rem;
  padding-left: 15px;
  font-weight: bold;
}

.check__contents {
  margin-top: 25px;
}

.section__check .page__title--sub {
  padding-left: 0;
  text-align: center;
}

.check__list {
  margin-bottom: 50px;
}

.check__list li:not(:last-of-type) {
  margin-bottom: 25px;
}

.check__list .page__title--sub {
  margin-bottom: 15px;
}

.check__list--cottom {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.check__table:not(:first-of-type) {
  margin-top: 70px;
}

.check__table h3 {
  font-size: 2rem;
}

.check__table .table__wrapper {
  overflow: auto;
  margin-top: 10px;
}

.check__table table {
  min-width: 460px;
  width: 100%;
  border-collapse: collapse;
}

.check__table table tr:not(:first-of-type):nth-child(odd) {
  background-color: #ebebeb;
}

.check__table table tr th {
  background-color: #ebdc8f;
}

.check__table table tr th:nth-of-type(1),
.check__table table tr td:nth-of-type(1) {
  width: 150px;
}

.check__table table tr th:nth-of-type(2),
.check__table table tr td:nth-of-type(2) {
  width: 100px;
  border-left: 1px solid #9d9d9d;
  border-right: 1px solid #9d9d9d;
}

.check__table table tr td:nth-of-type(2) {
  text-align: right;
}

.check__table table th,
.check__table table td {
  padding: 10px;
}

.apply_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

.apply_container dt,
.apply_container dd {
  padding: 10px;
}

.apply_container dt {
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #d7c56c;
  color: #767676;
  border-radius: 10px 0 10px 0;
}

.apply_container dd {
  text-align: justify;
  position: relative;
}

.apply_container dd:not(:last-of-type) {
  margin-bottom: 50px;
}

.apply_container dd:not(:last-of-type)::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -35px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 60px 0 60px;
  border-color: #d7c56c transparent transparent transparent;
}

.check__footer {
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #d7c56c;
  color: #767676;
  border-radius: 10px;
  margin-top: 50px;
}

.check__footer .check__footer--inner {
  padding: 20px;
}

.check__footer .check__footer--inner h3 {
  text-align: justify;
}

.check__footer .check__footer--bottom {
  margin-top: 25px;
}

.check__footer .check__footer--bottom dl {
  border-top: 1px solid #081a36;
  padding-top: 15px;
  padding-bottom: 15px;
}

.check__footer .check__footer--bottom dt {
  text-align: center;
  font-weight: bold;
  color: #081a36;
}

.check__footer .check__footer--bottom dt:not(:first-of-type) {
  border-top: 1px solid #9d9d9d;
  padding-top: 20px;
}

.check__footer .check__footer--bottom dd {
  text-align: justify;
}

.check__footer .check__footer--bottom dd:not(:last-of-type) {
  padding-bottom: 20px;
}

.check__footer .pdf__downroad {
  border-top: 1px solid #081a36;
  padding-top: 15px;
}

.check__footer .pdf__downroad a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.check__footer .pdf__downroad a:hover {
  opacity: 0.7;
}

.check__footer .pdf__downroad a::before {
  content: '';
  position: absolute;
  background: url(../images/common/pdf_download2.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
  height: 40px;
  right: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.check__list .page__title--sub {
  border-bottom: 1px solid #3c3c3c;
  border-left: 3px solid #b99d06;
  padding-bottom: 5px;
}

.bubble__wrap {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Roboto', sans-serif;
}

.bubble {
  position: relative;
  width: 100%;
  max-width: 570px;
  height: 190px;
  color: #000;
  background: url("../images/quality/speechbubble.svg") no-repeat top center;
  background-size: 100% 100%;
}

.bubble h2 {
  margin-bottom: 0;
  position: absolute;
  top: 25%;
  width: inherit;
}

.bubble p {
  font-style: italic;
}

@media (min-width: 768px) {
  .check__footer .pdf__downroad {
    padding-top: 25px;
  }
  .check__table table tr th:nth-of-type(1),
  .check__table table tr td:nth-of-type(1) {
    width: 250px;
  }
  .check__table table th,
  .check__table table td {
    padding: 10px 20px;
  }
  .check__footer--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #3c3c3c;
    padding: 10px 0;
  }
  .check__footer--bottom dl {
    width: 48%;
  }
  .check__footer .check__footer--bottom dl {
    border-top: none;
  }
  .check__footer .check__footer--bottom dl:first-of-type {
    border-right: 1px solid #3c3c3c;
  }
  .check__footer .check__footer--inner {
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  .check__footer {
    margin-top: 150px;
  }
  .bubble h2 {
    top: 23%;
  }
  .bubble__wrap {
    margin-top: 60px;
  }
  .section__check .page__title--sub {
    font-size: 2.2rem;
  }
  .apply_container {
    width: 100%;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .apply_container dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
  }
  .apply_container dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 65%;
            flex: 0 1 65%;
    padding: 0 0 0 20px;
  }
  .apply_container dd:not(:last-of-type)::before {
    content: '';
    border-width: 45px 100px 0 100px;
  }
  .apply_container dd:not(:last-of-type) {
    margin-bottom: 100px;
  }
  .apply_container dd:not(:last-of-type)::before {
    bottom: -73px;
    -webkit-transform: none;
            transform: none;
    left: 19%;
  }
  .check__table table tr th:nth-of-type(1),
  .check__table table tr td:nth-of-type(1) {
    width: 300px;
  }
  .check__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .check__list li {
    width: 46%;
  }
  .section__check p {
    text-align: center;
  }
  .section__check .check__list p {
    text-align: justify;
  }
  .check__list li:not(:last-of-type) {
    margin-bottom: 0;
  }
  .check__list li {
    margin-bottom: 40px !important;
  }
  .bubble {
    height: 270px;
  }
}

.company__contents {
  margin-top: 25px;
}

.company__contents p {
  text-align: justify;
}

.company__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  letter-spacing: normal;
}

.company__data > dt:not(:last-of-type),
.company__data > dd:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.company__data > dt > div {
  padding: 10px 0 10px 0;
}

.company__data > dd > div {
  padding: 10px 0 10px 15px;
}

.company__data > dt:last-of-type > div {
  padding-bottom: 0;
  border-bottom: none;
}

.company__data > dd:last-of-type > div {
  padding-bottom: 0;
}

.company__data > dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80px;
          flex: 0 1 80px;
  font-weight: bold;
}

.company__data > dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 80px);
          flex: 0 1 calc(100% - 80px);
}

.company__data--address dt {
  font-weight: bold;
}

.company__data--address li:not(:last-of-type) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.ceo__container {
  margin-top: 25px;
}

.ceo__container figure {
  position: relative;
  height: 250px;
  width: 60%;
  margin: 0 auto;
}

.ceo__container figure::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url(../images/company/ceo.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
}

.ceo__container p {
  margin-top: 15px;
  text-align: center;
}

.ceo__container p small {
  letter-spacing: 0.15em;
}

@media (min-width: 768px) {
  .company__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .company__contents .company__contents--left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
    margin-right: 3%;
  }
  .company__contents .ceo__container {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .company__contents .ceo__container figure {
    width: 100%;
  }
  .company__data > dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 128px;
            flex: 0 1 128px;
  }
  .company__data > dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 128px);
            flex: 0 1 calc(100% - 128px);
  }
  .h-line {
    margin-bottom: 20px;
  }
  .ceo__container figure::after {
    content: '';
    position: absolute;
    top: -3%;
    left: 3%;
    width: 100%;
    height: 100%;
    background-color: #080e4b;
    z-index: -1;
  }
}

@media (min-width: 1200px) {
  .company__contents .ceo__container figure {
    height: 360px;
  }
  .ceo__container figure::after {
    top: -5%;
    left: 6%;
  }
  .company__contents .company__contents--left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 65%;
            flex: 0 1 65%;
    margin-right: 8%;
  }
  .company__contents p {
    line-height: 2;
  }
  .company__data {
    letter-spacing: 0.15em;
  }
  .company__data > dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 200px;
            flex: 0 1 200px;
  }
  .company__data > dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 200px);
            flex: 0 1 calc(100% - 200px);
  }
  .company__data > dt > div {
    padding: 20px 0 20px 20px;
  }
  .company__data > dd > div {
    padding: 20px 0 20px 20px;
  }
}

.privacy__container p {
  line-height: 2;
}

.privacy__container section {
  margin-top: 10vw;
}

.privacy__container section h4 {
  font-size: 1.8rem;
  font-weight: bold;
}

.privacy__container section h4:not(:first-of-type) {
  margin-top: 7vw;
  border-top: 1px dashed #767676;
  padding-top: 3.5vw;
}

.privacy__container section ul {
  margin-top: 3.5vw;
}

.privacy__container.section__check .page__title--sub {
  font-size: 2.2rem;
  margin-bottom: 5vw;
}

.privacy__bottom {
  margin-top: 7vw;
  border: 1px solid #767676;
  padding: 5vw;
}

.span-bold {
  font-weight: bold;
  border-bottom: 1px solid #767676;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
  display: block;
}

@media (min-width: 1200px) {
  .privacy__container.section__check .page__title--sub {
    font-size: 3rem;
  }
  .privacy__container section h4 {
    font-size: 2.4rem;
  }
  .privacy__container.section__check p {
    text-align: justify;
  }
  .privacy__container.section__check .page__title--sub {
    margin-bottom: 50px;
  }
  .privacy__container section {
    margin-top: 50px;
  }
  .privacy__container section h4:not(:first-of-type) {
    margin-top: 30px;
    padding-top: 30px;
  }
  .privacy__container section ul {
    margin-top: 15px;
  }
  .privacy__container section ul li:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .privacy__bottom {
    padding: 30px;
  }
  .privacy__container p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .privacy__container p span {
    display: block;
  }
  .privacy__container p span:nth-of-type(1) {
    width: 30%;
    font-size: 2rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .privacy__container p span:nth-of-type(2) {
    padding-left: 30px;
    border-left: 1px solid #767676;
  }
  .privacy__container p span.span-bold {
    border-bottom: none;
  }
}

.contact__container h1　 {
  font-size: 1rem;
}

.contact__container {
  width: 100%;
}

.contact__container ::-webkit-input-placeholder {
  font-size: 14px;
  color: #a2a2a2;
}

.contact__container :-ms-input-placeholder {
  font-size: 14px;
  color: #a2a2a2;
}

.contact__container ::-ms-input-placeholder {
  font-size: 14px;
  color: #a2a2a2;
}

.contact__container ::placeholder {
  font-size: 14px;
  color: #a2a2a2;
}

.contact__container h2 {
  font-size: 1.5rem;
  font-weight: 500;
}

.contact__container form#mailformpro {
  padding: 0;
}

.contact__container form#mailformpro dl dt {
  margin: 0 0 25px;
  padding: 0;
  font-weight: bold;
}

.contact__container form#mailformpro dl dd {
  margin: 0 0 30px;
  padding: 0 0 40px;
}

.contact__container form#mailformpro dl dd:last-of-type {
  margin-bottom: 0;
}

.contact__container form#mailformpro dl dt {
  float: none;
  font-size: 16px;
  text-align: justify;
  border-top: none;
}

.contact__container form#mailformpro dl dd {
  border-top: none;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

.contact__container .mfp_colored {
  background-color: transparent;
}

.contact__container .mfp_element_text,
.contact__container .mfp_element_number,
.contact__container .mfp_element_select-one,
.contact__container .mfp_element_email,
.contact__container .mfp_element_tel,
.contact__container .mfp_element_textarea,
.contact__container .mfp_element_date,
.contact__container .mfp_element_password {
  width: 100% !important;
  margin: 0;
}

.contact__container .mfp_element_all {
  max-width: none;
}

.contact__container div.mfp_err {
  background-position: 0 5px;
}

.contact__container .privacyCh div.mfp_err {
  margin-left: -18px;
  text-indent: 0;
}

.contact__container .mfp_element_textarea {
  height: 200px !important;
}

.contact__container .mfp_element_submit {
  padding: 10px 50px;
}

.contact__container .privacyLead {
  height: 300px;
  overflow-y: auto;
  padding: 30px 20px;
  margin-bottom: 15px;
  background: #f0f0f0;
  color: #353535;
}

.contact__container .privacyLead::-webkit-scrollbar {
  background: #ccc;
  width: 10px;
}

.contact__container .privacyLead::-webkit-scrollbar-thumb {
  background: #aaa;
}

.contact__container form#mailformpro label {
  white-space: normal;
  font-weight: 300;
  cursor: pointer;
}

.contact__container form#mailformpro label.mfp_checked {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact__container form#mailformpro label.mfp_not_checked {
  padding: 0;
  border: none;
}

.contact__container input[type='radio'],
.contact__container input[type='checkbox'] {
  margin: -4px 0 0;
}

.contact__container .mfp_element_submit,
.contact__container .mfp_element_reset,
.contact__container .mfp_element_button,
.contact__container button.mfp_next,
.contact__container button.mfp_prev {
  text-shadow: 0px 2px 2px #fff;
}

.contact__container label.privacyCh {
  text-indent: -18px;
  padding-left: 18px !important;
}

.contact__container dl.mailform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact__container input[type='text'],
.contact__container input[type='email'],
.contact__container input[type='tel'],
.contact__container textarea,
.contact__container select {
  width: 100% !important;
  padding: 15px 0;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 10px;
  border: 1px solid #d5d4d4;
  background-color: #f6f6f6;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact__container button {
  cursor: pointer;
}

.address__container .mfp_col10:not(:last-of-type) {
  margin-bottom: 15px;
}

.contact__container .req {
  background: #dc170c;
  color: #fff;
  display: inline-block;
  padding: 5px 7px;
  margin-right: 0.5rem;
  font-size: 11px;
  line-height: 1;
  position: relative;
  top: -2px;
}

.contact__container main.thanks .container {
  min-height: calc(100vh - 164px);
  position: relative;
}

.contact__container main.thanks .container .txt {
  position: absolute;
  top: calc(50% + 25px);
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
  width: 100%;
}

.contact__container main.thanks h1,
.contact__container main.thanks p {
  text-align: center;
}

.contact__container main.thanks h1 {
  font-size: 18px;
  margin-bottom: 30px;
}

.contact__container main.thanks .btn {
  margin: 0 auto;
}

.contact__container main.thanks #mfp_thanks {
  display: none;
}

.contact__container main.thanks .btn {
  padding: 6px 20px;
}

.contact__container form#mailformpro dl dd {
  padding-bottom: 0;
}

.contact__container form#mailformpro dl dt {
  margin-bottom: 10px;
}

.contact__container form#mailformpro h1 {
  font-size: 2rem;
  font-weight: 500;
}

.default__page .sitemap__container.default__container {
  margin-bottom: 350px;
}

.sitemap__container.default__container.contact__wrap {
  margin-top: 100px;
}

.contact__container .mfp_buttons button {
  padding: 20px;
  font-size: 1.6rem !important;
  border-radius: 8px;
  background-color: #080e4b;
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 15px 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  letter-spacing: 0.15em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact__container .adr_text {
  font-size: 0.8em;
  display: inline-block;
}

.contact__container .mfp_buttons button:hover {
  opacity: 0.7;
}

.contact__container .mfp_element_submit,
.contact__container .mfp_element_reset,
.contact__container .mfp_element_button,
.contact__container button.mfp_next,
.contact__container button.mfp_prev {
  background: none;
  text-shadow: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact__container .mfp_buttons button:hover {
  opacity: 0.7;
  background: #84033e;
}

.contact__container .mfp_buttons button {
  padding: 10px 50px;
}

.contact__container.mfp_thanks {
  display: block;
}

.thanks__message {
  text-align: center;
  line-height: 2;
  font-weight: 400;
}

div.mfp_thanks {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mfp_achroma {
  background-color: transparent;
}

.contact__container .privacy__text input[type='checkbox'] {
  margin-right: 10px;
}

.contact__container .privacyCh a {
  color: #2fb2e6;
  text-decoration: underline;
}

.privacy__footer {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .contact__container input[type='text'],
  .contact__container input[type='email'],
  .contact__container input[type='tel'],
  .contact__container textarea,
  .contact__container select {
    font-size: 16px;
  }
  .contact__container ::-webkit-input-placeholder {
    font-size: 16px;
  }
  .contact__container :-ms-input-placeholder {
    font-size: 16px;
  }
  .contact__container ::-ms-input-placeholder {
    font-size: 16px;
  }
  .contact__container ::placeholder {
    font-size: 16px;
  }
  .contact__container form#mailformpro label {
    line-height: 1.5;
  }
  .contact__container.check__contents {
    margin-top: 60px;
  }
  .contact__lead {
    max-width: 560px;
    margin: 0 auto;
  }
  .contact__lead p {
    text-align: center;
  }
  .contact__container dl.mailform {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contact__container .privacyLead {
    padding: 70px 20px;
  }
  .contact__container form#mailformpro dl dt,
  .contact__container form#mailformpro dl dd {
    margin: 0 0 30px;
    padding: 0 0 30px;
  }
  .contact__container form#mailformpro dl dt {
    width: 230px;
    text-align: left;
    letter-spacing: 0.05em;
  }
  .contact__container form#mailformpro dl dt:not(:last-of-type),
  .contact__container form#mailformpro dl dd:not(:last-of-type) {
    border-bottom: 1px solid #b3b1b1;
  }
  .contact__container form#mailformpro dl dd {
    width: calc(100% - 230px);
  }
  .contact__container .mfp_element_submit {
    padding: 10px 100px;
  }
  .contact__container .privacyLead {
    padding: 20px;
  }
  .contact__container .privacyLead p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .contact__container main.thanks .container {
    min-height: calc(100vh - 102px);
  }
  .contact__container main.thanks h1 {
    font-size: 22px;
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .contact__container form#mailformpro dl dt {
    width: 350px;
  }
  .contact__container form#mailformpro dl dd {
    width: calc(100% - 350px);
  }
}

@media (min-width: 1200px) {
  .privacy__footer {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}

.container {
  width: 960px;
  margin: 40px auto 0 auto;
}

.home-left {
  float: left;
  width: 580px;
}

.home-right {
  float: right;
  width: 340px;
}

.heading {
  border: 1px solid #e8e9e9;
  background: #f4f6f5;
  line-height: 60px;
  letter-spacing: 0.2em;
  font-size: 30px;
  font-weight: bold;
  color: #0852a0;
  padding-left: 20px;
  margin-bottom: 40px;
}

.news-container {
  position: relative;
  width: 580px;
  height: 277px;
  overflow: hidden;
  margin: 0 auto;
}

.news-container .news {
  line-height: 2;
}

.news li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.news li span {
  display: block;
  font-weight: bold;
  color: #0852a0;
}

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

.fb-container {
  float: right;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
  .home-left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .news-container {
    width: 100%;
  }
  .home-right {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .fb-container {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .fb-page {
    display: block !important;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    height: 450px;
  }
}

@media (min-width: 1200px) {
  .section__news .title__wrapper .title__wrapper__inner {
    margin-bottom: 10px;
  }
  .facebook__feed--inner {
    max-height: 388px;
  }
}

@media (min-width: 768px) {
  .company__logo a img {
    width: 70%;
  }
  .footer__inner ul li.entry__btn a {
    font-size: 1.4rem;
  }
}

@media (min-width: 1024px) {
  .company__logo {
    max-width: 250px;
  }
  .footer__inner ul li.entry__btn {
    width: 190px;
  }
  .footer__inner ul li.entry__btn a {
    width: 100%;
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .mt-10 {
    margin-top: 25px;
  }
  .company__logo a img {
    width: 60%;
  }
}
/*# sourceMappingURL=index.css.map */