@charset "UTF-8";
main {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  main {
    margin-top: 50px;
  }
}

.under .objectives__mainvisual {
  position: relative;
}

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

.under .objectives__mainvisual__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .under .objectives__mainvisual__inner {
    max-width: 1366px;
    width: 100%;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives__mainvisual__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 0 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .objectives__mainvisual .container {
    max-width: 1200px !important;
  }
}

.under .objectives__mainvisual .mainvisual__inner {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .under .objectives__mainvisual .mainvisual__inner {
    padding: 90px 0 0;
    margin-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives__mainvisual .mainvisual__inner {
    margin-bottom: 30px;
  }
}

.under .objectives__mainvisual .mainvisual__inner .objectives-titleicon {
  position: relative;
  color: #d1d1d1;
  width: 100%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .under .objectives__mainvisual .mainvisual__inner .objectives-titleicon {
    font-size: 13px;
    margin: 0 0 15px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives__mainvisual .mainvisual__inner .objectives-titleicon {
    margin-left: 0;
  }
}

.under .objectives__mainvisual .mainvisual__inner .objectives-titleicon::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: calc(100% - 150px);
  background-color: #d1d1d1;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .under .objectives__mainvisual .mainvisual__inner .objectives-titleicon::after {
    width: calc(100% - 105px);
  }
}

.under .objectives__mainvisual .mainvisual__inner .objectives-titleicon span {
  color: #e3e3e3;
  background-color: #3e3a39;
  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;
}

@media print, screen and (min-width: 768px) {
  .under .objectives__mainvisual .mainvisual__inner .objectives-titleicon span {
    width: 150px;
    height: 31px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives__mainvisual .mainvisual__inner .objectives-titleicon span {
    width: 105px;
    height: 24px;
    font-size: 13px;
  }
}

.under .objectives__mainvisual .mainvisual__inner .objectives-title {
  color: #222;
  padding-bottom: 0;
  border-bottom: none;
}

@media print, screen and (min-width: 768px) {
  .under .objectives__mainvisual .mainvisual__inner .objectives-title {
    font-size: 42px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives__mainvisual .mainvisual__inner .objectives-title {
    font-size: 23px;
    margin-bottom: 20px;
  }
}

.under .objectives__mainvisual .mainvisual__inner .objectives-title::after {
  display: none;
}

.under .objectives__mainvisual .mainvisual__inner .objectives-text {
  line-height: 1.8;
}

.under .objectives__mainvisual .mainvisual--lightbox {
  padding: 40px 0 30px;
}

.under .objectives__mainvisual .mainvisual--lightbox .magnify {
  text-align: right;
  margin-top: 12px;
}

.under .objectives__mainvisual .mainvisual--image {
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .under .objectives__mainvisual .mainvisual--image {
    width: 430px;
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives__mainvisual .mainvisual--image {
    padding: 15px 10px;
  }
}

.under .objectives__mainvisual .mainvisual--image img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .under .objectives__mainvisual .link__inner {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives__mainvisual .link__inner {
    margin-top: 20px;
  }
}

.under .objectives__mainvisual .link__inner--title {
  color: #222;
  font-weight: bold;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .under .objectives__mainvisual .link__inner--title {
    font-size: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives__mainvisual .link__inner--title {
    font-size: 17px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .objectives__mainvisual .mod-link--text a:hover {
    text-decoration: underline;
  }
}

.under .objectives__mainvisual .mod-link--text + .mod-link--text {
  margin-top: 20px;
}

.under .objectives--list01 {
  line-height: 1.8;
}

.under .objectives--list01 li {
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .under .objectives--list01 li {
    padding-left: 25px;
  }
}

.under .objectives--list01 li span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.under .objectives__table {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}

.under .objectives__table caption {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .under .objectives__table caption {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

.under .objectives__table tr {
  border-top: 1px solid #e6e6e6;
}

.under .objectives__table th, .under .objectives__table td {
  padding: 25px 0;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .under .objectives__table th, .under .objectives__table td {
    padding: 20px 0;
  }
}

.under .objectives__table th {
  font-weight: bold;
  padding-right: 18px;
  vertical-align: top;
  width: 20.408163%;
}

@media only screen and (max-width: 767px) {
  .under .objectives__table th {
    padding-right: 5px;
    width: 30%;
  }
}

.under .objectives__table td {
  padding-left: 18px;
  padding-right: 18px;
  vertical-align: top;
  width: 79.591837%;
}

@media only screen and (max-width: 767px) {
  .under .objectives__table td {
    padding-right: 5px;
    padding-left: 5px;
    width: 70%;
  }
}

.under .objectives--text01 {
  color: #555;
}

@media print, screen and (min-width: 768px) {
  .under .objectives--text01 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives--text01 {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.under .objectives-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .under .objectives-icon li {
    width: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives-icon li {
    width: 60px;
  }
}

.under .objectives-icon li img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .under .objectives-icon li + li {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives-icon li + li {
    margin-left: 7px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .objectives-icon + .objectives__kpi {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives-icon + .objectives__kpi {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .objectives__kpi {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives__kpi {
    padding: 8px;
  }
}

.under .objectives__kpi .mod-appeal__2col--inner + .mod-appeal__2col--inner {
  border-top: 1px solid #e3e3e3;
  padding-top: 15px;
  margin-top: 10px;
}

.under .objectives__kpi .mod-appeal__2col {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
}

.under .objectives__kpi .mod-appeal__2col--item {
  background-color: #fff;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .under .objectives__kpi .mod-appeal__2col--item {
    width: 50%;
    max-width: 475px;
    padding: 20px 30px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives__kpi .mod-appeal__2col--item {
    width: 100%;
    padding: 15px;
  }
}

.under .objectives__kpi .mod-appeal__2col--item:first-child {
  margin-top: 0;
}

.under .objectives__kpi .mod-appeal__2col--item:nth-child(2) {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .under .objectives__kpi .mod-appeal__2col--item + .mod-appeal__2col--item {
    margin-top: 8px;
  }
}

.under .objectives__kpi--title {
  color: #222;
  font-weight: bold;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
  .under .objectives__kpi--title {
    font-size: 16px;
  }
}

.under .objectives__kpi--text strong {
  color: #222;
  font-weight: bold;
  margin-right: 5px;
}

@media print, screen and (min-width: 768px) {
  .under .objectives__kpi--text strong {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives__kpi--text strong {
    font-size: 28px;
  }
}

.under .objectives__kpi--text span {
  color: #222;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .under .objectives__kpi--text span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives__kpi--text span {
    font-size: 17px;
  }
}

.under .objectives__kpi--text span + strong {
  margin-left: 5px;
}

@media print, screen and (min-width: 768px) {
  .under .objectives__kpi + .under--text01 {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives__kpi + .under--text01 {
    margin-top: 40px;
  }
}

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

@media only screen and (max-width: 767px) {
  .under .objectives__voice {
    padding: 25px 10px;
    margin-top: 40px;
  }
}

.under .objectives__voice h2.under--title01 {
  border-bottom: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  .under .objectives__voice h2.under--title01 {
    font-size: 56px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives__voice h2.under--title01 {
    font-size: 32px;
  }
}

.under .objectives__voice h2.under--title01::after {
  display: none;
}

.under .objectives__voice h2.under--title01 span {
  position: relative;
}

.under .objectives__voice h2.under--title01 span::after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -2px;
  left: 0;
  background-color: #861c3c;
}

@media print, screen and (min-width: 768px) {
  .under .objectives__voice h2.under--title01 span::after {
    height: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives__voice h2.under--title01 span::after {
    height: 3px;
  }
}

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

@media only screen and (max-width: 767px) {
  .under .objectives__accordion {
    margin-top: 50px;
  }
}

.under .objectives__accordion .enviro-area-title {
  color: #222;
  font-weight: bold;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .under .objectives__accordion .enviro-area-title {
    font-size: 22px;
    padding: 19px 15px 17px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives__accordion .enviro-area-title {
    font-size: 16px;
    padding: 13px 10px 10px;
  }
}

.under .objectives__accordion .enviro-area-title:hover {
  background-color: #f0f0f0;
}

.under .objectives__accordion .enviro-area-title.active {
  background-color: #f0f0f0;
}

.under .objectives__accordion .enviro-area-title.active::before, .under .objectives__accordion .enviro-area-title.active::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.under .objectives__accordion .enviro-area-title.active::after {
  display: none;
}

.under .objectives__accordion .enviro-area-title::before, .under .objectives__accordion .enviro-area-title::after {
  content: '';
  position: absolute;
  display: block;
  right: 29px;
  background-color: #000;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

@media only screen and (max-width: 767px) {
  .under .objectives__accordion .enviro-area-title::before, .under .objectives__accordion .enviro-area-title::after {
    right: 20px;
  }
}

.under .objectives__accordion .enviro-area-title::before {
  width: 2px;
  height: 22px;
  top: 22px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

@media only screen and (max-width: 767px) {
  .under .objectives__accordion .enviro-area-title::before {
    top: 12px;
    height: 18px;
  }
}

.under .objectives__accordion .enviro-area-title::after {
  width: 2px;
  height: 22px;
  top: 22px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
  .under .objectives__accordion .enviro-area-title::after {
    top: 12px;
    height: 18px;
  }
}

.under .objectives__accordion .enviro-area-wrapper {
  display: none;
  border-bottom: 1px solid #d1d1d1;
}

@media print, screen and (min-width: 768px) {
  .under .objectives__accordion .enviro-area-wrapper {
    padding-bottom: 20px;
    margin-top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives__accordion .enviro-area-wrapper {
    padding-bottom: 15px;
    margin-top: 20px;
  }
}

.under .btn-close {
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .under .btn-close {
    padding: 0 15px;
    margin-top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .under .btn-close {
    padding: 0 10px;
    margin-top: 30px;
  }
}

.under .btn-close span {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  .under .btn-close span {
    font-size: 16px;
    padding-right: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .under .btn-close span {
    font-size: 14px;
    padding-right: 28px;
  }
}

.under .btn-close span::after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  background-color: #3e3a39;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .under .btn-close span::after {
    width: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .under .btn-close span::after {
    width: 18px;
  }
}

.under .btn-close span:hover {
  opacity: .75;
  text-decoration: underline;
}

.under .other__link {
  padding: 0;
  border: none;
}

@media print, screen and (min-width: 768px) {
  .under .other__link {
    margin: 35px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link {
    margin: 20px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link li a {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link li a {
    font-size: 14px;
    padding-right: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-2col li {
    width: calc((100% - 46px) / 2);
    margin: 0 46px 0 0;
  }
  .under .other__link.is-2col li::before {
    border-bottom: 2px solid #3e3a39;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-2col li {
    width: 100%;
    margin-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-2col li:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-2col li:not(:first-child) {
    margin-top: 30px;
  }
}

.under .other__link.is-2col li span {
  display: block;
  color: #666;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-2col li span {
    font-size: 14px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-2col li span {
    font-size: 12px;
    margin-top: 8px;
  }
}

.under .other__link.is-2col li a {
  padding-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-2col li a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-2col li a {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-2col li .arrow-lg::after {
    width: 34px;
    height: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-2col li .arrow-lg::after {
    width: 23px;
  }
}

.under .other__link--list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.under .section--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .under .section--2col {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--2col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .section--2col__item {
    width: 48%;
    max-width: 470px;
  }
}

.under .section--2col__item img {
  width: 100%;
}

.under .section--2col__item .under--text02 {
  color: #555;
  line-height: 1.5;
  margin: 15px 0 0;
}

@media print, screen and (min-width: 768px) {
  .under .section--2col__item .under--text02 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--2col__item .under--text02 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--2col__item:first-child {
    margin-bottom: 30px;
  }
}

.under .section--2col.is-imgOnly .section--2col__item {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .under .section--2col.is-imgOnly .section--2col__item:first-child {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .section--2col + .under--text01 {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--2col + .under--text01 {
    margin-top: 30px;
  }
}

.under .section--link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .under .section--link {
    margin-top: 60px;
  }
}

.under .section--link__item {
  border-top: 1px solid #d1d1d1;
}

@media print, screen and (min-width: 768px) {
  .under .section--link__item {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--link__item {
    width: 100%;
  }
}

.under .section--link__item:nth-child(2n) {
  margin-right: 0;
}

.under .section--link__item:last-child {
  border-bottom: 1px solid #d1d1d1;
}

@media print, screen and (min-width: 768px) {
  .under .section--link__item:nth-last-child(2) {
    border-bottom: 1px solid #d1d1d1;
  }
}

.under .section--link__item .section--2col__wrap {
  position: relative;
  display: block;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media print, screen and (min-width: 768px) {
  .under .section--link__item .section--2col__wrap {
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--link__item .section--2col__wrap {
    padding: 10px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .under .section--link__item .section--2col__wrap:hover {
    background-color: #f4f4f4;
  }
}

.under .section--link__item .section--2col__wrap::after {
  content: '';
  position: absolute;
  background: url(/cmn/img/arrow-lg.svg) no-repeat;
}

@media print, screen and (min-width: 768px) {
  .under .section--link__item .section--2col__wrap::after {
    width: 34px;
    height: 7px;
    bottom: 26px;
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--link__item .section--2col__wrap::after {
    width: 23px;
    height: 5px;
    bottom: 12px;
    right: 0;
  }
}

.under .section--link__item .section--2col__wrap .section--2col {
  margin-top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media print, screen and (min-width: 768px) {
  .under .section--link__item .section--2col__wrap .section--2col__item {
    width: 60%;
    max-width: 575px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .section--link__item .section--2col__wrap .section--2col__item.is-imgOnly {
    width: 110px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--link__item .section--2col__wrap .section--2col__item.is-imgOnly {
    width: 20%;
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.under .section--link__item .section--2col__wrap .section--2col__item.is-imgOnly img {
  width: 100%;
}

.under .section--link__item .section--2col__wrap .section--2col__title {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .under .section--link__item .section--2col__wrap .section--2col__title {
    font-size: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--link__item .section--2col__wrap .section--2col__title {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .objectives .section__inner .under--title01.objectives-title01::after {
    width: 124px;
  }
}

.objectives .section__inner .under--title01 span {
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #3e3a39;
}

@media print, screen and (min-width: 768px) {
  .objectives .section__inner .under--title01 span {
    display: inline-block;
    font-size: 20px;
    width: 105px;
    height: 38px;
    padding-top: 7px;
    padding-left: 5px;
    margin-right: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .objectives .section__inner .under--title01 span {
    display: block;
    font-size: 13px;
    width: 79px;
    height: 22px;
    padding-top: 4px;
    margin-bottom: 5px;
  }
}

.objectives .section__inner .under--title01 span::after {
  position: absolute;
  content: "";
  top: 0;
  width: 0;
  height: 0;
  border: solid transparent;
  border-left-color: #3e3a39;
}

@media print, screen and (min-width: 768px) {
  .objectives .section__inner .under--title01 span::after {
    right: -20px;
    border-left-width: 17px;
    border-top-width: 19px;
    border-bottom-width: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .objectives .section__inner .under--title01 span::after {
    right: -14px;
    border-left-width: 11px;
    border-top-width: 11px;
    border-bottom-width: 11px;
  }
}

@media print, screen and (min-width: 768px) {
  .objectives .section__inner .link__inner {
    padding: 40px;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .objectives .section__inner .link__inner {
    padding: 25px 10px;
    margin-top: 30px;
  }
}

.objectives .section__inner .link__inner--title {
  color: #222;
  font-weight: bold;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .objectives .section__inner .link__inner--title {
    font-size: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .objectives .section__inner .link__inner--title {
    font-size: 17px;
  }
}

.objectives .section__inner .objectives--list01 li {
  position: relative;
  line-height: 1.8;
  padding-left: 15px;
}

@media only screen and (max-width: 767px) {
  .objectives .section__inner .objectives--list01 li {
    padding-left: 10px;
  }
}

.objectives .section__inner .objectives--list01 li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333;
}

.objectives .section__inner .objectives--list01 + .under--text01 {
  margin-top: 30px;
}

.objectives .section__inner .mod-appeal__2col.objectives__2col {
  margin-bottom: 15px;
}

.objectives .section__inner .mod-appeal__2col.objectives__2col + .under--text02 {
  color: #555;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .objectives .section__inner .mod-appeal__2col.objectives__2col + .under--text02 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .objectives .section__inner .mod-appeal__2col.objectives__2col + .under--text02 {
    font-size: 13px;
    margin-top: 0x;
  }
}

@media only screen and (max-width: 767px) {
  .objectives .section__inner .mod-appeal__2col.objectives__2col .mod-appeal__2col--item + .mod-appeal__2col--item {
    margin-top: 15px;
  }
}

.objectives .section__inner .mod-appeal__2col:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .objectives .section--img + .under--text01 {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .objectives .section--img + .under--text01 {
    margin-top: 30px;
  }
}

.objectives .section--img .under--text02 {
  text-align: left;
}

.objectives .section--img img {
  width: 100%;
}

.objectives .section--img.objectives-image01 {
  max-width: 470px;
}

@media print, screen and (min-width: 768px) {
  .objectives .section--img + .objectives__table {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .objectives .section--img + .objectives__table {
    margin-top: 35px;
  }
}

@media print, screen and (min-width: 768px) {
  .objectives .objectives__table + .under--text01 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .objectives .objectives__table + .under--text01 {
    margin-top: 20px;
  }
}

.objectives .objectives__link + .objectives__link {
  margin-top: 20px;
}

.objectives .under--text01 + .objectives__link {
  margin-top: 30px;
}

.single .under .module__inner .mod-link--text {
  margin-bottom: 0;
}

.single .under .module__inner .mod-link--text + .mod-link--text {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .single .under .module__inner .mod-list--note li {
    padding-left: 18px;
  }
}

.single .under .module__inner .mod-list--note li::before {
  content: "※";
}

.single .under .module__inner .mod-list--note li a {
  color: #333;
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  .single .under .module__inner .mod-list--note li a {
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .module__inner .mod-list--note li a:hover {
    color: #555;
    text-decoration: none;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .module__inner .mod-list--note.list--num {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .module__inner .mod-list--note.list--num {
    margin-top: 20px;
  }
}

.single .under .module__inner .mod-list--note.list--num li {
  counter-increment: num;
}

@media print, screen and (min-width: 768px) {
  .single .under .module__inner .mod-list--note.list--num li {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .module__inner .mod-list--note.list--num li {
    padding-left: 25px;
  }
}

.single .under .module__inner .mod-list--note.list--num li::before {
  content: "※" counter(num);
}

@media print, screen and (min-width: 768px) {
  .single .under .module__inner .section--img + .mod-list--note {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .module__inner .section--img + .mod-list--note {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .module__inner + .module__inner {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .module__inner + .module__inner {
    margin-top: 0;
  }
}

.single .under .module__inner + .module__inner .mod-linkArea--localNav {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

@media print, screen and (min-width: 768px) {
  .single .under .module__inner .mod-linkArea ul li {
    width: calc((100% - 92px) / 3);
    max-width: 346px;
    margin-right: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .module__inner .mod-linkArea ul li {
    width: 100%;
    margin-bottom: 23px;
  }
}

.single .under .module__inner .mod-linkArea ul li:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .single .under .module__inner .mod-linkArea ul li:nth-child(2n+1) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .module__inner .mod-linkArea ul li:last-child {
    margin-bottom: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .module__inner .mod-linkArea ul li a {
    padding-right: 45px;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .module__inner .mod-linkArea--lg + .mod-linkArea--sm {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .module__inner .mod-linkArea--lg + .mod-linkArea--sm {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .module__inner.bg--gray {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .module__inner.bg--gray {
    padding-top: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .module__inner.bg--gray .container {
    max-width: 1200px !important;
  }
}

.single .under .mod-appeal__2col--item img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__2col--text {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-linkArea ul li:nth-child(2n+1):nth-last-child(-n+2), .under .module__inner .mod-linkArea ul li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 23px;
  }
}

.wrapper.objectives .container {
  max-width: 1050px;
}

@media print, screen and (min-width: 768px) {
  .under .objectives__inner {
    padding: 85px 0 0;
  }
  .under .objectives__inner + .objectives__inner {
    padding: 100px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives__inner {
    padding: 45px 0 50px;
  }
  .under .objectives__inner + .objectives__inner {
    padding: 0 0 50px;
  }
}

.objectives .section__inner + .section__inner {
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .objectives .section__inner + .section__inner {
    padding-top: 50px;
  }
}

.under .objectives--title {
  position: relative;
  color: #222;
  letter-spacing: 0.04em;
  border: none;
  text-align: center;
  border-bottom: 1px solid #555;
}

@media print, screen and (min-width: 768px) {
  .under .objectives--title {
    font-size: 35px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives--title {
    font-size: 21px;
    padding-bottom: 20px;
    margin-bottom: 35px;
  }
}

.under .objectives--title::after {
  display: none;
}

.objectives .section__inner .under--title01 {
  position: relative;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .objectives .section__inner .under--title01 {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .objectives .section__inner .under--title01 {
    font-size: 21px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
}

.objectives .section__inner .under--title01::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  background-color: #861c3c;
}

@media print, screen and (min-width: 768px) {
  .objectives .section__inner .under--title01::after {
    width: 57px;
  }
}

@media only screen and (max-width: 767px) {
  .objectives .section__inner .under--title01::after {
    width: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .objectives .section__inner .under--text01 {
    margin-bottom: 30px;
  }
}

.objectives .section__inner .under--text01:last-child {
  margin-bottom: 0;
}

.objectives .section--img {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .objectives .section--img {
    margin: 60px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .objectives .section--img {
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .objectives .section--img img {
    width: 100%;
  }
}

.objectives .section--img .under--text02 {
  color: #555;
  margin: 15px 0 0;
}

@media print, screen and (min-width: 768px) {
  .objectives .section--img .under--text02 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .objectives .section--img .under--text02 {
    font-size: 13px;
  }
}

.under .objectives--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .under .objectives--2col {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives--2col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .objectives--2col__item {
    width: 48%;
    max-width: 470px;
  }
}

.under .objectives--2col__item img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .under .objectives--2col__item.sp--img {
    width: 84.507042%;
    margin: auto;
  }
}

.under .objectives--2col__item .under--text02 {
  color: #555;
  line-height: 1.5;
  margin: 15px 0 0;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .under .objectives--2col__item .under--text02 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives--2col__item .under--text02 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .under .objectives--2col__item:first-child {
    margin-bottom: 30px;
  }
}

.under .objectives--2col.is-imgOnly .section--2col__item {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .under .objectives--2col.is-imgOnly .section--2col__item:first-child {
    margin-bottom: 20px;
  }
}

.under .objectives--2col + .under--text01 {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .under .objectives--2col + .under--text01 {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .pcImage {
    width: 100%;
  }
}

.objectives__link {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .objectives__link {
    margin-top: 35px;
  }
}

.objectives__link > a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .objectives h3 + .section--img {
    margin-top: 20px;
  }
}

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

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .objectives-titleicon span {
    padding-top: 5px;
  }
}
