@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

body {
  color: #1d1d1d;
  font-size: 1.6rem;
  min-width: 1060px;
  -webkit-text-size-adjust: none;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow: auto;
}

img {
  border: 0;
  vertical-align: top;
}

sup {
  font-size: 0.4em;
  vertical-align: super;
}

/**
 * ANCHOR
 */
a {
  color: #1183c0;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
  a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  html {
    font-size: 1.3333333333vw;
  }
  body {
    min-width: 0;
  }
  img {
    max-width: 100%;
  }
  main {
    position: relative;
    overflow: hidden;
  }
}
body {
  margin: 0 auto;
}

a {
  color: #000;
}

li {
  list-style: none;
}

h2 {
  line-height: 1.2;
}

/*---------------------
    共通 
---------------------*/
.title__inner {
  margin-bottom: 20px;
}
.title__inner h2 {
  font-size: 5rem;
  font-family: "Renner*";
  font-weight: 500;
  text-align: center;
  color: #e50012;
}
.title__inner h2 .title-ja {
  font-size: 1.8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  color: #646464;
}
.title__inner .title__text {
  font-size: 2.2rem;
}
.title__inner .title__text P {
  padding-top: 1rem;
}

@media screen and (max-width: 740px) {
  .title__inner h2 {
    font-size: 11.2vw;
  }
  .title__inner h2 .title-ja {
    font-size: 4.8vw;
  }
  .title__inner .title__text {
    font-size: 4.8vw;
  }
}
/*---------------------
    HEADER 
---------------------*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  padding: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e50012;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2000;
}
.header__logo__item {
  width: 200px;
}
.header__logo__item img {
  width: 100%;
}
.header__logo__item__btn a {
  color: #FFF;
  background: #e50012;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 1rem 1rem;
  position: relative;
  display: block;
}
.header__logo__item__btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 2rem solid #930012;
  border-right: 2rem solid transparent;
}

@media screen and (max-width: 740px) {
  .header__logo__item {
    width: 30vw;
  }
  .header__logo__item__btn a {
    font-size: 3.2vw;
  }
}
.header__navList nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__navList nav ul li {
  text-align: center;
}
.header__navList nav ul li a {
  cursor: pointer;
  font-size: 1.8rem;
  letter-spacing: 0.125rem;
}
.header__navList nav ul li a .navList__item__en {
  font-family: "Renner*";
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
.header__navList nav ul li a .navList__item {
  border-bottom: 1px solid #333;
  padding: 0 1.2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__navList nav ul li a {
    font-size: 1.6rem;
  }
}
.header__navList nav ul li:hover a {
  color: #e50012;
}
.header__navList nav ul li:hover a .navList__item {
  border-bottom: 1px solid #e50012;
}
.header__navList nav ul li + li {
  margin-left: 24px;
}

@media screen and (max-width: 740px) {
  body.open {
    position: fixed;
  }
  #nav-toggle {
    position: absolute;
    top: 5vw;
    right: 5vw;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 10vw;
  }
  #nav-toggle > div:after {
    content: "MENU";
    bottom: -10vw;
    position: absolute;
    font-family: "Renner*";
    font-size: 3.4666666667vw;
  }
  #nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #333;
    position: absolute;
    -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
    transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
    transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 2vw;
  }
  #nav-toggle span:nth-child(3) {
    top: 4vw;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 0;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 4vw;
  }
  .open #nav-toggle span {
    background: #000;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .open #nav-toggle div:after {
    display: none;
  }
  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }
  #container {
    z-index: 900;
  }
  #gloval-nav {
    background: rgba(255, 255, 255, 0.95);
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -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;
    font-size: 29px;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  #gloval-nav a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 10px 0;
    -webkit-transition: color 0.6s ease;
    transition: color 0.6s ease;
  }
  #gloval-nav a:hover {
    color: #666;
  }
  #gloval-nav ul {
    list-style: none;
  }
  #gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.2s ease;
    transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
  }
  #gloval-nav ul li:nth-child(2) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  #gloval-nav ul li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #gloval-nav ul li:nth-child(4) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  #gloval-nav ul li:nth-child(5) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  #gloval-nav ul li:nth-child(6) {
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
  #gloval-nav ul li:nth-child(7) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  #gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 0.9s ease;
    transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
    margin-bottom: 2vw;
  }
  #gloval-nav li a .navList__item {
    font-size: 5.6vw;
  }
  #gloval-nav li a .navList__item__en {
    font-size: 3.7333333333vw;
    border-top: 1px solid #333;
  }
  /* open */
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
    padding-top: 16vw;
  }
  .open #gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 0.9s ease;
    transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
    margin-bottom: 2vw;
  }
  .open #gloval-nav li a .navList__item {
    font-size: 5.6vw;
  }
  .open #gloval-nav li a .navList__item__en {
    font-size: 3.7333333333vw;
    border-top: 1px solid #333;
  }
}
/*---------------------
    mainvisual
---------------------*/
.mainvisual {
  margin-bottom: 80px;
}
@media screen and (max-width: 740px) {
  .mainvisual {
    margin-bottom: 2.6666666667vw;
  }
}
.mainvisual__inner {
  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;
  margin: 0 auto;
  border-top: 10px solid #e50012;
  border-bottom: 10px solid #e50012;
}
@media screen and (max-width: 740px) {
  .mainvisual__inner {
    border-top: 5px solid #e50012;
    border-bottom: 5px solid #e50012;
  }
}
.mainvisual__inner .logo {
  width: 40%;
  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;
}
@media screen and (max-width: 740px) {
  .mainvisual__inner .logo {
    width: 100%;
    padding: 4vw 0;
  }
}
.mainvisual__inner .logo img {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 740px) {
  .mainvisual__inner .logo img {
    width: 53.3333333333vw;
  }
}
.mainvisual__inner .mv {
  width: 60%;
  height: 500px;
  background-image: url(../imgs/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 740px) {
  .mainvisual__inner .mv {
    width: 100%;
    height: 250px;
  }
}

/*---------------------
    ABOUT US
---------------------*/
.about_us {
  margin-bottom: 80px;
}
.about_us .title__inner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.about_us .title__inner .title__text {
  font-size: 2.2rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.sec01-img {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
}
.sec01-img .logo {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
  margin-bottom: 6rem;
}
.sec01-img .logo img {
  width: 100%;
}
.sec01-img img {
  width: 100%;
}

@media screen and (max-width: 740px) {
  .about_us {
    margin: 0 5vw;
  }
  .about_us .title__inner .title__text {
    font-size: 4.8vw;
  }
  .sec01-img .logo {
    width: 60vw;
  }
}
/*---------------------
    ABOUT US 02
---------------------*/
.about_us02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.about_us02__title {
  margin: 0 auto;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

@media screen and (max-width: 740px) {
  .about_us02 {
    display: block;
    margin-top: 0vw;
  }
  .about_us02__title {
    font-size: 6.9333333333vw;
    margin: 0 5vw;
    margin-top: 10vw;
    margin-bottom: 5vw;
  }
}
.about_us02-item {
  width: calc(50% - 25px);
  background: #e8e8e8;
  margin-bottom: 60px;
}
.about_us02-item__title {
  background: #FFF;
  padding-bottom: 0.5rem;
}
.about_us02-item__title h2 {
  font-family: "Renner*";
  font-weight: 200;
  font-size: 4.2rem;
  line-height: 1;
}
.about_us02-item__title-ja {
  font-size: 2rem;
  color: #000;
  padding-top: 1.6rem;
  letter-spacing: 0.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.about_us02-item__title-en--strong {
  display: block;
  font-weight: 600;
}
.about_us02-item__title-en--strong2 {
  display: inline-block;
  font-weight: 400;
}
.about_us02-item__title-en--strong2--blue {
  color: #004280;
}
.about_us02-item__title-en--strong2--orange {
  color: #ec6500;
}
.about_us02-item__title-en--strong2--red {
  color: #c01248;
}
.about_us02-item__title-en--strong2--green {
  color: #0084ab;
}
.about_us02-item-area ul {
  font-size: 1.8rem;
  padding: 2rem 2rem 5rem 2rem;
}
.about_us02-item-area ul li {
  line-height: 1.7;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 740px) {
  .about_us02-item-area ul li {
    text-indent: -2.5rem;
    padding-left: 2.5rem;
  }
}
.about_us02-item-area .about_us02__subtitle {
  background: #3c3c3c;
  padding: 1rem 2rem;
  color: #FFF;
  font-size: 1.6rem;
}
.about_us02-item-area .about_us02__subtitle--blue {
  background: #004280;
}
.about_us02-item-area .about_us02__subtitle--orange {
  background: #ec6500;
}
.about_us02-item-area .about_us02__subtitle--red {
  background: #c01248;
}
.about_us02-item-area .about_us02__subtitle--green {
  background: #0084ab;
}
@media screen and (max-width: 740px) {
  .about_us02-item-area .about_us02__subtitle {
    font-size: 4.2666666667vw;
  }
}

.about_us02-item:first-child {
  background: #e1e7ee;
}

.about_us02-item:nth-child(2) {
  background: #f9ebe1;
}

.about_us02-item:nth-child(3) {
  background: #f4e2e8;
}

.about_us02-item:nth-child(4) {
  background: #e1eef2;
}

.about_us02-item:nth-child(even) {
  margin-left: 50px;
}

@media screen and (max-width: 740px) {
  .about_us02-item {
    width: calc(100% - 10vw);
    margin: 0 5vw;
    margin-bottom: 10vw;
  }
  .about_us02-item__title h2 {
    font-size: 9.6vw;
  }
  .about_us02-item__title-ja {
    font-size: 5.0666666667vw;
  }
  .about_us02-item-area ul li {
    font-size: 4.2666666667vw;
  }
  .about_us02-item:nth-child(even) {
    margin-left: 5vw;
  }
}
/*---------------------
    SERVICE 
---------------------*/
.service {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.service .title__inner {
  max-width: 720px;
  margin: 0 auto;
}
.service__images {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.service__images img {
  width: 100%;
}

@media screen and (max-width: 740px) {
  .service {
    margin: 0 5vw;
    margin-top: 16vw;
  }
}
.contens_wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contens_wrap__inner__item {
  width: calc(50% - 25px);
}
.contens_wrap__inner__item__title {
  background: #e50012;
  color: #FFF;
  text-align: center;
  font-size: 2.8rem;
  padding: 3rem 0;
}
.contens_wrap__inner__item__text {
  text-align: left;
  margin-top: 3rem;
  font-size: 1.7rem;
  line-height: 1.75;
}
.contens_wrap__inner__item + .contens_wrap__inner__item {
  margin-left: 50px;
}

@media screen and (max-width: 740px) {
  .contens_wrap__inner {
    display: block;
  }
  .contens_wrap__inner__item {
    width: 100%;
  }
  .contens_wrap__inner__item__title {
    font-size: 5.0666666667vw;
  }
  .contens_wrap__inner__item__text {
    font-size: 4.2666666667vw;
    text-align: left;
  }
  .contens_wrap__inner__item + .contens_wrap__inner__item {
    margin-top: 8vw;
  }
  .contens_wrap__inner__item + .contens_wrap__inner__item {
    margin-left: 0vw;
  }
}
/*---------------------
    COMPANY 
---------------------*/
.company {
  margin-bottom: 120px;
}
.company__contents {
  margin: 0 auto;
  max-width: 600px;
}

.company-info-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.company-info-tab li {
  width: 48%;
  padding: 5px 0;
  border: 1px solid #e50012;
  text-align: center;
  cursor: pointer;
}
.company-info-tab li.active {
  background-color: #e50012;
  color: #fff;
}

.company-info {
  display: none;
  font-size: 1.8rem;
}
.company-info.active {
  display: block;
}
.company-info dl {
  margin: 30px 0;
}
.company-info dl dt {
  width: 15%;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
  float: left;
  clear: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.company-info dl dd {
  margin: 0 0 0 80px;
  padding: 0;
  padding-left: 20px;
  border-top: 1px solid #ccc;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-info dl dd > div .indent {
  margin-left: 8.8rem;
}
@media screen and (max-width: 740px) {
  .company-info dl dd > div .indent {
    display: inline-block;
    margin-left: 2rem;
  }
}
.company-info dl .no-boader {
  border-top: none;
}
.company-info.en dl dt {
  width: 28%;
}

@media screen and (max-width: 740px) {
  .company {
    margin-bottom: 16vw;
  }
  .company__contents {
    margin: 0 5vw;
    margin-top: 16vw;
  }
  .company-info-tab {
    margin-top: 5vw;
  }
  .company-info-tab li {
    font-size: 3.7333333333vw;
    line-height: 1.4;
  }
  .company-info {
    font-size: 4.2666666667vw;
  }
  .company-info dl {
    margin-top: 5vw;
  }
  .company-info dl dt, .company-info dl dd {
    width: 100%;
    padding: 0;
  }
  .company-info dl dt {
    float: inherit;
    border-top: none;
    font-weight: bold;
  }
  .company-info dl dd {
    border-top: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding-left: 0;
    margin-bottom: 2vw;
    padding-bottom: 2vw;
  }
  .company-info.en dl dt {
    width: 100%;
  }
}
.company-map {
  max-width: 100%;
  height: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .company-map {
    height: 66.6666666667vw;
  }
}
.company-map iframe {
  width: 100% !important;
  height: 100% !important;
}

/*---------------------
    PRIVACY 
---------------------*/
.privacy {
  margin-bottom: 120px;
}
.privacy__contents {
  margin: 0 auto;
  max-width: 1024px;
}

.privacy-info {
  font-size: 1.8rem;
}
.privacy-info h3 {
  margin-top: 40px;
}
.privacy-info h4 {
  margin-top: 20px;
}
.privacy-info p {
  margin-top: 10px;
}
.privacy-info table {
  margin-top: 10px;
  border: 1px solid #000;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.6rem;
}
.privacy-info table tr:first-child {
  background-color: #ddd;
}
.privacy-info table tr th, .privacy-info table tr td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #000;
}
.privacy-info table tr th {
  width: 18%;
}
.privacy-info ul {
  width: 100%;
}
.privacy-info ul li {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.privacy-info ul li p {
  width: 98%;
  margin-top: 0;
}
.privacy-info ul li:before {
  width: 2%;
  display: inline;
  text-align: center;
}
.privacy-info ul.disc > li:before {
  content: "・";
}
.privacy-info ul.number > li {
  counter-increment: number;
}
.privacy-info ul.number > li:before {
  content: counter(number) ".";
}
.privacy-info ul.number.-type2 > li {
  counter-increment: number2;
}
.privacy-info ul.number.-type2 > li p {
  width: 97%;
}
.privacy-info ul.number.-type2 > li:before {
  width: 3%;
  content: "（" counter(number2) "）";
}
.privacy-info ul.number.-type3 {
  padding-left: 2%;
}
.privacy-info ul.number.-type3 > li {
  counter-increment: number3;
}
.privacy-info ul.number.-type3 > li p {
  margin-left: 0.5%;
}
.privacy-info ul.number.-type3 > li:before {
  margin-top: 0.4%;
  width: 18px;
  height: 18px;
  content: counter(number3);
  border: 1px solid;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: 1.4rem;
}
.privacy-info ul.asterisk {
  padding-left: 2%;
}
.privacy-info ul.asterisk > li:before {
  content: "※";
}

@media screen and (max-width: 740px) {
  .privacy {
    margin-bottom: 16vw;
  }
  .privacy__contents {
    margin: 0 5vw;
    margin-top: 16vw;
  }
  .privacy-info {
    font-size: 4.2666666667vw;
  }
  .privacy-info table {
    font-size: 3.4666666667vw;
  }
  .privacy-info table tr th, .privacy-info table tr td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #000;
  }
  .privacy-info table tr th {
    width: 30%;
  }
  .privacy-info ul li p {
    width: 95%;
  }
  .privacy-info ul li:before {
    width: 5%;
  }
  .privacy-info ul.number.-type2 > li p {
    width: 90%;
  }
  .privacy-info ul.number.-type2 > li:before {
    width: 10%;
  }
  .privacy-info ul.number.-type3 {
    padding-left: 10%;
  }
  .privacy-info ul.number.-type3 > li p {
    margin-left: 1%;
  }
  .privacy-info ul.number.-type3 > li:before {
    margin-top: 0.6vw;
    font-size: 3.7333333333vw;
  }
  .privacy-info ul.asterisk {
    padding-left: 5%;
  }
}
/*---------------------
    PARTNER 
---------------------*/
.partner {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.partner .title__inner {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
.partner__text {
  text-align: center;
  margin-top: 40px;
  font-size: 1.8rem;
  line-height: 1.75;
}
.partner__btn {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.partner__btn a {
  color: #FFF;
  background: #e50012;
  display: block;
  cursor: pointer;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 1.2rem;
  position: relative;
}
.partner__btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 3rem solid #930012;
  border-right: 3rem solid transparent;
}

@media screen and (max-width: 740px) {
  .partner {
    margin: 0 5vw;
  }
  .partner__text {
    font-size: 4.2666666667vw;
    text-align: left;
  }
  .partner__btn a {
    font-size: 5.6vw;
    padding: 2vw;
  }
}
/*---------------------
    CONTACT 
---------------------*/
.contact {
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.contact__inner__text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.75;
}
.contact-btn {
  text-align: center;
  background: #727171;
  margin-bottom: 20px;
}
.contact-btn a {
  color: #FFF;
  font-size: 2.8rem;
  font-weight: bold;
  display: block;
  cursor: pointer;
  padding: 1.2rem;
}

@media screen and (max-width: 740px) {
  .contact {
    margin: 0 5vw;
    margin-top: 16vw;
    margin-bottom: 16vw;
  }
  .contact__inner__text {
    font-size: 4.2666666667vw;
  }
  .contact-btn a {
    font-size: 5.6vw;
    padding: 2vw 0;
  }
}
/*---------------------
    フッター
---------------------*/
/*.privacy {
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 40px 0;  
  &__inner {
    h3 {
      font-size: 1.8rem;
      margin-bottom: 10px;
    }
    font-size: 1.2rem;
  }
}

@include mq() {
  .privacy {
    &__inner {
      margin: 0 5vw;
      h3 {
        font-size: get_vw(36);
        text-align: center;
      }
      font-size: get_vw(32);
      text-align: left;
    }
  }
}*/
.footer_bnrArea {
  background: #e5e5e5;
  padding: 4rem 0;
}
.footer_bnrArea--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.footer_bnrArea--item li.-wide {
  width: 100%;
  margin-bottom: 20px;
}
.footer_bnrArea--item img {
  width: 100%;
}

@media screen and (max-width: 740px) {
  .footer_bnrArea--item {
    display: block;
  }
  .footer_bnrArea--item li {
    width: calc(100% - 10vw);
    text-align: center;
    margin: 0 auto;
  }
  .footer_bnrArea--item li.-wide {
    width: calc(100% - 10vw);
    margin-bottom: 0;
  }
  .footer_bnrArea--item li + li {
    margin-top: 5vw;
  }
}
.footer-nav--item {
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 30px 0;
}
.footer-nav--item li {
  width: 20%;
  text-align: center;
}
.footer-nav--item li a {
  color: #333;
  font-family: "rennerlight";
  font-size: 2rem;
  text-align: center;
}
.footer-nav--item li + li {
  border-left: 1px solid #000;
}

@media screen and (max-width: 740px) {
  .footer-nav--item {
    display: block;
    padding: 0;
  }
  .footer-nav--item li {
    width: 100%;
  }
  .footer-nav--item li a {
    font-size: 4.8vw;
    display: block;
    padding: 1.5rem 0;
  }
  .footer-nav--item li + li {
    border-left: none;
    border-top: 1px solid #000;
  }
  .footer-nav--item li:first-child {
    border-top: 1px solid #000;
  }
  .footer-nav--item li:last-child {
    border-bottom: 1px solid #000;
  }
}
.footer-nav-bottom {
  background: #232323;
}
.footer-nav-bottom--item {
  padding: 40px 0;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-nav-bottom--item li {
  font-size: 1.2rem;
}
.footer-nav-bottom--item li a {
  color: #FFF;
}

.copyright {
  font-size: 1.2rem;
  padding: 30px 0;
  background: #000;
  color: #FFF;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .footer-nav-bottom--item {
    display: block;
    margin: 0;
    padding: 2vw 0;
  }
  .footer-nav-bottom--item li a {
    font-size: 3.7333333333vw;
    display: block;
    text-indent: 5vw;
    padding: 3vw 0;
  }
  .footer-nav-bottom--item li + li {
    border-top: 1px solid #464646;
  }
  .copyright {
    font-size: 3.7333333333vw;
  }
}
/*---------------------
    トップに戻る
---------------------*/
#page_top {
  width: 30px;
  height: 30px;
  position: fixed;
  right: 5%;
  bottom: -10%;
  background: #e50012;
}

#page_top a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  text-decoration: none;
}

#page_top a::before {
  content: "";
  background-image: url(../imgs/arrow.svg);
  background-size: contain;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 740px) {
  #page_top {
    right: 5vw;
  }
}