@charset "utf-8";

/* リセット */

* {
  box-sizing: border-box;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td, figure {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* Noto Sans JP -------------------------------------*/

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("Noto San CJK JP Light"),
    local('NotoSansJP-Light'),
    url('../fonts/NotoSansCJKjp-Light.woff2') format('woff2'),
    url('../fonts/NotoSansCJKjp-Light.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"),
    local('NotoSansJP-Regular'),
    url('../fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
    url('../fonts/NotoSansCJKjp-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"),
    local('NotoSansJP-Medium'),
    url('../fonts/NotoSansCJKjp-Medium.woff2') format('woff2'),
    url('../fonts/NotoSansCJKjp-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"),
    local('NotoSansJP-Bold'),
    url('../fonts/NotoSansCJKjp-Bold.woff2') format('woff2'),
    url('../fonts/NotoSansCJKjp-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans CJK JP Black"),
    local('NotoSansJP-Black'),
    url('../fonts/NotoSansCJKjp-Black.woff2') format('woff2'),
    url('../fonts/NotoSansCJKjp-Black.woff') format('woff');
}

/* NeueHaasDisplay -------------------------------------*/

@font-face {
  font-family: 'NeueHaasDisplay';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/NeueHaasDisplayThin.woff2') format('woff2'),
    url('../fonts/NeueHaasDisplayThin.woff') format('woff');
}

@font-face {
  font-family: 'NeueHaasDisplay';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NeueHaasDisplayLight.woff2') format('woff2'),
    url('../fonts/NeueHaasDisplayLight.woff') format('woff');
}

@font-face {
  font-family: 'NeueHaasDisplay';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/NeueHaasDisplayRoman.woff2') format('woff2'),
    url('../fonts/NeueHaasDisplayRoman.woff') format('woff');
}


@font-face {
  font-family: 'NeueHaasDisplay';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/NeueHaasDisplayMediu.woff2') format('woff2'),
    url('../fonts/NeueHaasDisplayMediu.woff') format('woff');
}

@font-face {
  font-family: 'NeueHaasDisplay';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NeueHaasDisplayBold.woff2') format('woff2'),
    url('../fonts/NeueHaasDisplayBold.woff') format('woff');
}

@font-face {
  font-family: 'NeueHaasDisplay';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/NeueHaasDisplayBlack.woff2') format('woff2'),
    url('../fonts/NeueHaasDisplayBlack.woff') format('woff');
}


/*-------------------------------------------------
/* 基本
--------------------------------------------------*/

body {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'BIZ UDPGothic', 'Noto Sans CJK JP', 'Noto Sans JP', Meiryo, sans-serif;
  color: #12151a;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.6;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

.top-company::before,
.top-business::before,
.top-works::before,
.top-recruit::before,
.submain-box::before,
.foot-copy,
.en {
  font-family: 'NeueHaasDisplay', Helvetica, sans-serif;
}


a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

/* iPhoneTELリンク色変更なしにする */
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

.wrapper {
  position: relative;
}


/*****************************************
*
* ヘッダ
*
******************************************/

@media screen and (max-width: 833px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background: transparent;
    z-index: 1000;
    transition: 1s;
  }

  .head-scrollvisible {
    background: #fff;
    height: 40px;
  }

  .head-hidden {
    transform: translateY(-100%);
  }

  .head-transparent {
    background: transparent;
  }
}

@media screen and (min-width: 834px), print {

  /* スクロールナビ固定 */
  header {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    transition: all .5s ease;
  }

  /*スクロールで変更*/
  .is-animation {
    height: 50px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  }
}

/*------------------------------------------*/
/* ロゴ
/*------------------------------------------*/

h1 {
  font-size: 0;
}

.logo a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  z-index: 1;
}

@media screen and (max-width: 833px) {
  .logo a {
    background: url(../img/logo_head.png) no-repeat;
    background-size: 100%;
    width: calc(527px / 3);
    height: calc(118px / 3);
    position: absolute;
    left: 20px;
    top: 10px;
    transition: all .5s ease;
  }

  .head-scrollvisible .logo a {
    width: calc(527px / 5);
    height: calc(118px / 5);
  }
}

@media screen and (min-width: 834px), print {
  .logo a {
    background: url(../img/logo.png) no-repeat;
    background-size: 100%;
    width: calc(504px / 2);
    height: calc(100px / 2);
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
  }

  .toppage .logo a {
    background: url(../img/logo_head.png) no-repeat;
    background-size: 100%;
    width: calc(527px / 2);
    height: calc(118px / 2);
  }

  .is-animation .logo a {
    background: url(../img/logo.png) no-repeat;
    background-size: 100%;
    width: calc(504px / 2.5);
    height: calc(100px / 2.5);
  }
}


/*------------------------------------------*/
/* PCナビ
/*------------------------------------------*/

@media screen and (min-width: 834px), print {
  .drawer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
  }

  .drawer-menu li {
    font-size: 0.8rem;
  }

  .drawer-menu li:not(:first-child) {
    padding-left: 3em;
  }

  .drawer-menu li a {
    text-decoration: none;
    position: relative;
    color: #12151a;
    transition: all .5s ease;
  }

  .toppage .drawer-menu li a {
    color: #fff;
  }

  .is-animation .drawer-menu li a {
    color: #12151a;
  }

  .drawer-menu li a:hover {
    text-decoration: none;
  }

  .toppage .drawer-menu li a:hover {
    color: #fff;
  }

  .is-animation .drawer-menu li a:hover {
    color: #12151a;
  }

  .drawer-menu li a::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 0;
    height: 2px;
    background-color: #12151a;
    transition: all .5s ease;
  }

  .toppage .drawer-menu li a::after {
    background-color: #fff;
  }

  .drawer-menu li a:hover::after {
    width: 100%;
  }

  .is-animation .drawer-menu li a:hover::after {
    background-color: #12151a;
  }

  .drawer-menu__home,
  .drawer-menu__sp,
  .drawer-menu__second,
  .drawer-toggle {
    display: none;
  }
}

@media screen and (min-width: 1000px), print {
  .drawer-menu li {
    font-size: 1rem;
  }

  .drawer-menu li:not(:first-child) {
    padding-left: 4em;
  }
}


/*------------------------------------------*/
/* スマホナビ
/*------------------------------------------*/

@media screen and (max-width: 833px) {

  /*!------------------------------------*\
    Base
\*!------------------------------------*/
  .drawer-open {
    overflow: hidden !important;
  }

  .drawer-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    overflow: hidden;
    width: 16.25rem;
    height: 100%;
    background: #fff;
  }

  .drawer-menu {
    text-align: left;
    margin-top: 10px;
    padding: 0;
    list-style: none;
  }

  .drawer-menu li {
    position: relative;
    border-bottom: 1px solid #848484;
  }

  /*右側の三角アイコン*/
  .drawer-menu li::after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border: 2px solid;
    border-color: #12151a #12151a transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    top: 0.8em;
    right: 10px;
  }

  /*右側の三角アイコン*/
  .drawer-menu li ul li::after {
    border: 1px solid;
    border-color: #12151a #12151a transparent transparent;
  }

  .drawer-menu li ul li {
    border-top: 1px solid #ccc;
    border-bottom: 0;
    padding-left: 1em;
  }

  .drawer-menu li a {
    display: block;
    color: #12151a;
    font-size: 1rem;
    padding: 5px 10px;
  }

  .drawer-menu li a:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
  }

  .drawer-menu__second li a {
    font-size: 0.9rem;
  }

  li.drawer-menu__home {
    position: relative;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /*矢印リセット*/
  li.drawer-menu__home::after {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 0px solid;
    border-color: transparent;
    transform: rotate(0deg);
  }

  li.drawer-menu__home a {
    border: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    width: 40px;
    height: 30px;
  }

  li.drawer-menu__home a:before {
    content: '';
    height: 0px;
    width: 0px;
    display: block;
    /*屋根の幅*/
    border: 12px solid transparent;
    border-bottom-color: #12151a;
    border-top: 0;
    position: absolute;
    /*屋根の位置*/
    top: 0px;
    left: 13px;
  }

  li.drawer-menu__home a::after {
    content: '';
    display: inline-block;
    /*建物の高さ*/
    height: 4px;
    /*建物の幅？*/
    width: 4px;
    display: block;
    /*建物の中の幅？*/
    border: 6px #12151a solid;
    /*建物の中の高さ？*/
    border-top-width: 6px;
    border-bottom: 0;
    position: absolute;
    /*建物の位置*/
    top: 10px;
    left: 17px;
  }

  /*! overlay */
  .drawer-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
  }

  .drawer-open .drawer-overlay {
    display: block;
  }

  /*!------------------------------------*\
    Top
\*!------------------------------------*/

  .drawer--top .drawer-nav {
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  }

  .drawer--top.drawer-open .drawer-nav {
    top: 0;
  }

  .drawer--top .drawer-hamburger,
  .drawer--top.drawer-open .drawer-hamburger {
    right: 0;
  }

  /*!------------------------------------*\
    Left
\*!------------------------------------*/

  .drawer--left .drawer-nav {
    left: -16.25rem;
    -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  }

  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
  }

  .drawer--left.drawer-open .drawer-hamburger {
    left: 16.25rem;
  }

  /*!------------------------------------*\
    Right
\*!------------------------------------*/

  .drawer--right .drawer-nav {
    right: -16.25rem;
    -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  }

  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
  }

  .drawer--right.drawer-open .drawer-hamburger {
    right: 16.25rem;
  }

  /*!------------------------------------*\
    Hamburger
\*!------------------------------------*/

  .drawer-hamburger {
    position: absolute;
    z-index: 104;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 20px;
    padding: 0;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: .75rem;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: transparent;
  }

  .drawer-hamburger:hover {
    cursor: pointer;
    background-color: transparent;
  }

  .drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 5px;
  }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    width: 100%;
    height: 2px;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    background-color: #12151a;
  }

  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    position: absolute;
    top: -8px;
    left: 0;
    content: ' ';
  }

  .drawer-hamburger-icon:after {
    top: 8px;
  }

  .drawer-open .drawer-hamburger {
    /*開いた時のアイコンの背景*/
    width: 30px;
    height: 10px;
    background: #fff;
  }

  .drawer-open .drawer-hamburger-icon {
    background-color: transparent;
  }

  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    top: 0;
    /*開いた時の×の色*/
    background-color: #12151a;
  }

  .drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /*!------------------------------------*\
    accessibility
\*!------------------------------------*/

  /*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */

  .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }

  /*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */

  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
  }

  /*!------------------------------------*\
    Sidebar
\*!------------------------------------*/

  .drawer--sidebar {
    background-color: #fff;
  }

  .drawer--sidebar .drawer-contents {
    background-color: #fff;
  }

  /*!------------------------------------*\
    Navbar
\*!------------------------------------*/

  .drawer--navbarTopGutter {
    padding-top: 3.75rem;
  }

  .drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar {
    z-index: 102;
    top: 0;
    width: 100%;
  }

  /*! .drawer-navbar modifier */

  .drawer-navbar--fixed {
    position: fixed;
  }

  .drawer-navbar-header {
    position: relative;
    z-index: 102;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 .75rem;
    text-align: center;
  }

  .drawer-navbar .drawer-nav {
    padding-top: 3.75rem;
  }

  .drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem;
  }

  /*!------------------------------------*\
    Container
\*!------------------------------------*/

  .drawer-container {
    margin-right: auto;
    margin-left: auto;
  }

  /*!------------------------------------*\
    iPhoneでメニューをスクロールするとメニューが閉じてしまうバグ対策
\*!------------------------------------*/

  .drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/*****************************************
*
* フッタ
*
******************************************/

footer {
  width: 100%;
  background: #e3edfa;
  text-align: center;
  padding: 20px;
  margin-top: 80px;
}

@media screen and (min-width: 834px), print {
  footer {
    padding: 40px 40px 20px 40px;
    margin-top: 160px;
  }

  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1200px), print {
  footer {
    padding: 40px 0 20px 0;
  }

  .footer {
    width: 1100px;
    margin: 0 auto;
  }
}

/* フッタロゴ --------------------------------*/
.foot-logo a {
  display: inline-block;
  background: url(../img/logo.png) no-repeat;
  background-size: 100%;
  width: calc(504px / 3);
  height: calc(108px / 3);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  margin-bottom: 10px;
}

@media screen and (min-width: 834px), print {
  .foot-logo a {
    width: calc(504px / 2);
    height: calc(108px / 2);
  }
}

/* フッタ住所 --------------------------------*/
.foot-prof {
  text-align: left;
  font-size: 0.9rem;
}

@media screen and (max-width: 767px) {
  .foot-prof {
    font-size: 0.8rem;
  }
}

/* フッタコピーライト --------------------------------*/
.foot-copy {
  font-size: 0.8rem;
  font-weight: 400;
  margin-top: 20px;
}

@media screen and (min-width: 834px), print {
  .foot-copy {
    margin-top: 40px;
  }
}

/*------------------------------------------*/
/* フッタナビ
/*------------------------------------------*/

@media screen and (max-width: 833px) {
  .foot-nav {
    display: none;
  }
}

@media screen and (min-width: 834px), print {

  .foot-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    font-size: 0.8rem;
    line-height: 2;
  }

  .foot-nav ul {
    margin-left: 40px;
  }

  .foot-nav li a:link,
  .foot-nav li a:visited {
    color: #12151a;
    transition: all .5s ease;
  }

  .foot-nav li a:hover {
    color: #7e838d;
    text-decoration: none;
  }

  .foot-nav ul li.second {
    position: relative;
    padding-left: 1em;
  }

  .foot-nav ul li.second:before {
    content: '';
    display: inline-block;
    background: url(../img/arrow.svg) no-repeat;
    background-size: 100%;
    width: calc(22px / 7);
    height: calc(50px / 7);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.3em;
    transition: all .5s ease;
  }
}

/*------------------------------------------*/
/* フッタ上へ
/*------------------------------------------*/
.totop {
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: solid 1px #2457a3;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all .5s ease;
  z-index: 99;
}

.totop:before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #2457a3;
  border-right: 2px solid #2457a3;
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  transition: all .5s ease;
}

.totop:hover {
  background-color: #e3edfa;
}

.totop:hover:before {
  border-top: 2px solid #2457a3;
  border-right: 2px solid #2457a3;
}

@media screen and (min-width: 834px), print {
  .totop {
    width: 60px;
    height: 50px;
  }

  .totop:before {
    width: 15px;
    height: 15px;
    top: 20px;
  }
}


/*****************************************
*
* 印刷用
*
******************************************/

@media print {
  body {
    width: 1000px;
    transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-print-color-adjust: exact;
  }

  /* FireFoxテーブル印刷バグ回避 */
  _:-ms-lang(x)::-ms-backdrop, .wrapper {
    overflow: auto;
    display: table;
  }
}

/*****************************************
*
* サブページメイン
*
******************************************/

.submain-box {
  position: relative;
}

.submain-box::before {
  display: inline-block;
  color: #f7fafc;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .submain {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px), print {
  .submain {
    margin-top: 40px;
  }

  .submain-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 200px;
    padding: 40px 20px;
  }

  .submain-box::before {
    font-size: 15rem;
  }
}

@media screen and (min-width: 834px), print {
  .submain-box {
    height: 360px;
    padding: 100px 40px;
  }

  .submain-box::before {
    font-size: 24rem;
  }
}

@media screen and (min-width: 1200px), print {
  .submain-box {
    width: 1100px;
    margin: 0 auto;
    padding: 100px 0;
  }
}


/* 見出し --------------------------------*/
.submain-heading .heading {
  font-size: 0.9rem;
}

.submain-heading .en {
  color: #2457a3;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (min-width: 834px), print {
  .submain-heading .heading {
    text-align: left;
    font-size: 1rem;
  }

  .submain-heading .en {
    font-size: 5rem;
    line-height: 1.1;
  }
}

/* 画像 --------------------------------*/

.submain figure img {
  width: 100%;
}

/*****************************************
*
* パンくず
*
******************************************/

.breadcrumb a {
  color: #12151a;
  transition: all .5s ease;
}

.breadcrumb a:visited {
  color: #12151a;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb li {
  position: relative;
  display: inline-block;
}

.breadcrumb li:not(:first-child) {
  margin-left: 60px;
}

.breadcrumb li:not(:last-child)::after {
  content: '';
  display: inline-block;
  background: #8c8c8c;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 0.8rem;
    padding: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .breadcrumb {
    font-size: 0.9rem;
    padding: 10px;
  }
}


/*****************************************
*
* ページレイアウト
*
******************************************/

/*------------------------------------------*/
/* ——を詰める
/*------------------------------------------*/
.kerning {
  letter-spacing: 0.005em;
}

/*------------------------------------------*/
/* テキスト
/*------------------------------------------*/
.text {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8rem;
}

/*------------------------------------------*/
/* margin pの間空ける用
/*------------------------------------------*/
.margin-p {
  margin-top: 2rem;
}

/*------------------------------------------*/
/* section
/*------------------------------------------*/
section {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 833px) {
  section {
    padding: 0 20px;
    margin-top: 80px;
  }
}

@media screen and (min-width: 834px), print {
  section {
    padding: 0 40px;
    margin-top: 100px;
  }
}

@media screen and (min-width: 1200px), print {
  section {
    width: 1100px;
    padding: 0;
  }
}


/*------------------------------------------*/
/* flex
/*------------------------------------------*/

@media screen and (min-width: 834px), print {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/* 見出し --------------------------------*/

@media screen and (max-width: 833px) {
  .flex-heading {
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 834px), print {
  .flex-heading {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 220px;
    text-align: left;
    margin-right: 40px;
  }
}

/* H3 --------------------------------*/
.heading-tertiary {
  font-size: 1.2rem;
  font-weight: 500;
}

@media screen and (min-width: 768px), print {
  .heading-tertiary {
    font-size: 1.5rem;
  }
}

/* 英語 --------------------------------*/
.flex-heading .en {
  color: #2457a3;
  font-size: 0.8rem;
  font-weight: 600;
}

@media screen and (min-width: 768px), print {
  .flex-heading .en {
    font-size: 0.9rem;
  }
}

/* コンテンツ --------------------------------*/
.flex-cont {
  width: 100%;
}

/*------------------------------------------*/
/* アンカーリンク
/*------------------------------------------*/

.container-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-link li {
  display: inline-block;
  width: 30%;
}

.container-link.row2 li {
  width: 45%;
}

.container-link.row4 li {
  width: 22%;
}

@media screen and (max-width: 1199px) {
  .container-link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container-link li,
  .container-link.row4 li {
    width: 47%;
  }

  .container-link li:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 833px) {
  .container-link li:nth-child(n+3) {
    margin-top: 20px;
  }
}

/* テキスト --------------------------------*/
.container-link .cap {
  font-size: 0.7rem;
}

.container-link .en {
  font-size: 0.6rem;
}

@media screen and (min-width: 834px), print {
  .container-link .cap {
    font-size: 1rem;
  }

  .container-link .en {
    font-size: 0.9rem;
  }
}

/* ボタン --------------------------------*/
.container-link li a {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #12151A;
  font-weight: 600;
  border-bottom: solid 1px #c0cedb;
  padding-right: 30px;
  padding-bottom: 10px;
  transition: all .5s ease;
}

.container-link li a:before {
  content: '';
  background: url(../img/icon_link.svg) no-repeat;
  background-size: 100%;
  width: calc(50px / 2);
  height: calc(50px / 2);
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  z-index: 2;
  transition: all .5s ease;
}

@media screen and (min-width: 834px), print {
  .container-link li a {
    padding-right: 60px;
    padding-bottom: 30px;
  }

  .container-link li a:before {
    width: calc(50px / 1);
    height: calc(50px / 1);
  }
}

.container-link li a:hover {
  color: #2457a3;
  text-decoration: none;
}

.container-link li a:hover:before {
  transform: scale(0.9);
}



/*****************************************
*
* 表
*
******************************************/

/* 基本----------------------------------*/
.com-table {
  border-collapse: collapse;
  width: 100%;
}

.com-table th,
.com-table td {
  text-align: left;
  border-bottom: 1px solid #c0cedb;
  padding: 10px 0;
}

.com-table td {
  text-align: left;
}

@media screen and (max-width: 767px) {

  .ccom-table tr,
  .com-table th,
  .com-table td {
    display: block;
    width: auto;
    font-size: 0.9rem;
  }

  .com-table th {
    border-bottom: 1px dotted #c0cedb;
  }
}

@media screen and (min-width: 768px), print {

  .com-table th,
  .com-table td {
    padding: 30px 0;
  }
}

/*****************************************
*
* ボタン
*
******************************************/

.btn a,
.btn-w a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  color: #12151A;
  padding-right: 80px;
  transition: all .5s ease;
}

.btn a:before {
  background: url(../img/icon_link.svg) no-repeat;
}

.btn-w a:before {
  background: url(../img/icon_link_w.svg) no-repeat;
}

.btn a:before,
.btn-w a:before {
  content: '';
  display: inline-block;
  background-size: 100%;
  width: calc(50px / 2);
  height: calc(50px / 2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7.8em;
  z-index: 2;
  transition: all .5s ease;
}

@media screen and (min-width: 834px), print {

  .btn a:before,
  .btn-w a:before {
    width: calc(50px / 1);
    height: calc(50px / 1);
    left: 8em;
  }
}

.btn a:hover,
.btn-w a:hover {
  color: #2457a3;
  text-decoration: none;
}

.btn a:hover:before,
.btn-w a:hover:before {
  transform: scale(0.9) translateY(-50%);
}

/* 目立つバージョン --------------------------------*/
.btn-b a {
  position: relative;
  display: inline-block;
  background: #2457a3;
  color: #fff;
  padding: 10px 80px 10px 40px;
  transition: all .5s ease;
}

.btn-b a:before {
  content: '';
  display: inline-block;
  background: url(../img/icon_link_w.svg) no-repeat;
  background-size: 100%;
  width: calc(50px / 2);
  height: calc(50px / 2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: all .5s ease;
}

@media screen and (min-width: 834px), print {
  .btn-b a {
    font-size: 1.1rem;
    padding: 20px 100px 20px 60px;
  }

  .btn-b a:before {
    width: calc(50px / 1.5);
    height: calc(50px / 1.5);
  }
}

.btn-b a:hover {
  text-decoration: none;
  transform: scale(0.9);
}