@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;
}

/* Roboto -------------------------------------*/

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

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

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

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

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

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

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

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

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

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


/* 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');
}

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

body {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'BIZ UDPGothic', 'Noto Sans CJK JP', 'Noto Sans JP', Meiryo, sans-serif;
  color: #000;
  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;
}

.foot-copy,
.en {
  font-family: Roboto, 'Noto Sans JP', 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: #fff;
    z-index: 1000;
    transition: 1s;
  }

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

  .head-transparent {
    background: transparent;
  }
}

@media screen and (max-width: 767px) {
  header {
    height: 50px;
  }
}

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

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

  /*スクロールで変更*/
  .is-animation {
    height: 80px;
    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;
  background: url(../img/logo.svg) no-repeat;
  background-size: 100%;
  width: calc(336px / 1.5);
  height: calc(48px / 1.5);
  z-index: 101;
  position: absolute;
  top: 15px;
  left: 20px;
}

@media screen and (min-width: 768px), print {
  .logo a {
    left: 40px;
  }
}

@media screen and (min-width: 834px), print {
  .logo a {
    width: calc(336px / 1);
    height: calc(48px / 1);
    top: 60px;
    left: 100px;
  }

  .is-animation .logo a {
    width: calc(336px / 1.2);
    height: calc(48px / 1.2);
    top: 20px;
    left: 60px;
  }
}

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

@media screen and (min-width: 834px), print {
  .drawer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 300px;
    margin-bottom: 40px;
  }

  .is-animation .drawer-menu {
    margin-left: 400px;
    margin-bottom: 30px;
  }

  .drawer-menu li {
    font-size: 0.7rem;
    font-weight: 500;
  }

  .drawer-menu li:not(:last-child) {
    margin-right: 20px;
  }

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

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

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

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

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

  .drawer-toggle {
    display: none;
  }
}

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

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

  .drawer-menu li:not(:last-child) {
    margin-right: 40px;
  }
}

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

@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;
    /*透過指定*/
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    opacity: 0.9;
  }

  .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: #fff #fff transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    top: 0.8em;
    right: 10px;
  }

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

  .drawer-menu li a {
    display: block;
    color: #000;
    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: #000;
    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 #000 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: 10px;
  }

  .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: #000;
  }

  .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: #000;
  }

  .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%;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 40px 20px 20px 20px;
    margin-top: 100px;
  }
}

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

  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-top: solid 1px #000;
    padding-top: 40px;
  }
}

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

/* フッタ ロゴ・住所エリア --------------------------------*/
.foot-prof {
  text-align: left;
  font-size: 0.8rem;
}

.foot-prof .cont p {
  display: inline-block;
  margin-right: 1em;
}

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

/* フッタ ロゴ --------------------------------*/
.foot-logo a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  background: url(../img/logo.svg);
  background-size: 100%;
  width: calc(336px / 1.5);
  height: calc(48px / 1.5);
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  .foot-logo a {
    width: calc(336px / 1);
    height: calc(48px / 1);
  }
}

/* フッタ プライバシーポリシー --------------------------------*/
.foot-pv {
  font-size: 0.8rem;
  margin-top: 10px;
}

.foot-pv a {
  position: relative;
  color: #000;
  padding-left: 0.7em;
}

.foot-pv a::before {
  content: '';
  display: inline-block;
  background: #000;
  width: 5px;
  height: 2px;
  position: absolute;
  top: 0.5em;
  left: 0;
}

/* フッタ バナー --------------------------------*/
.foot-bn a {
  display: inline-block;
  width: calc(340px / 2);
}

.foot-bn a img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .foot-bn a {
    margin-top: 20px;
  }
}

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

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


/*****************************************
*
* フッタ上へ
*
******************************************/

.totop {
  position: relative;
  display: inline-block;
  background: url(../img/totop.svg) no-repeat;
  background-size: 100%;
  width: 6px;
  height: 70px;
  position: absolute;
  bottom: 240px;
  right: 20px;
  transition: all .5s ease;
}

.totop span {
  display: inline-block;
  color: #000;
  font-size: 0.8rem;
  font-weight: bold;
  transform: rotate(-90deg);
  position: absolute;
  bottom: 8px;
  left: -22px;
}

.totop a:hover,
.totop a:active {
  transform: translateY(-50px);
}

@media screen and (min-width: 834px), print {
  .totop {
    bottom: 40px;
    right: 40px;
  }
}


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

@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 .en {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  animation: fadeInUp;
  animation-duration: 1s;
}

.submain-title {
  position: relative;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.1;
  animation: fadeInUp;
  animation-duration: 1.5s;
}

.submain-title::before {
  content: '';
  display: inline-block;
  background: #000;
  width: 50px;
  height: 4px;
  position: absolute;
}

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

  .submain-title {
    padding-top: 30px;
  }

  .submain-title::before {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 834px), print {
  .submain {
    position: relative;
    margin-top: 200px;
  }

  .submain::before {
    content: '';
    display: inline-block;
    background: #F0F0F0;
    width: 100%;
    height: 285px;
    position: absolute;
    top: -200px;
    left: 0;
    z-index: -1;
  }

  .submain-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding-top: 50px;
  }

  .submain .en {
    font-size: 4rem;
  }

  .submain-title {
    padding-left: 100px;
  }

  .submain-title::before {
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
  }
}

@media screen and (min-width: 1000px), print {
  .submain-box {
    width: 960px;
  }
}


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

.breadcrumb {
  width: 100%;
  text-align: left;
  font-size: 0.8rem;
  padding: 0 20px;
  animation: fadeInUp;
  animation-duration: 1s;
}

.breadcrumb a {
  color: #000;
}

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

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

.breadcrumb li:first-child a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  background: url(../img/home.svg) no-repeat;
  background-size: 100%;
  width: calc(18px / 1);
  height: calc(16px / 1);
}

.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: '≫';
  padding-left: 15px;
}

@media screen and (min-width: 834px), print {
  .breadcrumb {
    font-size: 0.9rem;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1000px), print {
  .breadcrumb {
    display: inline-block;
    width: 960px;
    padding: 0;
  }
}



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

section {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
}

.section {
  margin-top: 60px;
}

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

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

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

  .section {
    width: 960px;
  }
}


/*------------------------------------------*/
/* 外部リンク
/*------------------------------------------*/
.link-blank:after {
  content: '';
  display: inline-block;
  background: url(../img/link_blank.svg) no-repeat;
  background-size: 100%;
  width: calc(30px / 2);
  height: calc(24px / 2);
  margin-left: 3px;
}

/*------------------------------------------*/
/* PDFリンク
/*------------------------------------------*/
.link-pdf:after {
  content: '';
  display: inline-block;
  background: url(../img/icon_pdf.svg) no-repeat;
  background-size: 100%;
  width: 13px;
  height: 16px;
  margin-left: 3px;
}

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

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

/*------------------------------------------*/
/* 注意書き
/*------------------------------------------*/
.notes {
  padding-left: 1em;
  text-indent: -1em;
}

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

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

.heading-tertiary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: solid 1px #000;
  margin-bottom: 40px;
}

.heading-tertiary .en {
  text-align: left;
  font-size: 1.1rem;
  font-weight: bold;
}

.heading-tertiary h3 {
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (min-width: 834px), print {
  .heading-tertiary {
    margin-bottom: 60px;
  }

  .heading-tertiary .en {
    font-size: 2.2rem;
  }

  .heading-tertiary h3 {
    font-size: 1.4rem;
  }
}

/*------------------------------------------*/
/* H4
/*------------------------------------------*/
.heading-quaternary {
  position: relative;
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 40px;
  margin-bottom: 20px;
}

.heading-quaternary:before {
  content: '';
  display: inline-block;
  background: #000;
  width: 20px;
  height: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media screen and (min-width: 834px), print {
  .heading-quaternary {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
}


/*------------------------------------------*/
/* 表
/*------------------------------------------*/

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

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

.com-table th {
  font-weight: bold;
}

.com-table td {
  text-align: justify;
  text-justify: inter-ideograph;
}

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

  .com-table tr,
  .com-table th,
  .com-table td {
    display: block;
    width: auto;
  }

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

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


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

/* 基本----------------------------------*/
.com-btn {
  display: inline-block;
}

.com-btn a {
  display: inline-block;
  background: #000;
  border-radius: 40px;
  color: #fff;
  padding: 15px 30px;
  transition: all .5s ease;
}

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


/*****************************************
*
* 新着情報
*
******************************************/


/* 一覧 --------------------------------*/
.news-list.event {
  animation: fadeInUp;
  animation-duration: 1.5s;
}

.news-list li {
  display: inline-block;
  width: 100%;
}

.news-list li .cont {
  display: inline-block;
  text-align: left;
  width: 100%;
  font-weight: 500;
  border-bottom: solid 1px #ccc;
  margin-top: 20px;
  padding-bottom: 5px;
}

.news-list li:first-child .cont {
  margin-top: 10px;
}

.news-list li .en {
  font-weight: bold;
  margin-right: 2em;
}

.news-list li a {
  color: #000;
}

.news-list.event li:nth-child(n+4) {
  display: none;
}

/*------------------------------------------*/
/* ページネーション
/*------------------------------------------*/

.sugu-pagination,
.sugu-page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sugu-page-link.pagetop {
  margin-bottom: 60px;
}

.sugu-page-link.pagebottom {
  margin-top: 60px;
}

.sugu-pagination li a,
.sugu-page-link li a {
  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;
  width: 40px;
  height: 40px;
  border: solid 1px #ccc;
  border-radius: 20px;
  color: #000;
  transition: all .5s ease;
}

.sugu-page-link li.list a {
  width: 80px;
}

.sugu-pagination li a:hover,
.sugu-page-link li a:hover {
  text-decoration: none;
  transform: scale(0.9);
}

/*------------------------------------------*/
/* NEWSコンテンツ
/*------------------------------------------*/

/* 見出し --------------------------------*/
.news-heading {
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (min-width: 834px), print {
  .news-heading {
    font-size: 1.4rem;
    font-weight: 500;
  }
}

/* 日付 --------------------------------*/
.news-date {
  text-align: right;
  font-size: 0.9rem;
  margin-top: 1em;
}

/* 文字エリア --------------------------------*/
.news-cont {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 40px;
}

/* ファイルエリア --------------------------------*/
.sugu-file-list {
  text-align: left;
}

.sugu-file-list li {
  margin-top: 20px;
}

/* 画像 --------------------------------*/
.news-images img {
  width: 100%;
  vertical-align: bottom;
}

.image-caption {
  margin-top: 10px;
}

@media screen and (max-width: 599px) {
  .news-images {
    margin-top: 20px;
  }

  .news-images .image-cont {
    width: 100%;
    margin-top: 20px;
  }
}

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

  .news-images .image-cont {
    width: 48%;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1000px), print {
  .news-images .image-cont {
    width: 450px;
  }
}


/*lightbox IE11対策*/
@media all and (-ms-high-contrast: none) {
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

/* ファイルをアップロードしたときのアイコン表示  Icons for uploaded files */
.filelink {
  padding-left: 22px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: 0.06em 50%;
  background-image: url(../news/webdir/icons/general.gif);
}
.doc {
  background-image: url(../news/webdir/icons/doc.gif);
}
.pdf {
  background-image: url(../news/webdir/icons/pdf.gif);
}
.ppt {
  background-image: url(../news/webdir/icons/ppt.gif);
}
.img {
  background-image: url(../news/webdir/icons/img.gif);
}
.txt {
  background-image: url(../news/webdir/icons/txt.gif);
}
.xls {
  background-image: url(../news/webdir/icons/xls.gif);
}
.zip {
  background-image: url(../news/webdir/icons/zip.gif);
}

