@charset "UTF-8";
/*=====================================================
  share
=====================================================*/
* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  font-size: 18px;
}

body {
  width: 100%;
  font-family: Arial,"Noto Sans JP",meiryo,'メイリオ','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 1rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  color: #333;
  text-align: left;
  position: relative;
  background-color: #fff;
  padding-top: 95px;
}

@media print, screen and (min-width: 1180px) {
  body {
    padding-top: 173px;
  }
}

a:link {
  color: #0b60ec;
}

a:visited {
  color: #7b1fa2;
}

a:hover,
a:active {
  color: #0c7ae1;
  text-decoration: none;
}

/*==================================================
  header
==================================================*/
.header {
  width: 100%;
  height: 94px;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #e5e5df;
  background-color: #fff;
  z-index: 1000;
}

@media print, screen and (min-width: 1180px) {
  .header {
    height: 103px;
    border-bottom-width: 0;
  }
}

.header .header__inner {
  width: 100%;
  height: 94px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 1180px) {
  .header .header__inner {
    padding: 15px 0 20px;
    height: auto;
  }
}

.header .header__logo {
  width: 170px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media print, screen and (min-width: 1180px) {
  .header .header__logo {
    width: 270px;
  }
}

.header .header__logo .logo {
  width: 140px;
}

@media print, screen and (min-width: 1180px) {
  .header .header__logo .logo {
    width: 200px;
  }
}

.header .header__spMenu {
  width: 60px;
  height: 60px;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 17px;
  transition: all .2s;
  cursor: pointer;
}

@media print, screen and (min-width: 1180px) {
  .header .header__spMenu {
    display: none;
  }
}

.header .header__spMenu span {
  position: absolute;
  left: 16px;
  width: 28px;
  height: 2px;
  overflow: hidden;
  text-indent: -9999px;
  background-color: #111196;
  transition: all .2s;
}

.header .header__spMenu span:nth-of-type(1) {
  top: 18px;
}

.header .header__spMenu span:nth-of-type(2) {
  top: 29px;
}

.header .header__spMenu span:nth-of-type(3) {
  bottom: 18px;
}

.header .header__spMenu p {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 9px;
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
}

.gNavLayer {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 19000;
}

/*=====================================================
  gNav
=====================================================*/
.gNav {
  width: 100%;
  display: none;
  /*-----------------------------------
   gNav__block
  -----------------------------------*/
}

@media print, screen and (min-width: 1180px) {
  .gNav {
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #000;
    position: fixed;
    top: 103px;
    left: 0;
    z-index: 100;
  }
}

.gNav .gNav__block {
  width: 90%;
  height: 76vh;
  margin: 0 auto;
  padding: 15px 20px;
  overflow-y: scroll;
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  background-color: #fff;
  z-index: 20000;
}

@media print, screen and (min-width: 1180px) {
  .gNav .gNav__block {
    width: 1180px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    border-width: 0;
    overflow-y: visible;
    background-color: transparent;
  }
}

.gNav .gNav__block .gNav__primary {
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e5e5df;
}

@media print, screen and (min-width: 1180px) {
  .gNav .gNav__block .gNav__primary {
    margin: 0;
    justify-content: center;
    border-top-width: 0;
  }
}

.gNav .gNav__block .gNav__primary > li {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 1;
}

@media print, screen and (min-width: 1180px) {
  .gNav .gNav__block .gNav__primary > li {
    width: 166px;
    height: 70px;
    padding: 0 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-size: 1rem;
  }
  .gNav .gNav__block .gNav__primary > li.gNav__home a {
    background-image: none;
  }
  .gNav .gNav__block .gNav__primary > li.gNav__about .gNav__secondary {
    left: -170px;
  }
  .gNav .gNav__block .gNav__primary > li.gNav__service .gNav__secondary {
    left: -338px;
  }
  .gNav .gNav__block .gNav__primary > li.gNav__customer .gNav__secondary {
    left: -506px;
  }
  .gNav .gNav__block .gNav__primary > li.gNav__sustainability .gNav__secondary {
    left: -674px;
  }
  .gNav .gNav__block .gNav__primary > li.gNav__recruit .gNav__secondary {
    left: -841px;
  }
  .gNav .gNav__block .gNav__primary > li.gNav__contact .gNav__secondary {
    left: -1010px;
  }
  .gNav .gNav__block .gNav__primary > li:hover a {
    background-position: center bottom -10px;
  }
  .gNav .gNav__block .gNav__primary > li:hover a .gNav__primaryLink {
    background-color: #333;
  }
}

.gNav .gNav__block .gNav__primary > li > a {
  width: 100%;
  margin: 0;
  padding: 15px 0 15px 0;
  font-weight: bold;
  display: block;
  text-align: left;
  color: #333;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #e5e5df;
}

@media print, screen and (min-width: 1180px) {
  .gNav .gNav__block .gNav__primary > li > a {
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-bottom-width: 0;
    overflow: hidden;
    background-image: url(/images/icon_arrow_white_s_down.svg);
    background-position: center bottom 8px;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    transition: all .2s;
  }
  .gNav .gNav__block .gNav__primary > li > a .gNav__primaryLink {
    width: 100%;
    padding: 6px;
    display: block;
    text-align: center;
    transition: all .2s;
  }
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary {
  display: none;
  margin: 0;
  padding: 0 20px;
  border-bottom: 1px solid #e5e5df;
}

@media print, screen and (min-width: 1180px) {
  .gNav .gNav__block .gNav__primary > li .gNav__secondary {
    width: 1180px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50px;
    background-color: transparent;
  }
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary ul {
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 1180px) {
  .gNav .gNav__block .gNav__primary > li .gNav__secondary ul {
    margin: 20px 0 0 0;
    padding: 28px 40px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    -webkit-filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.2));
  }
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary li {
  margin: 0;
  padding: 12px 0 12px 16px;
  list-style: none;
  line-height: 1.4;
  font-size: 13px;
  font-size: 0.72222rem;
  background-image: url("/images/icon_arrow_primary_s_right.svg");
  background-repeat: no-repeat;
  background-position: 0 17px;
  background-size: 10px 10px;
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary li:last-child {
  border-bottom-width: 0;
}

@media print, screen and (min-width: 1180px) {
  .gNav .gNav__block .gNav__primary > li .gNav__secondary li {
    width: 23.5%;
    margin-right: 2%;
    font-size: 16px;
    font-size: 0.88889rem;
    font-weight: bold;
    transition: all .2s;
  }
  .gNav .gNav__block .gNav__primary > li .gNav__secondary li:nth-child(4n) {
    margin-right: 0;
  }
  .gNav .gNav__block .gNav__primary > li .gNav__secondary li:hover {
    background-position: 3px 17px;
  }
  .gNav .gNav__block .gNav__primary > li .gNav__secondary li:hover a {
    color: #111196;
    text-decoration: underline;
  }
}

.gNav .gNav__block .gNav__primary > li .gNav__secondary li a {
  padding: 0;
  display: block;
  border-bottom-width: 0;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

@media print, screen and (min-width: 1180px) {
  .gNav .gNav__block .gNav__primary > li .gNav__secondary li a {
    padding: 0;
    text-align: left;
  }
}

.gNav .gNav__btnClose {
  position: fixed;
  right: 20px;
  top: 25px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.77778rem;
  z-index: 19200;
  cursor: pointer;
}

@media print, screen and (min-width: 1180px) {
  .gNav .gNav__btnClose {
    display: none;
  }
}

.gNav .gNav__subBtn {
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  z-index: 300;
}

@media print, screen and (min-width: 1180px) {
  .gNav .gNav__subBtn {
    display: none;
  }
}

.gNav .gNav__subBtn span {
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #111196;
}

.gNav .gNav__subBtn span:before {
  content: "";
  width: 2px;
  height: 16px;
  position: absolute;
  left: 17px;
  top: 10px;
  background-color: #fff;
  transition: all .2s;
}

.gNav .gNav__subBtn span:after {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  left: 10px;
  top: 17px;
  background-color: #fff;
}

.gNav .gNav__subBtn.gNav__subBtn--on span:before {
  transform: rotate(90deg);
}

.gNav .gNav__sp {
  margin: 0;
  padding: 0;
}

.gNav .gNav__sp ul {
  margin: 0;
  padding: 0;
}

.gNav .gNav__sp ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gNav .gNav__sp ul li a {
  margin: 0;
  padding: 0 0 0 16px;
  display: inline-block;
  color: #333;
  line-height: 1.6;
  text-decoration: none;
  background-image: url(/images/icon_arrow_primary_s_right.svg);
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

@media print, screen and (min-width: 1180px) {
  .gNav .gNav__sp {
    display: none;
  }
}

/*==================================================
  wrapper
==================================================*/
.wrapper {
  width: 100%;
  padding: 15px 20px 40px 20px;
}

@media print, screen and (min-width: 768px) {
  .wrapper {
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px 40px 20px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 1180px) {
  .wrapper {
    width: 1180px;
    padding: 0;
  }
}

/*=====================================================
  main
=====================================================*/
.main {
  width: 100%;
  padding-bottom: 40px;
}

@media print, screen and (min-width: 1180px) {
  .main {
    width: calc(100% - 280px);
    min-height: 600px;
    margin-right: 0;
    margin-left: auto;
    order: 2;
  }
}

.main.main--1col {
  width: 100%;
}

.main .main__inner {
  padding: 0;
  background-color: #fff;
}

@media print, screen and (min-width: 1180px) {
  .main .main__inner {
    padding: 0;
  }
}

/*=====================================================
  side
=====================================================*/
.side {
  width: 100%;
}

@media print, screen and (min-width: 1180px) {
  .side {
    width: 240px;
    margin-left: 0;
    margin-right: auto;
    order: 1;
  }
}

/*=====================================================
  subNav
=====================================================*/
.subNav .subNav__title {
  margin: 0;
  padding: 0;

}

.subNav .subNav__title a {
  padding: 20px 15px;
  display: block;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: #111196;
  background-image: url("/images/icon_arrow_white_l_right.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px 15px;
}

.subNav .subNav__sustainability a {
  font-size: 14px !important;
}

@media print, screen and (min-width: 1180px) {
  .subNav .subNav__title a {
    transition: all .2s;
  }
  .subNav .subNav__title a:hover {
    text-decoration: underline;
    background-position: right 10px center;
  }
}

.subNav ul {
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-right: 1px solid #e5e5df;
  border-bottom: 1px solid #e5e5df;
  border-left: 1px solid #e5e5df;
}

.subNav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e5e5df;
}

.subNav ul li:last-child {
  border-bottom-width: 0;
}

.subNav ul li a {
  padding: 15px;
  display: block;
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 1.4;
  color: #333;
  text-decoration: none;
  background-image: url("/images/icon_arrow_primary_l_right.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px 15px;
}

@media print, screen and (min-width: 1180px) {
  .subNav ul li a {
    transition: all .2s;
  }
  .subNav ul li a:hover {
    text-decoration: underline;
    background-position: right 5px center;
  }
}

.subNav ul li a.on {
  font-weight: bold;
  text-decoration: none !important;
  background-position: right 5px center !important;
  background-color: #f8f8f5;
}

/*==================================================
  mainImage
==================================================*/
.mainImage {
  width: 100%;
  margin: 0 0 40px 0;
  height: 160px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  background-color: #ecf6f6;
  background-size: cover;
  background-position: center center;
}

@media print, screen and (min-width: 1180px) {
  .mainImage {
    height: 440px;
    margin: 0 0 60px;
    padding: 0 60px;
    background-size: cover;
    background-attachment: scroll;
  }
}

.mainImage .mainImage__title {
  width: 60%;
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-size: 1.22222rem;
  line-height: 1.4;
  font-weight: bold;
}

@media print, screen and (min-width: 1180px) {
  .mainImage .mainImage__title {
    font-size: 40px;
    font-size: 2.22222rem;
  }
}

/*==================================================
  pageTitle
==================================================*/
.pageTitle {
  margin: 0 0 30px 0;
  padding: 6px 20px 6px 20px;
  display: block;
  position: relative;
  font-size: 28px;
  font-size: 1.55556rem;
  line-height: 1.5;
  font-weight: bold;
  border-left: 6px solid #111196;
}

@media print, screen and (min-width: 1180px) {
  .pageTitle {
    margin-bottom: 40px;
    padding-left: 28px;
    font-size: 36px;
    font-size: 2rem;
    border-left: 8px solid #111196;
  }
}

/*=====================================================
  cv
=====================================================*/
.cv {
  width: 100%;
  padding: 40px 20px;
  color: #fff;
  background-color: #111196;
  background-image: url(/images/cv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 1180px) {
  .cv {
    padding: 100px 0;
  }
}

.cv .cv__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.cv .cv__mainTitle {
  width: 100%;
  margin: 0 0 15px 0;
}

@media print, screen and (min-width: 1180px) {
  .cv .cv__mainTitle {
    margin-bottom: 30px;
  }
}

.cv .cv__mainTitle .cv__mainTitle--en {
  margin: 0 0 10px 0;
  font-size: 32px;
  font-size: 1.77778rem;
  display: block;
  position: relative;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
}

@media print, screen and (min-width: 1180px) {
  .cv .cv__mainTitle .cv__mainTitle--en {
    font-size: 54px;
    font-size: 3rem;
  }
}

.cv .cv__mainTitle .cv__mainTitle--en span {
  position: relative;
  display: inline-block;
  margin: 0 0;
  padding: 0 1rem;
  text-align: left;
}

.cv .cv__mainTitle .cv__mainTitle--en span:before, .cv .cv__mainTitle .cv__mainTitle--en span:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}

.cv .cv__mainTitle .cv__mainTitle--en span::before {
  right: 100%;
}

.cv .cv__mainTitle .cv__mainTitle--en span::after {
  left: 100%;
}

.cv .cv__mainTitle .cv__mainTitle--ja {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 13px;
  font-size: 0.72222rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 1180px) {
  .cv .cv__mainTitle .cv__mainTitle--ja {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

.cv .cv__lead {
  margin-bottom: 20px;
  font-size: 13px;
  font-size: 0.72222rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

@media print, screen and (min-width: 1180px) {
  .cv .cv__lead {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

.cv .cv__block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cv .cv__block .cv__telBox {
  width: 100%;
  text-align: center;
}

@media print, screen and (min-width: 1180px) {
  .cv .cv__block .cv__telBox {
    width: 48%;
  }
}

.cv .cv__block .cv__telBox .cv__telNum {
  margin: 0 0 10px 0;
  padding: 0;
  display: inline-block;
  font-size: 26px;
  font-size: 1.44444rem;
  line-height: 1;
  font-weight: bold;
}

@media print, screen and (min-width: 1180px) {
  .cv .cv__block .cv__telBox .cv__telNum {
    /*margin-bottom: 20px;*/
    font-size: 54px;
    font-size: 3rem;
  }
}

.cv .cv__block .cv__telBox .cv__telNum .cv__telNumTitle {
  margin-right: 10px;
  display: inline-block;
  font-size: 18px;
  font-size: 1rem;
}

@media print, screen and (min-width: 1180px) {
  .cv .cv__block .cv__telBox .cv__telNum .cv__telNumTitle {
    font-size: 32px;
    font-size: 1.77778rem;
  }
}

.cv .cv__block .cv__telBox .cv__telNum a {
  color: #fff;
  text-decoration: none;
}

.cv .cv__block .cv__telBox .cv__faxNum {
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 1;
  font-weight: bold;
}

@media print, screen and (min-width: 1180px) {
  .cv .cv__block .cv__telBox .cv__faxNum {
    font-size: 36px;
    font-size: 2rem;
  }
}

.cv .cv__block .cv__telBox .cv__faxNum .cv__faxNumTitle {
  margin-right: 5px;
  display: inline-block;
  font-size: 14px;
  font-size: 0.77778rem;
}

@media print, screen and (min-width: 1180px) {
  .cv .cv__block .cv__telBox .cv__faxNum .cv__faxNumTitle {
    font-size: 24px;
    font-size: 1.33333rem;
  }
}

.cv .cv__block .cv__telBox .cv__faxNum a {
  color: #fff;
  text-decoration: none;
}

.cv .cv__block .cv__telBox .cv__scedule {
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 1.6;
}

.cv .cv__block .cv__formBox {
  width: 100%;
}

@media print, screen and (min-width: 1180px) {
  .cv .cv__block .cv__formBox {
    width: 48%;
  }
}

.cv .cv__block .cv__formBox a {
  width: 100%;
  padding: 20px;
  display: block;
  font-size: 18px;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
}

@media print, screen and (min-width: 1180px) {
  .cv .cv__block .cv__formBox a {
    padding: 30px 20px;
    font-size: 24px;
    font-size: 1.33333rem;
    transition: all .2s;
  }
}

@media print, screen and (min-width: 1180px) {
  .cv .cv__block .cv__formBox a:hover {
    background-color: #53a710;
  }
  .cv .cv__block .cv__formBox a:hover .icon {
    color: #fff;
    background-image: url(/images/icon_mail_white.svg);
  }
}

.cv .cv__block .cv__formBox a .icon {
  padding-left: 36px;
  display: inline-block;
  background-image: url(/images/icon_mail.svg);
  background-repeat: no-repeat;
  background-size: 26px 16px;
  background-position: 0 center;
}

@media print, screen and (min-width: 1180px) {
  .cv .cv__block .cv__formBox a .icon {
    padding-left: 44px;
    background-size: 32px 22px;
  }
}

/*==================================================
  footer
==================================================*/
.footer .footer__inner {
  margin: 0;
  padding: 40px 20px;
}

.footer .footer__logoArea {
  width: 90%;
  margin: 0 auto 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .footer .footer__logoArea {
    width: 360px;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 1180px) {
  .footer .footer__logoArea {
    width: 400px;
  }
}

.footer .footer__logoArea .footer__logoQmast {
  width: calc(100% - 160px);
}

@media print, screen and (min-width: 1180px) {
  .footer .footer__logoArea .footer__logoQmast {
    width: calc(100% - 200px);
  }
}

.footer .footer__logoArea .footer__logoGroup {
  width: 140px;
}

.footer .footer__companyInfo {
  margin: 0 0 20px 0;
  padding: 0;
}

@media print, screen and (min-width: 1180px) {
  .footer .footer__companyInfo {
    margin-bottom: 10px;
  }
}

.footer .footer__companyInfo p {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .footer .footer__companyInfo p {
    text-align: center;
  }
}

.footer .footer__companyInfo p .footer__companyName {
  margin: 0 0 10px 0;
  padding: 0;
  display: block;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .footer .footer__companyInfo p .footer__companyName {
    margin-right: 10px;
    display: inline-block;
  }
}

.footer .footer__companyInfo p .footer__companyName .footer__companyNameEn {
  font-size: 24px;
  font-size: 1.33333rem;
  display: inline-block;
  margin-left: 5px;
}

.footer .footer__access {
  margin-bottom: 30px;
  text-align: center;
  font-size: 15px;
  font-size: 0.83333rem;
}

.footer .footer__access .button, .footer .footer__access .buttonUp, .footer .footer__access .buttonLeft, .footer .footer__access .buttonDown, .footer .footer__access .buttonEdit, .footer .footer__access .buttonGreen, .footer .footer__access .buttonLarge, .footer .footer__access .buttonWin, .footer .footer__access .buttonPdf, .footer .footer__access .buttonWord, .footer .footer__access .buttonExcel, .footer .footer__access .buttonPpt {
  padding-right: 25px;
  background-position: right 10px center;
}

@media print, screen and (min-width: 1180px) {
  .footer .footer__access .button, .footer .footer__access .buttonUp, .footer .footer__access .buttonLeft, .footer .footer__access .buttonDown, .footer .footer__access .buttonEdit, .footer .footer__access .buttonGreen, .footer .footer__access .buttonLarge, .footer .footer__access .buttonWin, .footer .footer__access .buttonPdf, .footer .footer__access .buttonWord, .footer .footer__access .buttonExcel, .footer .footer__access .buttonPpt {
    width: 200px;
  }
}

.footer .footer__access a:hover.button, .footer .footer__access a.buttonUp:hover, .footer .footer__access a.buttonLeft:hover, .footer .footer__access a.buttonDown:hover, .footer .footer__access a.buttonEdit:hover, .footer .footer__access a.buttonGreen:hover, .footer .footer__access a.buttonLarge:hover, .footer .footer__access a.buttonWin:hover, .footer .footer__access a.buttonPdf:hover, .footer .footer__access a.buttonWord:hover, .footer .footer__access a.buttonExcel:hover, .footer .footer__access a.buttonPpt:hover {
  background-position: right 5px center;
}

.footer .footer__nav {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5df;
}

.footer .footer__nav ul {
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .footer .footer__nav ul {
    text-align: center;
  }
}

.footer .footer__nav ul li {
  margin: 0 0 8px 0;
  padding: 0 0 0 16px;
  font-size: 14px;
  font-size: 0.77778rem;
  list-style: none;
  background-image: url(/images/icon_arrow_primary_s_right.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

@media print, screen and (min-width: 768px) {
  .footer .footer__nav ul li {
    margin: 0;
    padding: 0 10px 10px 0;
    display: inline-block;
    background-image: none;
    position: relative;
  }
  .footer .footer__nav ul li:first-child::before {
    content: "|";
    position: absolute;
    left: -20px;
    top: -2px;
    width: 20px;
    height: 15px;
    text-align: center;
  }
  .footer .footer__nav ul li::after {
    content: "|";
    position: absolute;
    right: -10px;
    top: -2px;
    width: 20px;
    height: 15px;
    text-align: center;
  }
}

.footer .footer__nav ul li a {
  color: #333;
  text-decoration: none;
}

.footer .footer__nav ul li a:hover {
  text-decoration: underline;
}

/*==================================================
  copyright
==================================================*/
.copyright {
  margin: 0;
  padding: 30px 15px;
  line-height: 1;
  text-align: center;
  background-color: #000;
}

.copyright small {
  font-size: 12px;
  font-size: 0.66667rem;
  color: #fff;
}

/*==================================================
  btnPageTop
==================================================*/
.btnPageTop {
  position: relative;
  z-index: 10000;
}

.btnPageTop a {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 70px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0.9;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("/images/icon_arrow_white_s_up.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 10px;
}

/*==================================================
  accordion
==================================================*/
.accordion {
  margin-bottom: 20px;
  position: relative;
}

.accordion::after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 100;
}

@media print, screen and (min-width: 1180px) {
  .accordion::after {
    top: 18px;
  }
}

.accordion dt {
  margin: 0;
  padding: 15px 15px 15px 55px;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
  background-color: #111196;
  position: relative;
  cursor: pointer;
}

@media print, screen and (min-width: 1180px) {
  .accordion dt {
    font-size: 22px;
    font-size: 1.22222rem;
    transition: all .2s;
  }
  .accordion dt:hover {
    background-color: #53a710;
  }
}

.accordion dt::before {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  top: 28px;
  left: 21px;
  background-color: #111196;
  z-index: 200;
}

@media print, screen and (min-width: 1180px) {
  .accordion dt::before {
    top: 31px;
  }
}

.accordion dt::after {
  content: "";
  width: 2px;
  height: 16px;
  position: absolute;
  top: 21px;
  left: 28px;
  background-color: #111196;
  z-index: 200;
  transition: all .2s;
}

@media print, screen and (min-width: 1180px) {
  .accordion dt::after {
    top: 24px;
  }
}

.accordion dt.on {
  border-radius: 10px 10px 0 0;
}

.accordion dt.on::after {
  transform: rotate(-90deg);
}

.accordion dd {
  margin: 0;
  padding: 20px;
  display: none;
  border: 1px solid #e5e5df;
  border-radius: 0 0 10px 10px;
}

@media print, screen and (min-width: 1180px) {
  .accordion dd {
    padding: 40px;
  }
}

/*=====================================================
  bdr
=====================================================*/
.bdr, .bdrBold, .bdrRed, .bdrDot, .bdrLinkList {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ced6dc;
}

.bdrBold {
  border-width: 5px;
  border-color: #ced6dc;
}

/*---------------------------------------------------
  bdrRed
---------------------------------------------------*/
.bdrRed {
  border-width: 5px;
  border-color: #f3390d;
  background-color: #fbe5e5;
}

/*=====================================================
  bdrDot
=====================================================*/
.bdrDot {
  border: 2px dotted #e5e5df;
}

/*=====================================================

=====================================================*/
.bdrLinkList {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*=====================================================
  depContact
=====================================================*/
.depContact .depContact__title {
  padding: 0;
  background: none;
  border: none;
}

/*=====================================================
  button
=====================================================*/
.button, .buttonUp, .buttonLeft, .buttonDown, .buttonEdit, .buttonGreen, .buttonLarge, .buttonWin, .buttonPdf, .buttonWord, .buttonExcel, .buttonPpt {
  padding: 12px 38px 12px 20px;
  display: inline-block;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
  font-weight: bold;
  color: #FFF !important;
  position: relative;
  transition: all .2s;
  cursor: pointer;
  background-color: #111196;
  background-image: url(/images/icon_arrow_white_l_right.svg);
  background-repeat: no-repeat;
  background-position: right 15px top 18px;
  background-size: 12px 12px;
}

.button a, .buttonUp a, .buttonLeft a, .buttonDown a, .buttonEdit a, .buttonGreen a, .buttonLarge a, .buttonWin a, .buttonPdf a, .buttonWord a, .buttonExcel a, .buttonPpt a {
  text-decoration: none;
}

@media print, screen and (min-width: 1180px) {
  .button:hover, .buttonUp:hover, .buttonLeft:hover, .buttonDown:hover, .buttonEdit:hover, .buttonGreen:hover, .buttonLarge:hover, .buttonWin:hover, .buttonPdf:hover, .buttonWord:hover, .buttonExcel:hover, .buttonPpt:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #53a710;
    background-position: right 10px top 18px;
  }
}

.buttonUp {
  background-image: url(/images/icon_arrow_white_l_up.svg);
  background-position: right 15px top 18px;
}

.buttonUp:hover {
  background-position: right 15px top 14px;
}

.buttonLeft {
  padding: 12px 20px 12px 38px;
  background-image: url(/images/icon_arrow_white_l_left.svg);
  background-position: left 15px top 18px;
}

.buttonLeft:hover {
  background-position: left 10px top 18px;
}

.buttonDown {
  background-image: url(/images/icon_arrow_white_l_down.svg);
}

.buttonDown:hover {
  background-position: right 15px top 22px;
}

.buttonEdit {
  background-color: #999;
  color: #fff !important;
  background-image: none;
  border-color: #999;
}

.buttonEdit:hover {
  background-color: #666;
  border-color: #666;
  background-image: none;
}

.buttonGreen {
  background-color: #111196;
  color: #fff !important;
  background-image: url(/images/icon_arrow_white_m_right.svg);
  border-color: #111196;
}

.buttonGreen:hover {
  background-color: #0e0d0d;
  border-color: #0e0d0d;
}

.buttonLarge {
  padding: 14px 40px 14px 40px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1rem;
}

/*=====================================================
  buttonWin
=====================================================*/
.buttonWin {
  padding-right: 34px;
  background-image: url(/images/icon_win_white.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 17px 13px;
}

.buttonWin:hover {
  background-image: url(/images/icon_win_white.svg);
}

.buttonPdf {
  padding: 12px 20px 12px 38px;
  background-image: url("../images/icon_file_pdf.svg");
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 18px 18px;
}

.buttonPdf:hover {
  background-image: url("../images/icon_file_pdf.svg");
  background-size: 18px 18px;
  background-position: left 10px center;
  background-size: 18px 18px;
}

.buttonWord {
  padding: 12px 20px 12px 38px;
  background-image: url("../images/icon_file_word.svg");
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 18px 18px;
}

.buttonWord:hover {
  background-image: url("../images/icon_file_word.svg");
  background-position: left 10px center;
  background-size: 18px 18px;
}

.buttonExcel {
  padding: 12px 20px 12px 38px;
  background-image: url("../images/icon_file_excel.svg");
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 18px 18px;
}

.buttonExcel:hover {
  background-image: url("../images/icon_file_excel.svg");
  background-position: left 10px center;
  background-size: 18px 18px;
}

.buttonPpt {
  padding: 12px 20px 12px 38px;
  background-image: url("../images/icon_file_ppt.svg");
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 18px 18px;
}

.buttonPpt:hover {
  background-image: url("../images/icon_file_ppt.svg");
  background-position: left 10px center;
  background-size: 18px 18px;
}

/*=====================================================
  color
=====================================================*/
.red {
  color: #f3390d;
}

.blue {
  color: #111196;
}

.green {
  color: #29865e;
}

.yellow {
  color: #ffff00;
}

.orange {
  color: #ff9900;
}

.fc-button {
  font-size: 12px !important;
}

@media print, screen and (min-width: 1180px) {
  .fc-button {
    font-size: 16px !important;
  }
}

.fc-toolbar h2 {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 18px !important;
  background-color: transparent !important;
}

@media print, screen and (min-width: 1180px) {
  .fc-toolbar h2 {
    font-size: 24px !important;
  }
}

.fc-toolbar h2:before {
  display: none;
}

.fc-content .fc-title {
  color: #fff;
  font-weight: normal;
  letter-spacing: 0;
}

.fc-list-item-title a {
  text-decoration: underline !important;
}

.fc-list-item-title a:link {
  color: #085ff2;
}

.fc-list-item-title a:visited {
  color: #7b1fa2;
}

.fc-list-item-title a:hover, .fc-list-item-title a:active {
  color: #ff00ff;
}

.fc table {
  margin: 0;
}

.fc table th,
.fc table td {
  letter-spacing: 0;
  font-size: 12px;
}

@media print, screen and (min-width: 1180px) {
  .fc table th,
  .fc table td {
    font-size: 16px;
  }
}

.fs--xl {
  font-size: 22px;
  font-size: 1.22222rem;
}

@media print, screen and (min-width: 1180px) {
  .fs--xl {
    font-size: 26px;
    font-size: 1.44444rem;
  }
}

.fs--l {
  font-size: 18px;
  font-size: 1rem;
}

@media print, screen and (min-width: 1180px) {
  .fs--l {
    font-size: 24px;
    font-size: 1.33333rem;
  }
}

.fs--ml {
  font-size: 18px;
  font-size: 1rem;
}

.fs--m {
  font-size: 18px;
  font-size: 1rem;
}

.fs--s {
  font-size: 12px;
  font-size: 0.66667rem;
}

@media print, screen and (min-width: 1180px) {
  .fs--s {
    font-size: 13px;
    font-size: 0.72222rem;
  }
}

/*=====================================================
  tblBlock--form
=====================================================*/
.f__errorMsg {
  padding: 5px;
  display: block;
  color: #f3390d !important;
  font-weight: bold;
  line-height: 1.8;
  background-color: #fdeaea;
}

/*=====================================================
  f_text
=====================================================*/
input[type=checkbox],
input[type=radio] {
  margin-right: 10px;
  display: inline-block;
}

input[type=submit],
button {
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-size: 1rem;
}

textarea {
  box-sizing: border-box;
}

label {
  margin-right: 0;
  display: inline-block;
}

.f_caseText {
  color: #999;
}

.f__text {
  padding: 14px !important;
  border: 1px solid #e5e5df !important;
  font-size: 15px;
  font-size: 0.83333rem;
}

.f__select {
  padding: 14px !important;
  border: 1px solid #e5e5df !important;
  font-size: 18px;
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  .f__select {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

.f__textarea {
  padding: 10px !important;
  border: 1px solid #e5e5df !important;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.8;
}

.f__name,
.f__kana {
  width: 80%;
}

@media print, screen and (min-width: 768px) {
  .f__name,
  .f__kana {
    width: 300px;
  }
}

.f__fullName {
  width: 80%;
}

@media print, screen and (min-width: 768px) {
  .f__fullName {
    width: 300px;
  }
}

.f__age {
  width: 10%;
}

@media print, screen and (min-width: 768px) {
  .f__age {
    width: 50px;
  }
}

.f__tel {
  width: 80%;
}

@media print, screen and (min-width: 768px) {
  .f__tel {
    width: 400px;
  }
}

.f__zip {
  width: 80%;
}

@media print, screen and (min-width: 768px) {
  .f__zip {
    width: 160px;
  }
}

.f__company,
.f__dep {
  width: 70%;
}

@media print, screen and (min-width: 768px) {
  .f__company,
  .f__dep {
    width: 300px;
  }
}

.f__mail {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .f__mail {
    width: 400px;
  }
}

.f__date {
  width: 100%;
}

.f__address {
  width: 100%;
}

.f__schoolName {
  width: 100%;
}

@media print, screen and (min-width: 1180px) {
  .f__schoolName {
    width: 50%;
  }
}

.f__comment {
  width: 100%;
  height: 200px;
}

@media print, screen and (min-width: 1180px) {
  .f__comment {
    height: 300px;
  }
}

.f__submit {
  width: 100%;
  max-width: 300px;
  padding: 12px;
  font-size: 20px;
  font-size: 1.11111rem;
  border-radius: 5px;
  background-color: #111196;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 5px 0px 0px #e4e2e2;
}

@media print, screen and (min-width: 1180px) {
  .f__submit {
    max-width: 400px;
    padding: 15px;
    font-size: 24px;
    font-size: 1.33333rem;
    transition: all .2s;
  }
  .f__submit:hover {
    background-color: #53a710;
    box-shadow: 0px 0px 0px 0px #e4e2e2;
  }
}

.f__require {
  background-color: #fefdc5;
}

.f_requireBox {
  display: inline-block;
  padding: 10px;
}

.iconRequire, .iconOptional {
  margin-left: 5px;
  padding: 3px 8px;
  position: relative;
  top: -2px;
  display: inline-block;
  color: #FFF;
  line-height: 1;
  font-size: 11px;
  font-size: 0.61111rem;
  background-color: #f3390d;
  border-radius: 10px;
}

.iconOptional {
  background-color: #74948a;
}

/*==================================================
  buttonSubmit
==================================================*/
.buttonSubmit {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 15px;
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: bold;
  color: #fff;
  background-color: #111196;
  -webkit-appearance: none;
}

@media print, screen and (min-width: 1180px) {
  .buttonSubmit {
    padding: 25px;
    font-size: 26px;
    font-size: 1.44444rem;
    transition: all .2s;
  }
  .buttonSubmit:hover {
    background-color: #53a710;
    box-shadow: 0px 0px 0px 0px #e4e2e2;
  }
}

/*---------------------------------------------------
  errBox
---------------------------------------------------*/
.errBdrBox {
  margin-bottom: 1rem;
  padding: 15px 20px;
  font-weight: bold;
  color: #f3390d;
  border: 5px solid #f3390d;
  background: #fdeaea;
}

@media print, screen and (min-width: 768px) {
  .errBdrBox {
    padding: 20px;
  }
}

.errBdrBox p {
  font-size: 18px;
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  .errBdrBox p {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

/*---------------------------------------------------
  err
---------------------------------------------------*/
.f__errForm {
  border: 1px solid #f3390d !important;
  background: #fdeaea !important;
}

.f__errBox {
  background: #fdeaea !important;
}

.f__errMsg {
  margin: 0 0 10px 0;
  padding: 10px;
  color: #f3390d;
  font-weight: bold;
  line-height: 1.4;
  background-color: #fdeaea;
}

.f__errText {
  margin-bottom: 10px;
  padding: 8px;
  color: #f3390d;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 1.4;
  font-weight: bold;
  background-color: #fdeaea;
}

.fBtnArea {
  margin: 2rem 0;
  overflow: hidden;
}

.fBtnArea .fBtnArea__rightBox {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 576px) {
  .fBtnArea .fBtnArea__rightBox {
    width: 48%;
    float: right;
  }
}

.fBtnArea .fBtnArea__leftBox {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 576px) {
  .fBtnArea .fBtnArea__leftBox {
    width: 48%;
    float: left;
  }
}

/*==================================================
  f_button
==================================================*/
.f_button {
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

@media print, screen and (min-width: 768px) {
  .f_button {
    width: auto;
    padding: 24px 84px 24px 34px;
    font-weight: bold;
    font-size: 22px;
    font-size: 1.22222rem;
  }
}

/*=====================================================
  hr
=====================================================*/
hr {
  width: 100%;
  height: 3px;
  margin: 20px 0;
  padding: 0;
  border: none;
  background: url(/images/hr_bg.png) repeat-x 0 0;
}

/*=====================================================
  icon
=====================================================*/
.iconArrow, .iconArrowLeft, .iconArrowUp, .iconArrowDown {
  padding-left: 20px;
  background-image: url(/images/icon_arrow_primary_m_right.svg);
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 15px 15px;
}

.iconArrowLeft {
  background-image: url(/images/icon_arrow_primary_m_left.svg);
  background-size: 15px 15px;
}

.iconArrowUp {
  background-image: url(/images/icon_arrow_primary_m_up.svg);
  background-size: 15px 15px;
}

.iconArrowDown {
  background-image: url(/images/icon_arrow_primary_m_down.svg);
  background-size: 15px 15px;
}

/*=====================================================
  new
=====================================================*/
.iconNew {
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px 6px 2px 6px;
  display: inline-block;
  font-size: 8px;
  font-size: 0.44444rem;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  background: #f3390d;
  border-radius: 30px;
  vertical-align: middle;
}

/*=====================================================
  file
=====================================================*/
.iconPdf::before, .iconWord::before, .iconExcel::before, .iconPpt::before {
  width: 14px;
  height: 18px;
  margin-right: 8px;
  padding-right: 4px;
  display: inline-block;
  position: relative;
  top: -2px;
  content: 'PDF';
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(/images/icon_file_pdf.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
}

.iconWord::before {
  content: 'Word';
  background-image: url(/images/icon_file_word.svg);
}

.iconExcel::before {
  content: 'Excel';
  background-image: url(/images/icon_file_excel.svg);
}

.iconPpt::before {
  content: 'Power Point';
  background-image: url(/images/icon_file_ppt.svg);
}

.iconWin {
  position: relative;
}

.iconWin::after {
  width: 18px;
  height: 13px;
  margin-left: 8px;
  margin-right: 5px;
  padding-right: 10px;
  display: inline-block;
  content: '別ウィンドウ';
  overflow: hidden;
  text-indent: -9999px;
  background: url(/images/icon_win.svg) no-repeat 0 0;
  background-size: 17px 13px;
  vertical-align: middle;
  background-size: 17px 13px;
}

.icon--none::before,
.icon--none::after {
  width: 0 !important;
  height: 0 !important;
  margin-bottom: 0;
  padding: 0 !important;
  content: "" !important;
  background: none !important;
}

.icon--noneBefore::before {
  padding: 0 !important;
  content: "" !important;
}

.icon--noneAfter::after {
  padding: 0 !important;
  content: "" !important;
}

/*=====================================================
  indexList
=====================================================*/
.indexList ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;

  .sustainability {
   font-size: 15px !important;
  }
}

.indexList ul li {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}

@media print, screen and (min-width: 768px) {
  .indexList ul li {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .indexList ul li:nth-child(4n) {
    margin-right: 0;
  }
}

.indexList ul li a {
  width: 100%;
  padding: 15px 38px 15px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.4;
  text-decoration: none;
  font-weight: bold;
  color: #333 !important;
  transition: all .2s;
  cursor: pointer;
  background-color: #fff;
  background-image: url(/images/icon_arrow_primary_l_right.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px 12px;
  border: 1px solid #e5e5df;
}

@media print, screen and (min-width: 1180px) {
  .indexList ul li a {
    padding: 15px 38px 15px 20px;
  }
  .indexList ul li a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #53a710;
    background-image: url(/images/icon_arrow_white_l_right.svg);
    background-position: right 10px center;
    border-color: #53a710;
  }
}

/*=====================================================
  linkList
=====================================================*/
.linkList, .linkListAnchor {
  margin: 1rem 0;
  padding: 0;
}

.linkList ul, .linkListAnchor ul {
  margin: 0;
  padding: 0;
}

.linkList li, .linkListAnchor li {
  padding: 0 0 0 22px;
  list-style: none;
  background-image: url(/images/icon_arrow_primary_m_right.svg);
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 15px 15px;
}

@media print, screen and (min-width: 1180px) {
  .linkList li, .linkListAnchor li {
    background-position: 0 8px;
  }
}

.linkList.linkList--side ul, .linkList--side.linkListAnchor ul {
  overflow: hidden;
}

@media print, screen and (min-width: 576px) {
  .linkList.linkList--side li, .linkList--side.linkListAnchor li {
    padding-right: 20px;
    display: inline-block;
  }
}

.linkList.linkList--2col ul, .linkList--2col.linkListAnchor ul {
  overflow: hidden;
}

@media print, screen and (min-width: 576px) {
  .linkList.linkList--2col li, .linkList--2col.linkListAnchor li {
    width: 49%;
    padding-right: 2%;
    display: inline-block;
    vertical-align: top;
  }
  .linkList.linkList--2col li:nth-child(2n), .linkList--2col.linkListAnchor li:nth-child(2n) {
    padding-right: 0;
  }
}

.linkList.linkList--left li, .linkList--left.linkListAnchor li {
  background-image: url(/images/icon_arrow_primary_m_left.svg);
}

.linkList.linkList--up li, .linkList--up.linkListAnchor li {
  background-image: url(/images/icon_arrow_primary_m_up.svg);
}

.linkList.linkList--down li, .linkList--down.linkListAnchor li {
  background-image: url(/images/icon_arrow_primary_m_down.svg);
}

/*=====================================================
  linkListAnchor
=====================================================*/
.linkListAnchor {
  margin-top: 15px;
  margin-bottom: 40px;
  padding: 10px 20px;
  border: 1px solid #ced6dc;
}

.linkListAnchor ul {
  overflow: hidden;
}

.linkListAnchor li {
  padding-left: 22px;
  background-image: url(/images/icon_arrow_primary_m_down.svg);
  background-position: 0 6px;
  background-size: 15px 15px;
}

@media print, screen and (min-width: 576px) {
  .linkListAnchor li {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    background-position: 0 8px;
  }
}

.linkListAnchor.linkListAnchor--right ul li {
  background-image: url(/images/icon_arrow_primary_m_right.svg);
  background-position: 0 6px;
  background-size: 15px 15px;
}

@media print, screen and (min-width: 1180px) {
  .linkListAnchor.linkListAnchor--right ul li {
    background-position: 0 8px;
  }
}

/*=====================================================
  ol/ul
=====================================================*/
ol,
ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px 0px 0px 30px;
}

ol li,
ul li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.8;
  font-size: 15px;
  font-size: 0.83333rem;
}

@media print, screen and (min-width: 1180px) {
  ol li,
  ul li {
    font-size: 18px;
    font-size: 1rem;
  }
}

ol li ul,
ul li ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list--none ul {
  padding-left: 0;
}

.list--none ul li {
  list-style: none !important;
}

/*=====================================================
  dl
=====================================================*/
dl dt {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  line-height: 1.8;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.83333rem;
}

@media print, screen and (min-width: 1180px) {
  dl dt {
    font-size: 18px;
    font-size: 1rem;
  }
}

dl dd {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  padding-left: 1rem;
  line-height: 1.8;
  font-size: 15px;
  font-size: 0.83333rem;
}

@media print, screen and (min-width: 1180px) {
  dl dd {
    font-size: 18px;
    font-size: 1rem;
  }
}

dl label {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 0.83333rem;
}

@media print, screen and (min-width: 1180px) {
  dl label {
    font-size: 18px;
    font-size: 1rem;
  }
}

/*==================================================
  list2col
==================================================*/
.list2col ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list2col ul li {
  width: 100%;
}

@media print, screen and (min-width: 576px) {
  .list2col ul li {
    width: 46%;
  }
}

/*==================================================
  list3col
==================================================*/
.list3col ul {
  display: flex;
  flex-wrap: wrap;
}

.list3col ul li {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .list3col ul li {
    width: 30%;
    margin-right: 5%;
  }
  .list3col ul li:nth-child(3n) {
    margin-right: 0;
  }
}

/*==================================================
  list4col
==================================================*/
.list4col ul {
  display: flex;
  flex-wrap: wrap;
}

.list4col ul li {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .list4col ul li {
    width: 22%;
    margin-right: 4%;
  }
  .list4col ul li:nth-child(4n) {
    margin-right: 0;
  }
}

/*=====================================================
  ol/ul
=====================================================*/
.listArrow ul, .listArrow ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0px;
}

.listArrow li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0;
  list-style: none;
}

.listArrow li a {
  padding: 2px 15px 2px 15px;
  display: inline-block;
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 1.4;
  background-image: url(/images/icon_arrow_primary_s_right.svg);
  background-repeat: no-repeat;
  background-position: 0 8px;
  background-size: 10px 10px;
}

@media print, screen and (min-width: 1180px) {
  .listArrow li a {
    font-size: 18px;
    font-size: 1rem;
  }
}

.listArrow.listArrow--horizon li {
  margin-right: 20px;
  display: inline-block;
}

/*=====================================================
  news
=====================================================*/
.news {
  margin: 0;
  padding: 0;
}

.news ul {
  margin: 0;
  padding: 0;
}

.news ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  background-color: #fff;
}

.news ul li:nth-child(odd) {
  background-color: #f8f8f5;
}

.news ul li a {
  width: 100%;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  color: #333;
  text-decoration: none;
  background-image: url(/images/icon_arrow_primary_l_right.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px 15px;
}

@media print, screen and (min-width: 1180px) {
  .news ul li a {
    padding: 25px;
    background-position: right 25px center;
    transition: all .2s;
  }
  .news ul li a:hover {
    background-position: right 15px center;
  }
  .news ul li a:hover .news__title {
    text-decoration: underline;
  }
}

.news ul li .news__date {
  width: 100%;
  display: block;
  font-weight: bold;
}

@media print, screen and (min-width: 1180px) {
  .news ul li .news__date {
    width: 180px;
  }
}

.news ul li .news__title {
  width: 100%;
}

@media print, screen and (min-width: 1180px) {
  .news ul li .news__title {
    width: calc(100% - 180px);
  }
}

/*=====================================================
  paging
=====================================================*/
.paging {
  text-align: center;
}

.paging ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.paging ul li {
  margin: 0 2px;
  padding: 0px;
  font-size: 15px;
  font-size: 0.83333rem;
  font-family: Helvetica, Arial, sans-serif;
  list-style: none;
  background-image: none;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 1180px) {
  .paging ul li {
    font-size: 18px;
    font-size: 1rem;
  }
}

.paging ul li a {
  color: #333;
  display: inline-block;
  padding: 8px 10px;
  text-decoration: none;
  border: 1px solid #ced6dc;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all .2s;
}

@media print, screen and (min-width: 1180px) {
  .paging ul li a {
    padding: 12px 14px;
  }
  .paging ul li a:hover {
    background: #111196;
    color: #fff;
    border-color: #111196;
  }
}

.paging ul li.on a {
  background: #111196 !important;
  color: #fff !important;
  border-color: #111196 !important;
}

/*=====================================================
  table
=====================================================*/
table th, table td {
  font-size: 15px;
  font-size: 0.83333rem;
}

@media print, screen and (min-width: 1180px) {
  table th, table td {
    font-size: 18px;
    font-size: 1rem;
  }
}

/*---------------------------------------------------
  table
---------------------------------------------------*/
table {
  margin-top: 25px;
  margin-bottom: 25px;
}

table.table--small th, table.table--small td {
  padding: 8px 5px;
  font-size: 13px;
  font-size: 0.72222rem;
}

caption {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 15px;
  font-size: 0.83333rem;
  text-align: left;
}

@media print, screen and (min-width: 1180px) {
  caption {
    font-size: 18px;
    font-size: 1rem;
  }
}

th {
  padding: 12px;
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 1.8;
  vertical-align: middle;
  background-color: #f7f9fa;
  border: 1px solid #e5e5df;
}

@media print, screen and (min-width: 1180px) {
  th {
    font-size: 18px;
    font-size: 1rem;
    padding: 20px;
  }
}

thead th {
  background-color: #f7f9fa;
  text-align: center;
  vertical-align: middle;
}

td {
  padding: 12px;
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 1.8;
  background-color: #fff;
  border: 1px solid #e5e5df;
  vertical-align: middle;
}

@media print, screen and (min-width: 1180px) {
  td {
    padding: 20px;
    font-size: 18px;
    font-size: 1rem;
  }
}

.tableBlock table {
  padding-bottom: 20px;
  display: block;
  border-width: 0;
}

@media print, screen and (min-width: 768px) {
  .tableBlock table {
    padding-bottom: 0;
    display: table;
  }
}

.tableBlock tbody {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .tableBlock tbody {
    display: table-row-group;
  }
}

.tableBlock tr {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .tableBlock tr {
    display: table-row;
  }
}

.tableBlock th, .tableBlock td {
  display: block;
  border-width: 0;
}

@media print, screen and (min-width: 768px) {
  .tableBlock th, .tableBlock td {
    display: table-cell;
    border-width: 1px;
  }
}

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

.tableBlock th:empty {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .tableBlock th {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .tableBlock th:empty {
    display: table-cell;
  }
}

.tableBlock td {
  padding: 14px 0;
}

@media print, screen and (min-width: 768px) {
  .tableBlock td {
    padding: 20px;
    border: 1px solid #e5e5df;
    border-bottom-style: solid;
  }
}

/* =====================================================
  tableBorderNone
=====================================================*/
.main .tableBorderNone table, #editor-input-content .tableBorderNone table {
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
}

.main .tableBorderNone th, #editor-input-content .tableBorderNone th {
  padding: 8px 10px;
  text-align: left;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 1.8;
  border: none;
}

@media print, screen and (min-width: 1180px) {
  .main .tableBorderNone th, #editor-input-content .tableBorderNone th {
    font-size: 18px;
    font-size: 1rem;
  }
}

.main .tableBorderNone thead th, #editor-input-content .tableBorderNone thead th {
  text-align: center;
  border: none;
}

.main .tableBorderNone td, #editor-input-content .tableBorderNone td {
  padding: 8px 10px;
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.77778rem;
  border: none;
}

@media print, screen and (min-width: 1180px) {
  .main .tableBorderNone td, #editor-input-content .tableBorderNone td {
    font-size: 18px;
    font-size: 1rem;
  }
}

/*=====================================================
  scroll
=====================================================*/
.scroll {
  margin: 20px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media print, screen and (min-width: 1180px) {
  .scroll {
    margin: 0;
    overflow: visible;
    white-space: normal;
  }
}

.scroll table {
  max-width: 1020px;
  width: 800px;
  margin: 1rem 0 !important;
}

@media print, screen and (min-width: 1180px) {
  .scroll table {
    width: 100%;
    max-width: 1180px;
  }
}

.scroll table th,
.scroll table td {
  vertical-align: middle;
}

.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.scroll:before {
  content: "\008868\00306f\005de6\0053f3\00306b\0030b9\0030af\0030ed\0030fc\0030eb\003067\00304d\00307e\003059";
  /* 文字化け対策のためUnicode変換 */
  color: #fff;
  font-size: 12px;
  background-color: #666;
  border-radius: 8px;
  padding: 0.05em 0.5em;
}

@media print, screen and (min-width: 1180px) {
  .scroll:before {
    display: none;
  }
}

/*==================================================
  tableBtnView
==================================================*/
.tableBtnView {
  width: 100%;
  padding: 10px;
  display: block;
  color: #fff;
  line-height: 1;
  text-align: center;
  background-color: #817f7f;
  border-radius: 3px;
  transition: all .2s;
}

.tableBtnView .icon {
  padding-left: 30px;
  display: inline-block;
  background-image: url("/images/swap_horiz_white_24dp.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 24px 24px;
}

.tableBtnView.on {
  background-color: #CCC;
}

@media print, screen and (min-width: 768px) {
  .tableBtnView {
    display: none;
  }
}

/*==================================================
  tag
==================================================*/
.tag {
  margin-right: 6px;
  padding: 3px 8px;
  display: inline-block;
  font-size: 11px;
  font-size: 0.61111rem;
  line-height: 1;
  color: #fff;
  background-color: #111196;
  border-radius: 15px;
}

@media print, screen and (min-width: 1180px) {
  .tag {
    padding: 5px 12px;
    font-size: 12px;
    font-size: 0.66667rem;
  }
}

.tag.tag--info {
  background-color: #2971bb;
}

.tag.tag--event {
  background-color: #23aea3;
}

.tag.tag--blog {
  background-color: #574d89;
}

.tag.tag--red {
  background-color: #f3390d;
}

.tag.tag--blue {
  background-color: #30a4df;
}

.tag.tag--green {
  background-color: #29865e;
}

.tag.tag--orange {
  background-color: #0e0d0d;
}

/*=====================================================
  topicPath
=====================================================*/
.topicPath {
  width: 100%;
  margin: 0;
  padding: 8px 20px;
  overflow: hidden;
  position: relative;
}

@media print, screen and (min-width: 1180px) {
  .topicPath {
    width: 1180px;
    margin: 0 auto 30px auto;
    padding: 12px 0;
  }
}

.topicPath:after {
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: inline-block;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #FFF);
}

@media print, screen and (min-width: 1180px) {
  .topicPath:after {
    display: none;
  }
}

.topicPath ol {
  margin: 0;
  padding: 0 80px 5px 0;
  white-space: nowrap;
  position: relative;
  overflow-x: auto;
}

.topicPath ol li {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 1.4;
  color: #333;
}

@media print, screen and (min-width: 1180px) {
  .topicPath ol li {
    font-size: 14px;
    font-size: 0.77778rem;
  }
}

.topicPath ol li::before {
  content: " > ";
}

.topicPath ol li:first-child::before {
  content: "";
}

.topicPath ol li a {
  color: #333;
  text-decoration: none;
}

.topicPath ol li a:hover {
  text-decoration: underline;
}

/*---------------------------------------------------
  h1
---------------------------------------------------*/
h1,
.h1 {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 1.4;
  font-weight: bold;
}

@media print, screen and (min-width: 1180px) {
  h1,
  .h1 {
    font-size: 30px;
    font-size: 1.66667rem;
  }
}

/*---------------------------------------------------
  h2
---------------------------------------------------*/
h2,
.h2 {
  margin: 20px 0;
  padding: 12px 14px 12px 20px;
  font-size: 20px;
  font-size: 1.11111rem;
  display: block;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  background-color: #f7f9fa;
}

@media print, screen and (min-width: 1180px) {
  h2,
  .h2 {
    margin-bottom: 30px;
    padding: 14px 16px 14px 24px;
    font-size: 28px;
    font-size: 1.55556rem;
  }
}

h2:before,
.h2:before {
  width: 6px;
  height: 28px;
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 0;
  background-color: #111196;
}

@media print, screen and (min-width: 1180px) {
  h2:before,
  .h2:before {
    width: 8px;
    height: 34px;
    top: 18px;
  }
}

h2:first-child,
.h2:first-child {
  margin-top: 0;
}

/*---------------------------------------------------
  h3
---------------------------------------------------*/
h3,
.h3 {
  margin: 20px 0;
  padding-bottom: 0.5rem;
  display: block;
  position: relative;
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 3px solid #eaf0f3;
}

@media print, screen and (min-width: 1180px) {
  h3,
  .h3 {
    font-size: 24px;
    font-size: 1.33333rem;
    margin-bottom: 30px;
  }
}

h3::after,
.h3::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 30%;
  height: 3px;
  background-color: #111196;
}

@media print, screen and (min-width: 1180px) {
  h3::after,
  .h3::after {
    width: 140px;
  }
}

/*---------------------------------------------------
  h4
---------------------------------------------------*/
h4,
.h4 {
  margin: 20px 0;
  padding: 0 0 10px 20px;
  display: block;
  position: relative;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}

@media print, screen and (min-width: 1180px) {
  h4,
  .h4 {
    font-size: 18px;
    font-size: 1rem;
  }
}

h4:before,
.h4:before {
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #111196;
}

@media print, screen and (min-width: 1180px) {
  h4:before,
  .h4:before {
    top: 8px;
  }
}

/*---------------------------------------------------
  h5
---------------------------------------------------*/
h5,
.h5 {
  margin: 20px 0;
  padding: 0 0 0 20px;
  position: relative;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.4;
  font-weight: bold;
}

@media print, screen and (min-width: 1180px) {
  h5,
  .h5 {
    font-size: 16px;
    font-size: 0.88889rem;
  }
}

h5:before,
.h5:before {
  width: 13px;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #111196;
}

/*---------------------------------------------------
  h6
---------------------------------------------------*/
h6,
.h6 {
  margin: 20px 0;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.4;
  font-weight: bold;
}

@media print, screen and (min-width: 1180px) {
  h6,
  .h6 {
    font-size: 16px;
    font-size: 0.88889rem;
  }
}

/*---------------------------------------------------
  leadText
---------------------------------------------------*/
.leadText {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
}

@media print, screen and (min-width: 1180px) {
  .leadText {
    font-size: 26px;
    font-size: 1.44444rem;
    line-height: 1.8;
  }
}

/*---------------------------------------------------
  p
---------------------------------------------------*/
p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 2;
}

@media print, screen and (min-width: 1180px) {
  p {
    font-size: 18px;
    font-size: 1rem;
  }
}

p:first-child {
  margin-top: 0;
}

/*=====================================================
  nowrap
=====================================================*/
.nowrap {
  white-space: nowrap;
}

/*=====================================================
  note
=====================================================*/
.note1 {
  display: inline-block;
  padding-left: 1rem;
  text-indent: -1rem;
}

.note1_5 {
  display: inline-block;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.note2 {
  display: inline-block;
  padding-left: 2rem;
  text-indent: -2rem;
}

.note2_5 {
  display: inline-block;
  padding-left: 2.5rem;
  text-indent: -2.5rem;
}

.note3 {
  display: inline-block;
  padding-left: 3rem;
  text-indent: -3rem;
}

.note3_5 {
  display: inline-block;
  padding-left: 3.5rem;
  text-indent: -3.5rem;
}

/*=====================================================
  youtube
=====================================================*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*=====================================================
  wrap
=====================================================*/
.wrap {
  width: 100%;
  margin-bottom: 60px;
  padding: 15px 20px;
}

@media print, screen and (min-width: 1180px) {
  .wrap {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    overflow: hidden;
  }
}

@media print, screen and (min-width: 1440px) {
  .wrap {
    padding: 0;
  }
}


.sustainability_bdr {
  border-bottom: 3px solid #e5e5df;
}

.sustainability_bdr p {
margin-bottom: 0;
}
