@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////
Common
//////////////////////////////////////////////////////////////////////////////*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Roboto&display=swap");
*,
::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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

img {
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #333;
  font-weight: 400;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.wrap {
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wrap {
    max-width: 96%;
  }
}

.bnr {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .bnr {
    padding: 40px 0;
  }
}
.bnr a {
  display: block;
  width: 42%;
  margin: 0 auto;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .bnr a {
    width: 80%;
  }
}
.bnr a:hover {
  opacity: 0.6;
}

@media (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
/*//////////////////////////////////////////////////////////////////////////////
Layout
//////////////////////////////////////////////////////////////////////////////*/
header.top {
  display: flex;
  padding: 10px 0 0 0;
  justify-content: space-between;
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  header.top {
    display: none;
  }
}
header.top .logo {
  width: 8%;
  margin: 0 0 0 3%;
}
header.top nav {
  margin: 0 3% 0 0;
  width: 86%;
  font-weight: 500;
}
header.top nav ul {
  display: flex;
  justify-content: end;
  align-items: center;
}
header.top nav ul li {
  margin: 0 0 0 1.5%;
  color: #fff;
}
header.top nav ul li:nth-child(9) {
  background: #E2536B;
  padding: 5px 15px;
  transition: all 0.4s;
}
header.top nav ul li:nth-child(9):hover {
  background: #fff;
}
header.top nav ul li:nth-child(10) {
  padding: 5px 30px 5px 15px;
  background: url("../images/common/ico_other_link.png") right 5px center no-repeat #F5A33B;
  background-size: 20px;
  transition: all 0.4s;
}
header.top nav ul li:nth-child(10):hover {
  background: url("../images/common/ico_other_link.png") right 5px center no-repeat #fff;
  background-size: 20px;
}
header.top nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
header.top nav ul li a:hover {
  color: #0099CC;
}

#fixed-header {
  padding: 15px 0;
  justify-content: space-between;
  display: flex;
  width: 100%;
  background: #fff;
  transition: all 0.6s;
  position: fixed;
  top: -100px;
  z-index: 9999;
}
#fixed-header .logo {
  width: 8%;
  margin: 0 0 0 3%;
}
@media (max-width: 767px) {
  #fixed-header .logo {
    width: 25%;
  }
}
#fixed-header .pc-nav {
  margin: 0 3% 0 0;
  width: 86%;
  font-weight: 500;
}
@media (max-width: 767px) {
  #fixed-header .pc-nav {
    display: none;
  }
}
#fixed-header .pc-nav ul {
  display: flex;
  justify-content: end;
  align-items: center;
}
#fixed-header .pc-nav ul li {
  margin: 0 0 0 1.5%;
}
#fixed-header .pc-nav ul li:nth-child(9) {
  background: #E2536B;
  padding: 5px 15px;
  color: #fff;
  transition: all 0.4s;
}
#fixed-header .pc-nav ul li:nth-child(9):hover {
  background: #fff;
}
#fixed-header .pc-nav ul li:nth-child(10) {
  padding: 5px 30px 5px 15px;
  background: url("../images/common/ico_other_link.png") right 5px center no-repeat #F5A33B;
  background-size: 20px;
  color: #fff;
  transition: all 0.4s;
}
#fixed-header .pc-nav ul li:nth-child(10):hover {
  background: url("../images/common/ico_other_link.png") right 5px center no-repeat #fff;
  background-size: 20px;
}
#fixed-header .pc-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
#fixed-header .pc-nav ul li a:hover {
  color: #0099CC;
}
#fixed-header.is-show {
  top: 0;
}
#fixed-header .sp-nav {
  display: none;
}
@media (max-width: 767px) {
  #fixed-header .sp-nav {
    display: block;
  }
  #fixed-header .sp-nav .menu-btn {
    top: 0;
    right: 10px;
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    position: relative;
  }
  #fixed-header .sp-nav .menu-btn span,
  #fixed-header .sp-nav .menu-btn span:before,
  #fixed-header .sp-nav .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #0099CC;
    position: absolute;
  }
  #fixed-header .sp-nav .menu-btn span:before {
    bottom: 8px;
  }
  #fixed-header .sp-nav .menu-btn span:after {
    top: 8px;
  }
  #fixed-header .sp-nav #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }
  #fixed-header .sp-nav #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #fixed-header .sp-nav #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  #fixed-header .sp-nav #menu-btn-check {
    display: none;
  }
  #fixed-header .sp-nav .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
  }
  #fixed-header .sp-nav .menu-content ul {
    padding: 70px 10px 0;
  }
  #fixed-header .sp-nav .menu-content ul li {
    border-bottom: 1px solid #ddd;
    list-style: none;
  }
  #fixed-header .sp-nav .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #0099CC;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  #fixed-header .sp-nav .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #0099CC;
    border-right: solid 2px #0099CC;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  #fixed-header .sp-nav .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background: #fff;
    transition: all 0.5s;
    /*アニメーション設定*/
  }
  #fixed-header .sp-nav #menu-btn-check:checked ~ .menu-content {
    left: 0;
    /*メニューを画面内へ*/
  }
}

.uheader {
  padding: 15px 0;
  justify-content: space-between;
  display: flex;
  width: 100%;
  background: #fff;
  transition: all 0.6s;
  position: fixed;
  z-index: 9999;
}
.uheader .logo {
  width: 8%;
  margin: 0 0 0 3%;
}
@media (max-width: 767px) {
  .uheader .logo {
    width: 25%;
  }
}
.uheader .pc-nav {
  margin: 0 3% 0 0;
  width: 86%;
  font-weight: 500;
}
@media (max-width: 767px) {
  .uheader .pc-nav {
    display: none;
  }
}
.uheader .pc-nav ul {
  display: flex;
  justify-content: end;
  align-items: center;
}
.uheader .pc-nav ul li {
  margin: 0 0 0 1.5%;
}
.uheader .pc-nav ul li:nth-child(9) {
  background: #E2536B;
  padding: 5px 15px;
  color: #fff;
  transition: all 0.4s;
}
.uheader .pc-nav ul li:nth-child(9):hover {
  background: #fff;
}
.uheader .pc-nav ul li:nth-child(10) {
  padding: 5px 30px 5px 15px;
  background: url("../images/common/ico_other_link.png") right 5px center no-repeat #F5A33B;
  background-size: 20px;
  color: #fff;
  transition: all 0.4s;
}
.uheader .pc-nav ul li:nth-child(10):hover {
  background: url("../images/common/ico_other_link.png") right 5px center no-repeat #fff;
  background-size: 20px;
}
.uheader .pc-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.uheader .pc-nav ul li a:hover {
  color: #0099CC;
}
.uheader .sp-nav {
  display: none;
}
@media (max-width: 767px) {
  .uheader .sp-nav {
    display: block;
  }
  .uheader .sp-nav .menu-btn {
    top: 0;
    right: 10px;
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    position: relative;
  }
  .uheader .sp-nav .menu-btn span,
  .uheader .sp-nav .menu-btn span:before,
  .uheader .sp-nav .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #0099CC;
    position: absolute;
  }
  .uheader .sp-nav .menu-btn span:before {
    bottom: 8px;
  }
  .uheader .sp-nav .menu-btn span:after {
    top: 8px;
  }
  .uheader .sp-nav #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }
  .uheader .sp-nav #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .uheader .sp-nav #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .uheader .sp-nav #menu-btn-check {
    display: none;
  }
  .uheader .sp-nav .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
  }
  .uheader .sp-nav .menu-content ul {
    padding: 70px 10px 0;
  }
  .uheader .sp-nav .menu-content ul li {
    border-bottom: 1px solid #ddd;
    list-style: none;
  }
  .uheader .sp-nav .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #0099CC;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  .uheader .sp-nav .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #0099CC;
    border-right: solid 2px #0099CC;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  .uheader .sp-nav .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background: #fff;
    transition: all 0.5s;
    /*アニメーション設定*/
  }
  .uheader .sp-nav #menu-btn-check:checked ~ .menu-content {
    left: 0;
    /*メニューを画面内へ*/
  }
}

footer {
  padding: 80px 0 60px 0;
  background: #0099CC;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0 30px 0;
  }
}
footer .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .box {
    display: block;
  }
}
footer .box .address .logo {
  width: 170px;
}
@media (max-width: 767px) {
  footer .box .address .logo {
    width: 40%;
    display: block;
    margin: 0 auto;
  }
}
footer .box .address ul {
  margin: 30px 0 0 0;
  font-size: 13px;
}
@media (max-width: 767px) {
  footer .box .address ul {
    font-size: 12px;
  }
}
footer .box .address ul li {
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  footer .box .address ul li {
    margin: 10px 0 0 0;
  }
}
footer .box .address ul li:first-child {
  margin: 0;
}
footer .box .address .btn {
  width: 260px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #fff;
  display: block;
  margin: 30px 0 0 0;
  background: url("../images/common/ico_email.svg") left 20px center no-repeat;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  footer .box .address .btn {
    width: 100%;
  }
}
footer .box .address .btn:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.7);
}
footer .box nav {
  width: 50%;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .box nav {
    width: 100%;
    margin: 30px 0 0 0;
    display: block;
    line-height: 2;
  }
}
footer .box nav ul li:before {
  content: "―";
  display: inline-block;
  margin: 0 5px 0 0;
}
footer .box nav ul li ul li {
  text-indent: 1em;
}
footer .box nav ul li ul li:before {
  content: "└";
}
footer .box nav ul li ul li ul li {
  text-indent: 2em;
}
footer p {
  text-align: right;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  footer p {
    margin: 20px 0 0 0;
  }
}

.breadcrumbs {
  border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
  .breadcrumbs {
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
  }
}
.breadcrumbs span {
  display: inline-block;
  margin: 0 5px;
  color: #636363;
  font-size: 14px;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .breadcrumbs span {
    font-size: 12px;
  }
}
.breadcrumbs a {
  transition: all 0.4s;
}
.breadcrumbs a:hover {
  color: #0099CC;
}
.breadcrumbs a.home:before {
  content: "";
  background: url("../images/common/ico_home.svg") 0 4px no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: 15px;
  margin: 0 5px 0 0;
}
@media (max-width: 767px) {
  .breadcrumbs a.home:before {
    background-size: 10px;
    background: url("../images/common/ico_home.svg") 0 0 no-repeat;
    background-size: 10px;
    width: 10px;
    height: 10px;
  }
}

.top .mv {
  background: url("../images/top/img_mv.jpg") center top no-repeat;
  background-size: cover;
  padding: 180px 0 390px 0;
}
@media (max-width: 767px) {
  .top .mv {
    padding: 30px 10px 50px 10px;
    background: url("../images/top/img_mv_sp.jpg") top right no-repeat;
    background-size: cover;
  }
}
.top .mv h1 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 54px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0 0 0 100px;
}
@media (max-width: 767px) {
  .top .mv h1 {
    font-size: 24px;
    margin: 0;
  }
}
.top .top-news {
  max-width: 1040px;
  margin: -120px auto 0 auto;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  padding: 60px 50px;
}
@media (max-width: 767px) {
  .top .top-news {
    max-width: 96%;
    margin: -40px auto 0 auto;
    padding: 15px;
  }
}
.top .top-news .flex-box {
  display: flex;
}
@media (max-width: 767px) {
  .top .top-news .flex-box {
    display: block;
  }
}
.top .top-news .flex-box .left {
  width: 130px;
  margin: 0 30px 0 0;
  text-align: center;
  margin: 0 30px 0 0;
}
@media (max-width: 767px) {
  .top .top-news .flex-box .left {
    width: 100%;
  }
}
.top .top-news .flex-box .left h2 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .top .top-news .flex-box .left h2 {
    font-size: 22px;
  }
}
.top .top-news .flex-box .left h2 span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #0099CC;
  display: block;
  margin-bottom: -10px;
}
@media (max-width: 767px) {
  .top .top-news .flex-box .left h2 span {
    font-size: 14px;
    margin-bottom: -15px;
  }
}
.top .top-news .flex-box .left .all-news {
  font-size: 15px;
  color: #0099CC;
  position: relative;
  display: block;
  width: 100%;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .top .top-news .flex-box .left .all-news {
    width: 50%;
    margin: 0 auto;
    font-size: 14px;
  }
}
.top .top-news .flex-box .left .all-news:before {
  content: "";
  background: url("../images/top/ico_news_list.svg") 0 0 no-repeat;
  background-size: 22px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 4px;
  left: 0;
}
@media (max-width: 767px) {
  .top .top-news .flex-box .left .all-news:before {
    background-size: 18px;
    width: 18px;
    height: 18px;
  }
}
.top .top-news .flex-box .left .all-news:hover {
  border-bottom: 1px solid #0099CC;
}
.top .top-news .flex-box .right {
  width: 780px;
}
@media (max-width: 767px) {
  .top .top-news .flex-box .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top .top-news .flex-box .right dl {
    margin: 20px 0 0 0;
  }
}
.top .top-news .flex-box .right dl dt {
  font-weight: 400;
  width: 120px;
  float: left;
  clear: left;
}
@media (max-width: 767px) {
  .top .top-news .flex-box .right dl dt {
    width: 100%;
    float: none;
    margin: 10px 0 0 0;
  }
}
.top .top-news .flex-box .right dl dd {
  display: flex;
  line-height: 1.6;
  margin: 10px 0 0 0;
}
@media (max-width: 767px) {
  .top .top-news .flex-box .right dl dd {
    display: flex;
  }
}
.top .top-news .flex-box .right dl dd .cat {
  width: 140px;
  height: 30px;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  display: inline-block;
  margin: 0 30px 20px 0;
}
@media (max-width: 767px) {
  .top .top-news .flex-box .right dl dd .cat {
    width: 40%;
    font-size: 11px;
    margin: 0 10px 0 0;
    display: block;
  }
}
.top .top-news .flex-box .right dl dd .cat.tr {
  background: #0099CC;
}
.top .top-news .flex-box .right dl dd .cat.hm {
  background: #E2536B;
}
.top .top-news .flex-box .right dl dd:last-child {
  margin: 0;
}
.top .top-news .flex-box .right dl dd a {
  transition: all 0.4s;
  width: 500px;
}
.top .top-news .flex-box .right dl dd a:hover {
  color: #0099CC;
}
.top .top-business h2 {
  font-size: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .top .top-business h2 {
    font-size: 22px;
  }
}
.top .top-business h2 span {
  color: #0099CC;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  display: block;
  margin: 30px 0 -15px 0;
}
@media (max-width: 767px) {
  .top .top-business h2 span {
    font-size: 14px;
    margin: 15px 0 -15px 0;
  }
}
.top .top-business h2:before {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background: #0099CC;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top .top-business h2:before {
    height: 40px;
  }
}
.top .top-business .inner {
  background: #FBFBFB;
  display: flex;
  justify-content: space-between;
  padding: 60px;
  margin: -30px 0 0 0;
}
@media (max-width: 767px) {
  .top .top-business .inner {
    display: block;
    padding: 40px 20px 20px 20px;
  }
}
.top .top-business .inner div {
  width: 47%;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .top .top-business .inner div {
    width: 100%;
    margin: 40px 0 0 0;
  }
}
.top .top-business .inner div h3 {
  font-size: 28px;
  text-align: center;
  position: relative;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top .top-business .inner div h3 {
    font-size: 20px;
  }
}
.top .top-business .inner div h3 span {
  font-size: 14px;
  display: block;
  margin: 0 0 -15px 0;
}
@media (max-width: 767px) {
  .top .top-business .inner div h3 span {
    font-size: 12px;
  }
}
.top .top-business .inner div h3:before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #000;
  margin: -15px auto 0 auto;
}
.top .top-business .inner div .btn {
  width: 260px;
  height: 60px;
  display: block;
  line-height: 60px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px auto auto auto;
}
@media (max-width: 767px) {
  .top .top-business .inner div .btn {
    width: 100%;
    position: static;
  }
}
.top .top-business .inner .mado h3 span {
  color: #E2536B;
}
.top .top-business .inner .mado h3:before {
  background: #E2536B;
}
.top .top-business .inner .mado .btn {
  background: #E2536B;
  position: relative;
  transition: all 0.4s;
  border: 1px solid #E2536B;
}
.top .top-business .inner .mado .btn:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transition: all 0.4s;
}
.top .top-business .inner .mado .btn:hover:after {
  width: 3px;
  background: #E2536B;
}
.top .top-business .inner .mado .btn:hover {
  background: #fff;
  color: #E2536B;
}
.top .top-business .inner .kobo h3 span {
  color: #F5A33B;
}
.top .top-business .inner .kobo h3:before {
  background: #F5A33B;
}
.top .top-business .inner .kobo .btn {
  background: url("../images/common/ico_other_link.png") right 15px center no-repeat #F5A33B;
  background-size: 24px;
  border: 1px solid #F5A33B;
  transition: all 0.4s;
}
.top .top-business .inner .kobo .btn:hover {
  color: #F5A33B;
  background: url("../images/common/ico_other_link_orange.png") right 15px center no-repeat #fff;
  background-size: 24px;
}
.top .top-about {
  margin: 120px 0 0 0;
  background: rgba(0, 153, 204, 0.08);
  padding: 80px 0;
}
@media (max-width: 767px) {
  .top .top-about {
    margin: 60px 0 0 0;
    padding: 40px 0;
  }
}
.top .top-about h2 {
  font-size: 32px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .top .top-about h2 {
    font-size: 22px;
  }
}
.top .top-about h2 span {
  color: #0099CC;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  margin: 0 0 -15px 0;
  display: block;
}
@media (max-width: 767px) {
  .top .top-about h2 span {
    font-size: 14px;
  }
}
.top .top-about h2:after {
  content: "";
  width: 1px;
  height: 80px;
  background: #0099CC;
  margin: 10px auto 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .top .top-about h2:after {
    height: 40px;
  }
}
.top .top-about .inner {
  width: 83%;
  background: #fff;
  margin: -40px 0 0 0;
  padding: 95px 60px 60px 0;
  display: flow-root;
}
@media (max-width: 767px) {
  .top .top-about .inner {
    width: 90%;
    padding: 0;
  }
}
.top .top-about .inner .wrap {
  width: 73.7%;
  float: right;
}
@media (max-width: 767px) {
  .top .top-about .inner .wrap {
    width: 96%;
    float: none;
  }
}
.top .top-about .inner .wrap .logo {
  width: 30%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top .top-about .inner .wrap .logo {
    width: 60%;
    margin: 20px auto 0 auto;
  }
}
.top .top-about .inner .wrap .box {
  display: flex;
  margin: 40px 0 0 0;
}
@media (max-width: 767px) {
  .top .top-about .inner .wrap .box {
    display: block;
  }
}
.top .top-about .inner .wrap .box .txt-box {
  margin: 0 60px 0 0;
}
@media (max-width: 767px) {
  .top .top-about .inner .wrap .box .txt-box {
    margin: 0;
  }
}
.top .top-about .inner .wrap .box .txt-box .btn {
  width: 260px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  display: block;
  background: #0099CC;
  color: #fff;
  position: relative;
  border: 1px solid #0099CC;
  margin: 30px 0 0 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .top .top-about .inner .wrap .box .txt-box .btn {
    width: 100%;
  }
}
.top .top-about .inner .wrap .box .txt-box .btn:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transition: all 0.4s;
}
.top .top-about .inner .wrap .box .txt-box .btn:hover {
  background: #fff;
  color: #0099CC;
}
.top .top-about .inner .wrap .box .txt-box .btn:hover:after {
  width: 3px;
  background: #0099CC;
}
@media (max-width: 767px) {
  .top .top-about .inner .wrap .box .img-box {
    margin: 30px 0 0 0;
  }
}
.top .top-recruit {
  background: rgba(0, 153, 204, 0.08);
  padding: 0 0 80px 0;
  display: flow-root;
}
@media (max-width: 767px) {
  .top .top-recruit {
    padding: 0 0 40px 0;
  }
}
.top .top-recruit h2 {
  font-size: 32px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .top .top-recruit h2 {
    font-size: 22px;
  }
}
.top .top-recruit h2 span {
  color: #0099CC;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  margin: 0 0 -15px 0;
  display: block;
}
@media (max-width: 767px) {
  .top .top-recruit h2 span {
    font-size: 14px;
  }
}
.top .top-recruit h2:after {
  content: "";
  width: 1px;
  height: 80px;
  background: #0099CC;
  margin: 10px auto 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .top .top-recruit h2:after {
    height: 40px;
  }
}
.top .top-recruit .inner {
  width: 83%;
  background: #fff;
  margin: -40px 0 0 0;
  padding: 95px 60px 60px 0;
  display: flow-root;
  float: right;
}
@media (max-width: 767px) {
  .top .top-recruit .inner {
    width: 90%;
    padding: 0 0 0 10px;
    margin: 0 auto;
  }
}
.top .top-recruit .inner .wrap {
  width: 73.7%;
  margin: 0 0 0 60px;
}
@media (max-width: 767px) {
  .top .top-recruit .inner .wrap {
    width: 96%;
    margin: 50px 0 0 0;
  }
}
.top .top-recruit .inner .wrap .box {
  display: flex;
}
@media (max-width: 767px) {
  .top .top-recruit .inner .wrap .box {
    display: block;
  }
}
.top .top-recruit .inner .wrap .box .img-box {
  margin: 0 60px 0 0;
}
@media (max-width: 767px) {
  .top .top-recruit .inner .wrap .box .img-box {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .top .top-recruit .inner .wrap .box .txt-box {
    margin: 30px 0 0 0;
  }
}
.top .top-recruit .inner .wrap .box .btn {
  width: 260px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  display: block;
  color: #fff;
  border: 1px solid #0099CC;
  margin: 30px 0 0 0;
  transition: all 0.4s;
  background: url("../images/common/ico_other_link.png") right 10px center no-repeat #0099CC;
  background-size: 24px;
}
@media (max-width: 767px) {
  .top .top-recruit .inner .wrap .box .btn {
    width: 100%;
  }
}
.top .top-recruit .inner .wrap .box .btn:hover {
  background: url("../images/common/ico_other_link_blue.png") right 10px center no-repeat #fff;
  background-size: 24px;
  color: #0099CC;
}

.business {
  padding: 70px 0 0 0;
}
@media (max-width: 767px) {
  .business {
    padding: 60px 0 0 0;
  }
}
.business .mv {
  background: url("../images/business/img_mv.jpg") center top no-repeat;
  background-size: cover;
  padding: 80px 0;
  min-height: 440px;
}
@media (max-width: 767px) {
  .business .mv {
    padding: 40px 0;
    min-height: auto;
  }
}
.business .mv h1 {
  font-size: 42px;
  line-height: 1.6;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media (max-width: 767px) {
  .business .mv h1 {
    font-size: 20px;
  }
}
.business .introduction {
  margin: 50px 0 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .business .introduction {
    margin: 25px 0 0 0;
  }
}
.business .introduction .title {
  position: relative;
}
.business .introduction .title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #0099CC;
  width: 20%;
}
.business .introduction .title h2 {
  width: 54%;
  margin: 0 auto;
  font-size: 32px;
  color: #0099CC;
}
@media (max-width: 767px) {
  .business .introduction .title h2 {
    font-size: 22px;
  }
}
.business .introduction .title h2 span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  display: block;
  margin: 0 0 -15px 0;
}
@media (max-width: 767px) {
  .business .introduction .title h2 span {
    font-size: 14px;
  }
}
.business .introduction .madoguchi {
  background: linear-gradient(270deg, rgba(0, 153, 204, 0.08) 0%, rgba(0, 153, 204, 0.08) 83%, rgb(255, 255, 255) 83%, rgb(255, 255, 255) 100%);
  padding: 60px 0;
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  .business .introduction .madoguchi {
    padding: 30px 0;
    margin: 50px 0 0 0;
  }
}
.business .introduction .madoguchi .inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .business .introduction .madoguchi .inner {
    display: block;
  }
}
.business .introduction .madoguchi .inner .img-box {
  width: 42%;
  margin: 100px 100px 0 0;
}
@media (max-width: 767px) {
  .business .introduction .madoguchi .inner .img-box {
    width: 100%;
    margin: 0;
  }
}
.business .introduction .madoguchi .inner .txt-box {
  width: 58%;
}
@media (max-width: 767px) {
  .business .introduction .madoguchi .inner .txt-box {
    width: 96%;
    margin: 30px auto 0 auto;
  }
}
.business .introduction .madoguchi .inner .txt-box .inner-box {
  width: 100%;
  max-width: 550px;
}
@media (max-width: 767px) {
  .business .introduction .madoguchi .inner .txt-box .inner-box {
    max-width: auto;
  }
}
.business .introduction .madoguchi .inner .txt-box .inner-box h3 {
  font-size: 28px;
  position: relative;
}
@media (max-width: 767px) {
  .business .introduction .madoguchi .inner .txt-box .inner-box h3 {
    font-size: 20px;
  }
}
.business .introduction .madoguchi .inner .txt-box .inner-box h3 span {
  font-size: 14px;
  color: #E2536B;
  display: block;
  margin: 0 0 -15px 0;
}
@media (max-width: 767px) {
  .business .introduction .madoguchi .inner .txt-box .inner-box h3 span {
    font-size: 12px;
    margin: 0 0 -5px 0;
  }
}
.business .introduction .madoguchi .inner .txt-box .inner-box h3:after {
  content: "";
  width: 65%;
  height: 1px;
  background: #E2536B;
  position: absolute;
  right: 0;
  top: 50%;
}
@media (max-width: 767px) {
  .business .introduction .madoguchi .inner .txt-box .inner-box h3:after {
    width: 50%;
  }
}
.business .introduction .madoguchi .inner .txt-box .inner-box p {
  margin: 25px 0 0 0;
}
@media (max-width: 767px) {
  .business .introduction .madoguchi .inner .txt-box .inner-box p {
    margin: 15px 0 0 0;
  }
}
.business .introduction .madoguchi .inner .txt-box .inner-box ul {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .business .introduction .madoguchi .inner .txt-box .inner-box ul {
    margin: 10px 0 0 0;
  }
}
.business .introduction .madoguchi .inner .txt-box .inner-box ul li {
  width: 48%;
}
.business .introduction .madoguchi .link {
  margin: 50px 0 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .business .introduction .madoguchi .link {
    margin: 0;
    display: block;
  }
}
.business .introduction .madoguchi .link li {
  width: 23%;
  height: 60px;
  line-height: 60px;
  margin: 0 3%;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .business .introduction .madoguchi .link li {
    width: 90%;
    margin: 20px auto 0 auto;
  }
}
.business .introduction .madoguchi .link li a {
  background: #E2536B;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #E2536B;
  position: relative;
  transition: all 0.4s;
}
.business .introduction .madoguchi .link li a:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transition: all 0.4s;
}
.business .introduction .madoguchi .link li a:hover {
  background: #fff;
  color: #E2536B;
}
.business .introduction .madoguchi .link li a:hover:after {
  width: 3px;
  background: #E2536B;
}
.business .introduction .kobo {
  background: linear-gradient(90deg, rgba(0, 153, 204, 0.08) 0%, rgba(0, 153, 204, 0.08) 83%, rgb(255, 255, 255) 83%, rgb(255, 255, 255) 100%);
  padding: 60px 0;
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  .business .introduction .kobo {
    padding: 30px 0;
    margin: 50px 0;
  }
}
.business .introduction .kobo .inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .business .introduction .kobo .inner {
    display: block;
  }
}
.business .introduction .kobo .inner .txt-box {
  margin: 80px 100px 0 20%;
}
@media (max-width: 767px) {
  .business .introduction .kobo .inner .txt-box {
    margin: 20px auto 0 auto;
    width: 96%;
  }
}
.business .introduction .kobo .inner .txt-box .inner-box {
  width: 100%;
  max-width: 550px;
}
@media (max-width: 767px) {
  .business .introduction .kobo .inner .txt-box .inner-box {
    max-width: auto;
  }
}
.business .introduction .kobo .inner .txt-box .inner-box h3 {
  font-size: 28px;
  position: relative;
  text-align: right;
}
@media (max-width: 767px) {
  .business .introduction .kobo .inner .txt-box .inner-box h3 {
    font-size: 20px;
  }
}
.business .introduction .kobo .inner .txt-box .inner-box h3 span {
  font-size: 14px;
  color: #F5A33B;
  display: block;
  margin: 0 0 -15px 0;
}
@media (max-width: 767px) {
  .business .introduction .kobo .inner .txt-box .inner-box h3 span {
    font-size: 12px;
    margin: 0 0 -10px 0;
  }
}
.business .introduction .kobo .inner .txt-box .inner-box h3:before {
  content: "";
  width: 65%;
  height: 1px;
  background: #F5A33B;
  position: absolute;
  left: 0;
  top: 50%;
}
@media (max-width: 767px) {
  .business .introduction .kobo .inner .txt-box .inner-box h3:before {
    width: 50%;
  }
}
.business .introduction .kobo .inner .txt-box .inner-box p {
  margin: 25px 0 0 0;
}
@media (max-width: 767px) {
  .business .introduction .kobo .inner .txt-box .inner-box p {
    margin: 15px 0 0 0;
  }
}
.business .introduction .kobo .inner .txt-box .inner-box .btn {
  background: url("../images/common/ico_other_link.png") right 10px center no-repeat #F5A33B;
  background-size: 25px;
  color: #fff;
  display: block;
  width: 260px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #F5A33B;
  position: relative;
  transition: all 0.4s;
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  .business .introduction .kobo .inner .txt-box .inner-box .btn {
    width: 100%;
    margin: 15px 0 0 0;
  }
}
.business .introduction .kobo .inner .txt-box .inner-box .btn:hover {
  background: url("../images/common/ico_other_link_orange.png") right 10px center no-repeat #fff;
  background-size: 25px;
  color: #F5A33B;
}
.business .introduction .kobo .img-box {
  width: 42%;
}
@media (max-width: 767px) {
  .business .introduction .kobo .img-box {
    width: 100%;
    margin: 30px 0 0 0;
  }
}

.mado {
  padding: 70px 0 0 0;
}
@media (max-width: 767px) {
  .mado {
    padding: 60px 0 0 0;
  }
}
.mado .mv {
  background: url("../images/business/img_mv_madoguchi.jpg") center top no-repeat;
  background-size: cover;
  padding: 160px 0 80px 0;
  min-height: 440px;
}
@media (max-width: 767px) {
  .mado .mv {
    padding: 40px 0;
    min-height: auto;
  }
}
.mado .mv h1 {
  font-size: 42px;
  line-height: 1.6;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media (max-width: 767px) {
  .mado .mv h1 {
    font-size: 20px;
  }
}
.mado .partner {
  margin: 50px 0 0 0;
}
@media (max-width: 767px) {
  .mado .partner {
    margin: 25px 0 0 0;
  }
}
.mado .partner .title {
  position: relative;
}
.mado .partner .title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #0099CC;
  width: 20%;
}
.mado .partner .title h2 {
  width: 54%;
  margin: 0 auto;
  font-size: 32px;
  color: #0099CC;
}
@media (max-width: 767px) {
  .mado .partner .title h2 {
    font-size: 22px;
  }
}
.mado .partner .title h2 span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  display: block;
  margin: 0 0 -15px 0;
}
@media (max-width: 767px) {
  .mado .partner .title h2 span {
    font-size: 14px;
  }
}
.mado .partner .detail {
  background: linear-gradient(270deg, rgba(0, 153, 204, 0.08) 0%, rgba(0, 153, 204, 0.08) 83%, rgb(255, 255, 255) 83%, rgb(255, 255, 255) 100%);
  padding: 60px 0;
  margin: 100px 0 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mado .partner .detail {
    padding: 30px 0;
    margin: 50px 0 0 0;
  }
}
.mado .partner .detail .inner {
  margin: 0 60px;
}
@media (max-width: 767px) {
  .mado .partner .detail .inner {
    margin: 0;
  }
}
.mado .partner .detail .inner h3 {
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .mado .partner .detail .inner h3 {
    font-size: 20px;
  }
}
.mado .partner .detail .inner .box {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .mado .partner .detail .inner .box {
    margin: 20px 0 0 0;
    display: block;
  }
}
.mado .partner .detail .inner .box .txt-box {
  width: 66%;
}
@media (max-width: 767px) {
  .mado .partner .detail .inner .box .txt-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mado .partner .detail .inner .box .img-box {
    margin: 30px 0 0 0;
  }
}
.mado .partner .detail .inner .graph-box {
  background: #fff;
  margin: 40px 0 0 0;
  padding: 40px;
}
@media (max-width: 767px) {
  .mado .partner .detail .inner .graph-box {
    margin: 20px 0 0 0;
    padding: 10px;
  }
}
.mado .partner .detail .inner .graph-box ul {
  display: flex;
}
@media (max-width: 767px) {
  .mado .partner .detail .inner .graph-box ul {
    display: block;
  }
}
.mado .partner .detail .inner .graph-box ul li:nth-child(1) {
  width: 45%;
}
@media (max-width: 767px) {
  .mado .partner .detail .inner .graph-box ul li:nth-child(1) {
    width: 100%;
  }
}
.mado .partner .detail .inner .graph-box ul li:nth-child(2) {
  width: 55%;
}
@media (max-width: 767px) {
  .mado .partner .detail .inner .graph-box ul li:nth-child(2) {
    width: 100%;
  }
}
.mado .shoplist {
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  .mado .shoplist {
    margin: 50px 0 0 0;
  }
}
.mado .shoplist h2 {
  font-size: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .mado .shoplist h2 {
    font-size: 22px;
  }
}
.mado .shoplist h2 span {
  color: #0099CC;
  font-size: 18px;
  display: block;
  margin: 0 0 -15px 0;
}
@media (max-width: 767px) {
  .mado .shoplist h2 span {
    font-size: 14px;
  }
}
.mado .shoplist h2:after {
  content: "";
  width: 1px;
  height: 80px;
  display: block;
  margin: 10px auto 0 auto;
  background: #0099CC;
}
@media (max-width: 767px) {
  .mado .shoplist h2:after {
    height: 40px;
  }
}
.mado .shoplist p {
  text-align: center;
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .mado .shoplist p {
    margin: 10px 0 0 0;
  }
}
.mado .shoplist .list-box {
  margin: 40px 60px 0 60px;
  display: flex;
}
@media (max-width: 767px) {
  .mado .shoplist .list-box {
    margin: 20px 0 0 0;
    display: block;
  }
}
.mado .shoplist .list-box .img-box {
  width: 240px;
  margin: 0 80px 0 0;
}
@media (max-width: 767px) {
  .mado .shoplist .list-box .img-box {
    width: 60%;
    margin: 0 auto;
  }
}
.mado .shoplist .list-box .area {
  width: 600px;
}
@media (max-width: 767px) {
  .mado .shoplist .list-box .area {
    width: 100%;
  }
}
.mado .shoplist .list-box .area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .mado .shoplist .list-box .area ul {
    display: block;
  }
}
.mado .shoplist .list-box .area ul li {
  width: 260px;
  height: 60px;
  border: 1px solid #E2536B;
  text-align: center;
  line-height: 60px;
  margin: 20px 15px 0 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .mado .shoplist .list-box .area ul li {
    width: 80%;
    margin: 20px auto 0 auto;
  }
}
.mado .shoplist .list-box .area ul li a {
  background: #E2536B;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: all 0.4s;
  position: relative;
}
.mado .shoplist .list-box .area ul li a:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transition: all 0.4s;
}
.mado .shoplist .list-box .area ul li a:hover {
  background: #fff;
  color: #E2536B;
}
.mado .shoplist .list-box .area ul li a:hover:after {
  background: #E2536B;
  width: 3px;
}
.mado .list {
  margin: 50px 0 0 0;
}
@media (max-width: 767px) {
  .mado .list {
    margin: 25px 0 0 0;
  }
}
.mado .list .title {
  position: relative;
}
.mado .list .title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #0099CC;
  width: 20%;
}
@media (max-width: 767px) {
  .mado .list .title:before {
    width: 10%;
  }
}
.mado .list .title h2 {
  width: 54%;
  margin: 0 auto;
  font-size: 32px;
  color: #0099CC;
}
@media (max-width: 767px) {
  .mado .list .title h2 {
    font-size: 22px;
    width: 70%;
  }
}
.mado .list .title h2 span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  display: block;
  margin: 0 0 -15px 0;
}
@media (max-width: 767px) {
  .mado .list .title h2 span {
    font-size: 14px;
  }
}
.mado .list .local-nav {
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  .mado .list .local-nav {
    margin: 30px 0 0 0;
  }
}
.mado .list .local-nav ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .mado .list .local-nav ul {
    flex-wrap: wrap;
  }
}
.mado .list .local-nav ul li {
  width: 260px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .mado .list .local-nav ul li {
    width: 48%;
    margin: 20px 0 0 0;
  }
}
.mado .list .local-nav ul li a {
  background: #E2536B;
  border: 1px solid #E2536B;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  position: relative;
}
.mado .list .local-nav ul li a:after {
  content: "";
  background: url("../images/common/ico_down_arrow_white.svg") no-repeat;
  width: 15px;
  height: 8px;
  background-size: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  transition: all 0.4s;
}
.mado .list .local-nav ul li a:hover {
  background: #fff;
  color: #E2536B;
}
.mado .list .local-nav ul li a:hover:after {
  background: url("../images/common/ico_down_arrow_red.svg") no-repeat;
  background-size: 15px;
}
.mado .list .prefectures {
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  .mado .list .prefectures {
    margin: 50px 0 0 0;
  }
}
.mado .list .prefectures h2 {
  background: #E2536B;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  padding: 10px;
}
@media (max-width: 767px) {
  .mado .list .prefectures h2 {
    font-size: 18px;
  }
}
.mado .list .prefectures .area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .mado .list .prefectures .area-list {
    display: block;
  }
}
.mado .list .prefectures .area-list .shop {
  width: 48%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: 10px;
  margin: 40px 0 0 0;
}
@media (max-width: 767px) {
  .mado .list .prefectures .area-list .shop {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
.mado .list .prefectures .area-list .shop .shops-detail {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .mado .list .prefectures .area-list .shop .shops-detail {
    display: block;
  }
}
.mado .list .prefectures .area-list .shop .shops-detail .img-box {
  width: 43%;
}
@media (max-width: 767px) {
  .mado .list .prefectures .area-list .shop .shops-detail .img-box {
    width: 100%;
  }
}
.mado .list .prefectures .area-list .shop .shops-detail .txt-box {
  width: 53%;
}
@media (max-width: 767px) {
  .mado .list .prefectures .area-list .shop .shops-detail .txt-box {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.mado .list .prefectures .area-list .shop .shops-detail .txt-box h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .mado .list .prefectures .area-list .shop .shops-detail .txt-box h3 {
    font-size: 16px;
  }
}
.mado .list .prefectures .area-list .shop .shops-detail .txt-box h3 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .mado .list .prefectures .area-list .shop .shops-detail .txt-box h3 span {
    font-size: 12px;
  }
}
.mado .list .prefectures .area-list .shop .shops-detail .txt-box address {
  margin: 15px 0 0 0;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .mado .list .prefectures .area-list .shop .shops-detail .txt-box address {
    margin: 10px 0 0 0;
    font-size: 13px;
  }
}
.mado .list .prefectures .area-list .shop .shops-detail .txt-box dl {
  margin: 15px 0 0 0;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .mado .list .prefectures .area-list .shop .shops-detail .txt-box dl {
    margin: 10px 0 0 0;
    font-size: 13px;
  }
}
.mado .list .prefectures .area-list .shop .shops-detail .txt-box dl dt {
  font-weight: 400;
  width: 70px;
  text-align: right;
  float: left;
  clear: left;
}
.mado .list .prefectures .area-list .shop .link {
  margin: 15px 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .mado .list .prefectures .area-list .shop .link {
    display: block;
  }
}
.mado .list .prefectures .area-list .shop .link .btn-more {
  width: 43%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  background: url("../images/common/ico_right_arrow_white.svg") right 10px center no-repeat #E2536B;
  border: 1px solid #E2536B;
  display: block;
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .mado .list .prefectures .area-list .shop .link .btn-more {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
}
.mado .list .prefectures .area-list .shop .link .btn-more:hover {
  background: url("../images/common/ico_right_arrow_white.svg") right 10px center no-repeat #fff;
  color: #E2536B;
}
.mado .list .prefectures .area-list .shop .link ul {
  width: 53%;
  display: flex;
}
@media (max-width: 767px) {
  .mado .list .prefectures .area-list .shop .link ul {
    margin: 20px 0 0 0;
    width: 100%;
    justify-content: center;
  }
}
.mado .list .prefectures .area-list .shop .link ul li {
  width: 50%;
}
.mado .list .prefectures .area-list .shop .link ul li a {
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
.mado .list .prefectures .area-list .shop .link ul li a:hover {
  opacity: 0.6;
}
.mado .list .prefectures .area-list .shop .link ul li.ic-tel :before {
  content: "";
  background: url("../images/business/ico_tel_blue.svg") 0 0 no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.mado .list .prefectures .area-list .shop .link ul li.ic-tel a {
  color: #0099CC;
  font-weight: 700;
}
.mado .list .prefectures .area-list .shop .link ul li.ic-web :before {
  content: "";
  background: url("../images/business/ico_email.svg") 0 0 no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.mado .list .prefectures .area-list .shop .link ul li.ic-web a {
  color: #E2536B;
  font-weight: 700;
}

.shop {
  padding: 70px 0 0 0;
}
@media (max-width: 767px) {
  .shop {
    padding: 60px 0 0 0;
  }
}
.shop .mv {
  padding: 160px 0 80px 0;
  min-height: 440px;
  position: relative;
}
@media (max-width: 767px) {
  .shop .mv {
    padding: 40px 0;
    min-height: auto;
  }
}
.shop .mv:after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.shop .mv h1 {
  font-size: 42px;
  line-height: 1.6;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .shop .mv h1 {
    font-size: 20px;
  }
}
.shop .mv.musashikosugi {
  background: url("../images/business/kanagawa/img_musashikosugi.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.azamino {
  background: url("../images/business/kanagawa/img_azamino.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.chigasaki {
  background: url("../images/business/kanagawa/img_chigasaki.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.hiyoshichuo {
  background: url("../images/business/kanagawa/img_hiyoshichuo.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.isesaki {
  background: url("../images/business/kanagawa/img_isesaki.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.konandai {
  background: url("../images/business/kanagawa/img_konandai.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.maruimizokuchi {
  background: url("../images/business/kanagawa/img_maruimizokuchi.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.mizonokuchi {
  background: url("../images/business/kanagawa/img_mizonokuchi.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.mukougaoka {
  background: url("../images/business/kanagawa/img_mukougaoka.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.nagatsuda {
  background: url("../images/business/kanagawa/img_nagatsuda.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.ofuna {
  background: url("../images/business/kanagawa/img_ofuna.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.sakuragicho {
  background: url("../images/business/kanagawa/img_sakuragicho.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.shinyokohama {
  background: url("../images/business/kanagawa/img_shinyokohama.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.shonan {
  background: url("../images/business/kanagawa/img_shonan.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.shonanfujisawa {
  background: url("../images/business/kanagawa/img_shonanfujisawa.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.shonanhiratsuka {
  background: url("../images/business/kanagawa/img_shonanhiratsuka.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.sogoyokohama {
  background: url("../images/business/kanagawa/img_sogoyokohama.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.tamaplaza {
  background: url("../images/business/kanagawa/img_tamaplaza.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.totsuka {
  background: url("../images/business/kanagawa/img_totsuka.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.yamato {
  background: url("../images/business/kanagawa/img_yamato.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.yokohamanishiguchi {
  background: url("../images/business/kanagawa/img_yokohamanishiguchi.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.akabane {
  background: url("../images/business/tokyo/img_akabane.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.asakusa {
  background: url("../images/business/tokyo/img_asakusa.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.bunkyo {
  background: url("../images/business/tokyo/img_bunkyo.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.hibarigaoka {
  background: url("../images/business/tokyo/img_hibarigaoka.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.hikifune {
  background: url("../images/business/tokyo/img_hikifune.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.koiwa {
  background: url("../images/business/tokyo/img_koiwa.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.machida {
  background: url("../images/business/tokyo/img_machida.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.nippori {
  background: url("../images/business/tokyo/img_nippori.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.sasaduka {
  background: url("../images/business/tokyo/img_sasaduka.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.seijo {
  background: url("../images/business/tokyo/img_seijo.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.shimokitazawa {
  background: url("../images/business/tokyo/img_shimokitazawa.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.shinkoiwa {
  background: url("../images/business/tokyo/img_shinkoiwa.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.soramachi {
  background: url("../images/business/tokyo/img_soramachi.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.sugamo {
  background: url("../images/business/tokyo/img_sugamo.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.takadanobaba {
  background: url("../images/business/tokyo/img_takadanobaba.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.cocoon {
  background: url("../images/business/saitama/img_cocoon.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.fujimino {
  background: url("../images/business/saitama/img_fujimino.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.kasukabe {
  background: url("../images/business/saitama/img_kasukabe.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.kawaguchi {
  background: url("../images/business/saitama/img_kawaguchi.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.koshigaya {
  background: url("../images/business/saitama/img_koshigaya.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.musashiurawa {
  background: url("../images/business/saitama/img_musashiurawa.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.omiya {
  background: url("../images/business/saitama/img_omiya.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.fukudaya {
  background: url("../images/business/tochigi/img_fukudaya.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.interparkutsunomiya {
  background: url("../images/business/tochigi/img_interparkutsunomiya.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.oyama {
  background: url("../images/business/tochigi/img_oyama.jpg") center no-repeat;
  background-size: cover;
}
.shop .mv.utsunomiya {
  background: url("../images/business/tochigi/img_utsunomiya.jpg") center no-repeat;
  background-size: cover;
}
.shop .title {
  position: relative;
  margin: 60px 0 0 0;
}
@media (max-width: 767px) {
  .shop .title {
    margin: 30px 0 0 0;
  }
}
.shop .title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #0099CC;
  width: 20%;
}
@media (max-width: 767px) {
  .shop .title:before {
    width: 10%;
  }
}
.shop .title h2 {
  width: 54%;
  margin: 0 auto;
  font-size: 32px;
  color: #0099CC;
}
@media (max-width: 767px) {
  .shop .title h2 {
    font-size: 22px;
    width: 70%;
  }
}
.shop .title h2 span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  display: block;
  margin: 0 0 -15px 0;
}
@media (max-width: 767px) {
  .shop .title h2 span {
    font-size: 14px;
  }
}
.shop .detail-shop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  .shop .detail-shop {
    display: block;
    margin: 50px 0 0 0;
  }
}
.shop .detail-shop .txt-box {
  width: 50%;
  margin: 0 0 0 22%;
  border-top: 10px solid #E2536B;
  border-left: 10px solid #E2536B;
  border-bottom: 10px solid #E2536B;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .shop .detail-shop .txt-box {
    width: 100%;
    margin: 0;
    padding: 10px;
    border-top: 5px solid #E2536B;
    border-left: 5px solid #E2536B;
    border-bottom: 5px solid #E2536B;
  }
}
.shop .detail-shop .txt-box .txt-inner {
  width: 100%;
  max-width: 580px;
}
@media (max-width: 767px) {
  .shop .detail-shop .txt-box .txt-inner {
    max-width: auto;
  }
}
.shop .detail-shop .txt-box .txt-inner h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.4;
  border-bottom: 1px solid #333;
  padding: 0 0 10px 0;
}
@media (max-width: 767px) {
  .shop .detail-shop .txt-box .txt-inner h3 {
    font-size: 24px;
  }
}
.shop .detail-shop .txt-box .txt-inner h3 span {
  font-size: 24px;
  font-weight: 400;
  display: block;
}
@media (max-width: 767px) {
  .shop .detail-shop .txt-box .txt-inner h3 span {
    font-size: 16px;
  }
}
.shop .detail-shop .txt-box .txt-inner address p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .shop .detail-shop .txt-box .txt-inner address p {
    font-size: 14px;
  }
}
.shop .detail-shop .txt-box .txt-inner address dl {
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .shop .detail-shop .txt-box .txt-inner address dl {
    margin: 10px 0 0 0;
  }
}
.shop .detail-shop .txt-box .txt-inner address dl dt {
  font-weight: 400;
  width: 100px;
  float: left;
  clear: left;
  line-height: 28px;
  text-align: right;
}
.shop .detail-shop .txt-box .txt-inner address dl dd {
  margin: 0 0 10px 110px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .shop .detail-shop .txt-box .txt-inner address dl dd {
    line-height: 1.5;
  }
}
.shop .detail-shop .txt-box .txt-inner address dl dd.tel {
  font-weight: 700;
  color: #E2536B;
  font-size: 28px;
}
@media (max-width: 767px) {
  .shop .detail-shop .txt-box .txt-inner address dl dd.tel {
    font-size: 22px;
  }
}
.shop .detail-shop .img-box {
  width: 50%;
}
@media (max-width: 767px) {
  .shop .detail-shop .img-box {
    width: 100%;
    margin: 20px auto 0 auto;
  }
}
.shop .detail-shop .img-box img {
  height: auto;
}
.shop .features {
  margin: 100px 0 0 0;
  background: linear-gradient(90deg, rgba(0, 153, 204, 0.08) 0%, rgba(0, 153, 204, 0.08) 83%, rgb(255, 255, 255) 83%, rgb(255, 255, 255) 100%);
  padding: 20px 0 80px 0;
}
@media (max-width: 767px) {
  .shop .features {
    margin: 50px 0 0 0;
    padding: 10px 0 40px 0;
  }
}
.shop .features .flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 60px;
}
@media (max-width: 767px) {
  .shop .features .flex-box {
    display: block;
    margin: 0;
  }
}
.shop .features .flex-box .box {
  background: #fff;
  width: 360px;
  padding: 15px;
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  .shop .features .flex-box .box {
    width: 100%;
    padding: 10px;
    margin: 20px 0 0 0;
  }
}
.shop .features .flex-box .box h3 {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .shop .features .flex-box .box h3 {
    font-size: 16px;
  }
}
.shop .features .flex-box .box p {
  margin: 15px 0 0 0;
  line-height: 1.5;
  font-size: 15px;
}
@media (max-width: 767px) {
  .shop .features .flex-box .box p {
    font-size: 14px;
    margin: 10px 0 0 0;
  }
}
.shop .access {
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  .shop .access {
    margin: 50px 0 0 0;
  }
}
.shop .access iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  .shop .access iframe {
    margin: 50px 0 0 0;
  }
}
.shop .access .route dt {
  font-weight: 500;
  margin: 25px 0 0 0;
}
@media (max-width: 767px) {
  .shop .access .route dt {
    margin: 15px 0 0 0;
  }
}
.shop .access .route dd a {
  color: #0099CC;
  text-decoration: underline;
}
.shop .access .route dd a:hover {
  text-decoration: none;
}
.shop .contact {
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  .shop .contact {
    margin: 50px 0 0 0;
  }
}
.shop .contact h2 {
  font-size: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .shop .contact h2 {
    font-size: 20px;
  }
}
.shop .contact h2 span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #0099CC;
  display: block;
  margin: 0 0 -15px 0;
}
@media (max-width: 767px) {
  .shop .contact h2 span {
    font-size: 14px;
  }
}
.shop .contact h2:after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  margin: 10px auto 0 auto;
  background: #0099CC;
}
@media (max-width: 767px) {
  .shop .contact h2:after {
    height: 40px;
  }
}
.shop .contact .cta {
  background: #E2536B;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .shop .contact .cta {
    padding: 30px 0;
  }
}
.shop .contact .cta .flex-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .shop .contact .cta .flex-box {
    display: block;
  }
}
.shop .contact .cta .flex-box div {
  background: #fff;
  width: 47%;
  border-radius: 8px;
  padding: 15px;
}
@media (max-width: 767px) {
  .shop .contact .cta .flex-box div {
    width: 100%;
    padding: 10px;
    margin: 20px 0 0 0;
  }
}
.shop .contact .cta .flex-box div h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.shop .contact .cta .flex-box div .tel {
  font-size: 36px;
  font-weight: 500;
  color: #E2536B;
  text-align: center;
  line-height: 1.4;
}
.shop .contact .cta .flex-box div .tel:before {
  content: "";
  display: inline-block;
  background: url("../images/business/ico_tel.svg");
  width: 28px;
  height: 28px;
  background-size: 28px;
  margin: 0 15px 0 0;
}
.shop .contact .cta .flex-box div .time {
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
}
.shop .contact .cta .flex-box div .btn {
  display: block;
  width: 260px;
  height: 45px;
  line-height: 45px;
  background: #E2536B;
  border: 1px solid #E2536B;
  text-align: center;
  color: #fff;
  margin: 10px auto 0 auto;
  font-weight: 500;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .shop .contact .cta .flex-box div .btn {
    width: 80%;
  }
}
.shop .contact .cta .flex-box div .btn:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transition: all 0.4s;
}
.shop .contact .cta .flex-box div .btn:hover {
  background: #fff;
  color: #E2536B;
}
.shop .contact .cta .flex-box div .btn:hover:after {
  width: 3px;
  background: #E2536B;
}
.shop .contact-bottom {
  background: rgba(255, 176, 189, 0.5);
  padding: 20px 0 0 0;
}
@media (max-width: 767px) {
  .shop .contact-bottom {
    padding: 20px 0;
  }
}
.shop .contact-bottom .box {
  display: flex;
}
@media (max-width: 767px) {
  .shop .contact-bottom .box {
    display: block;
  }
}
.shop .contact-bottom .box .img-box {
  width: 240px;
  margin: 0 70px 0 0;
}
@media (max-width: 767px) {
  .shop .contact-bottom .box .img-box {
    width: 40%;
    margin: 0 auto;
  }
}
.shop .contact-bottom .box .txt-box {
  width: 65%;
}
@media (max-width: 767px) {
  .shop .contact-bottom .box .txt-box {
    width: 100%;
  }
}
.shop .contact-bottom .box .txt-box h2 {
  font-size: 24px;
  font-weight: 700;
  color: #E2536B;
  margin: 40px 0 0 0;
}
@media (max-width: 767px) {
  .shop .contact-bottom .box .txt-box h2 {
    font-size: 20px;
    margin: 20px 0 0 0;
  }
}
.shop .contact-bottom .box .txt-box ul {
  border-radius: 8px;
  background: #fff;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .shop .contact-bottom .box .txt-box ul {
    padding: 10px;
    display: block;
    margin: 10px 0 0 0;
  }
}
.shop .contact-bottom .box .txt-box ul li {
  width: 50%;
  font-size: 14px;
  line-height: 2.5;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .shop .contact-bottom .box .txt-box ul li {
    width: 100%;
  }
}
.shop .contact-bottom .box .txt-box ul li:before {
  content: "";
  background: url("../images/business/ico_checkbox.svg") center no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}
.shop .othershop {
  margin: 100px 0;
}
@media (max-width: 767px) {
  .shop .othershop {
    margin: 50px 0;
  }
}
.shop .othershop ul {
  margin: 60px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .shop .othershop ul {
    margin: 30px 0 0 0;
  }
}
.shop .othershop ul li {
  width: 25%;
  font-size: 14px;
  line-height: 2.5;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .shop .othershop ul li {
    width: 48%;
    line-height: 1.8;
    margin: 10px 0 0 0;
  }
}
.shop .othershop ul li:before {
  content: "";
  background: url("../images/business/ico_shop.svg");
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  .shop .othershop ul li:before {
    background-size: 10px;
    width: 10px;
    height: 10px;
  }
}
.shop .othershop ul li a {
  transition: all 0.4s;
}
.shop .othershop ul li a:hover {
  color: #0099CC;
}

.mdp {
  text-align: right;
  margin: 0 80px 0 0;
  font-size: 12px;
}
@media (max-width: 767px) {
  .mdp {
    margin: 0;
    font-size: 11px;
  }
}

.company {
  padding: 70px 0 0 0;
}
@media (max-width: 767px) {
  .company {
    padding: 60px 0 0 0;
  }
}
.company.lineup .mv {
  padding: 160px 0 80px 0;
}
@media (max-width: 767px) {
  .company.lineup .mv {
    padding: 40px 0;
  }
}
.company .mv {
  background: url("../images/company/img_mv.jpg") center top no-repeat;
  background-size: cover;
  padding: 80px 0;
  min-height: 440px;
}
.company .mv.csr {
  padding: 160px 0;
}
@media (max-width: 767px) {
  .company .mv {
    padding: 40px 0;
    min-height: auto;
  }
}
.company .mv h1 {
  font-size: 42px;
  line-height: 1.6;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media (max-width: 767px) {
  .company .mv h1 {
    font-size: 20px;
  }
}
.company .mv.rinen-mv {
  padding: 160px 0 80px 0;
}
@media (max-width: 767px) {
  .company .mv.rinen-mv {
    padding: 80px 0 40px 0;
  }
}
.company .mv.declaration-mv {
  padding: 200px 0 80px 0;
}
@media (max-width: 767px) {
  .company .mv.declaration-mv {
    padding: 100px 0 40px 0;
  }
}
.company .outline {
  margin: 50px 0 0 0;
}
@media (max-width: 767px) {
  .company .outline {
    margin: 25px 0 0 0;
  }
}
.company .outline .title {
  position: relative;
}
.company .outline .title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #0099CC;
  width: 20%;
}
.company .outline .title h2 {
  width: 54%;
  margin: 0 auto;
  font-size: 32px;
  color: #0099CC;
}
@media (max-width: 767px) {
  .company .outline .title h2 {
    font-size: 22px;
  }
}
.company .outline .title h2 span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  display: block;
  margin: 0 0 -15px 0;
}
@media (max-width: 767px) {
  .company .outline .title h2 span {
    font-size: 14px;
  }
}
.company .outline .local-nav {
  margin: 80px 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .company .outline .local-nav {
    margin: 40px 0 0 0;
    flex-wrap: wrap;
  }
}
.company .outline .local-nav li {
  width: 23%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .company .outline .local-nav li {
    width: 48%;
    margin: 20px 0 0 0;
  }
}
.company .outline .local-nav li a {
  border: 1px solid #0099CC;
  background: #0099CC;
  display: block;
  width: 100%;
  color: #fff;
  height: 100%;
  position: relative;
  transition: all 0.4s;
}
.company .outline .local-nav li a:after {
  content: "";
  background: url("../images/common/ico_down_arrow_white.svg");
  position: absolute;
  right: 10px;
  top: 50%;
  width: 14px;
  height: 7px;
  transition: all 0.4s;
  background-size: 14px;
}
.company .outline .local-nav li a:hover {
  background: #fff;
  color: #0099CC;
}
.company .outline .local-nav li a:hover:after {
  background: url("../images/common/ico_down_arrow_blue.svg");
  width: 14px;
  height: 7px;
  background-size: 14px;
}
.company .message {
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  .company .message {
    margin: 50px 0 0 0;
  }
}
.company .message h2 {
  font-size: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .company .message h2 {
    font-size: 22px;
  }
}
.company .message h2 span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #0099CC;
  margin: 0 0 -15px 0;
  display: block;
}
@media (max-width: 767px) {
  .company .message h2 span {
    font-size: 14px;
  }
}
.company .message h2:before {
  content: "";
  width: 1px;
  height: 80px;
  background: #0099CC;
  display: block;
  margin: 0 auto 15px auto;
}
@media (max-width: 767px) {
  .company .message h2:before {
    height: 40px;
  }
}
.company .message .inner {
  margin: 60px 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .company .message .inner {
    margin: 30px 0 0 0;
    display: block;
  }
}
.company .message .inner .txt-box {
  width: 50%;
}
@media (max-width: 767px) {
  .company .message .inner .txt-box {
    width: 100%;
  }
}
.company .message .inner .txt-box p {
  margin: 2em 0 0 0;
}
@media (max-width: 767px) {
  .company .message .inner .txt-box p {
    margin: 1em 0 0 0;
  }
}
.company .message .inner .txt-box p.name {
  text-align: right;
}
.company .message .inner .img-box {
  width: 45%;
}
@media (max-width: 767px) {
  .company .message .inner .img-box {
    width: 55%;
    margin: 30px auto 0 auto;
  }
}
.company .message .company-link {
  margin: 60px 0 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .company .message .company-link {
    margin: 30px 0 0 0;
    display: block;
  }
}
.company .message .company-link li {
  width: 260px;
  height: 60px;
  margin: 0 20px;
  text-align: center;
  line-height: 60px;
}
@media (max-width: 767px) {
  .company .message .company-link li {
    width: 80%;
    margin: 20px auto;
  }
}
.company .message .company-link li a {
  border: 1px solid #0099CC;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #0099CC;
  transition: all 0.4s;
  position: relative;
}
.company .message .company-link li a:after {
  content: "";
  background: url("../images/common/ico_right_arrow_blue.svg");
  position: absolute;
  right: 10px;
  top: 45%;
  background-size: 7px;
  width: 7px;
  height: 13px;
  transition: all 0.4s;
}
.company .message .company-link li a:hover {
  background: #0099CC;
  color: #fff;
}
.company .message .company-link li a:hover:after {
  background: url("../images/common/ico_right_arrow_white.svg");
  background-size: 7px;
  width: 7px;
  height: 13px;
}
.company .profile {
  margin: 100px 0 0 0;
  background: rgba(0, 153, 204, 0.08);
  padding: 0 0 80px 0;
}
@media (max-width: 767px) {
  .company .profile {
    margin: 50px 0 0 0;
    padding: 0 0 40px 0;
  }
}
.company .profile h2 {
  font-size: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .company .profile h2 {
    font-size: 22px;
  }
}
.company .profile h2 span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #0099CC;
  margin: 0 0 -15px 0;
  display: block;
}
@media (max-width: 767px) {
  .company .profile h2 span {
    font-size: 14px;
  }
}
.company .profile h2:before {
  content: "";
  width: 1px;
  height: 80px;
  background: #0099CC;
  display: block;
  margin: 0 auto 15px auto;
}
@media (max-width: 767px) {
  .company .profile h2:before {
    height: 40px;
  }
}
.company .profile .wrap {
  max-width: 1040px;
}
@media (max-width: 767px) {
  .company .profile .wrap {
    max-width: 96%;
  }
}
.company .profile .wrap dl {
  margin: 40px 0 0 0;
}
@media (max-width: 767px) {
  .company .profile .wrap dl {
    margin: 20px 0 0 0;
  }
}
.company .profile .wrap dl dt {
  width: 300px;
  float: left;
  clear: left;
  font-weight: 400;
  border-left: 10px solid #0099CC;
  padding: 0 0 0 20px;
  margin: 15px 0 0 0;
}
@media (max-width: 767px) {
  .company .profile .wrap dl dt {
    width: 100%;
    float: none;
  }
}
.company .profile .wrap dl dd {
  border-bottom: 1px solid #E3E3E3;
  padding: 15px 0 15px 300px;
}
@media (max-width: 767px) {
  .company .profile .wrap dl dd {
    padding: 15px 0;
  }
}
.company .profile .wrap dl dd ol {
  list-style-type: decimal;
  padding: 0 0 0 1em;
}
.company .profile .wrap dl dd iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .company .profile .wrap dl dd iframe {
    margin: 0 0 10px 0;
  }
}
.company .profile .wrap .company-link {
  margin: 60px 0 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .company .profile .wrap .company-link {
    margin: 30px 0 0 0;
    display: block;
  }
}
.company .profile .wrap .company-link li {
  width: 320px;
  height: 60px;
  margin: 0 20px;
  text-align: center;
  line-height: 60px;
  display: flex;
}
@media (max-width: 767px) {
  .company .profile .wrap .company-link li {
    width: 80%;
    margin: 20px auto;
  }
}
.company .profile .wrap .company-link li:nth-child(2) {
  line-height: 1.7;
}
.company .profile .wrap .company-link li a {
  border: 1px solid #0099CC;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #0099CC;
  transition: all 0.4s;
  position: relative;
  background: #fff;
}
.company .profile .wrap .company-link li a:after {
  content: "";
  background: url("../images/common/ico_right_arrow_blue.svg");
  position: absolute;
  right: 10px;
  top: 45%;
  background-size: 7px;
  width: 7px;
  height: 13px;
  transition: all 0.4s;
}
.company .profile .wrap .company-link li a:hover {
  background: #0099CC;
  color: #fff;
}
.company .profile .wrap .company-link li a:hover:after {
  background: url("../images/common/ico_right_arrow_white.svg");
  background-size: 7px;
  width: 7px;
  height: 13px;
}
.company .history h2 {
  font-size: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .company .history h2 {
    font-size: 22px;
  }
}
.company .history h2 span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #0099CC;
  margin: 0 0 -15px 0;
  display: block;
}
@media (max-width: 767px) {
  .company .history h2 span {
    font-size: 14px;
  }
}
.company .history h2:before {
  content: "";
  width: 1px;
  height: 80px;
  background: #0099CC;
  display: block;
  margin: 0 auto 15px auto;
}
@media (max-width: 767px) {
  .company .history h2:before {
    height: 40px;
  }
}
.company .history .wrap {
  max-width: 1040px;
}
@media (max-width: 767px) {
  .company .history .wrap {
    max-width: 96%;
  }
}
.company .history .wrap .timeline {
  width: 96%;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .company .history .wrap .timeline {
    max-width: auto;
    width: 100%;
  }
}
.company .history .wrap .timeline-list {
  padding: 40px 0;
}
.company .history .wrap .timeline-list-item {
  display: flex;
}
.company .history .wrap .timeline-list-item .date {
  width: 20%;
  padding: 15px 40px 0 0;
  color: #0099CC;
  font-weight: 500;
  text-align: right;
}
@media (max-width: 767px) {
  .company .history .wrap .timeline-list-item .date {
    width: 25%;
  }
}
.company .history .wrap .timeline-list-item .content {
  position: relative;
  width: 80%;
  padding: 15px 20px 10px 30px;
  border-left: 1px solid #aaa;
}
@media (max-width: 767px) {
  .company .history .wrap .timeline-list-item .content {
    width: 75%;
  }
}
.company .history .wrap .timeline-list-item .content:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -10px;
  width: 20px;
  height: 20px;
  background: #0099CC;
  border-radius: 10px;
}
.company .office {
  margin: 100px 0 0 0;
  background: rgba(0, 153, 204, 0.08);
  padding: 0 0 80px 0;
}
@media (max-width: 767px) {
  .company .office {
    margin: 50px 0 0 0;
    padding: 0 0 40px 0;
  }
}
.company .office h2 {
  font-size: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .company .office h2 {
    font-size: 22px;
  }
}
.company .office h2 span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #0099CC;
  margin: 0 0 -15px 0;
  display: block;
}
@media (max-width: 767px) {
  .company .office h2 span {
    font-size: 14px;
  }
}
.company .office h2:before {
  content: "";
  width: 1px;
  height: 80px;
  background: #0099CC;
  display: block;
  margin: 0 auto 15px auto;
}
@media (max-width: 767px) {
  .company .office h2:before {
    height: 40px;
  }
}
.company .office .office-box {
  margin: 40px 0 0 0;
  padding: 0;
  background: #fff;
}
@media (max-width: 767px) {
  .company .office .office-box {
    margin: 20px 0 0 0;
  }
}
.company .office .office-box h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding: 10px;
}
@media (max-width: 767px) {
  .company .office .office-box h3 {
    font-size: 18px;
  }
}
.company .office .office-box dl {
  margin: 25px;
}
@media (max-width: 767px) {
  .company .office .office-box dl {
    margin: 15px 0 0 0;
  }
}
.company .office .office-box dl dt {
  width: 150px;
  float: left;
  clear: left;
  font-weight: 400;
  text-align: right;
}
@media (max-width: 767px) {
  .company .office .office-box dl dt {
    width: 90px;
  }
}
.company .office .office-box dl dd {
  padding: 0 0 15px 190px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .company .office .office-box dl dd {
    padding: 0 0 15px 100px;
  }
}
.company .office .office-box dl dd:last-child {
  border-bottom: none;
}
.company .office .office-box.mado h3 {
  background: #E2536B;
}
.company .office .office-box.mado dl dt {
  color: #E2536B;
}
.company .office .office-box.kobo h3 {
  background: #F5A33B;
}
.company .office .office-box.kobo dl dt {
  color: #F5A33B;
}
.company .philosophy .title {
  position: relative;
  margin: 60px 0 0 0;
}
@media (max-width: 767px) {
  .company .philosophy .title {
    margin: 30px 0 0 0;
  }
}
.company .philosophy .title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #0099CC;
  width: 20%;
}
.company .philosophy .title h2 {
  width: 54%;
  margin: 0 auto;
  font-size: 32px;
  color: #0099CC;
}
@media (max-width: 767px) {
  .company .philosophy .title h2 {
    font-size: 22px;
  }
}
.company .philosophy .title h2 span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  display: block;
  margin: 0 0 -15px 0;
}
@media (max-width: 767px) {
  .company .philosophy .title h2 span {
    font-size: 14px;
  }
}
.company .philosophy .big {
  font-size: 150px;
  text-align: center;
}
@media (max-width: 767px) {
  .company .philosophy .big {
    font-size: 72px;
  }
}
.company .philosophy h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .company .philosophy h3 {
    font-size: 20px;
  }
}
.company .philosophy p {
  margin: 15px 0 0 0;
}
.company .promise {
  margin: 100px 0 0 0;
  background: linear-gradient(90deg, rgba(0, 153, 204, 0.08) 0%, rgba(0, 153, 204, 0.08) 83%, rgb(255, 255, 255) 83%, rgb(255, 255, 255) 100%);
  padding: 60px 0;
}
@media (max-width: 767px) {
  .company .promise {
    margin: 50px 0 0 0;
    padding: 30px 0;
  }
}
.company .promise .title {
  position: relative;
  margin: 60px 0 0 0;
}
@media (max-width: 767px) {
  .company .promise .title {
    margin: 30px 0 0 0;
  }
}
.company .promise .title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #0099CC;
  width: 20%;
}
.company .promise .title h2 {
  width: 54%;
  margin: 0 auto;
  font-size: 32px;
  color: #0099CC;
}
@media (max-width: 767px) {
  .company .promise .title h2 {
    font-size: 22px;
  }
}
.company .promise .title h2 span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  display: block;
  margin: 0 0 -15px 0;
}
@media (max-width: 767px) {
  .company .promise .title h2 span {
    font-size: 14px;
  }
}
.company .promise .promise-box {
  margin: 60px 60px 0 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .company .promise .promise-box {
    margin: 30px 0 0 0;
    display: block;
  }
}
.company .promise .promise-box .box {
  width: 300px;
}
@media (max-width: 767px) {
  .company .promise .promise-box .box {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
.company .promise .promise-box .box .circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .company .promise .promise-box .box .circle {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }
}
.company .promise .promise-box .box .circle p {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  .company .promise .promise-box .box .circle p {
    font-size: 18px;
  }
}
.company .promise .promise-box .box .circle p span {
  font-size: 32px;
  font-weight: 700;
  display: block;
}
@media (max-width: 767px) {
  .company .promise .promise-box .box .circle p span {
    font-size: 20px;
  }
}
.company .promise .promise-box .box.orange .circle {
  background: #F5A33B;
}
.company .promise .promise-box .box.red .circle {
  background: #E2536B;
}
.company .promise .promise-box .box.blue .circle {
  background: #0099CC;
}
.company .promise .promise-box .box p {
  text-align: center;
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .company .promise .promise-box .box p {
    margin: 10px 0 0 0;
  }
}
.company .brandname {
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  .company .brandname {
    margin: 50px 0 0 0;
  }
}
.company .brandname .title {
  position: relative;
  margin: 60px 0 0 0;
}
@media (max-width: 767px) {
  .company .brandname .title {
    margin: 30px 0 0 0;
  }
}
.company .brandname .title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #0099CC;
  width: 20%;
}
.company .brandname .title h2 {
  width: 54%;
  margin: 0 auto;
  font-size: 32px;
  color: #0099CC;
}
@media (max-width: 767px) {
  .company .brandname .title h2 {
    font-size: 22px;
  }
}
.company .brandname .title h2 span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  display: block;
  margin: 0 0 -15px 0;
}
@media (max-width: 767px) {
  .company .brandname .title h2 span {
    font-size: 14px;
  }
}
.company .brandname p {
  margin: 80px 0 0 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .company .brandname p {
    font-size: 18px;
  }
}
.company .brandname img {
  display: block;
  margin: 40px auto 0 auto;
}
@media (max-width: 767px) {
  .company .brandname img {
    margin: 20px auto 0 auto;
  }
}
.company .logo {
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  .company .logo {
    margin: 50px 0 0 0;
  }
}
.company .logo .title {
  position: relative;
  margin: 60px 0 0 0;
}
@media (max-width: 767px) {
  .company .logo .title {
    margin: 30px 0 0 0;
  }
}
.company .logo .title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #0099CC;
  width: 20%;
}
.company .logo .title h2 {
  width: 54%;
  margin: 0 auto;
  font-size: 32px;
  color: #0099CC;
}
@media (max-width: 767px) {
  .company .logo .title h2 {
    font-size: 22px;
  }
}
.company .logo .title h2 span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  display: block;
  margin: 0 0 -15px 0;
}
@media (max-width: 767px) {
  .company .logo .title h2 span {
    font-size: 14px;
  }
}
.company .logo .box {
  margin: 80px 0 0 0;
  display: flex;
}
@media (max-width: 767px) {
  .company .logo .box {
    margin: 40px 0 0 0;
    display: block;
  }
}
.company .logo .box .txt-box {
  margin: 40px 40px 0 0;
}
@media (max-width: 767px) {
  .company .logo .box .txt-box {
    margin: 20px 0 0 0;
  }
}
.company .logo .box .txt-box p {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .company .logo .box .txt-box p {
    font-size: 16px;
  }
}
.company .logo .box .img-box {
  width: 20%;
}
@media (max-width: 767px) {
  .company .logo .box .img-box {
    width: 60%;
    margin: 20px auto 0 auto;
  }
}
.company .logo .logo-manual {
  display: block;
  margin: 40px auto 0 auto;
}
@media (max-width: 767px) {
  .company .logo .logo-manual {
    margin: 20px auto 0 auto;
  }
}
.company .ourpolicy .title {
  position: relative;
  margin: 60px 0 0 0;
}
@media (max-width: 767px) {
  .company .ourpolicy .title {
    margin: 30px 0 0 0;
  }
}
.company .ourpolicy .title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #0099CC;
  width: 20%;
}
.company .ourpolicy .title h2 {
  width: 54%;
  margin: 0 auto;
  font-size: 32px;
  color: #0099CC;
}
@media (max-width: 767px) {
  .company .ourpolicy .title h2 {
    font-size: 22px;
  }
}
.company .ourpolicy .title h2 span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  display: block;
  margin: 0 0 -15px 0;
}
@media (max-width: 767px) {
  .company .ourpolicy .title h2 span {
    font-size: 14px;
  }
}
.company .ourpolicy p {
  margin: 40px 0 0 0;
}
@media (max-width: 767px) {
  .company .ourpolicy p {
    margin: 20px 0 0 0;
  }
}
.company .ourpolicy dl {
  margin: 80px 0 0 0;
}
@media (max-width: 767px) {
  .company .ourpolicy dl {
    margin: 40px 0 0 0;
  }
}
.company .ourpolicy dl dt {
  width: 400px;
  float: left;
  clear: left;
  font-size: 26px;
  font-weight: 400;
  color: #0099CC;
}
@media (max-width: 767px) {
  .company .ourpolicy dl dt {
    width: 100%;
    float: none;
    font-size: 20px;
  }
}
.company .ourpolicy dl dd {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 30px 400px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .company .ourpolicy dl dd {
    font-size: 18px;
    margin: 0 0 15px 0;
    font-weight: 500;
  }
}
.company .effort {
  background: linear-gradient(90deg, rgba(0, 153, 204, 0.08) 0%, rgba(0, 153, 204, 0.08) 83%, rgb(255, 255, 255) 83%, rgb(255, 255, 255) 100%);
  padding: 0 0 60px 0;
}
@media (max-width: 767px) {
  .company .effort {
    padding: 0 0 30px 0;
  }
}
.company .effort h2 {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  color: #0099CC;
}
@media (max-width: 767px) {
  .company .effort h2 {
    font-size: 20px;
  }
}
.company .effort h2:before {
  content: "";
  width: 1px;
  height: 80px;
  display: block;
  margin: 0 auto 20px auto;
  background: #0099CC;
}
@media (max-width: 767px) {
  .company .effort h2:before {
    height: 40px;
  }
}
.company .effort ol {
  padding: 0 0 0 1em;
  margin: 0 60px;
}
@media (max-width: 767px) {
  .company .effort ol {
    margin: 0;
  }
}
.company .effort ol li {
  margin: 40px 0 0 0;
}
@media (max-width: 767px) {
  .company .effort ol li {
    margin: 20px 0 0 0;
  }
}
.company .effort ol li h3 {
  font-weight: 700;
  font-weight: 500;
}
.company .effort ol li ul li {
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 20px 0 0 0;
}
.company .effort .date {
  text-align: right;
  margin: 2em 60px 0 0;
}
@media (max-width: 767px) {
  .company .effort .date {
    margin: 1em 0 0 0;
  }
}
.company .effort .btn {
  width: 600px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #0099CC;
  color: #fff;
  display: block;
  margin: 2em auto 0 auto;
  transition: all 0.4s;
  position: relative;
  border: 1px solid #0099CC;
}
@media (max-width: 767px) {
  .company .effort .btn {
    width: 100%;
    line-height: 1.8;
  }
}
.company .effort .btn:after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  background: #fff;
  transition: all 0.4s;
}
.company .effort .btn:hover {
  background: #fff;
  color: #0099CC;
}
.company .effort .btn:hover:after {
  background: #0099CC;
  width: 3px;
}
.company.properties .mv {
  background: url("../images/company/img_mv_properties.jpg") center top no-repeat;
  background-size: cover;
  padding: 120px 0 80px 0;
}
@media (max-width: 767px) {
  .company.properties .mv {
    padding: 60px 0 40px 0;
  }
}
.company.properties .detail {
  margin: 10px 0 0 0;
}
.company.properties .detail .title {
  position: relative;
}
.company.properties .detail .title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #0099CC;
  width: 20%;
}
.company.properties .detail .title h2 {
  width: 54%;
  margin: 0 auto;
  font-size: 32px;
  color: #0099CC;
}
@media (max-width: 767px) {
  .company.properties .detail .title h2 {
    font-size: 22px;
  }
}
.company.properties .detail .title h2 span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  display: block;
  margin: 0 0 -15px 0;
}
@media (max-width: 767px) {
  .company.properties .detail .title h2 span {
    font-size: 14px;
  }
}
.company.properties .detail dl {
  max-width: 1120px;
  margin: 80px auto 0 auto;
}
@media (max-width: 767px) {
  .company.properties .detail dl {
    max-width: 94%;
    margin: 40px auto 0 auto;
  }
}
.company.properties .detail dl dt {
  width: 180px;
  float: left;
  clear: left;
  text-align: right;
  color: #0099CC;
  font-weight: 400;
}
@media (max-width: 767px) {
  .company.properties .detail dl dt {
    width: 100%;
    float: none;
    text-align: left;
  }
}
.company.properties .detail dl dd {
  padding: 0 0 30px 210px;
  border-bottom: 1px solid #D0D0D0;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .company.properties .detail dl dd {
    padding: 0 0 15px 0;
  }
}
.company.properties .detail dl dd .caution {
  color: #E2536B;
  font-weight: 500;
  display: block;
}
.company.properties .detail dl dd .sudden {
  font-weight: 700;
  color: #FF0000;
  margin: 0 0 0 10px;
}
.company.properties .detail .info {
  text-align: center;
  color: #F90000;
  font-size: 20px;
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  .company.properties .detail .info {
    font-size: 18px;
  }
}
.company.properties .form {
  background: linear-gradient(90deg, rgba(0, 153, 204, 0.08) 0%, rgba(0, 153, 204, 0.08) 83%, rgb(255, 255, 255) 83%, rgb(255, 255, 255) 100%);
  padding: 80px 0;
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  .company.properties .form {
    padding: 40px 0;
    margin: 50px 0 0 0;
  }
}
.company.properties .form .title {
  position: relative;
}
.company.properties .form .title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #0099CC;
  width: 20%;
}
.company.properties .form .title h2 {
  width: 54%;
  margin: 0 auto;
  font-size: 32px;
  color: #0099CC;
}
@media (max-width: 767px) {
  .company.properties .form .title h2 {
    font-size: 22px;
  }
}
.company.properties .form .title h2 span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  display: block;
  margin: 0 0 -15px 0;
}
@media (max-width: 767px) {
  .company.properties .form .title h2 span {
    font-size: 14px;
  }
}
.company.properties .form .telephone {
  margin: 100px 0 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .company.properties .form .telephone {
    margin: 50px 0 0 0;
    display: block;
  }
}
.company.properties .form .telephone li {
  font-size: 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin: 0 30px;
}
@media (max-width: 767px) {
  .company.properties .form .telephone li {
    font-size: 24px;
    display: block;
  }
}
.company.properties .form .telephone li span {
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 767px) {
  .company.properties .form .telephone li span {
    font-size: 14px;
    display: block;
  }
}
.company.properties .form .telephone li:nth-child(1):before {
  content: "";
  background: url("../images/company/ico_tel.svg") 0 0 no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  .company.properties .form .telephone li:nth-child(1):before {
    background-size: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
  }
}
.company.properties .form .telephone li:nth-child(2):before {
  content: "";
  background: url("../images/company/ico_fax.svg") 0 0 no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  .company.properties .form .telephone li:nth-child(2):before {
    background-size: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
  }
}
.company.properties .form .tel-txt {
  font-size: 14px;
  margin: 15px 60px 0 60px;
}
@media (max-width: 767px) {
  .company.properties .form .tel-txt {
    font-size: 12px;
    margin: 15px 0 0 0;
  }
}
.company.properties .form .tel-txt span {
  font-size: 16px;
  display: block;
}
@media (max-width: 767px) {
  .company.properties .form .tel-txt span {
    font-size: 14px;
  }
}
.company.properties .form .form-area {
  background: #fff;
  padding: 60px;
  margin: 60px 60px 0 60px;
}
@media (max-width: 767px) {
  .company.properties .form .form-area {
    padding: 0;
    margin: 30px 0 0 0;
  }
}
.company.properties .form .form-area dl {
  margin: 40px 0 0 0;
}
@media (max-width: 767px) {
  .company.properties .form .form-area dl {
    margin: 20px 0 0 0;
  }
}
.company.properties .form .form-area dl dt {
  font-weight: 500;
  color: #0099CC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  float: left;
  clear: left;
}
@media (max-width: 767px) {
  .company.properties .form .form-area dl dt {
    display: block;
    width: 100%;
    float: none;
  }
}
.company.properties .form .form-area dl dt .must {
  font-size: 12px;
  color: #fff;
  background: #E2536B;
  border-radius: 4px;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .company.properties .form .form-area dl dt .must {
    margin: 0 0 0 10px;
  }
}
.company.properties .form .form-area dl dd {
  padding: 0 0 30px 270px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .company.properties .form .form-area dl dd {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
  }
}
.company.properties .form .form-area dl dd .input-text,
.company.properties .form .form-area dl dd .input-textarea {
  width: 100%;
  border: 1px solid #D4D4D4;
  height: 40px;
  padding: 0 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
}
.company.properties .form .form-area dl dd .input-text:focus,
.company.properties .form .form-area dl dd .input-textarea:focus {
  box-shadow: 0 0 10px rgba(0, 153, 204, 0.5);
  border: 1px solid #0099CC;
}
.company.properties .form .form-area dl dd .input-textarea {
  height: 200px;
}
.company.properties .form .pp {
  text-align: center;
}
.company.properties .form .pp input[type=checkbox] {
  margin: 0 10px 0 0;
}
.company.properties .form .pp a {
  text-decoration: underline;
}
.company.properties .form .pp a:hover {
  text-decoration: none;
}
.company.properties .form .btn-submit {
  width: 260px;
  height: 60px;
  display: block;
  margin: 30px auto 0 auto;
  border: 1px solid #0099CC;
  text-align: center;
  color: #0099CC;
  background: url("../images/common/ico_right_arrow_blue.svg") right 20px center no-repeat;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .company.properties .form .btn-submit {
    width: 100%;
  }
}
.company.properties .form .btn-submit:hover {
  box-shadow: 0 0 10px rgba(0, 153, 204, 0.5);
  background: url("../images/common/ico_right_arrow_blue.svg") right 10px center no-repeat;
}
.company.contact .mv {
  background: url("../images/company/img_mv_contact.jpg") center top no-repeat;
  background-size: cover;
  padding: 120px 0 80px 0;
}
@media (max-width: 767px) {
  .company.contact .mv {
    padding: 60px 0 40px 0;
  }
}
.company.contact .detail {
  margin: 10px 0 0 0;
}
.company.contact .detail .title {
  position: relative;
}
.company.contact .detail .title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #0099CC;
  width: 20%;
}
.company.contact .detail .title h2 {
  width: 54%;
  margin: 0 auto;
  font-size: 32px;
  color: #0099CC;
}
@media (max-width: 767px) {
  .company.contact .detail .title h2 {
    font-size: 22px;
  }
}
.company.contact .detail .title h2 span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  display: block;
  margin: 0 0 -15px 0;
}
.company.contact .detail dl {
  max-width: 1120px;
  margin: 80px auto 0 auto;
}
.company.contact .detail dl dt {
  width: 180px;
  float: left;
  clear: left;
  text-align: right;
  color: #0099CC;
  font-weight: 400;
}
.company.contact .detail dl dd {
  padding: 0 0 30px 210px;
  border-bottom: 1px solid #D0D0D0;
  margin: 0 0 30px 0;
}
.company.contact .detail dl dd .caution {
  color: #E2536B;
  font-weight: 500;
  display: block;
}
.company.contact .detail dl dd .sudden {
  font-weight: 700;
  color: #FF0000;
  margin: 0 0 0 10px;
}
.company.contact .detail .info {
  text-align: center;
  color: #F90000;
  font-size: 20px;
  margin: 30px 0 0 0;
}
.company.contact .form {
  margin: 100px 0 0 0;
}
.company.contact .form .title {
  position: relative;
}
.company.contact .form .title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #0099CC;
  width: 20%;
}
.company.contact .form .title h2 {
  width: 54%;
  margin: 0 auto;
  font-size: 32px;
  color: #0099CC;
}
@media (max-width: 767px) {
  .company.contact .form .title h2 {
    font-size: 22px;
  }
}
.company.contact .form .title h2 span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  display: block;
  margin: 0 0 -15px 0;
}
@media (max-width: 767px) {
  .company.contact .form .title h2 span {
    font-size: 14px;
  }
}
.company.contact .form .telephone {
  margin: 100px 0 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .company.contact .form .telephone {
    display: block;
    margin: 50px 0 0 0;
  }
}
.company.contact .form .telephone li {
  font-size: 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin: 0 30px;
}
@media (max-width: 767px) {
  .company.contact .form .telephone li {
    font-size: 24px;
    display: block;
  }
}
.company.contact .form .telephone li span {
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 767px) {
  .company.contact .form .telephone li span {
    display: block;
    font-size: 12px;
  }
}
.company.contact .form .telephone li:nth-child(1):before {
  content: "";
  background: url("../images/company/ico_tel.svg") 0 0 no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  .company.contact .form .telephone li:nth-child(1):before {
    background-size: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
  }
}
.company.contact .form .telephone li:nth-child(2):before {
  content: "";
  background: url("../images/company/ico_fax.svg") 0 0 no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  .company.contact .form .telephone li:nth-child(2):before {
    background-size: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
  }
}
.company.contact .form .tel-txt {
  font-size: 14px;
  margin: 15px 60px 0 60px;
}
.company.contact .form .tel-txt span {
  font-size: 16px;
  display: block;
}
.company.contact .form .form-area {
  background: #fff;
  padding: 60px;
  margin: 60px 60px 0 60px;
}
.company.contact .form .form-area .screen-reader-response {
  display: none !important;
}
@media (max-width: 767px) {
  .company.contact .form .form-area {
    padding: 0;
    margin: 30px 0;
  }
}
.company.contact .form .form-area dl {
  margin: 40px 0 0 0;
}
@media (max-width: 767px) {
  .company.contact .form .form-area dl {
    margin: 20px 0 0 0;
  }
}
.company.contact .form .form-area dl dt {
  font-weight: 500;
  color: #0099CC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  float: left;
  clear: left;
}
@media (max-width: 767px) {
  .company.contact .form .form-area dl dt {
    display: block;
    width: 100%;
    float: none;
  }
}
.company.contact .form .form-area dl dt .must {
  font-size: 12px;
  color: #fff;
  background: #E2536B;
  border-radius: 4px;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .company.contact .form .form-area dl dt .must {
    margin: 0 0 0 10px;
  }
}
.company.contact .form .form-area dl dd {
  padding: 0 0 30px 270px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .company.contact .form .form-area dl dd {
    padding: 0 0 15px 0;
  }
}
.company.contact .form .form-area dl dd .input-text,
.company.contact .form .form-area dl dd .input-textarea {
  width: 100%;
  border: 1px solid #D4D4D4;
  height: 40px;
  padding: 0 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
}
.company.contact .form .form-area dl dd .input-text:focus,
.company.contact .form .form-area dl dd .input-textarea:focus {
  box-shadow: 0 0 10px rgba(0, 153, 204, 0.5);
  border: 1px solid #0099CC;
}
.company.contact .form .form-area dl dd .input-textarea {
  height: 200px;
}
.company.contact .form .pp {
  text-align: center;
}
.company.contact .form .pp input[type=checkbox] {
  margin: 0 10px 0 0;
}
.company.contact .form .pp a {
  text-decoration: underline;
}
.company.contact .form .pp a:hover {
  text-decoration: none;
}
.company.contact .form .btn-submit {
  width: 260px;
  height: 60px;
  display: block;
  margin: 30px auto 0 auto;
  border: 1px solid #0099CC;
  text-align: center;
  color: #0099CC;
  background: url("../images/common/ico_right_arrow_blue.svg") right 20px center no-repeat;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .company.contact .form .btn-submit {
    width: 100%;
  }
}
.company.contact .form .btn-submit:hover {
  box-shadow: 0 0 10px rgba(0, 153, 204, 0.5);
  background: url("../images/common/ico_right_arrow_blue.svg") right 10px center no-repeat;
}
.company .insurance {
  margin: 50px 0 0 0;
}
@media (max-width: 767px) {
  .company .insurance {
    margin: 25px 0 0 0;
  }
}
.company .insurance .title {
  position: relative;
}
.company .insurance .title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #0099CC;
  width: 20%;
}
.company .insurance .title h2 {
  width: 54%;
  margin: 0 auto;
  font-size: 32px;
  color: #0099CC;
}
@media (max-width: 767px) {
  .company .insurance .title h2 {
    font-size: 22px;
  }
}
.company .insurance .title h2 span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  display: block;
  margin: 0 0 -15px 0;
}
@media (max-width: 767px) {
  .company .insurance .title h2 span {
    font-size: 14px;
  }
}
.company .insurance p {
  margin: 2em 0 0 0;
}
.company .insurance .big {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .company .insurance .big {
    font-size: 18px;
  }
}
.company .insurance .block {
  margin: 60px 0 0 0;
}
@media (max-width: 767px) {
  .company .insurance .block {
    margin: 30px 0 0 0;
  }
}
.company .insurance .block h3 {
  font-size: 28px;
  color: #0099CC;
  font-weight: 700;
  border-bottom: 1px solid #0099CC;
  padding: 0 0 10px 0;
}
@media (max-width: 767px) {
  .company .insurance .block h3 {
    font-size: 18px;
  }
}
.company .insurance .block ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company .insurance .block ul li {
  width: 19%;
  text-align: center;
  font-size: 12px;
  margin: 20px 0 0 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .company .insurance .block ul li {
    width: 32%;
  }
}
.company .insurance .block ul li img {
  width: 70%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .company .insurance .block ul li img {
    width: 95%;
  }
}
.company .insurance .block ul li:hover {
  opacity: 0.6;
}
.company .csr .title {
  margin: 50px 0 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .company .csr .title {
    margin: 25px 0 0 0;
  }
}
.company .csr .title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #0099CC;
  width: 20%;
}
.company .csr .title h2 {
  width: 54%;
  margin: 0 auto;
  font-size: 32px;
  color: #0099CC;
}
@media (max-width: 767px) {
  .company .csr .title h2 {
    font-size: 22px;
  }
}
.company .csr .title h2 span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  display: block;
  margin: 0 0 -15px 0;
}
@media (max-width: 767px) {
  .company .csr .title h2 span {
    font-size: 14px;
  }
}
.company .csr .block {
  margin: 60px 0 0 0;
}
@media (max-width: 767px) {
  .company .csr .block {
    margin: 30px 0 0 0;
  }
}
.company .csr .block h3 {
  font-size: 28px;
  border-bottom: 2px solid #0099CC;
}
@media (max-width: 767px) {
  .company .csr .block h3 {
    font-size: 18px;
    border-bottom: 1px solid #0099CC;
  }
}
.company .csr .block h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 2em 0 0 0;
}
@media (max-width: 767px) {
  .company .csr .block h4 {
    font-size: 16px;
    margin: 1em 0 0 0;
  }
}
.company .csr .block p {
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  .company .csr .block p {
    margin: 15px 0 0 0;
  }
}
.company .csr .block img {
  width: 100%;
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  .company .csr .block img {
    margin: 15px 0 0 0;
  }
}
.company .csr .block img.img50 {
  width: 50%;
  margin: 30px auto 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .company .csr .block img.img50 {
    width: 100%;
    margin: 15px auto 0 auto;
  }
}

.policy {
  padding: 70px 0 0 0;
}
@media (max-width: 767px) {
  .policy {
    padding: 60px 0 0 0;
  }
}
.policy .mv {
  background: url("../images/policy/img_mv.jpg") center top no-repeat;
  background-size: cover;
  padding: 200px 0 80px 0;
  min-height: 440px;
}
@media (max-width: 767px) {
  .policy .mv {
    padding: 40px 0;
    min-height: auto;
  }
}
.policy .mv h1 {
  font-size: 42px;
  line-height: 1.6;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media (max-width: 767px) {
  .policy .mv h1 {
    font-size: 20px;
  }
}
.policy .various {
  margin: 50px 0 0 0;
}
@media (max-width: 767px) {
  .policy .various {
    margin: 30px 0 0 0;
  }
}
.policy .various .title {
  position: relative;
}
.policy .various .title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #0099CC;
  width: 20%;
}
.policy .various .title h2 {
  width: 54%;
  margin: 0 auto;
  font-size: 32px;
  color: #0099CC;
}
@media (max-width: 767px) {
  .policy .various .title h2 {
    font-size: 22px;
  }
}
.policy .various .title h2 span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  display: block;
  margin: 0 0 -15px 0;
}
@media (max-width: 767px) {
  .policy .various .title h2 span {
    font-size: 14px;
  }
}
.policy .various ul {
  margin: 40px 0 0 0;
}
@media (max-width: 767px) {
  .policy .various ul {
    margin: 20px 0 0 0;
  }
}
.policy .various ul li {
  height: 60px;
  line-height: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  position: relative;
  padding: 0 0 0 20px;
  transition: all 0.4s;
  margin: 40px 0 0 0;
}
@media (max-width: 767px) {
  .policy .various ul li {
    margin: 30px 0 0 0;
  }
}
.policy .various ul li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #0099CC;
  transform: scale(0.01, 1);
  transform-origin: left top;
  transition: all 0.4s;
  left: 0;
  z-index: -1;
}
.policy .various ul li:hover {
  color: #fff;
}
.policy .various ul li:hover:before {
  transform: scale(1, 1);
}
.policy .various ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.policy .block {
  margin: 50px 0 0 0;
}
@media (max-width: 767px) {
  .policy .block {
    margin: 25px 0 0 0;
  }
}
.policy .block .title {
  position: relative;
}
.policy .block .title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #0099CC;
  width: 20%;
}
.policy .block .title h2 {
  width: 54%;
  margin: 0 auto;
  font-size: 32px;
  color: #0099CC;
}
@media (max-width: 767px) {
  .policy .block .title h2 {
    font-size: 22px;
  }
}
.policy .block .title h2 span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  display: block;
  margin: 0 0 -15px 0;
}
@media (max-width: 767px) {
  .policy .block .title h2 span {
    font-size: 16px;
  }
}
.policy .block .wrap {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .policy .block .wrap {
    margin-top: 40px;
  }
}
.policy .block .wrap .lead {
  margin: 40px 0 0 0;
}
@media (max-width: 767px) {
  .policy .block .wrap .lead {
    margin: 20px 0 0 0;
  }
}
.policy .block .wrap .lead span {
  font-weight: 700;
  display: block;
}
.policy .block .wrap .lead.tc {
  text-align: center;
}
.policy .block .wrap ol {
  list-style-type: decimal;
  padding: 0 0 0 1em;
}
.policy .block .wrap ol li {
  margin: 1em 0 0 0;
}
.policy .block .wrap ol li ol {
  list-style-type: none;
}
.policy .block .wrap ol li ol li {
  margin: 0.5em 0 0 0;
}
.policy .block .wrap ol li ul {
  padding: 0 0 0 1em;
}
.policy .block .wrap ol li ul li {
  margin: 0.5em 0 0 0;
}
.policy .block .wrap ol li span {
  font-weight: 700;
  display: block;
}
.policy .block .wrap .date {
  text-align: right;
  margin: 2em 0 0 0;
}
.policy .block .wrap h3 {
  background: #0099CC;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin: 80px 0 0 0;
}
@media (max-width: 767px) {
  .policy .block .wrap h3 {
    font-size: 18px;
  }
}
.policy .block .wrap p {
  margin: 1em 0 0 0;
}
.policy .block .wrap p img {
  display: inline-block;
  width: 200px;
}
.policy .block .wrap dl {
  margin: 1em 0 0 0;
}
.policy .block .wrap dl dt {
  width: 220px;
  float: left;
  clear: left;
  font-weight: 400;
  color: #0099CC;
  text-align: right;
}
@media (max-width: 767px) {
  .policy .block .wrap dl dt {
    width: 100%;
    float: none;
    text-align: left;
  }
}
.policy .block .wrap dl dd {
  margin: 0 0 20px 240px;
}
@media (max-width: 767px) {
  .policy .block .wrap dl dd {
    margin: 0 0 20px 0;
  }
}
.policy .block .wrap a {
  color: #5991B7;
  transition: all 0.4s;
}
.policy .block .wrap a:hover {
  color: #0099CC;
}

.news {
  padding: 70px 0 0 0;
}
@media (max-width: 767px) {
  .news {
    padding: 60px 0 0 0;
  }
}
.news .mv {
  background: url("../images/news/img_mv.jpg") center top no-repeat;
  background-size: cover;
  padding: 160px 0 80px 0;
  min-height: 440px;
}
@media (max-width: 767px) {
  .news .mv {
    padding: 40px 0;
    min-height: auto;
  }
}
.news .mv h1 {
  font-size: 42px;
  line-height: 1.6;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media (max-width: 767px) {
  .news .mv h1 {
    font-size: 20px;
  }
}
.news .news-list {
  margin: 80px 0 0 0;
}
@media (max-width: 767px) {
  .news .news-list {
    margin: 40px 0 0 0;
  }
}
.news .news-list .title {
  position: relative;
}
.news .news-list .title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #0099CC;
  width: 20%;
}
.news .news-list .title h2 {
  width: 54%;
  margin: 0 auto;
  font-size: 32px;
  color: #0099CC;
}
@media (max-width: 767px) {
  .news .news-list .title h2 {
    font-size: 22px;
  }
}
.news .news-list .title h2 span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  display: block;
  margin: 0 0 -15px 0;
}
@media (max-width: 767px) {
  .news .news-list .title h2 span {
    font-size: 14px;
  }
}
.news .news-list .list {
  margin: 80px 0 0 0;
}
@media (max-width: 767px) {
  .news .news-list .list {
    margin: 40px 0 0 0;
  }
}
.news .news-list .list li {
  display: flex;
  border-bottom: 1px solid #D0D0D0;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  flex-wrap: wrap;
}
.news .news-list .list li .date {
  font-size: 14px;
  width: 120px;
}
@media (max-width: 767px) {
  .news .news-list .list li .date {
    font-size: 12px;
    width: 40%;
  }
}
.news .news-list .list li .cat {
  display: block;
  width: 200px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  margin: 0 30px 0 0;
}
@media (max-width: 767px) {
  .news .news-list .list li .cat {
    width: 50%;
    margin: 0;
  }
}
.news .news-list .list li .cat.tr {
  background: #0099CC;
}
.news .news-list .list li .cat.hk {
  background: #F5A33B;
}
.news .news-list .list li .cat.hm {
  background: #E2536B;
}
.news .news-list .list li h3 {
  width: 70%;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .news .news-list .list li h3 {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.news .news-list .list li h3:hover {
  color: #0099CC;
}
.news .news-list .pager {
  margin: 60px 0 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .news .news-list .pager {
    margin: 30px 0 0 0;
  }
}
.news .news-list .pager li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #0099CC;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .news .news-list .pager li {
    margin: 10px;
  }
}
.news .news-list .pager li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #0099CC;
  transition: all 0.4s;
}
.news .news-list .pager li a:hover {
  background: #0099CC;
  color: #fff;
}
.news .news-list .pager li.active {
  background: #0099CC;
}
.news .news-list .pager li.active a {
  color: #fff;
}
.news .entry {
  margin: 80px 0 0 0;
}
.news .entry h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 2em 0 0 0;
}
.news .entry h3 {
  font-size: 24px;
  border-bottom: 1px solid #0099CC;
  margin: 2em 0 0 0;
  font-weight: 500;
}
.news .entry p {
  margin: 1em 0 0 0;
}
.news .entry p a {
  text-decoration: underline;
  color: #0099CC;
}
.news .entry p a:hover {
  text-decoration: none;
}
.news .entry img {
  margin: 1em 0;
  max-width: 100%;
}
.news .btn-back {
  width: 320px;
  height: 60px;
  border: 1px solid #0099CC;
  margin: 100px auto 0 auto;
  text-align: center;
  line-height: 60px;
}
.news .btn-back a {
  color: #0099CC;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: 100%;
}
.news .btn-back a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */