/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*-----reset cssここまで-----*/


/*-----main-----*/

body {
  /*font-family: 'PT Serif', serif;*/
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a:hover {
  opacity: 0.8;
}

main h2 {
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  color: #333;
  position: relative;
}

main h2::before {
  position: absolute;
  content: "";
  background-color: #333;
  height: 1px;
  width: 85px;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

main h3 {
  font-size: 36px;
  font-weight: bold;
  color: #E50012;
}

main p {
  font-size: 18px;
  color: #808080;
}


@media screen and (max-width:780px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width:780px) {
  .sp-only {
    display: block;
  }
}


@media screen and (max-width:525px) {

  main h2 {
    font-size: 32px;
  }

  main h2::before {
    width: 60px;
    bottom: -15px;
  }

  main h3 {
    font-size: 24px;
  }

  main p {
    font-size: 14px;
  }
}

/*-----header-----*/

.header__in {
  max-width: 950px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__in nav ul {
  display: flex;
  align-items: center;
}

.header__in nav ul li {
  margin-left: 35px;
}

@media screen and (max-width:525px) {
  .header__in {
    padding: 10px;
  }

  .header__in h1 img {
    max-width: 160px;
  }

  .header__in nav ul li {
    margin-left: 10px;
  }

  .header__in nav ul li a {
    font-size: 14px;
  }
}


/*-----mv-----*/
.mv {
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
}

.mv img {
  width: 100%;
}


/*-----history-----*/

.history {
  padding: 90px 0 120px;
  position: relative;
}

.history::before {
  position: absolute;
  content: "";
  background-image: url(../images/anniversary.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 120px;
  left: 55%;
  width: 435px;
  height: 270px;
}


.wrap {
  max-width: 1230px;
  width: 95%;
  margin: 0 auto;
}

.history h2 {
  text-align: center;
  margin-bottom: 115px;
}

.history-center-line {
  width: 9px;
  height: 4100px;
  background-image: url(../images/line.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 525px){
  .history-center-line {
    background-position: center bottom;
  }
}

.history-main {
  display: flex;
  position: relative;
}


@media screen and (max-width:1080px) {
  .history {
    padding: 90px 0 150px;
  }

  .history::before {
    width: 330px;
    height: 270px;
  }
}

@media screen and (max-width:1080px) {
  .history-center-line {
    height: 3800px;
  }
}

@media screen and (max-width:780px) {
  .history {
    padding: 90px 0 300px;
  }

  .history::before {
    content: none;
  }

  .history-center-line {
    height: 3850px;
  }
}

@media screen and (max-width:720px) {
  .history-center-line {
    height: 3750px;
  }
}

@media screen and (max-width:700px) {
  .history-center-line {
    height: 3700px;
  }
}

@media screen and (max-width:680px) {
  .history-center-line {
    height: 3520px;
  }
}

@media screen and (max-width:630px) {
  .history-center-line {
    height: 3450px;
  }
}

@media screen and (max-width:600px) {
  .history-center-line {
    height: 3400px;
  }
}

@media screen and (max-width:525px) {
  .history {
    padding: 90px 0 150px;
  }

  .history-center-line {
    width: 6px;
    height: 3060px;
  }
}

@media screen and (max-width:510px) {
  .history-center-line {
    height: 3015px;
  }
}

@media screen and (max-width:480px) {
  .history-center-line {
    height: 2950px;
  }
}

@media screen and (max-width:450px) {
  .history-center-line {
    height: 2845px;
  }
}

@media screen and (max-width:410px) {
  .history-center-line {
    height: 2770px;
    background-position: left center;
  }
}

@media screen and (max-width:360px) {
  .history-center-line {
    height: 2670px;
  }
}

@media screen and (max-width:312px) {
  .history-center-line {
    height: 2875px;
  }
}

/*-----left共通-----*/
.history-left {
  flex-basis: 50%;
  text-align: right;
  padding: 0 100px 0 0;
}

.history-left__item h3 {
  position: relative;
  padding-right: 20px;
  margin-bottom: 5px;
}

.history-left__item p {
  padding-right: 20px;
}

.history-left__item img {
  width: 330px;
}

.history-left__item h3::before {
  position: absolute;
  content: "";
  background-color: #E50012;
  height: 4px;
  width: 100px;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}

.history-left__item h3::after {
  position: absolute;
  content: "";
  background-image: url(../images/bolt.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  top: 50%;
  right: -113px;
  transform: translateY(-50%);
}

/*-----left各item-----*/

/*ボルトの位置*/
.history-left__item02 h3::after {
  width: 18px;
  height: 18px;
  right: -114px;
}

.history-left__item03 h3::after {
  width: 20px;
  height: 20px;
  right: -115px;
}

.history-left__item04 h3::after {
  width: 22px;
  height: 22px;
  right: -116px;
}

.history-left__item05 h3::after {
  width: 24px;
  height: 24px;
  right: -117px;
}

.history-left__item06 h3::after {
  width: 26px;
  height: 26px;
  right: -118px;
}

.history-left__item07 h3::after {
  width: 28px;
  height: 28px;
  right: -119px;
}

.history-left__item08 h3::after {
  width: 29px;
  height: 29px;
  right: -119px;
}

/*ボルトの位置ここまで*/


.history-left__item01 {
  margin-top: 160px;
  margin-bottom: 35px;
}

.history-left__item-box01 {
  margin-bottom: 45px;
}

.history-left__item02 {
  margin-bottom: 25px;
}

.history-left__item-box02 {
  margin-bottom: 30px;
}

.history-left__item03 {
  margin-bottom: 35px;
}

.history-left__item-box03 {
  margin-bottom: 75px;
}

.history-left__item04 {
  margin-bottom: 285px;
}

.history-left__item05 {
  margin-bottom: 45px;
}

.history-left__item05 img {
  width: 400px;
}

.history-left__item-box05 {
  margin-bottom: 75px;
}

.history-left__item06 {
  margin-bottom: 45px;
}

.history-left__item-box06 {
  margin-bottom: 75px;
}

.history-left__item07 {
  margin-bottom: 70px;
}

.history-left__item-box07 {
  margin-bottom: 75px;
}

.history-left__item08 {
  margin-bottom: 100px;
  position: relative;
}

@media screen and (max-width:1080px) {
  /*ボルトの位置*/

  .history-left__item h3::after {
    right: -62px;
  }

  .history-left__item02 h3::after {
    right: -63px;
  }

  .history-left__item03 h3::after {
    right: -64px;
  }

  .history-left__item04 h3::after {
    right: -65px;
  }

  .history-left__item05 h3::after {
    right: -66px;
  }

  .history-left__item06 h3::after {
    right: -67px;
  }

  .history-left__item07 h3::after {
    right: -68px;
  }

  .history-left__item08 h3::after {
    right: -69px;
  }


  .history-left {
    padding: 0 50px 0 0;
  }

  .history-left__item h3 {
    position: relative;
    padding-right: 10px;
  }

  .history-left__item p {
    padding-right: 10px;
  }

  .history-left__item img {
    width: 100%;
    max-width: 300px;
  }

  .history-left__item h3::before {
    width: 50px;
    right: -50px;
  }
}

@media screen and (max-width:780px) {
  .history-left__item h3::after {
    width: 16px;
    height: 16px;
    right: -62px;
  }

  .history-left__item02 h3::after {
    width: 18px;
    height: 18px;
    right: -63px;
  }

  .history-left__item03 h3::after {
    width: 18px;
    height: 18px;
    right: -63px;
  }

  .history-left__item04 h3::after {
    width: 18px;
    height: 18px;
    right: -63px;
  }

  .history-left__item05 h3::after {
    width: 20px;
    height: 20px;
    right: -64px;
  }

  .history-left__item06 h3::after {
    width: 22px;
    height: 22px;
    right: -65px;
  }

  .history-left__item07 h3::after {
    width: 24px;
    height: 24px;
    right: -66px;
  }

  .history-left__item08 h3::after {
    width: 26px;
    height: 26px;
    right: -67px;
  }

  .history-left__item02 {
    margin-bottom: 80px;
  }

  .history-left__item-box03 {
    margin-bottom: 40px;
  }

  .history-left__item-box04 {
    margin-bottom: 230px;
  }

  .history-left__item08::before {
    position: absolute;
    content: "";
    background-image: url(../images/anniversary.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 245px;
    left: calc(100% - 120px);
    width: 400px;
    height: 275px;
  }
}


@media screen and (max-width:525px) {
  .history-left__item h3::before {
    height: 3px;
  }

  .history-left__item h3::after {
    width: 10px;
    height: 10px;
    right: -38px;
  }

  .history-left__item02 h3::after {
    width: 12px;
    height: 12px;
    right: -39px;
  }

  .history-left__item03 h3::after {
    width: 12px;
    height: 12px;
    right: -39px;
  }

  .history-left__item04 h3::after {
    width: 14px;
    height: 14px;
    right: -40px;
  }

  .history-left__item05 h3::after {
    width: 14px;
    height: 14px;
    right: -40px;
  }

  .history-left__item06 h3::after {
    width: 16px;
    height: 16px;
    right: -41px;
  }

  .history-left__item07 h3::after {
    width: 16px;
    height: 16px;
    right: -41px;
  }

  .history-left__item08 h3::after {
    width: 18px;
    height: 18px;
    right: -42px;
  }


  .history-left {
    padding: 0 30px 0 0;
  }

  .history-left__item h3 {
    padding-right: 5px;
  }

  .history-left__item p {
    padding-right: 5px;
  }

  .history-left__item h3::before {
    width: 30px;
    right: -30px;
  }

  .history-left__item01 {
    margin-top: 125px;
    margin-bottom: 50px;
  }

  .history-left__item04 {
    margin-bottom: 280px;
  }

  .history-left__item06 {
    margin-bottom: 95px;
  }

  .history-left__item08::before {
    width: 250px;
    height: 135px;
    top: 175px;
    left: calc(100% - 80px);

  }
}




/*-----right共通-----*/

.history-right {
  flex-basis: 50%;
  padding: 0 0 0 100px;
}

.history-right__item h3 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

.history-right__item p {
  padding-left: 20px;
}

.history-right__item img {
  width: 330px;
}

.history-right__item h3::before {
  position: absolute;
  content: "";
  background-color: #E50012;
  height: 4px;
  width: 100px;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
}

.history-right__item h3::after {
  position: absolute;
  content: "";
  background-image: url(../images/bolt.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  top: 50%;
  left: -114px;
  transform: translateY(-50%);
}

/*-----right各item-----*/
/*ボルトの位置*/
.history-right__item02 h3::after {
  width: 16px;
  height: 16px;
  left: -112px;
}

.history-right__item03 h3::after {
  width: 18px;
  height: 18px;
  left: -113px;
}

.history-right__item04 h3::after {
  width: 20px;
  height: 20px;
  left: -114px;
}

.history-right__item05 h3::after {
  width: 22px;
  height: 22px;
  left: -115px;
}

.history-right__item06 h3::after {
  width: 24px;
  height: 24px;
  left: -116px;
}

.history-right__item07 h3::after {
  width: 26px;
  height: 26px;
  left: -117px;
}

.history-right__item08 h3::after {
  width: 28px;
  height: 28px;
  left: -118px;
}

.history-right__item01 {
  margin-top: -20px;
  margin-bottom: 40px;
}

.history-right__item01 img {
  width: 415px;
}

.history-right__item-box01 {
  margin-bottom: 35px;
}

.history-right__item02 {
  margin-bottom: 85px;
}

.history-right__item02 img {
  width: 215px;
  margin-left: 20px;
}

.history-right__item-box02 {
  margin-bottom: 75px;
}

.history-right__item-box03 {
  margin-bottom: 70px;
}

.history-right__item03 {
  margin-bottom: 50px;
}

.history-right__item04 {
  margin-bottom: 220px;
}

.history-right__item05 {
  margin-bottom: 50px;
}

.history-right__item-box05 {
  margin-bottom: 50px;
}

.history-right__item06 {
  margin-bottom: 75px;
}

.history-right__item-box06 {
  margin-bottom: 60px;
}

.history-right__item07 {
  margin-bottom: 475px;
}

@media screen and (max-width:1080px) {

  /*ボルトの位置*/
  .history-right__item h3::after {
    left: -64px;
  }

  .history-right__item02 h3::after {
    left: -62px;
  }

  .history-right__item03 h3::after {
    left: -63px;
  }

  .history-right__item04 h3::after {
    left: -64px;
  }

  .history-right__item05 h3::after {
    left: -65px;
  }

  .history-right__item06 h3::after {
    left: -66px;
  }

  .history-right__item07 h3::after {
    left: -67px;
  }

  .history-right__item08 h3::after {
    left: -68px;
  }


  .history-right {
    padding: 0 0 0 50px;
  }

  .history-right__item h3 {
    padding-left: 10px;
  }

  .history-right__item p {
    padding-left: 10px;
  }

  .history-right__item img {
    width: 100%;
    max-width: 300px;
  }

  .history-right__item02 img {
    width: 100%;
    max-width: 215px;
  }

  .history-right__item h3::before {
    width: 50px;
    left: -50px;
  }

  .history-right__item02 {
    margin-bottom: 135px;
  }

  .history-right__item04 {
    margin-bottom: 230px;
  }
}

@media screen and (max-width:780px) {
  .history-right__item h3::after {
    width: 20px;
    height: 20px;
    left: -64px;
  }

  .history-right__item02 h3::after {
    width: 16px;
    height: 16px;
    left: -62px;
  }

  .history-right__item03 h3::after {
    width: 18px;
    height: 18px;
    left: -63px;
  }

  .history-right__item04 h3::after {
    width: 18px;
    height: 18px;
    left: -63px;
  }

  .history-right__item05 h3::after {
    width: 18px;
    height: 18px;
    left: -63px;
  }

  .history-right__item06 h3::after {
    width: 20px;
    height: 20px;
    left: -64px;
  }

  .history-right__item07 h3::after {
    width: 22px;
    height: 22px;
    left: -65px;
  }

  .history-right__item08 h3::after {
    width: 24px;
    height: 24px;
    left: -66px;
  }

  .history-right__item02 img {
    margin-left: 0px;
  }

  .history-right__item02 {
    margin-bottom: 25px;
  }

  .history-right__item04 {
    margin-bottom: 265px;
  }

  .history-right__item07 {
    margin-bottom: 400px;
  }
}


@media screen and (max-width:525px) {
  .history-right__item h3::before {
    height: 3px;
  }

  /*ボルトの位置*/
  .history-right__item h3::after {
    width: 16px;
    height: 16px;
    left: -41px;
  }

  .history-right__item02 h3::after {
    width: 10px;
    height: 10px;
    left: -38px;
  }

  .history-right__item03 h3::after {
    width: 12px;
    height: 12px;
    left: -39px;
  }

  .history-right__item04 h3::after {
    width: 12px;
    height: 12px;
    left: -39px;
  }

  .history-right__item05 h3::after {
    width: 14px;
    height: 14px;
    left: -40px;
  }

  .history-right__item06 h3::after {
    width: 14px;
    height: 14px;
    left: -40px;
  }

  .history-right__item07 h3::after {
    width: 16px;
    height: 16px;
    left: -41px;
  }

  .history-right__item08 h3::after {
    width: 16px;
    height: 16px;
    left: -41px;
  }


  .history-right {
    padding: 0 0 0 30px;
  }

  .history-right__item h3 {
    padding-left: 5px;
  }

  .history-right__item p {
    padding-left: 5px;
  }

  .history-right__item h3::before {
    width: 30px;
    left: -30px;
  }

  .history-right__item01 {
    margin-bottom: 35px;
  }

  .history-right__item02 {
    margin-bottom: 10px;
  }

  .history-right__item03 {
    margin-bottom: 110px;
  }

  .history-right__item04 {
    margin-bottom: 170px;
  }

  .history-right__item05 {
    margin-bottom: 120px;
  }

  .history-right__item06 {
    margin-bottom: 110px;
  }

  .history-right__item07 {
    margin-bottom: 275px;
  }
}

/*-----company-----*/

.company {
  color: #fff;
  font-size: 24px;
  background-color: #333333;
  padding: 75px 0 125px;
}

.company h2 {
  color: #FFF;
}

.company h2::before {
  background-color: #FFF;
}

.company-content {
  width: 965px;
  margin: 120px auto 0;
}

.company-content dl {
  display: flex;
  margin-bottom: 25px;
  border-bottom: solid 1px #FFF;
  padding-bottom: 20px;
}

.company-content dl:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.company-content dt {
  margin-left: 160px;
  width: 120px;
  text-align-last: justify;
}

.company-content dd {
  padding-left: 100px;
}


@media screen and (max-width:1080px) {

  .company-content {
    width: 100%;
    margin: 120px auto 0;
  }

}

@media screen and (max-width:768px) {
  .company-content dt {
    margin-left: 0;
    min-width: 120px;
  }
}

@media screen and (max-width:525px) {
  .company {
    font-size: 16px;
  }

  .company-content dt {
    min-width: 75px;
    width: 75px;
  }

  .company-content dl {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .company-content dd {
    padding-left: 50px;
  }
}

/*-----map-----*/
.map iframe {
  width: 100%;
  height: 410px;
}

/*-----footer-----*/

footer {
  background-color: #333333;
  padding: 30px;
}

.copyrighgt {
  text-align: center;
}

/*-----fade-in-----*/

.fade-in {
  opacity: 0;
  transition-duration: .8s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 80px);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}