@charset "UTF-8";
/* ===== @use ===== */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ===== common.scss ===== */
/* -- 変数 -- */
/* font */
/* color */
/* switching */
/* ===== @mixin ===== */
/* crm */
/* btn */
/* -- 中央配置 -- */
/* ===== style.css ===== */
/* -- html -- */
html {
  font-size: 10px;
}
@media screen and (max-width: 900px) {
  html {
    font-size: 9px;
  }
}

/* -- body -- */
body {
  font: 18px/1.81 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #000;
  transition: opacity 1s;
}
body:not(#top) {
  opacity: 0;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 16px;
  }
}

/* -- wrapper -- */
body:not(#top) .wrapper {
  background: #FFF url(../img/common/under_bg@2x.png) no-repeat top right/100% auto;
}

/* -- inner -- */
.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 1134px) {
  .inner {
    margin: 0 17px;
    width: auto;
  }
}

/* - inner980 - */
.inner980 {
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
}

/* - inner880 - */
.inner880 {
  margin: 0 auto;
  width: 100%;
  max-width: 880px;
}

/*
    tag
*/
a {
  color: #08519F;
  text-decoration: none;
  transition: opacity 0.6s;
}
@media screen and (min-width: 901px) {
  a:hover {
    opacity: 0.6;
  }
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  img {
    max-width: none;
    width: 100%;
  }
}

button {
  transition: opacity 0.6s;
}
@media screen and (min-width: 901px) {
  button:hover {
    opacity: 0.6;
  }
}

hr {
  color: #F4F5F6;
  margin: 11.2rem 0 8.2rem;
}

/*
    common
*/
/* -- font-weight -- */
.fwM {
  font-weight: 500 !important;
}

.fwB {
  font-weight: bold !important;
}

/* -- font-size -- */
.fz14 {
  font-size: 1.4rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz20 {
  font-size: 2rem !important;
}

.fz40 {
  font-size: 4rem !important;
}

/* -- line-height -- */
.lh1_5 {
  line-height: 1.5 !important;
}

.lh2 {
  line-height: 2 !important;
}

/* -- text-align -- */
.taC {
  text-align: center !important;
}

@media screen and (min-width: 901px) {
  .taC_pc {
    text-align: center !important;
  }
}
/* -- margin -- */
.mt0 {
  margin-top: 0 !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt11 {
  margin-top: 1.1rem !important;
}

.mt14 {
  margin-top: 1.4rem !important;
}

.mt17 {
  margin-top: 1.7rem !important;
}

.mt24 {
  margin-top: 2.4rem !important;
}

.mt26 {
  margin-top: 2.6rem !important;
}

.mt29 {
  margin-top: 2.9rem !important;
}

.mt33 {
  margin-top: 3.3rem !important;
}

.mt35 {
  margin-top: 3.5rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt42 {
  margin-top: 4.2rem !important;
}

.mt45 {
  margin-top: 4.5rem !important;
}

.mt46 {
  margin-top: 4.6rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mt52 {
  margin-top: 5.2rem !important;
}

.mt54 {
  margin-top: 5.4rem !important;
}

.mt56 {
  margin-top: 5.6rem !important;
}

.mt58 {
  margin-top: 5.8rem !important;
}

.mt61 {
  margin-top: 6.1rem !important;
}

.mt72 {
  margin-top: 7.2rem !important;
}

.mt75 {
  margin-top: 7.5rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mt84 {
  margin-top: 8.4rem !important;
}

.mt87 {
  margin-top: 8.7rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

.mt92 {
  margin-top: 9.2rem !important;
}

.mt98 {
  margin-top: 9.8rem !important;
}

.mt100 {
  margin-top: 10rem !important;
}

.mt113 {
  margin-top: 11.3rem !important;
}

.mt144 {
  margin-top: 14.4rem !important;
}

.mt165 {
  margin-top: 16.5rem !important;
}

.mt183 {
  margin-top: 18.3rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 900px) {
  .sp_w350 {
    max-width: 350px;
  }
}
/* -- padding -- */
.pr6p {
  padding-right: 6%;
}

/* -- hide -- */
@media screen and (min-width: 901px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .sp_hide {
    display: none !important;
  }
}
/*
    header
*/
.header {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0 auto;
  padding: 30px 30px 0 0;
  z-index: 1000;
}
.header-logo a {
  display: flex;
  color: #000;
}
.header-logo a span {
  font-family: "ClashDisplay-Regular";
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.01em;
  margin: 2px 0 0 20px;
}
@media screen and (max-width: 900px) {
  .header {
    padding: 15px 15px 0 0;
  }
  .header-logo a img {
    width: 48px;
    height: 50%;
  }
}

/* -- gnav -- */
#gnav {
  position: fixed;
  top: 43px;
  left: 50px;
  margin: 0 auto;
  min-width: 248px;
  padding: 8px 11px 53px;
  border-radius: 6px;
  z-index: 1000;
  transition: background 0.3s;
  /* - gnav-btn - */
  /* - gnav-cnt - */
  /* open */
}
#gnav-btn {
  position: relative;
  z-index: 20;
}
#gnav-btn img {
  vertical-align: middle;
  width: 40px;
  transition: opacity 0.3s;
  transition: transform 0.3s;
}
#gnav-btn a {
  display: inline-block;
}
#gnav-btn a span {
  font-family: "ClashDisplay-Medium";
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #000;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 10px;
}
#gnav-cnt {
  display: none;
  margin: 34px 0 0 35px;
}
#gnav-cnt .gnav-cnt-link_list > li:not(:last-child) {
  margin-bottom: 13px;
}
#gnav-cnt .gnav-cnt-link_list a {
  line-height: 1.5;
  display: inline-block;
  color: #000;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
  /* - hover - */
}
#gnav-cnt .gnav-cnt-link_list a:hover {
  opacity: 1;
  background-position: bottom left;
  background-size: 100% 1px;
}
#gnav.open {
  background: #FFF;
  mix-blend-mode: normal;
  /* - gnav-btn - */
}
#gnav.open #gnav-btn a {
  opacity: 1;
}
#gnav.open #gnav-btn a img {
  transform: scale(0.75) rotate(90deg);
}
@media screen and (max-width: 900px) {
  #gnav {
    top: 12px;
    left: 10px;
  }
}

/* -- header_nav_open -- */
#header_nav_open {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
  z-index: 900;
}

/*
    footer
*/
.footer {
  position: relative;
  padding: 138px 0 150px;
  background: #F7F7F7 url(../img/common/footer_bar.svg) no-repeat center bottom/52px auto;
  z-index: 20;
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1260px;
}
.footer-tit {
  font-weight: 500;
  font-size: 42px;
  line-height: 1.5;
  margin: 0 30px 30px 0;
  padding: 12px 0 0 5px;
  mix-blend-mode: difference;
}
.footer-link {
  margin: 6px 4.2% 0 0;
  width: 465px;
}
.footer-link-gnav01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-link-gnav01 ul {
  width: 36%;
}
.footer-link-gnav01 ul li:not(:last-child) {
  margin-bottom: 6px;
}
.footer-link-gnav01 ul li a {
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}
.footer-link-gnav02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 34px;
  padding-top: 31px;
  border-top: 1px solid #E6E6E6;
}
.footer-link-gnav02 li a {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #000;
}
.footer-logo {
  margin-top: 25px;
  padding-left: 4px;
  width: 100%;
}
.footer .copyright {
  font-family: "ClashDisplay-Medium";
  font-size: 12px;
  line-height: 1.5;
  margin-top: 28px;
  padding-left: 5px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 107px 0 141px;
  }
  .footer-inner {
    display: block;
  }
  .footer-tit {
    font-size: 27px;
    margin: 0;
    padding: 8px 0 0 10px;
    max-width: 255px;
  }
  .footer-link {
    margin: 70px 0 0;
    padding: 0 10px;
    width: auto;
  }
  .footer-link-gnav01 ul {
    width: 46%;
  }
  .footer-link-gnav01 ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer-link-gnav02 {
    margin: 53px -40px 0;
    padding: 55px 40px 0;
  }
  .footer-link-gnav02 li {
    margin-bottom: 7px;
    width: 46%;
  }
  .footer-link-gnav02 li a {
    font-size: 10px;
  }
  .footer-logo {
    margin-top: 56px;
    padding-left: 3px;
    width: 171px;
  }
  .footer .copyright {
    margin-top: 29px;
    padding-left: 3px;
  }
}

/*
    contents
*/
/* -- main_box -- */
.main_box {
  margin-top: 17.5rem;
}
.main_box-crm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_box-crm-main {
  width: calc(100% - 260px);
}
.main_box-crm-lnav {
  width: 180px;
}
.main_box-crm-lnav dl dt {
  padding-top: 1.8rem;
  border-top: 1px solid #E6E6E6;
}
.main_box-crm-lnav dl dd {
  margin-top: 1.8rem;
}
.main_box-crm-lnav dl dd:not(:last-child) {
  margin-bottom: 4.3rem;
}
.main_box-crm-lnav dl dd ul li:not(:last-child) {
  margin-bottom: 1.2rem;
}
.main_box-crm-lnav dl dd ul li.act a span:not(.sub) {
  font-weight: bold;
  text-decoration: underline;
}
.main_box-crm-lnav dl dd ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.main_box-crm-lnav dl dd ul li a span.sub {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.81;
  letter-spacing: 0.06em;
  text-align: center;
  color: #C4C4C4;
}
@media screen and (max-width: 900px) {
  .main_box {
    margin-top: 70px;
  }
  .main_box-crm {
    display: block;
  }
  .main_box-crm-main {
    width: 100%;
  }
  .main_box-crm-lnav {
    margin-top: 60px;
    width: 100%;
  }
}

/* -- link -- */
.link {
  /* - center - */
}
.link a {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 11px;
  background-image: linear-gradient(#08519F, #08519F);
  background-repeat: no-repeat;
  background-position: bottom right 35px;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
.link a:not(:last-child) {
  margin-right: 6rem;
}
.link a::after {
  display: inline-block;
  position: relative;
  top: -3px;
  left: 0;
  margin-left: 21px;
  width: 20px;
  height: 6px;
  background: url(../img/common/arrow_next.svg) no-repeat 0 0/100% auto;
  content: "";
  transition: left 0.6s ease;
}
@media screen and (min-width: 901px) {
  .link a {
    /* - hover - */
  }
  .link a:hover {
    opacity: 1;
    background-position: bottom left -35px;
    background-size: 100% 1px;
  }
  .link a:hover::after {
    left: 10px;
  }
}
.link.center {
  margin: 0 auto;
  width: fit-content;
}
@media screen and (max-width: 900px) {
  .link {
    /* - center - */
  }
  .link a {
    display: block;
    width: fit-content;
  }
  .link a:not(:last-child) {
    margin: 0 0 20px;
  }
  .link.center a {
    margin-right: auto;
    margin-left: auto;
  }
}

/* -- youtube -- */
.youtube {
  margin: 0 auto 0;
}
.youtube > * {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* -- page_tit -- */
.page_tit {
  padding-top: 9.7rem;
  /* - under - */
}
.page_tit h1 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  color: #08519F;
}
.page_tit h1::before {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background: #08519F;
  border-radius: 50%;
  content: "";
}
.page_tit h1 span {
  font-family: "ClashDisplay-Medium";
  font-weight: 500;
  font-size: 9.8rem;
  line-height: 1;
  color: #000;
  display: block;
  margin-top: 2.2rem;
}
.page_tit.under {
  padding-top: 10.2rem;
}
.page_tit.under h1 {
  font-size: 5.4rem;
  color: #000;
}
.page_tit.under h1::before {
  display: none;
}
.page_tit.under h1 span {
  font-size: 2.4rem;
  color: #08519F;
  display: block;
  margin: 0 0 2.8rem;
}
.page_tit.under h1 span span {
  font-size: 2rem;
  display: inline-block;
  margin: 0 0 0 0.6rem;
}
@media screen and (max-width: 900px) {
  .page_tit {
    padding-top: 50px;
    /* - under - */
  }
  .page_tit h1 span {
    font-size: 50px;
    margin-top: 5px;
  }
  .page_tit.under {
    padding-top: 10.2rem;
  }
  .page_tit.under h1 {
    font-size: 30px;
  }
  .page_tit.under h1 span {
    margin: 0 0 10px;
  }
}

/* -- h -- */
/* - h2 - */
.h2 {
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.5;
}

.h2_outer {
  margin-top: 9.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.h2_outer-txt {
  font-size: 1.4rem;
  padding-bottom: 0.4rem;
}

/* - h3 - */
h3 {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 2.43;
  margin: 3.5rem 0 2.5rem;
}
h3.bg {
  margin: 7.2rem 0 0;
  padding: 1.2rem 3rem 1.1rem;
  background: #F4F5F6;
}

/* - h4 - */
h4 {
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.5;
  margin: 11.6rem 0 2.5rem;
  color: #08519F;
}
h4 span {
  font-family: "ClashDisplay-Medium";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  display: block;
  margin-bottom: 0.6rem;
}

/* - h5 - */
h5 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 3.6rem 0 1.9rem;
}
h5.line {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E1E1E1;
}

/* -- breadcrumb -- */
.breadcrumb {
  margin-top: 13.5rem;
  padding-bottom: 18px;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ul li {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.66;
  color: rgba(75, 80, 95, 0.5);
}
.breadcrumb ul li::after {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin: 0 10px 0 7px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
  content: "";
  transform: rotate(45deg);
}
.breadcrumb ul li:last-child::after {
  display: none;
}
.breadcrumb ul li a {
  color: rgb(75, 80, 95);
}
@media screen and (max-width: 900px) {
  .breadcrumb {
    margin-top: 70px;
  }
}

/* -- txt_box -- */
.txt_box > :not(:last-child) {
  margin-bottom: 2.9rem;
}

/* -- list -- */
/* - list_dot - */
.list_dot {
  margin-top: 2.8rem;
  /* mb */
  /* mb */
}
.list_dot > li {
  position: relative;
  padding-left: 1.25em;
}
.list_dot > li::before {
  font-weight: 500;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.list_dot > li:not(:last-child) {
  margin-bottom: 0.7rem;
}
.list_dot.mb > li:not(:last-child) {
  margin-bottom: 0;
}
.list_dot.mb_3 > li:not(:last-child) {
  margin-bottom: 0.3rem;
}

/* -- gray_box -- */
.gray_box {
  margin-top: 2.3rem;
  padding: 2.4rem 2rem 2.3rem;
  background: #F4F5F6;
}
.gray_box .crm {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
}
.gray_box .crm > * {
  margin: 0 3rem -0.9rem 0;
}
.gray_box .crm > * > a {
  display: block;
  margin-bottom: 0.9rem;
}

/* -- crm2_box -- */
.crm2_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -6rem;
}
.crm2_box.reverse {
  flex-direction: row-reverse;
}
.crm2_box .img {
  margin-right: 0 !important;
  width: 49.1%;
}
.crm2_box .txt_cnt {
  margin-right: 0 !important;
  width: 44%;
}
.crm2_box .txt_cnt > :first-child {
  margin-top: 0;
}
@media screen and (min-width: 901px) {
  .crm2_box {
    /* - img300 - */
    /* - img420 - */
    /* - img420 - */
  }
  .crm2_box > * {
    width: 48.5%;
    margin-bottom: 6rem;
  }
  .crm2_box > *:not(:nth-child(2n)) {
    margin-right: 3%;
  }
  .crm2_box.img300 .img {
    margin-right: 0 !important;
    width: 34.1%;
  }
  .crm2_box.img300 .txt_cnt {
    margin-right: 0 !important;
    width: 59.1%;
  }
  .crm2_box.img420 .img {
    margin-right: 0 !important;
    width: 38.2%;
  }
  .crm2_box.img420 .txt_cnt {
    margin-right: 0 !important;
    width: 50%;
  }
  .crm2_box.txt_cnt518 .txt_cnt {
    margin-right: 0 !important;
    width: 47.2%;
  }
}
@media screen and (max-width: 900px) {
  .crm2_box {
    display: block;
    margin-bottom: -30px;
  }
  .crm2_box > * {
    margin-bottom: 30px;
  }
  .crm2_box .img {
    width: 100%;
  }
  .crm2_box .txt_cnt {
    margin-top: 40px;
    width: 100%;
  }
}

@media screen and (min-width: 901px) {
  .inner880 .crm2_box {
    /* - img200 - */
  }
  .inner880 .crm2_box .img {
    width: 47.7%;
  }
  .inner880 .crm2_box .txt_cnt {
    width: 43.2%;
  }
  .inner880 .crm2_box .txt_cnt > :first-child {
    margin-top: 0;
  }
  .inner880 .crm2_box.img200 .img {
    margin-right: 0 !important;
    width: 22.8%;
  }
  .inner880 .crm2_box.img200 .txt_cnt {
    margin-right: 0 !important;
    width: 70.4%;
  }
}

/* -- crm3_box -- */
.crm3_box {
  margin-bottom: -6rem;
}
@media screen and (min-width: 901px) {
  .crm3_box {
    display: flex;
    flex-wrap: wrap;
  }
  .crm3_box > * {
    width: 31.7%;
    margin-bottom: 6rem;
  }
  .crm3_box > *:not(:nth-child(3n)) {
    margin-right: 2.45%;
  }
}
@media screen and (max-width: 900px) {
  .crm3_box {
    margin-bottom: 0;
  }
  .crm3_box > *:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* - inner880 - */
@media screen and (min-width: 901px) {
  .inner880 .crm3_box > * {
    width: 31%;
  }
  .inner880 .crm3_box > *:not(:nth-child(3n)) {
    margin-right: 3.5%;
  }
}

/* -- txtlink -- */
.txtlink {
  font-weight: bold;
  font-size: 93.8%;
  text-decoration: underline;
  text-underline-offset: 1.1rem;
  /* - _blank - */
  /* - _blank - */
  /* - arrow - */
  /* - download - */
  /* - offsetS - */
}
.txtlink-outer > :not(:last-child) {
  margin-bottom: 1.7rem;
}
.txtlink[target=_blank]::after {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.3rem;
  margin-left: 1rem;
  width: 1.3rem;
  height: 1.1rem;
  background: url(../img/common/icon_brank.svg) no-repeat 0 0/100% auto;
  content: "";
}
.txtlink.pdf::after {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.3rem;
  margin-left: 1rem;
  width: 1.2rem;
  height: 1.4rem;
  background: url(../img/common/icon_pdf.svg) no-repeat 0 0/100% auto;
  content: "";
}
.txtlink.arrow::after {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1rem;
  margin: 0 0 0 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  border-bottom: 1px solid #08519F;
  border-left: 1px solid #08519F;
  content: "";
  transform: rotate(-135deg);
}
.txtlink.download::after {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1rem;
  margin: 0 0 0 0.8rem;
  width: 1.4rem;
  height: 1.2rem;
  background: url(../img/common/icon_download_color.svg) no-repeat 0 0/100% auto;
  content: "";
}
.txtlink.offsetS {
  text-underline-offset: 0.1rem;
}

/* -- alink_box -- */
.alink_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1rem;
}
.alink_box a {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.alink_box a:not(:last-child) {
  margin-right: 3rem;
}
.alink_box a::before {
  display: inline-block;
  position: relative;
  top: -0.3rem;
  margin: 0 1rem 0 0.2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-bottom: 1px solid #08519F;
  border-left: 1px solid #08519F;
  content: "";
  transform: rotate(-45deg);
}

/* -- link_box01 -- */
.link_box01 {
  margin-top: 4.2rem;
}
.link_box01 a {
  display: block;
}
.link_box01-tit {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000;
  position: relative;
  margin-top: 2.6rem;
  padding-right: 25px;
}
.link_box01-tit::after {
  position: absolute;
  bottom: 11px;
  right: 1px;
  width: 20px;
  height: 6px;
  background: url(../img/common/arrow_next.svg) no-repeat 0 0/100% auto;
  content: "";
}
@media screen and (min-width: 901px) {
  .link_box01 {
    display: flex;
    flex-wrap: wrap;
  }
  .link_box01 > * {
    width: 23%;
  }
  .link_box01 > *:not(:nth-child(4n)) {
    margin-right: 2.6666666667%;
  }
}
@media screen and (max-width: 900px) {
  .link_box01 > a:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}

/* -- achievements_box -- */
.achievements_box {
  padding-bottom: 2.9rem;
  background: #F7F7F7;
}
.achievements_box a {
  color: #000;
}
.achievements_box-tit {
  font-weight: 500;
  font-size: 16px;
  margin: 2.3rem 3rem 0;
}
.achievements_box-tag {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  margin: 1.3rem 3rem -1rem;
}
.achievements_box-tag span {
  display: inline-block;
  margin-bottom: 1rem;
}
.achievements_box-tag span:not(:last-child)::after {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1rem;
  margin: 0 1rem 0 0.9rem;
  width: 1px;
  height: 1.3rem;
  background: #707070;
  opacity: 0.5;
  content: "";
}
.achievements_box-category {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  color: #08519F;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 1.8rem;
  margin: 3rem 3rem 0;
  background: #FFF;
  border: 1px solid #08519F;
}
.achievements_box-seminars > * {
  margin-bottom: 7.2rem;
}
.achievements_box-seminars .achievements_box-tit {
  margin-top: 0.4rem;
}
.achievements_box-seminars .achievements_box-tag > :not(:last-child) {
  margin-bottom: 0.6rem;
}
.achievements_box.end .achievements_box-category {
  color: #FFF;
  background: #08519F;
}

/* -- magazine_box -- */
body:not(#top) .magazine_box {
  position: relative;
  margin-top: 10.5rem;
  padding: 6.2rem 0 8.4rem;
}
body:not(#top) .magazine_box::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../img/top/magazine_box_bg@2x.png) no-repeat 0 0/cover;
  z-index: 10;
  content: "";
}
body:not(#top) .magazine_box > * {
  position: relative;
  z-index: 20;
}
body:not(#top) .magazine_box-cnt h2 {
  text-align: center;
}
body:not(#top) .magazine_box-cnt-txt {
  font-weight: bold;
  line-height: 2;
  color: #FFF;
  text-align: center;
  margin-top: 0.6rem;
}
body:not(#top) .magazine_box .other_box {
  margin-top: 5.2rem;
}
body:not(#top) .magazine_box .other_box li {
  background: #FFF;
}
body:not(#top) .magazine_box .other_box_slider-cnt {
  display: block;
  padding: 22px 22px 40px;
  height: 100%;
}
body:not(#top) .magazine_box .other_box_slider-cnt-img img {
  width: 100%;
}
body:not(#top) .magazine_box .other_box_slider-cnt-txt {
  font-weight: 500;
  color: #000;
  margin: 27px 11px 0;
}
body:not(#top) .magazine_box .link {
  margin-top: 53px;
}
body:not(#top) .magazine_box .link a {
  color: #FFF;
}
body:not(#top) .magazine_box .link a::after {
  background: url(../img/common/arrow_next_white.svg) no-repeat 0 0/100% auto;
}
@media screen and (min-width: 901px) {
  body:not(#top) .magazine_box .other_box {
    display: flex;
    flex-wrap: wrap;
  }
  body:not(#top) .magazine_box .other_box > * {
    width: 32%;
  }
  body:not(#top) .magazine_box .other_box > *:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 900px) {
  body:not(#top) .magazine_box-cnt h2 img {
    max-width: 400px;
  }
  body:not(#top) .magazine_box .other_box > :not(:last-child) {
    margin-bottom: 15px;
  }
  body:not(#top) .magazine_box .other_box_slider-cnt {
    padding: 10px;
  }
  body:not(#top) .magazine_box .other_box_slider-cnt-txt {
    font-size: 16px;
    margin: 12px 10px 0;
  }
  body:not(#top) .magazine_box .link {
    margin-top: 50px;
  }
}

/* -- icon_arrow -- */
.icon_arrow {
  text-align: center;
  margin: 8.3rem auto 3.2rem;
  max-width: 29px;
}

/* -- about_box05 -- */
.about_box05 {
  margin-top: 10.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_box05 a {
  color: #000;
  display: block;
  width: 48.2%;
}
.about_box05-tit {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
  margin-top: 2.7rem;
  padding-right: 3rem;
}
.about_box05-tit::after {
  display: inline-block;
  position: absolute;
  top: 1rem;
  right: 0;
  width: 2rem;
  height: 0.6rem;
  background: url(../img/common/arrow_next.svg) no-repeat 0 0/100% auto;
  content: "";
}
.about_box05-txt {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 2.2rem;
}
@media screen and (max-width: 900px) {
  .about_box05 {
    margin-top: 40px;
    display: block;
  }
  .about_box05 a {
    width: 100%;
  }
  .about_box05 a:not(:last-child) {
    margin-bottom: 40px;
  }
  .about_box05-tit {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
    position: relative;
    margin-top: 2.7rem;
    padding-right: 3rem;
  }
  .about_box05-tit::after {
    display: inline-block;
    position: absolute;
    top: 1rem;
    right: 0;
    width: 2rem;
    height: 0.6rem;
    background: url(../img/common/arrow_next.svg) no-repeat 0 0/100% auto;
    content: "";
  }
  .about_box05-txt {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 2.2rem;
  }
}

/* -- link_list -- */
.link_list {
  margin-top: 9.8rem;
}
.link_list > * {
  border-bottom: 1px solid #E6E6E6;
}
.link_list > *:nth-child(1) {
  border-top: 1px solid #E6E6E6;
}
.link_list > * a {
  font-weight: bold;
  color: #000;
  display: block;
  position: relative;
  padding: 2.4rem 3rem 2.4rem 0;
}
.link_list > * a::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 2rem;
  height: 0.6rem;
  background: url(../img/common/arrow_next.svg) no-repeat 0 0/100% auto;
  content: "";
}
@media screen and (min-width: 901px) {
  .link_list {
    display: flex;
    flex-wrap: wrap;
  }
  .link_list > * {
    width: 30.9%;
  }
  .link_list > *:not(:nth-child(3n)) {
    margin-right: 3.65%;
  }
  .link_list > *:nth-child(2), .link_list > *:nth-child(3) {
    border-top: 1px solid #E6E6E6;
  }
}

/* -- table_box -- */
.table_box {
  margin-top: 6.4rem;
  width: 100%;
  /* - th320 - */
}
.table_box th,
.table_box td {
  padding: 2.7rem 0 3.3rem;
  border-bottom: 1px solid #E1E1E1;
}
.table_box th {
  padding-right: 0.1rem;
  width: 16rem;
}
.table_box td {
  padding-left: 3rem;
}
.table_box.th_color th {
  border-bottom-color: #08519F;
}
.table_box.th_color:not(.bb_act) tr:last-child th,
.table_box.th_color:not(.bb_act) tr:last-child td {
  border-bottom: none;
}
.table_box table {
  margin-top: 0;
}
.table_box table th,
.table_box table td {
  padding: 0;
  border-bottom: none;
}
.table_box table th {
  font-weight: normal;
  width: auto;
}
.table_box table td {
  padding-left: 1.1rem;
}
.table_box.th_320 th {
  width: 32rem;
}
@media screen and (max-width: 900px) {
  .table_box {
    /* - th320 - */
  }
  .table_box th {
    width: 110px;
  }
  .table_box td {
    padding-left: 15px;
  }
  .table_box.th_320 th,
  .table_box.th_320 td {
    display: block;
  }
  .table_box.th_320 th {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
  }
  .table_box.th_320 td {
    padding-top: 8px;
    padding-left: 0;
  }
}

/* -- table_box_min -- */
.table_box_min th,
.table_box_min td {
  padding-bottom: 1.7rem;
}
.table_box_min th {
  width: 11rem;
}

/* -- gmap -- */
.gmap {
  margin-top: 3.5rem;
  overflow: hidden;
  line-height: 0;
}
.gmap > * {
  overflow: hidden;
  position: relative;
  padding-top: 57.046%;
  height: 0;
}
.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
    js
*/
/* -- 'inview' フェードプラグイン -- */
/* フェード */
.fade,
.fadeItem > *,
.fadeItemOrder > * {
  opacity: 0;
  transition: opacity 1.2s;
}
.fade.on,
.fadeItem > *.on,
.fadeItemOrder > *.on {
  opacity: 1;
}

/* フェードアップ */
.fadeUp,
.fadeUpItem > *,
.fadeUpItemOrder > * {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s, transform 0.6s;
}
.fadeUp.on,
.fadeUpItem > *.on,
.fadeUpItemOrder > *.on {
  transform: translateY(0);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */