@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  border: none;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

a {
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
a:hover {
  color: #000;
  cursor: pointer;
  opacity: 1;
}

ul li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

img {
  vertical-align: middle;
}

.header {
  width: 94%;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.header h1 {
  color: #666;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .header h1 {
    font-size: 10px;
    padding: 10px 0;
    margin-left: 3%;
    text-align: left;
  }
}

body {
  overflow: initial;
}

.entry-content.cf {
  padding: 0;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem !important;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
  margin: 0;
  color: #000;
}

section {
  padding: 0;
}

#top {
  font-family: "Noto Sans JP", sans-serif;
}
#top main {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #top main {
    margin-bottom: 50px;
  }
}
#top main #mv {
  width: 100%;
  margin: auto 0;
  background: url("../img/bg_mv.jpg") center center no-repeat;
  background-size: 230% auto;
  padding: 150px 0;
  position: relative;
  z-index: 0;
  height: auto;
}
@media screen and (max-width: 767px) {
  #top main #mv {
    padding: 50px 0;
    background-size: 420% auto;
  }
}
#top main #mv:after {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#top main #mv h2.mv-logo {
  color: #0F254E;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1em;
}
#top main #mv h2.mv-logo .mv-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top main #mv h2.mv-logo .mv-image img {
  height: 26px;
}
@media screen and (max-width: 767px) {
  #top main #mv h2.mv-logo .mv-image img {
    height: 20px;
  }
}
#top main #mv h2.mv-logo .mv-text {
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #top main #mv h2.mv-logo .mv-text {
    font-size: 20px;
  }
}
#top main #mv h2.mv-logo .mv-text:before {
  content: "";
  background: #4fa8e7;
  height: 80%;
  width: 2px;
  position: absolute;
  top: 10%;
  left: 0;
}
#top main #mv .mv-lead {
  text-align: center;
  font-weight: bold;
  width: 94%;
  max-width: 1200px;
  margin: 20px auto 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  #top main #mv .mv-lead {
    font-size: 15px;
  }
}
#top main #mv .mv-btn {
  margin-top: 20px;
  text-align: center;
}
#top main #mv .mv-btn a {
  background: #0F254E;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 38px;
  border-radius: 100px;
  border: 1px solid #0F254E;
}
#top main #mv .mv-btn a:hover {
  background: #fff;
  color: #0F254E;
}
#top main #about {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #top main #about {
    margin-top: 50px;
  }
}
#top main #about ul.about-point {
  width: 94%;
  max-width: 1200px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  #top main #about ul.about-point {
    margin-top: 30px;
  }
}
#top main #about ul.about-point li {
  border: 1px solid #EBEBEB;
  width: 32%;
  margin-right: 2%;
  border-radius: 10px;
  padding: 25px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #top main #about ul.about-point li {
    width: 48%;
    margin-right: 4%;
    font-size: 14px;
    padding: 15px 10px;
  }
}
#top main #about ul.about-point li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #top main #about ul.about-point li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  #top main #about ul.about-point li:nth-child(2n) {
    margin-right: 0;
  }
}
#top main #about ul.about-point li:nth-child(n+4) {
  margin-top: 2%;
}
@media screen and (max-width: 767px) {
  #top main #about ul.about-point li:nth-child(n+3) {
    margin-top: 4%;
  }
}
#top main #mtsite {
  margin-top: 100px;
  height: 350px;
  background: url("../img/bg_mtsite.png") center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #top main #mtsite {
    margin-top: 50px;
    height: 200px;
  }
}
#top main #mtsite .mtsite-btn {
  text-align: center;
}
#top main #mtsite .mtsite-btn a {
  background: #0076bf;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 38px;
  border-radius: 100px;
  border: 1px solid #0076bf;
}
@media screen and (max-width: 767px) {
  #top main #mtsite .mtsite-btn a {
    padding: 8px 30px;
  }
}
#top main #mtsite .mtsite-btn a:hover {
  background: #fff;
  color: #0076bf;
}
#top main #cms-image {
  width: 94%;
  max-width: 1200px;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  #top main #cms-image {
    margin-top: 50px;
  }
}
#top main #cms-image ul.tab-area {
  border: 1px solid #0F254E;
  cursor: pointer;
  margin: 15px auto 0;
  width: 80%;
  border-radius: 100px;
  display: none;
}
@media screen and (max-width: 767px) {
  #top main #cms-image ul.tab-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#top main #cms-image ul.tab-area li.tab {
  width: 50%;
  text-align: center;
  padding: 5px 10px;
  border-radius: 100px;
}
#top main #cms-image ul.tab-area li.tab.active {
  background-color: #0F254E;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top main #cms-image .panel {
    display: none;
  }
}
#top main #cms-image .panel.active {
  display: block;
}
#top main #cms-image .cms-block {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #top main #cms-image .cms-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#top main #cms-image .cms-block .cms-admin,
#top main #cms-image .cms-block .cms-user {
  width: 48%;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  #top main #cms-image .cms-block .cms-admin,
#top main #cms-image .cms-block .cms-user {
    width: 100%;
    padding: 15px;
  }
}
#top main #cms-image .cms-block .cms-admin h3,
#top main #cms-image .cms-block .cms-user h3 {
  font-size: 22px;
  font-weight: bold;
  color: #0F254E;
  text-align: center;
  margin-bottom: 20px;
}
#top main #cms-image .cms-block .cms-admin {
  background: #E8F2F4;
}
#top main #cms-image .cms-block .cms-admin .cms-item {
  margin-bottom: 20px;
}
#top main #cms-image .cms-block .cms-admin .cms-item .cms-item-title {
  font-size: 15px;
  font-weight: bold;
}
#top main #cms-image .cms-block .cms-admin .cms-item .cms-item-input {
  margin-top: 5px;
}
#top main #cms-image .cms-block .cms-admin .cms-item .cms-item-input #f_photo {
  margin-bottom: 20px;
}
#top main #cms-image .cms-block .cms-user {
  background: #eee;
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  #top main #cms-image .cms-block .cms-user {
    margin: 0;
  }
}
#top main #cms-image .cms-block .cms-user .cms-display-top,
#top main #cms-image .cms-block .cms-user .cms-display-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top main #cms-image .cms-block .cms-user .cms-display-middle {
  background: url("../img/img_cms_02.png") center center repeat-y;
  background-size: contain;
}
#top main #cms-image .cms-block .cms-user .cms-display-middle .cms-display-middle-inner {
  margin: 0 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top main #cms-image .cms-block .cms-user .cms-display-middle .cms-display-middle-inner {
    margin: 0 30px;
  }
}
#top main #cms-image .cms-block .cms-user .cms-display-middle .cms-display-middle-inner:before {
  content: "";
  background: url("../img/ico_menu.png") center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 0;
}
#top main #cms-image .cms-block .cms-user .cms-display-middle .cms-display-middle-inner .display-title {
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
  margin-right: 40px;
  word-wrap: break-word;
}
#top main #cms-image .cms-block .cms-user .cms-display-middle .cms-display-middle-inner .display-copy {
  margin-top: 20px;
  font-size: 15px;
  background: #eee;
  padding: 10px 15px;
  border-radius: 10px;
  word-wrap: break-word;
}
#top main #cms-image .cms-block .cms-user .cms-display-middle .cms-display-middle-inner .display-mv {
  margin: 20px 0;
}
#top main #cms-image .cms-block .cms-user .cms-display-middle .cms-display-middle-inner .display-mv img {
  border-radius: 10px;
}
#top main #cms-image .cms-block .cms-user .cms-display-middle .cms-display-middle-inner .display-company {
  margin-top: 10px;
  font-size: 15px;
  background: #eee;
  padding: 0 15px;
  border-radius: 10px;
  word-wrap: break-word;
}
#top main #cms-image .cms-block .cms-user .cms-display-middle .cms-display-middle-inner .display-company .display-company-block {
  padding: 10px 0;
}
#top main #cms-image .cms-block .cms-user .cms-display-middle .cms-display-middle-inner .display-company .display-company-block .display-company-block-title {
  font-size: 16px;
  font-weight: bold;
  color: #0076bf;
}
#top main #cms-image .cms-block .cms-user .cms-display-middle .cms-display-middle-inner .display-company .display-company-block .display-company-block-body {
  line-height: 2em;
}
#top main #cms-image textarea,
#top main #cms-image input {
  font-size: 16px;
  background: #fff;
  border: 1px solid #0F254E;
  border-radius: 3px;
  width: 100%;
  padding: 5px 10px;
  min-height: auto;
}
#top main #cms-image input[type=file] {
  padding: 0;
  border: none;
  background: none;
}
#top main #company {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #top main #company {
    margin-top: 50px;
  }
}
#top main #company .company-inner {
  width: 94%;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 500px;
}
@media screen and (max-width: 767px) {
  #top main #company .company-inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
#top main #company .company-inner .company-info {
  width: 48%;
  background: #efb03e;
  position: relative;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #top main #company .company-inner .company-info {
    width: 100%;
    padding: 30px 3%;
  }
}
#top main #company .company-inner .company-info:after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 100px;
  height: 100%;
  background: #efb03e;
  -webkit-transform: skewX(7deg) translateX(0px);
          transform: skewX(7deg) translateX(0px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #top main #company .company-inner .company-info:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -20px;
    left: 0;
    right: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 100vw;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: none;
            transform: none;
  }
}
#top main #company .company-inner .company-info h2 {
  font-size: 26px;
  font-style: initial;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #top main #company .company-inner .company-info h2 {
    font-size: 20px;
    text-align: center;
  }
}
#top main #company .company-inner .company-info .company-lead {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #top main #company .company-inner .company-info .company-lead {
    font-size: 15px;
    margin-top: 20px;
  }
}
#top main #company .company-inner .company-info ul.company-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #top main #company .company-inner .company-info ul.company-menu {
    margin-top: 30px;
  }
}
#top main #company .company-inner .company-info ul.company-menu li {
  width: 48%;
}
#top main #company .company-inner .company-info ul.company-menu li:nth-child(2n) {
  margin-left: 4%;
}
#top main #company .company-inner .company-info ul.company-menu li:nth-child(n+3) {
  margin-top: 4%;
}
#top main #company .company-inner .company-info ul.company-menu li a {
  display: block;
  color: #0F254E;
  background: #faefd9;
  padding: 10px 15px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #faefd9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #top main #company .company-inner .company-info ul.company-menu li a {
    font-size: 14px;
    padding: 10px;
  }
}
#top main #company .company-inner .company-info ul.company-menu li a:before {
  content: "";
  height: 2px;
  width: calc(100% - 30px);
  border-radius: 2px;
  background: #0F254E;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#top main #company .company-inner .company-info ul.company-menu li a:after {
  content: "";
  height: 2px;
  width: 12px;
  border-radius: 2px;
  background: #0F254E;
  position: absolute;
  top: -8px;
  bottom: 0;
  right: 13px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#top main #company .company-inner .company-info ul.company-menu li a span {
  display: inline-block;
  background: #faefd9;
  position: relative;
  padding-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top main #company .company-inner .company-info ul.company-menu li a:hover {
  background: #efb03e;
}
#top main #company .company-inner .company-info ul.company-menu li a:hover span {
  background: #efb03e;
}
#top main #company .company-inner .company-photo {
  width: 48%;
  background: url("../img/img_concept.png") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #top main #company .company-inner .company-photo {
    width: 100%;
    height: 250px;
  }
}
#top main #feature {
  width: 94%;
  max-width: 1200px;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  #top main #feature {
    margin-top: 50px;
  }
}
#top main #feature ul.feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #top main #feature ul.feature-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 40px;
    overflow-x: scroll;
  }
}
#top main #feature ul.feature-list > li {
  width: 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  #top main #feature ul.feature-list > li {
    width: 80%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
}
#top main #feature ul.feature-list > li:nth-child(n+2) {
  margin-left: 3.5%;
}
#top main #feature ul.feature-list > li .feature-list-photo img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#top main #feature ul.feature-list > li > section {
  border: 1px solid #EBEBEB;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#top main #feature ul.feature-list > li > section h3 {
  color: #0F254E;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#top main #feature ul.feature-list > li > section .feature-list-text {
  font-size: 15px;
  line-height: 2em;
  margin-top: 20px;
  text-align: justify;
}
#top main #faq {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #top main #faq {
    margin-top: 50px;
  }
}
#top main #faq .faq-inner {
  width: 94%;
  max-width: 1200px;
  margin: auto;
}
#top main #faq .faq-inner dl.faq-list {
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  #top main #faq .faq-inner dl.faq-list {
    line-height: 1.7em;
    margin-top: 30px;
  }
}
#top main #faq .faq-inner dl.faq-list dt {
  background: #eee;
  border-radius: 5px;
  padding: 10px 15px 10px 3em;
  width: 100%;
  margin-top: 40px;
  position: relative;
  text-indent: -2em;
  font-weight: 500;
  line-height: 1.7em;
}
@media screen and (max-width: 767px) {
  #top main #faq .faq-inner dl.faq-list dt {
    font-size: 14px;
    margin-top: 20px;
    padding: 10px 10px 10px 3em;
  }
}
#top main #faq .faq-inner dl.faq-list dt:before {
  content: "Ｑ．";
  font-weight: bold;
}
#top main #faq .faq-inner dl.faq-list dd {
  width: 100%;
  margin-top: 10px;
  position: relative;
  text-indent: -2em;
  padding-left: 3.2em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  #top main #faq .faq-inner dl.faq-list dd {
    font-size: 14px;
  }
}
#top main #faq .faq-inner dl.faq-list dd:before {
  content: "A ．";
  font-weight: bold;
}
#top .sidebar-mt {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #top .sidebar-mt {
    display: none;
  }
}
#top .sidebar-mt a {
  background: #0F254E;
  border: 3px solid #0F254E;
  border-right: 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 15px 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#top .sidebar-mt a:hover {
  background: #fff;
  color: #0F254E;
}
#top .common-head {
  width: 94%;
  max-width: 1200px;
  margin: auto;
}
#top .common-head h2.common-title {
  color: #0F254E;
  font-size: 26px;
  font-weight: bold;
  font-style: initial;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top .common-head h2.common-title {
    font-size: 20px;
  }
}
#top .common-head .common-lead {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #top .common-head .common-lead {
    font-size: 15px;
  }
}
#top .en {
  font-family: "Nunito", sans-serif;
  font-style: initial;
}