@charset "utf-8";
/*
.any {
  @mixin objectfit;
}
@mixin objectfit; でcover:デフォルト
@mixin objectfit contain; でcontain等に上書き
object-fit-images用
*/
@font-face {
  font-family: "glyphs";
  src: url('../fonts/glyphs.eot?t=1617182261705'); /* IE9*/
  src: url('../fonts/glyphs.eot?t=1617182261705#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url("../fonts/glyphs.woff2?t=1617182261705") format("woff2"),
  url("../fonts/glyphs.woff?t=1617182261705") format("woff"),
  url('../fonts/glyphs.ttf?t=1617182261705') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/glyphs.svg?t=1617182261705#glyphs') format('svg'); /* iOS 4.1- */
}
[class^="glyphs-"], [class*=" glyphs-"] {
  font-family: 'glyphs' !important;
  font-size:1em;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:root {
  --vw: 10px;
  --vh: 10px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.07em;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
img {
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
nav {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
main {
  display: block;
}
figure {
  display: block;
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  height: auto;
}
[class^='glyphs-'] {
  line-height: 1;
}
[class^='glyphs-']:before,
[class*=' glyphs-']:before {
  line-height: 1;
  vertical-align: middle;
}
em {
  font-style: normal;
  font-weight: inherit;
}
a {
  color: currentColor;
  text-decoration: none;
}
/*
img.fit でobjectfit-cover;
img.fit.fit--contain でobjectfit-contain;
*/
.fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}
.fit--contain {
    -o-object-fit: contain;
       object-fit: contain;
    font-family: 'object-fit: contain;';
  }
@media (min-width: 1201px),print {
  .root {
    font-size: 1rem;
  }
  .show-sp {
    display: none!important;
  }
  .font-half {
    font-family: YakuHanJP;
  }
  a,button {
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    will-change: opacity;
  }
    a:hover, button:hover {
      opacity: 0.7;
    }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  .root {
    width: 100%;
    padding-top: 100px;
  }
  .inner {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  .inner.wide {
    max-width: 1200px;
  }
  
  /*ヘッダ*/
  .header {
    position: fixed;
    left: 0;
    top: 0;
    padding-left: 50px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 100;
    background: #fff;
    min-width: 1200px;
  }
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
    will-change: height;
  }
  .header__logo a img {
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    will-change: width;
  }
  .header__logo a img.logo {
    width: 270px;
    max-width: 270px;
  }
  .header__logo a img.anniversary {
    width: 41px;
    max-width: 41px;
    margin-left: 20px;
  }
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .header__menu__list {
    padding-top: 0px;
  }
  .header__menu__list--top,.header__menu__list--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__menu__list--top {
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
    will-change: height;
  }
  .header__menu__list--top li + li {
    margin-left: 34px;
  }
  .recruit {
    position: relative;
  }
  .global-helper_link {
    padding-right: 15px;
  }
  .global-helper_link::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #9f9f9f;
    border-right: 1px solid #9f9f9f;
    rotate: 135deg;
    position: absolute;
    top: 0;
    bottom: 3px;
    right: 2px;
    margin: auto;
  }
  .global-helper_link_inner {
    overflow: hidden;
    opacity: 0;
    height: 0;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 130px;
    top: 0;
    left: -20px;
    z-index: -10;
  }
  .recruit:hover {
    cursor: pointer;
  }
  .recruit:hover .global-helper_link_inner {
    overflow: visible;
    opacity: 1;
    height: auto;
    z-index: 10;
    box-sizing: border-box;
    padding-top: 30px;
  }
  .global-helper_link_inner ul {
    background: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.18);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.18);
    padding: 10px 20px 10px;
  }
  .global-helper_link_inner ul li a {
    color: #000000;
  }
  .recruit .global-helper_link_inner li + li {
    margin-left: 0;
  }  
  .header__menu__list--top a {
    color: #9f9f9f;
    font-size: 0.8125rem;
  }
  .header__menu__list--bottom {
    margin-top: 7px;
    -webkit-transition: margin-top 0.3s ease;
    -o-transition: margin-top 0.3s ease;
    transition: margin-top 0.3s ease;
    will-change: margin-top;
  }
  .header__menu__list--bottom li + li {
    margin-left: 42px;
  }
  .header__menu__list--bottom li.current > span {
    position: relative;
  }
  .header__menu__list--bottom li.current > span:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #0a3291;
    bottom: 0;
    left: 0;
  }
  .header__menu__list--bottom span {
    font-size: 0.875rem;
    padding-bottom: 24px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    will-change: opacity;
    font-weight: 500;
  }
  .header__menu__list--bottom span:hover {
    opacity: 0.7;
  }
  .header__menu .has-sub:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .header__menu__sub {
    position: absolute;
    top: 100px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    width: 100%;
    /* width: 100vw; */
    background-color: #f6f6f6;
    padding: 50px 0 42px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
    overflow: auto;
    max-height: calc(100vh - 100px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
  .header__menu__sub .sub-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__menu__sub .sub-menu__ttl {
    font-weight: bold;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 255px;
    font-size: 1.5625rem;
    letter-spacing: 2px;
  }
  .header__menu__sub .sub-menu__ttl em {
    color: #0a3291;
  }
  .header__menu__sub .sub-menu__ttl span {
    color: #9f9f9f;
    display: block;
    font-weight: 500;
    font-size: 1.125rem;
    letter-spacing: 2px;
  }
  .header__menu__sub .sub-menu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -10px;
  }
  .header__menu__sub .sub-menu__content a {
    width: 295px;
    margin: 10px 0 0 30px;
  }
  .header__menu__sub .sub-menu__content a img {
    width: 100%;
    height: 120px;
    border-radius: 6px;
  }
  .header__menu__sub .sub-menu__content a p {
    margin-top: 14px;
    font-size: 1rem;
    letter-spacing: 1px;
  }
  .sub-menu__box {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .sub-menu__img {
    width: 295px;
    margin: 10px 0 0 30px; 
  }
  .sub-menu__img img {
    width: 100%;
    height: 120px;
    border-radius: 6px;
  }
  .sub-menu__box ul {
    display: flex;
    flex-wrap: wrap;
    width: 590px;
    margin: 0 0 0 30px;
  }
  .sub-menu__box ul .sub-menu__top {
    width: 100%;
  }
  .sub-menu__box ul li {
    width: 50%;
    margin-left: 0!important;
    align-content: center;
    position: relative;
  } 
  .sub-menu__top a .menu__hierarchy01 {
    font-weight: bold;
  }
  .menu__hierarchy01::before,
  .menu__hierarchy01::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
  }
  .menu__hierarchy01::before {
    background-color: #0a3291;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    left: 0;
  }
  .menu__hierarchy01::after {
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    background-color: #0a3291;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 6px;
  }
  .menu__hierarchy-top::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0a3291;
    border-right: 2px solid #0a3291;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  
  .header__menu__tel {
    margin-left: 50px;
    width: 237px;
  }
  .header__menu__tel p {
    font-size: 0.8125rem;
    margin-left: 16px;
  }
  .header__menu__tel .tel_num {
    margin-left: 0;
    color: #0a3291;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: font-size 0.3s ease;
    -o-transition: font-size 0.3s ease;
    transition: font-size 0.3s ease;
    will-change: font-size;
  }
  .header__menu__tel .tel_num:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url("../images/common/icon_tel.svg") no-repeat left top;
    background-size: contain;
    margin-right: 4px;
  }
  .header__menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 47px;
    height: 100%;
  }
  .header__menu__link a {
    width: 100px;
    height: 100%;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
    will-change: height;
  }
  .header__menu__link a img {
    -webkit-transition: width 0.3s ease,height 0.3s ease;
    -o-transition: width 0.3s ease,height 0.3s ease;
    transition: width 0.3s ease,height 0.3s ease;
    will-change: width, height;
  }
  .header__menu__link a span {
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.3;
    display: block;
    text-align: center;
    margin-top: 3px;
    -webkit-transition: font-size 0.3s ease;
    -o-transition: font-size 0.3s ease;
    transition: font-size 0.3s ease;
    will-change: font-size;
  }
  .header__menu__link--consultation {
    background-color: #ed9022;
  }
  .header__menu__link--consultation img {
    width: 33px;
    height: 25px;
  }
  .open-menu {
    position: relative;
  }
  .open-menu {
    padding-right: 15px;
  }
  .open-menu::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    rotate: 135deg;
    position: absolute;
    top: 5px;
    right: 2px;
    margin: auto;
  }

  /*パンくず*/
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 0;
  }
  .breadcrumbs ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .breadcrumbs ul li span {
    font-size: 0.9375rem;
  }
  .breadcrumbs ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .breadcrumbs ul li a span {
    color: #959595;
  }
  .breadcrumbs ul li a img {
    width: 14px;
    height: 13px;
    margin-right: 8px;
  }
  .breadcrumbs ul li + li:before {
    content: ">";
    display: inline-block;
    width: 44px;
    text-align: center;
    color: #959595;
  }
  .footer {
    background-color: #4b4b4b;
  }
  .footer a,.footer span {
    color: #ffffff;
    font-size: 0.9375rem;
  }
  .footer__sitemap {
    padding: 34px 0 70px;
  }
  .footer__sitemap .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__sitemap__flex-item {
    width: 400px;
  }
  .footer__sitemap__flex-item:nth-of-type(1) {
    width: 440px;
  }
  .footer__sitemap__box {
    margin-top: 20px;
  }
  .footer__sitemap__box span,.footer__sitemap__box a {
    font-weight: 700;
  }
  .footer__sitemap__box ul {
    margin: 10px 0 30px 0;
  }
  .footer__sitemap__box ul li + li {
    margin-top: 6px;
  }
  .footer__sitemap__box ul li.layer a:before {
    content: "-";
    display: inline-block;
    margin-right: 10px;
  }
  .footer__sitemap__box ul a {
    color: #8f8f8f;
    font-weight: 400;
  }
  .footer__sitemap__company-info  {
    margin-left: 15px;
  }
  .footer__sitemap__company-info .company-info__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__sitemap__company-info .company-info__sns a {
    display: block;
  }
  .footer__sitemap__company-info .company-info__sns a + a {
    margin-left: 14px;
  }
  .footer__sitemap__company-info .company-info__sns a img {
    width: 30px;
  }
  .footer__sitemap__company-info .company-info__links {
    margin-top: 35px;
  }
  .footer__sitemap__company-info .company-info__links li + li {
    margin-top: 26px;
  }
  .footer__sitemap__company-info .company-info__bnrs {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__sitemap__company-info .company-info__bnrs__item:nth-child(n+2) {
    margin-left: 10px;
  }
  .footer__sitemap__company-info .company-info__bnrs img {
    height: 60px;
    width: auto;
  }
  .footer__links {
    position: relative;
    border-top: 1px solid #8f8f8f;
    padding: 30px 0;
  }
  .footer__links .backToTop {
    position: fixed;
    right: 20px;
    bottom: 15px;
    height: 50px;
    width: 50px;
    background-color: #3d3d3d;
    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;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 99;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    will-change: opacity;
  }
  .footer__links .backToTop.delete {
    opacity: 0;
    pointer-events: none;
  }
  .footer__links .backToTop:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .footer__links .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__links a,.footer__links p {
    color: #8f8f8f;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 2px;
  }
  .footer__links__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__links__items li + li {
    margin-left: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__links__items li + li:before {
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    margin-right: 26px;
    background-color: #8f8f8f;
  }

  /*共通パーツ*/
  input,select,textarea,button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    outline: none;
    background: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    border-radius: 0;
    font-family: inherit;
  }
  input::-webkit-input-placeholder {
    color:#a9a9aa
  }
  input:-moz-placeholder {
    color:#a9a9aa
  }
  input::-moz-placeholder {
    color:#a9a9aa
  }
  input:-ms-input-placeholder {
    color:#a9a9aa
  }
  /*タイトル*/
  .title-area {
    background-color: #f6f6f6;
    padding: 75px 0;
  }
  .title-area__title {
    text-align: center;
  }
  .title-area__title span {
    display: block;
  }
  .title-area__title--jp {
    font-weight: bold;
    font-size: 2.25rem;
    color: #0a3291;
    letter-spacing: 3px;
    line-height: 1.4;
  }
  .title-area__title--en {
    color: #959595;
    font-size: 1.125rem;
    margin-top: 14px;
    letter-spacing: 2px;
      text-align: center;
  }
  .content {
    padding: 70px 0 120px;
  }
  .copy-text {
    text-align: center;
  }
  /*ボタン*/
  .c-button {
    text-align: center;
  }
  .c-button button,.c-button a {
    border: 2px solid #0a3291;
    border-radius: 30px;
    background-color: #fff;
    display: inline-block;
    padding: 16px 50px;
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    will-change: background-color;
  }
  .c-button button:hover, .c-button a:hover {
    opacity: 1;
    background-color: #0a3291;
  }
  .c-button button:hover span, .c-button a:hover span {
    color: #fff;
  }
  .c-button button span, .c-button a span {
    color: #0a3291;
    font-weight: 700;
  }
  .contact-button {
    text-align: center;
  }
  .contact-button button,.contact-button a {
    border-radius: 30px;
    background-color: #ED9022;
    display: inline-block;
    padding: 16px 50px;
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    will-change: background-color;
  }
  .contact-button button:hover, .contact-button a:hover {
    opacity: 0.7;
  }
  .contact-button button span, .contact-button a span {
    color: #fff;
    font-weight: 700;
  }
  .c-button--external span:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../images/common/icon_external.svg") no-repeat left top;
    background-size: contain;
    margin-left: 6px;
  }
  .c-button--external:hover span:after {
    background: url("../images/common/icon_external_w.svg") no-repeat left top;
    background-size: contain;
  } 

  .c-table {
    display: table;
    width: 100%;
  } 
  .c-table__column .c-table__cell {
    display: table-row;
  }
  .c-table__column .c-table__cell p {
    display: table-cell;
    text-align: center;
    padding: 16px;
    border-top: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-table__column .c-table__cell p:nth-of-type(1) {
    background-color: #6c84bd;
    color: #fff;
  }
  .c-table__column .c-table__cell p:nth-of-type(2) {
    background-color: #f7f8fb;
    border-left: 1px solid #fff;
  }
  /*ニュース*/
  .c-box dt,.c-box .c-box__ttl {
    font-weight: 700;
    line-height: inherit;
  }
  .c-box--left {
    margin-top: 76px;
  }
  .c-box--left dt,.c-box--left .c-box__ttl {
    padding-left: 14px;
    font-size: 1.5rem;
    position: relative;
  }
  .c-box--left dt:before, .c-box--left .c-box__ttl:before {
    content: "";
    display: block;
    background-color: #0a3291;
    width: 3px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 7px;
  }
  .c-box--left dd,.c-box--left .c-box__content {
    padding: 24px 1em 0;
  }
  .c-box--left dd ul, .c-box--left .c-box__content ul {
    margin: 20px 0;
  }
  .c-box--left dd ul li, .c-box--left .c-box__content ul li {
    margin-left: 1.3em;
    text-indent: -1.3em;
  }
  .c-box--left dd ul li + li, .c-box--left .c-box__content ul li + li {
    margin-top: 4px;
  }
   
  .c-box--bottom {
    margin-top: 63px;
  }
  .c-box--bottom dt,.c-box--bottom .c-box__ttl {
    color: #0a3291;
    font-size: 1.5rem;
    padding-bottom: 14px;
    border-bottom: 1px solid #cfcfcf;
  }
  .c-box--bottom dd,.c-box--bottom .c-box__content {
    margin-top: 12px;
  }
  .c-box--bottom dd p, .c-box--bottom .c-box__content p {
    line-height: 1.8;
  }
  .c-box--bottom dd p + p, .c-box--bottom .c-box__content p + p {
    margin-top: 20px;
  }

  .c-link {
    color: #959595;
    text-decoration: underline;
  }
  .c-link:hover {
    text-decoration: none;
  }

  /*メディア・出版物関連情報*/
  .c-relation {
    background-color: #f3f5f9;
    padding: 0 38px 80px;
  }
  .c-relation__ttl {
    text-align: center;
    font-size: 2.25rem;
    font-weight: 700;
    padding: 30px 0;
  }
  .c-relation__box {
    background-color: #fff;
    padding: 30px 36px 56px;
  }
  .c-relation__box.c-relation__interview {
    position: relative;
  }
  .c-relation__box.c-relation__interview:nth-of-type(n+2) {
    margin-top: 30px;
  }

  .c-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-pager li a,.c-pager li span {
    width: 45px;
    height: 45px;
    background-color: #f7f8fb;
    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;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    will-change: background-color;
  }
  .c-pager li a.c-pager__prev,.c-pager li a.c-pager__next,.c-pager li span.c-pager__prev,.c-pager li span.c-pager__next {
    background-color: transparent;
  }
  .c-pager li a.c-pager__prev:hover, .c-pager li a.c-pager__next:hover, .c-pager li span.c-pager__prev:hover, .c-pager li span.c-pager__next:hover {
    background-color: #6c84bd;
  }
  .c-pager li a.c-pager__prev:hover:before, .c-pager li a.c-pager__next:hover:before, .c-pager li span.c-pager__prev:hover:before, .c-pager li span.c-pager__next:hover:before {
    border-color: #fff;
  }
  .c-pager li a.c-pager__prev:before, .c-pager li a.c-pager__next:before, .c-pager li span.c-pager__prev:before, .c-pager li span.c-pager__next:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-left: 2px solid #959595;
    border-bottom: 2px solid #959595;
  }
  .c-pager li a.c-pager__prev:before, .c-pager li span.c-pager__prev:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .c-pager li a.c-pager__next:before, .c-pager li span.c-pager__next:before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .c-pager li a:hover {
    opacity: 1;
    color: #fff;
    background-color: #6c84bd;
  }
  .c-pager li span {
    color: #fff;
    background-color: #6c84bd;
  }
  .c-pager li + li {
    margin-left: 20px;
  }

  /* 外部リンク */
  .icon_external_link {
    width: 10px;
    height: 19px;
    margin-left: 7px;
    position: relative;
    bottom: 2px;
  }
      
  /* PCフッターのISMSマーク */
  .footer__sitemap__company-info .isms_logo_area {
    margin-top: 15px;
  }
  .footer__sitemap__company-info .isms_logo_area img {
    height: 80px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .root {
    font-size: calc( var(--vw) * 1.25 );
  }
  .show-sp {
    display: none!important;
  }
  .font-half {
    font-family: YakuHanJP;
  }
  a,button {
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    will-change: opacity;
  }
  a:hover, button:hover {
    opacity: 0.7;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  .root {
    width: 100%;
    padding-top: calc( var(--vw) * 7.8125 );
  }
  .inner {
    max-width: calc( var(--vw) * 78.125 );
    margin-right: auto;
    margin-left: auto;
  }
  .inner.wide {
    max-width: calc( var(--vw) * 93.75 );
  }
  
  .header {
    position: fixed;
    left: 0;
    top: 0;
    padding-left: calc( var(--vw) * 3.90625 );
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 100;
    background: #fff;
    min-width: calc( var(--vw) * 93.75 );
  }
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc( var(--vw) * 7.8125 );
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
    will-change: height;
  }
  .header__logo a img {
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    will-change: width;
  }
  .header__logo a img.logo {
    width: 270px;
  }
  .header__logo a img.anniversary {
    width: calc( var(--vw) * 3.2031249999999996 );
    max-width: calc( var(--vw) * 3.2031249999999996 );
    margin-left: calc( var(--vw) * 1.5625 );
  }
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .header__menu__list {
    padding-top: calc( var(--vw) * 0 );
  }
  .header__menu__list--top,.header__menu__list--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__menu__list--top {
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
    will-change: height;
  }
  .header__menu__list--top li + li {
    margin-left: calc( var(--vw) * 2.65625 );
  }
  .recruit {
    position: relative;
  }
  .global-helper_link {
    position: relative;
    padding-right: 10px;
  }
  .global-helper_link::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-top: 1px solid #9f9f9f;
    border-right: 1px solid #9f9f9f;
    rotate: 135deg;
    position: absolute;
    top: 0;
    bottom: 1px;
    right: 3px;
    margin: auto;
  }
  .global-helper_link_inner {
    overflow: hidden;
    opacity: 0;
    height: 0;
    position: absolute; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    left: -10px;
    z-index: -10;
  }
  .global-helper_link_inner ul {
    background: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.18);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.18);
    padding: 10px;
  }
  .global-helper_link_inner ul li a {
    color: #000000;
  }
  .recruit .global-helper_link_inner li + li {
    margin-left: 0;
  }
  .recruit:hover {
    cursor: pointer;
  }
  .recruit:hover .global-helper_link_inner {
    overflow: visible;
    opacity: 1;
    height: auto;
    z-index: 10;
    padding-top: 5px;
  }
  .header__menu__list--top a {
    color: #9f9f9f;
    font-size: 0.8125rem;
  }
  .header__menu__list--top a {
    color: #9f9f9f;
    font-size: calc( var(--vw) * 1.015625 );
  }
  .header__menu__list--bottom {
    margin-top: calc( var(--vw) * 0.546875 );
    -webkit-transition: margin-top 0.3s ease;
    -o-transition: margin-top 0.3s ease;
    transition: margin-top 0.3s ease;
    will-change: margin-top;
  }
  .header__menu__list--bottom li + li {
    margin-left: calc( var(--vw) * 3.28125 );
  }
  .header__menu__list--bottom li.current > span {
    position: relative;
  }
  .header__menu__list--bottom li.current > span:after {
    content: "";
    display: block;
    position: absolute;
    height: calc( var(--vw) * 0.15625 );
    width: 100%;
    background-color: #0a3291;
    bottom: 0;
    left: 0;
  }
  .header__menu__list--bottom span {
    font-size: calc( var(--vw) * 1.09375 );
    padding-bottom: calc( var(--vw) * 1.875 );
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    will-change: opacity;
    font-weight: 500;
  }
  .header__menu__list--bottom span:hover {
    opacity: 0.7;
  }
  .header__menu .has-sub:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .header__menu__sub {
    position: absolute;
    top: calc( var(--vw) * 7.8125 );
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(calc( var(--vw) * -0.78125 ));
            transform: translateY(calc( var(--vw) * -0.78125 ));
    width: 100%;
    /* width: 100vw; */
    background-color: #f6f6f6;
    padding: calc( var(--vw) * 3.90625 ) 0 calc( var(--vw) * 3.28125 );
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
    overflow: auto;
    max-height: calc(100vh - calc( var(--vw) * 7.8125 ));
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
  .header__menu__sub .sub-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__menu__sub .sub-menu__ttl {
    font-weight: bold;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc( var(--vw) * 19.921875 );
    font-size: calc( var(--vw) * 1.953125 );
    letter-spacing: calc( var(--vw) * 0.15625 );
  }
  .header__menu__sub .sub-menu__ttl em {
    color: #0a3291;
  }
  .header__menu__sub .sub-menu__ttl span {
    color: #9f9f9f;
    display: block;
    font-weight: 500;
    font-size: calc( var(--vw) * 1.40625 );
    letter-spacing: calc( var(--vw) * 0.15625 );
  }
  .header__menu__sub .sub-menu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: calc( var(--vw) * -2.34375 );
    margin-top: calc( var(--vw) * -0.78125 );
  }
  .header__menu__sub .sub-menu__content a {
    width: calc( var(--vw) * 23.046875 );
    margin: calc( var(--vw) * 0.78125 ) 0 0 calc( var(--vw) * 2.34375 );
  }
  .header__menu__sub .sub-menu__content a img {
    width: 100%;
    height: calc( var(--vw) * 9.375 );
    border-radius: calc( var(--vw) * 0.46875 );
  }
  .header__menu__sub .sub-menu__content a p {
    margin-top: calc( var(--vw) * 0.78125 );
    font-size: calc( var(--vw) * 1.25 );
    letter-spacing: 1px;
  }
  .sub-menu__box ul .sub-menu__top {
    width: 100%;
  }
  .sub-menu__box {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .sub-menu__img {
    width: calc( var(--vw) * 23.046875 );
    margin: calc( var(--vw) * 0.78125 ) 0 0 calc( var(--vw) * 2.34375 );
  }
  .sub-menu__img img {
    width: 100%;
    height: calc( var(--vw) * 9.375 );
    border-radius: calc( var(--vw) * 0.46875 );
  }
  .sub-menu__box ul {
    display: flex;
    flex-wrap: wrap;
    width: calc( var(--vw) * 23.046875 * 2);
    margin: 0 0 0 30px;
  }
  .sub-menu__box ul li {
    width: 50%;
    margin-left: 0!important;
    align-content: center;
    position: relative;
  } 
  .sub-menu__top a .menu__hierarchy01 {
    font-weight: bold;
    padding-left: 0;
    font-size: calc(var(--vw)* 1.09375);
  }
  .menu__hierarchy01::before,
  .menu__hierarchy01::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
  }
  .menu__hierarchy01::before {
    background-color: #0a3291;
    border-radius: 50%;
    width: calc(var(--vw)* 1.7187500000000002);
    height: calc(var(--vw)* 1.7187500000000002);  
    left: 0;
  }
  .menu__hierarchy01::after {
    width: calc(var(--vw)* 0.390625);
    height: calc(var(--vw)* 0.390625);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: #0a3291;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 5px;
  }

  .header__menu__tel {
    margin-left: calc( var(--vw) * 3.90625 );
    width: calc( var(--vw) * 18.515625 );
  }
  .header__menu__tel p {
    font-size: calc( var(--vw) * 1.015625 );
    margin-left: calc( var(--vw) * 1.25 );
  }
  .header__menu__tel .tel_num {
    margin-left: 0;
    color: #0a3291;
    font-size: calc( var(--vw) * 2.1875 );
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: font-size 0.3s ease;
    -o-transition: font-size 0.3s ease;
    transition: font-size 0.3s ease;
    will-change: font-size;
  }
  .header__menu__tel .tel_num:before {
    content: "";
    display: inline-block;
    width: calc( var(--vw) * 1.7968749999999998 );
    height: calc( var(--vw) * 1.7968749999999998 );
    background: url("../images/common/icon_tel.svg") no-repeat left top;
    background-size: contain;
    margin-right: calc( var(--vw) * 0.3125 );
  }
  .header__menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: calc( var(--vw) * 3.671875 );
    height: 100%;
  }
  .header__menu__link a {
    width: calc( var(--vw) * 7.8125 );
    height: 100%;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
    will-change: height;
  }
  .header__menu__link a img {
    -webkit-transition: width 0.3s ease,height 0.3s ease;
    -o-transition: width 0.3s ease,height 0.3s ease;
    transition: width 0.3s ease,height 0.3s ease;
    will-change: width, height;
  }
  .header__menu__link a span {
    color: #fff;
    font-size: calc( var(--vw) * 0.9375 );
    line-height: 1.3;
    display: block;
    text-align: center;
    margin-top: calc( var(--vw) * 0.234375 );
    -webkit-transition: font-size 0.3s ease;
    -o-transition: font-size 0.3s ease;
    transition: font-size 0.3s ease;
    will-change: font-size;
  }
  .header__menu__link--consultation {
    background-color: #ed9022;
  }
  .header__menu__link--consultation img {
    width: calc( var(--vw) * 2.578125 );
    height: calc( var(--vw) * 1.953125 );
  }
  .open-menu {
    position: relative;
  }
  .open-menu {
    padding-right: 15px;
  }
  .open-menu::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    rotate: 135deg;
    position: absolute;
    top: 5px;
    right: 5px;
    margin: auto;
  }

  /*パンくず*/
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: calc( var(--vw) * 1.953125 ) 0;
  }
  .breadcrumbs ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .breadcrumbs ul li span {
    font-size: calc( var(--vw) * 1.171875 );
  }
  .breadcrumbs ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .breadcrumbs ul li a span {
    color: #959595;
  }
  .breadcrumbs ul li a img {
    width: calc( var(--vw) * 1.09375 );
    height: calc( var(--vw) * 1.015625 );
    margin-right: calc( var(--vw) * 0.625 );
  }
  .breadcrumbs ul li + li:before {
    content: ">";
    display: inline-block;
    width: calc( var(--vw) * 3.4375000000000004 );
    text-align: center;
    color: #959595;
  }

  /*フッタ*/
  .footer {
    background-color: #4b4b4b;
  }
  .footer a,.footer span {
    color: #ffffff;
    font-size: calc( var(--vw) * 1.171875 );
  }
  .footer__sitemap {
    padding: calc( var(--vw) * 2.65625 ) 0 calc( var(--vw) * 5.46875 );
  }
  .footer__sitemap .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__sitemap__flex-item {
    width: calc( var(--vw) * 31.25 );
  }
  .footer__sitemap__flex-item:nth-of-type(1) {
    width: calc( var(--vw) * 34.375 );
  }
  .footer__sitemap__box {
    margin-top: calc( var(--vw) * 1.5625 );
  }
  .footer__sitemap__box span,.footer__sitemap__box a {
    font-weight: 700;
  }
  .footer__sitemap__box ul {
    margin: calc( var(--vw) * 0.78125 ) 0 calc( var(--vw) * 2.34375 ) 0;
  }
  .footer__sitemap__box ul li + li {
    margin-top: calc( var(--vw) * 0.46875 );
  }
  .footer__sitemap__box ul li.layer a:before {
    content: "-";
    display: inline-block;
    margin-right: calc( var(--vw) * 0.78125 );
  }
  .footer__sitemap__box ul a {
    color: #8f8f8f;
    font-weight: 400;
  }
  .footer__sitemap__company-info {
     margin-left: 15px;
  }
  .footer__sitemap__company-info .company-info__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__sitemap__company-info .company-info__sns a {
    display: block;
  }
  .footer__sitemap__company-info .company-info__sns a + a {
    margin-left: calc( var(--vw) * 1.09375 );
  }
  .footer__sitemap__company-info .company-info__sns a img {
    width: calc( var(--vw) * 2.34375 );
  }
  .footer__sitemap__company-info .company-info__links {
    margin-top: calc( var(--vw) * 2.734375 );
  }
  .footer__sitemap__company-info .company-info__links li + li {
    margin-top: calc( var(--vw) * 2.03125 );
  }
  .footer__sitemap__company-info .company-info__bnrs {
    margin-top: calc( var(--vw) * 2.734375 );
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__sitemap__company-info .company-info__bnrs__item:nth-child(n+2) {
    margin-left: calc( var(--vw) * 0.78125 );
  }
  .footer__sitemap__company-info .company-info__bnrs img {
    height: calc( var(--vw) * 4.6875 );
    width: auto;
  }
  .footer__links {
    position: relative;
    border-top: 1px solid #8f8f8f;
    padding: calc( var(--vw) * 2.34375 ) 0;
  }
  .footer__links .backToTop {
    position: fixed;
    right: calc( var(--vw) * 1.5625 );
    bottom: calc( var(--vw) * 1.171875 );
    height: calc( var(--vw) * 3.90625 );
    width: calc( var(--vw) * 3.90625 );
    background-color: #3d3d3d;
    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;
    padding-top: calc( var(--vw) * 0.78125 );
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 99;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    will-change: opacity;
  }
  .footer__links .backToTop.delete {
    opacity: 0;
    pointer-events: none;
  }
  .footer__links .backToTop:before {
    content: "";
    display: block;
    width: calc( var(--vw) * 0.78125 );
    height: calc( var(--vw) * 0.78125 );
    border-top: calc( var(--vw) * 0.15625 ) solid #fff;
    border-right: calc( var(--vw) * 0.15625 ) solid #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .footer__links .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__links a,.footer__links p {
    color: #8f8f8f;
    font-size: calc( var(--vw) * 1.09375 );
    line-height: 1;
    letter-spacing: calc( var(--vw) * 0.15625 );
  }
  .footer__links__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__links__items li + li {
    margin-left: calc( var(--vw) * 2.03125 );
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__links__items li + li:before {
    content: "";
    display: block;
    width: calc( var(--vw) * 0.15625 );
    height: calc( var(--vw) * 1.25 );
    margin-right: calc( var(--vw) * 2.03125 );
    background-color: #8f8f8f;
  }

  /*共通パーツ*/
  input,select,textarea,button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    outline: none;
    background: none;
    margin: 0;
    padding: 0;
    font-size: calc( var(--vw) * 1.25 );
    border-radius: 0;
    font-family: inherit;
  }
  input::-webkit-input-placeholder {
    color:#a9a9aa
  }
  input:-moz-placeholder {
    color:#a9a9aa
  }
  input::-moz-placeholder {
    color:#a9a9aa
  }
  input:-ms-input-placeholder {
    color:#a9a9aa
  }
  /*タイトル*/
  .title-area {
    background-color: #f6f6f6;
    padding: calc( var(--vw) * 5.859375 ) 0;
  }
  .title-area__title {
    text-align: center;
  }
  .title-area__title span {
    display: block;
  }
  .title-area__title--jp {
    font-weight: bold;
    font-size: calc( var(--vw) * 2.8125 );
    color: #0a3291;
    letter-spacing: calc( var(--vw) * 0.234375 );
    line-height: 1.4;
  }
  .title-area__title--en {
    color: #959595;
    font-size: calc( var(--vw) * 1.40625 );
    margin-top: calc( var(--vw) * 1.09375 );
    letter-spacing: calc( var(--vw) * 0.15625 );
          text-align: center;
  }
  .content {
    padding: calc( var(--vw) * 5.46875 ) 0 calc( var(--vw) * 9.375 );
  }
  .copy-text {
    text-align: center;
  }
  .c-button {
    text-align: center;
  }
  .c-button button,.c-button a {
    border: calc( var(--vw) * 0.15625 ) solid #0a3291;
    border-radius: calc( var(--vw) * 2.34375 );
    background-color: #fff;
    display: inline-block;
    padding: calc( var(--vw) * 1.25 ) calc( var(--vw) * 3.90625 );
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    will-change: background-color;
  }
  .c-button button:hover, .c-button a:hover {
    opacity: 1;
    background-color: #0a3291;
  }
    .c-button button:hover span, .c-button a:hover span {
      color: #fff;
    }
  .c-button button span, .c-button a span {
    color: #0a3291;
    font-weight: 700;
  }
  .contact-button {
    text-align: center;
  }
  .contact-button button,.contact-button a {
    background-color: #ED9022;
    border-radius: calc( var(--vw) * 2.34375 );
    display: inline-block;
    padding: calc( var(--vw) * 1.25 ) calc( var(--vw) * 3.90625 );
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    will-change: background-color;
  }
  .contact-button button:hover, .contact-button a:hover {
    opacity: 0.7;
  }
  .contact-button button span, .contact-button a span {
    color: #fff;
    font-weight: 700;
  }
  .c-button--external span:after {
    content: "";
    display: inline-block;
    width: calc( var(--vw) * 1.09375 );
    height: calc( var(--vw) * 1.09375 );
    background: url("../images/common/icon_external.svg") no-repeat left top;
    background-size: contain;
    margin-left: calc( var(--vw) * 0.46875 );
  }
  .c-button--external:hover span:after {
    background: url("../images/common/icon_external_w.svg") no-repeat left top;
    background-size: contain;
  }

  .c-table {
    display: table;
    width: 100%;
  }
  .c-table__column .c-table__cell {
    display: table-row;
  }
  .c-table__column .c-table__cell p {
    display: table-cell;
    text-align: center;
    padding: calc( var(--vw) * 1.25 );
    border-top: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-table__column .c-table__cell p:nth-of-type(1) {
    background-color: #6c84bd;
    color: #fff;
  }
  .c-table__column .c-table__cell p:nth-of-type(2) {
    background-color: #f7f8fb;
    border-left: 1px solid #fff;
  }
  .c-box dt,.c-box .c-box__ttl {
    font-weight: 700;
    line-height: inherit;
  }
  .c-box--left {
    margin-top: calc( var(--vw) * 5.9375 );
  }
  .c-box--left dt,.c-box--left .c-box__ttl {
    padding-left: calc( var(--vw) * 1.09375 );
    font-size: calc( var(--vw) * 1.875 );
    position: relative;
  }
  .c-box--left dt:before, .c-box--left .c-box__ttl:before {
    content: "";
    display: block;
    background-color: #0a3291;
    width: calc( var(--vw) * 0.234375 );
    height: calc( var(--vw) * 1.953125 );
    position: absolute;
    left: 0;
    top: calc( var(--vw) * 0.546875 );
  }
  .c-box--left dd,.c-box--left .c-box__content {
    padding: calc( var(--vw) * 1.875 ) 1em 0;
  }
  .c-box--left dd ul, .c-box--left .c-box__content ul {
    margin: calc( var(--vw) * 1.5625 ) 0;
  }
  .c-box--left dd ul li, .c-box--left .c-box__content ul li {
    margin-left: 1.3em;
    text-indent: -1.3em;
  }
  .c-box--left dd ul li + li, .c-box--left .c-box__content ul li + li {
    margin-top: calc( var(--vw) * 0.3125 );
  }
  .c-box--bottom {
    margin-top: calc( var(--vw) * 4.921875 );
  }
  .c-box--bottom dt,.c-box--bottom .c-box__ttl {
    color: #0a3291;
    font-size: calc( var(--vw) * 1.875 );
    padding-bottom: calc( var(--vw) * 1.09375 );
    border-bottom: 1px solid #cfcfcf;
  }
  .c-box--bottom dd,.c-box--bottom .c-box__content {
    margin-top: calc( var(--vw) * 0.9375 );
  }
  .c-box--bottom dd p, .c-box--bottom .c-box__content p {
    line-height: 1.8;
  }
  .c-box--bottom dd p + p, .c-box--bottom .c-box__content p + p {
    margin-top: calc( var(--vw) * 1.5625 );
  }

  .c-link {
    color: #959595;
    text-decoration: underline;
  }
  .c-link:hover {
    text-decoration: none;
  }
  /*メディア・出版物関連情報*/
  .c-relation {
    background-color: #f3f5f9;
    padding: 0 calc( var(--vw) * 2.96875 ) calc( var(--vw) * 6.25 );
  }
  .c-relation__ttl {
    text-align: center;
    font-size: calc( var(--vw) * 2.8125 );
    font-weight: 700;
    padding: calc( var(--vw) * 2.34375 ) 0;
  }
  .c-relation__box {
    background-color: #fff;
    padding: calc( var(--vw) * 2.34375 ) calc( var(--vw) * 2.8125 ) calc( var(--vw) * 4.375 );
  }
  .c-relation__box.c-relation__interview {
    position: relative;
  }
  .c-relation__box.c-relation__interview:nth-of-type(n+2) {
    margin-top: calc(var(--vw)* 2.96875);
  }

  .c-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: calc( var(--vw) * 6.25 );
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-pager li a,.c-pager li span {
    width: calc( var(--vw) * 3.515625 );
    height: calc( var(--vw) * 3.515625 );
    background-color: #f7f8fb;
    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;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    will-change: background-color;
  }
  .c-pager li a.c-pager__prev,.c-pager li a.c-pager__next,.c-pager li span.c-pager__prev,.c-pager li span.c-pager__next {
    background-color: transparent;
  }
  .c-pager li a.c-pager__prev:hover, .c-pager li a.c-pager__next:hover, .c-pager li span.c-pager__prev:hover, .c-pager li span.c-pager__next:hover {
    background-color: #6c84bd;
  }
    .c-pager li a.c-pager__prev:hover:before, .c-pager li a.c-pager__next:hover:before, .c-pager li span.c-pager__prev:hover:before, .c-pager li span.c-pager__next:hover:before {
      border-color: #fff;
    }
  .c-pager li a.c-pager__prev:before, .c-pager li a.c-pager__next:before, .c-pager li span.c-pager__prev:before, .c-pager li span.c-pager__next:before {
    content: "";
    display: block;
    width: calc( var(--vw) * 0.46875 );
    height: calc( var(--vw) * 0.46875 );
    border-left: calc( var(--vw) * 0.15625 ) solid #959595;
    border-bottom: calc( var(--vw) * 0.15625 ) solid #959595;
  }
  .c-pager li a.c-pager__prev:before, .c-pager li span.c-pager__prev:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .c-pager li a.c-pager__next:before, .c-pager li span.c-pager__next:before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .c-pager li a:hover {
    opacity: 1;
    color: #fff;
    background-color: #6c84bd;
  }
  .c-pager li span {
    color: #fff;
    background-color: #6c84bd;
  }
  .c-pager li + li {
    margin-left: calc( var(--vw) * 1.5625 );
  }          
  /* 外部リンク */
  .icon_external_link {
    width: 7px;
    height: 14px;
    margin-left: 5px;
    position: relative;
    bottom: 1px;
  }
  /* PCフッターのISMSマーク */
  .footer__sitemap__company-info .isms_logo_area {
    margin-top: 15px;
  }
  .footer__sitemap__company-info .isms_logo_area img {
    height: calc(var(--vw)* 6);
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  html {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
    position: relative;
  }
  .show-pc {
    display: none!important;
  }
  .font-half {
    font-family: YakuHanJP;
  }
  .root {
    padding-top: 15.625vw;
    font-size: 3.6458333333333335vw;
    position: relative;
  }
  .inner {
    width: 89.58333333333334vw;
    margin-right: auto;
    margin-left: auto;
  }
  /*ヘッダ*/
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 100;
    background: #fff;
  }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 15.625vw;
    padding: 0 0 0 5.208333333333334vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0px 0.5208333333333333vw 2.083333333333333vw 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0.5208333333333333vw 2.083333333333333vw 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    position: relative;
    z-index: 101;
  }
  .header__logo__link img {
    position: relative;
    z-index: 102;
    height: 5vw;
    width: auto;
  }
  .header__logo__link img.anniversary {
    margin-left: 2.604166666666667vw;
  }
  .header__head-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__tel,.header__trigger {
    width: 16.927083333333336vw;
    height: 15.625vw;
    display: block;
    text-align: center;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__tel span, .header__trigger span {
    font-size: 1.953125vw;
    line-height: 1;
    display: block;
    margin-top: 1.0416666666666665vw;
    letter-spacing: 0.26041666666666663vw;
  }
  .header__tel {
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    z-index: 102;
  }
  .header__tel img {
    margin-top: 1.1vw;
    width: 6.510416666666667vw;
    height: 6.380208333333333vw;
  }
  .header__trigger span.line {
    height: 6.380208333333333vw;
    position: relative;
  }
  .header__trigger span.line:before,.header__trigger span.line:after {
    position: absolute;
    content: "";
    display: block;
    width: 8.59375vw;
    height: 0.5208333333333333vw;
    background-color: #0a3291;
    border-radius: 0.5208333333333333vw;
    left: -4.427083333333334vw;
    right: 0;
    margin: auto;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
  }
  .header__trigger span.line:before {
    top: 1.953125vw;
  }
  .header__trigger span.line:after {
    top: 3.90625vw;
  }
  .header__trigger span.close {
    display: block;
    text-align: center;
    z-index: 102;
  }
  .header__trigger span.open {
    display: none;
    text-align: center;
  }
  .header__menu {
    width: 100%;
    position: absolute;
    height: calc(calc( var(--vh) * 100 ) - 15.625vw);
    overflow: auto;
    background-color: #fff;
    z-index: -1;
    left: 100%;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
    will-change: left;
    -webkit-overflow-scrolling: touch;
  }
  .header__menu__list span,.header__menu__list a {
    font-weight: 700;
    font-size: 3.6458333333333335vw;
  }
  .header__menu__list li {
    border-bottom: 1px solid #cfcfcf;
  }
  .header__menu__list li:last-of-type {
    border-bottom: 0;
  }
  .header__menu__list li > span,.header__menu__list li a {
    padding: 5.859375vw 5.208333333333334vw;
    display: block;
    position: relative;
    cursor: pointer;
  }
  .header__menu__list li.has-sub {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .header__menu__list li.has-sub > span {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .header__menu__list li.has-sub > span.open:after {
    top: 1.3020833333333335vw;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
  }
  .header__menu__list li.has-sub > span:after {
    content: "";
    display: block;
    width: 2.604166666666667vw;
    height: 2.604166666666667vw;
    border-top: 0.6510416666666667vw solid #0a3291;
    border-right: 0.6510416666666667vw solid #0a3291;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    right: 6.510416666666667vw;
    top: -1.3020833333333335vw;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__menu__list .sub-menu {
    overflow: hidden;
    height: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header__menu__list .sub-menu__list {
    padding-bottom: 5.859375vw;
  }
  .header__menu__list .sub-menu__list a {
    display: block;
    padding: 0;
  }
  .header__menu__list .sub-menu__list a p {
    font-weight: 400;
    color: #555555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

  }
  .header__menu__list .sub-menu__content {
    line-height: 2.2;
    text-indent: 1em;
  }
  .header__menu__list .sub-menu__content.menu-bnrs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            /* justify-content: center; */
  }
  .header__menu__list .sub-menu__content.menu-bnrs a {
    width: 40.36458333333333vw;
    margin-top: 1rem;
  }
  .header__menu__list .sub-menu__content.menu-bnrs a:nth-child(2n) {
    margin-left: 4.6875vw;
  }
  .header__menu__list .sub-menu__content.menu-bnrs a img {
    width: 100%;
  }
  .header__contact {
    padding: 9.114583333333332vw 0;
    background-color: #f9f9f9;
  }
  .header__contact__tel {
    text-align: center;
  }
  .header__contact__tel a {
    padding-left: 14.84375vw;
    position: relative;
  }
  .header__contact__tel a:before {
    content: "";
    display: block;
    width: 10.677083333333332vw;
    height: 10.677083333333332vw;
    background: url("../images/common/icon_tel.svg") no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .header__contact__tel p {
    font-size: 3.2552083333333335vw;
  }
  .header__contact__tel .contact__ttl {
    font-weight: 500;
    font-size: 3.6458333333333335vw;
  }
  .header__contact__tel .contact__num {
    color: #0a3291;
    font-size: 7.291666666666667vw;
    font-weight: 700;
    letter-spacing: 0.390625vw;
    display: inline-block;
    margin-bottom: 1.3020833333333335vw;
  }
  .header__contact__menu {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__contact__menu .contact__menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__contact__menu .contact__menu__inner a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    text-align: center;
    height: 16.927083333333336vw;
    -webkit-box-shadow: 0px 0.5208333333333333vw 2.083333333333333vw 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0.5208333333333333vw 2.083333333333333vw 0px rgba(0, 0, 0, 0.05);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
  }
  .header__contact__menu .contact__menu__inner a + a {
    margin-left: 2.604166666666667vw;
  }
  .header__contact__menu .contact__menu__inner:nth-of-type(1) a {
    color: #fff;
    background-color: #ed9022;
    padding-top: 2.34375vw;
    font-size: 3.6458333333333335vw;
  }
    .header__contact__menu .contact__menu__inner:nth-of-type(1) a em {
      font-size: 4.6875vw;
      font-weight: 700;
    }
  .header__contact__menu .contact__menu__inner:nth-of-type(2) {
    margin-top: 2.604166666666667vw;
  }
  .header__contact__menu .contact__menu__inner:nth-of-type(2) a {
    padding: 5.208333333333334vw 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__contact__menu .contact__menu__inner:nth-of-type(2) a span {
    font-weight: bold;
  }
  .header__contact__menu .contact__menu__inner:nth-of-type(2) a span:before {
    content: "";
    display: inline-block;
    width: 8.296875vw;
    height: 7.125vw;
      /* background: url("../images/common/icon_web_meeting.svg?20220912") no-repeat left top; */
    background: url("../images/common/icon_consultation_blue.svg?v=20250805") no-repeat left top;
    background-size: contain;
    vertical-align: middle;
  }
  .header__contact__sns {
    margin-top: 7.291666666666667vw;
  }
  .header__contact__sns a img {
    width: 10.416666666666668vw
  }
  .header__contact__sns a + a {
    margin-left: 3.90625vw;
  }
  .header__contact__bnr {
    margin-top: 7.8125vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__contact__bnr .bnrs__item {
    width: auto;
    height: 13.020833333333334vw;
  }
  .header__contact__bnr .bnrs__item:nth-child(n+2) {
    margin-left: 2.604166666666667vw;
  }
  .header__contact__bnr .bnrs__item img {
    width: auto;
    height: 100%;
  }
  .header.active .header__menu {
    left: 0;
  }
  .header.active .header__trigger span.line:before,.header.active .header__trigger span.line:after {
    top: 2.604166666666667vw;
  }
  .header.active .header__trigger span.line:before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .header.active .header__trigger span.line:after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .header.active .header__trigger span.close {
    display: none;
  }
  .header.active .header__trigger span.open {
    display: block;
  }
  .sub-menu__box .menu__hierarchy01{
    font-weight: 400;
    color: #555555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sub-menu__box ul li {
    border-bottom: none;
  }
  /*パンくず*/
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.90625vw 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .breadcrumbs ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .breadcrumbs ul li a,.breadcrumbs ul li span {
    font-size: 3.2552083333333335vw;
  }
  .breadcrumbs ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .breadcrumbs ul li a span {
    color: #959595;
  }
  .breadcrumbs ul li a img {
    width: 3.125vw;
    height: 2.864583333333333vw;
    margin-right: 2.604166666666667vw;
  }
  .breadcrumbs ul li + li:before {
    content: ">";
    display: inline-block;
    width: 6.25vw;
    text-align: center;
    color: #959595;
  }
  .footer {
    background-color: #4b4b4b;
  }
  .footer .inner {
    width: 100%;
  }
  .footer a,.footer p {
    color: #8f8f8f;
    font-size: 3.2552083333333335vw;
  }
  .footer__links .backToTop {
    display: none;
  }
  .footer__links__items {
    /* padding: 7.8125vw 0 9.114583333333332vw; */
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__links_area {
    padding: 7.8125vw 0 9.114583333333332vw;
  }
  .footer__links__items li {
    text-align: center;
  }
  .footer__links__items_first li:nth-of-type(2) {
    margin-left: 4.947916666666666vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__links__items_first li:nth-child(2):before {
    content: "";
    display: block;
    width: 1px;
    height: 3.2552083333333335vw;
    background-color: #8f8f8f;
    margin-right: 4.947916666666666vw;
  }
  .footer__links__items li:last-of-type {
    width: 100%;
    /* margin-top:1.5625vw; */
  }
  .footer__links .copyright {
    padding: 3.90625vw 0 6.25vw;
    text-align: center;
    border-top: 1px solid #8f8f8f;
  }

  /*共通パーツ*/
  input,select,textarea,button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    outline: none;
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    font-size: 16px;
    font-family: inherit;
  }
  input::-webkit-input-placeholder {
    color:#a9a9aa
  }
  input:-moz-placeholder {
    color:#a9a9aa
  }
  input::-moz-placeholder {
    color:#a9a9aa
  }
  input:-ms-input-placeholder {
    color:#a9a9aa
  }
  /*タイトル*/
  .title-area {
    background-color: #f6f6f6;
    height: 44.27083333333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: center;
            flex-direction: center;
  }
  .title-area__title {
    text-align: center;
  }
  .title-area__title span {
    display: block;
  }
  .title-area__title--jp {
    font-weight: bold;
    font-size: 5.989583333333334vw;
    color: #0a3291;
    line-height: 1.4;
  }
  .title-area__title--en {
    color: #959595;
    font-size: 3.6458333333333335vw;
    margin-top: 1.8229166666666667vw;
      text-align: center;
  }
  .content {
    padding: 10.416666666666668vw 0 15.625vw;
  }
  .copy-text {
    text-align: center;
  }
  .c-button {
    text-align: center;
  }
  .c-button button,.c-button a {
    border: 0.26041666666666663vw solid #0a3291;
    border-radius: 6.510416666666667vw;
    background-color: #fff;
    display: inline-block;
    padding: 3.6458333333333335vw;
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-button button:hover, .c-button a:hover {
    opacity: 1;
    background-color: #0a3291;
  }
  .c-button button:hover span, .c-button a:hover span {
    color: #fff;
  }
  a, button {
    cursor: pointer;
  }
  .c-button button span, .c-button a span {
    color: #0a3291;
    font-weight: 700;
  }
  .contact-button {
    text-align: center;
  }
  .contact-button button,.contact-button a {
    background-color: #ED9022;
    border-radius: 6.510416666666667vw;
    display: inline-block;
    padding: 3.6458333333333335vw;
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contact-button button span, .contact-button a span {
    color: #fff;
    font-weight: 700;
  }
  .c-button--external span:after {
    content: "";
    display: inline-block;
    width: 3.6458333333333335vw;
    height: 3.6458333333333335vw;
    background: url("../images/common/icon_external.svg") no-repeat left top;
    background-size: contain;
    margin-left: 2.604166666666667vw;
  }
  .c-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-table__cell {
    display: table-cell;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-table__cell:nth-child(2n) {
    border-left: 1px solid #fff;
  }
  .c-table__cell p {
    text-align: center;
    margin-top: 0!important;
  }
  .c-table__cell p:nth-of-type(1) {
    background-color: #6c84bd;
    padding: 4.166666666666666vw 2.083333333333333vw;
    color: #fff;
  }
  .c-table__cell p:nth-of-type(2) {
    background-color: #ebf0f9;
    padding: 4.166666666666666vw 2.083333333333333vw;
    border-top: 1px solid #fff;
  }
  .c-box dt,.c-box .c-box__ttl {
    font-weight: 700;
    line-height: inherit;
  }
  .c-box--left {
    margin-top: 11.71875vw;
  }
  .c-box--left dt,.c-box--left .c-box__ttl {
    padding-left: 3.125vw;
    font-size: 4.6875vw;
    position: relative;
  }
  .c-box--left dt:before, .c-box--left .c-box__ttl:before {
    content: "";
    display: block;
    background-color: #0a3291;
    width: 0.6510416666666667vw;
    height: 5.208333333333334vw;
    position: absolute;
    left: 0;
    top: 0.9114583333333334vw;
  }
  .c-box--left dd,.c-box--left .c-box__content {
    padding: 2.604166666666667vw 0 0;
  }
  .c-box--left dd ul, .c-box--left .c-box__content ul {
    margin: 3.90625vw 0;
  }
  .c-box--left dd ul li, .c-box--left .c-box__content ul li {
    margin-left: 1.3em;
    text-indent: -1.3em;
  }
  .c-box--left dd ul li + li, .c-box--left .c-box__content ul li + li {
    margin-top: 1.3020833333333335vw;
  }
  .c-box--bottom {
    margin-top: 10.416666666666668vw;
  }
  .c-box--bottom dt,.c-box--bottom .c-box__ttl {
    color: #0a3291;
    font-size: 4.427083333333334vw;
    padding-bottom: 3.3854166666666665vw;
    border-bottom: 1px solid #cfcfcf;
  }
  .c-box--bottom dd,.c-box--bottom .c-box__content {
    margin-top: 3.3854166666666665vw;
  }
  .c-box--bottom dd p, .c-box--bottom .c-box__content p {
    line-height: 1.8;
  }
  .c-box--bottom dd p + p, .c-box--bottom .c-box__content p + p {
    margin-top: 2.083333333333333vw;
  }
  .c-link {
    color: #959595;
    text-decoration: underline;
  }
  /*メディア・出版物関連情報*/
  .c-relation {
    background-color: #f3f5f9;
    padding: 9.375vw 3.90625vw 10.416666666666668vw;
  }
  .c-relation__ttl {
    text-align: center;
    font-size: 5.208333333333334vw;
    font-weight: 700;
  }
  .c-relation__box.c-relation__interview {
    position: relative;
    padding: 10.15625vw 5.208333333333334vw 10.416666666666668vw !important;
  }
  .c-relation__box.c-relation__interview:nth-of-type(n+2) {
    margin-top: 4.427083333333334vw;
  }
  .c-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.90625vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-pager li {
    margin-top: 3.90625vw;
  }
  .c-pager li:first-of-type {
    margin-right: -2.864583333333333vw;
  }
  .c-pager li:last-of-type {
    margin-left: 1.3020833333333335vw;
  }
  .c-pager li a,.c-pager li span {
    width: 9.635416666666668vw;
    height: 9.635416666666668vw;
    background-color: #f7f8fb;
    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;
    font-size: 3.6458333333333335vw;
  }
  .c-pager li a.c-pager__prev,.c-pager li a.c-pager__next,.c-pager li span.c-pager__prev,.c-pager li span.c-pager__next {
    background-color: transparent;
  }
  .c-pager li a.c-pager__prev:before, .c-pager li a.c-pager__next:before, .c-pager li span.c-pager__prev:before, .c-pager li span.c-pager__next:before {
    content: "";
    display: block;
    width: 1.5625vw;
    height: 1.5625vw;
    border-left: 0.5208333333333333vw solid #959595;
    border-bottom: 0.5208333333333333vw solid #959595;
  }
  .c-pager li a.c-pager__prev:before, .c-pager li span.c-pager__prev:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .c-pager li a.c-pager__next:before, .c-pager li span.c-pager__next:before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .c-pager li span {
    color: #fff;
    background-color: #6c84bd;
  }
  .c-pager li + li {
    margin-left: 4.166666666666666vw;
  }
  /* 外部リンク */
  .icon_external_link {
    width: calc( var(--vw) * 3 );
    height: calc( var(--vw) * 3 );
    margin-left: 5px;
    position: relative;
    bottom: 2px;
  }      
  /* SPメニュー内のISMSマーク */
  .isms_logo_area {
    margin-top: 5vw;
  }
  .isms_logo_area .isms_logo {
    width: auto;
    height: 16vw;
  }
  /* SPメニュー内のISMSマーク CM連動トップページ*/
  .isms_logo_top {
    margin-top: 5vw;
  }
  .isms_logo_top .bnrs__item {
    height: 16vw;
  }
}

@media (min-width:768px) and (max-width: 1440px) {
  /*ヘッダ*/
  .header {
    padding-left: calc( var(--vw) * 1.5625 );
  }
  .header__logo a img.logo {
    width: 270px;
  }
  .header__menu__tel {
    margin-left: calc( var(--vw) * 1.5625 );
    width: calc( var(--vw) * 17.96875 );
  }
  .header__menu__tel p {
    margin-left: calc( var(--vw) * 0 );
    letter-spacing: calc( var(--vw) * 0.015625 );
  }
  .header__menu__list li + li {
    margin-left: calc( var(--vw) * 1.09375 );
  }
  .header__menu__link {
    margin-left: calc( var(--vw) * 0.78125 );
  }
}
@media (min-width:768px) and (max-width: 847px) {
  .header__menu__tel {
    width: calc( var(--vw) * 20.3125 );
  }
  .header__menu__list li + li {
    margin-left: calc( var(--vw) * 0.625 );
  }

}
.btn-contact__contents {
  display: none;
}

@media only screen and (max-width: 767px) {
  .btn-contact__contents {
    display: flex;
    flex-wrap: nowrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .btn-contact{
    display: block;
    background-color: #ED9022;
    width: 50%;
  }
  .btn-contact-tel {
    display: block;
    background-color: #0F3291;
    width: 50%;
    align-content: center;
  }
  .btn-contact a,
  .btn-contact-tel a{
    display: block;
    text-align: center;
    color: #fff;
    font-size:4.1vw;
    padding: 3.5vw 0;
  }
  .btn-contact a img,
  .btn-contact-tel a img {
    width:7vw;
    margin-right: 1vw;
  }
  .page-inquiry .btn-contact__contents,
  .header.active .btn-contact__contents{
    display: none;
  }
  body:not(.page-inquiry) .footer{
    padding-bottom:16vw;
  }
}

