.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
/* --------------------------------------------------------------------- */
/* COMMON STYLING
/* --------------------------------------------------------------------- */
body {
  font-family: Hiragino Mincho Pro;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.42857143;
}
body.font2 {
  font-family: "Sawarabi Mincho";
}
body.horizontal-main-nav {
  background-color: #eff3f8;
}
body.horizontal-main-nav .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  body.horizontal-main-nav .container {
    width: 750px;
  }
}
@media screen and (min-width: 992px) {
  body.horizontal-main-nav .container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  body.horizontal-main-nav .container {
    width: 1170px;
  }
}
body.horizontal-main-nav .page-content {
  background: #eff3f8;
  padding: 50px 0;
}
.nav-md .container.body .right_col {
  padding: 78px 20px 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a {
  color: #33597d;
}
a:hover {
  color: #243f59;
}
a:focus {
  color: #33597d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Hiragino Mincho Pro;
  font-weight: normal;
}
body.font2 h1,
body.font2 h2,
body.font2 h3,
body.font2 h4,
body.font2 h5,
body.font2 h6 {
  font-family: "Sawarabi Mincho";
  font-weight: normal;
}
.tr-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tr-bg-primary {
  background-color: #33597d;
}
.tr-bg-white {
  background-color: #fff;
}
.tr-bg-gray {
  background-color: #f6f6f6;
}
/* font-size */
.tr-f-12 {
  font-size: 12px;
}
.tr-f-14 {
  font-size: 14px;
}
.tr-f-16 {
  font-size: 16px;
}
.tr-f-18 {
  font-size: 18px;
}
.tr-f-20 {
  font-size: 20px;
}
.tr-f-22 {
  font-size: 22px;
}
.tr-f-24 {
  font-size: 24px;
}
.tr-f-26 {
  font-size: 26px;
}
.tr-f-28 {
  font-size: 28px;
}
.tr-f-30 {
  font-size: 30px;
}
.tr-f-32 {
  font-size: 32px;
}
.tr-f-34 {
  font-size: 34px;
}
.tr-f-36 {
  font-size: 36px;
}
.tr-f-38 {
  font-size: 38px;
}
.tr-f-40 {
  font-size: 40px;
}
.tr-f-42 {
  font-size: 42px;
}
.tr-f-44 {
  font-size: 44px;
}
.tr-f-46 {
  font-size: 46px;
}
.tr-f-48 {
  font-size: 48px;
}
.tr-f-50 {
  font-size: 50px;
}
.tr-f-52 {
  font-size: 52px;
}
.tr-f-54 {
  font-size: 54px;
}
.tr-f-56 {
  font-size: 56px;
}
.tr-f-58 {
  font-size: 58px;
}
.tr-f-60 {
  font-size: 60px;
}
/* padding-top */
.tr-pt-0 {
  padding-top: 0 !important;
}
.tr-pt-5 {
  padding-top: 5px;
}
.tr-pt-10 {
  padding-top: 10px;
}
.tr-pt-15 {
  padding-top: 15px;
}
.tr-pt-20 {
  padding-top: 20px;
}
.tr-pt-25 {
  padding-top: 25px;
}
.tr-pt-30 {
  padding-top: 30px;
}
.tr-pt-35 {
  padding-top: 35px;
}
.tr-pt-40 {
  padding-top: 40px;
}
.tr-pt-45 {
  padding-top: 45px;
}
.tr-pt-50 {
  padding-top: 50px;
}
.tr-pt-55 {
  padding-top: 55px;
}
.tr-pt-60 {
  padding-top: 60px;
}
.tr-pt-65 {
  padding-top: 65px;
}
.tr-pt-70 {
  padding-top: 70px;
}
.tr-pt-75 {
  padding-top: 75px;
}
.tr-pt-80 {
  padding-top: 80px;
}
.tr-pt-85 {
  padding-top: 85px;
}
.tr-pt-90 {
  padding-top: 90px;
}
.tr-pt-95 {
  padding-top: 95px;
}
.tr-pt-100 {
  padding-top: 100px;
}
/* padding-bottom */
.tr-pb-0 {
  padding-bottom: 0 !important;
}
.tr-pb-5 {
  padding-bottom: 5px;
}
.tr-pb-10 {
  padding-bottom: 10px;
}
.tr-pb-15 {
  padding-bottom: 15px;
}
.tr-pb-20 {
  padding-bottom: 20px;
}
.tr-pb-25 {
  padding-bottom: 25px;
}
.tr-pb-30 {
  padding-bottom: 30px;
}
.tr-pb-35 {
  padding-bottom: 35px;
}
.tr-pb-40 {
  padding-bottom: 40px;
}
.tr-pb-45 {
  padding-bottom: 45px;
}
.tr-pb-50 {
  padding-bottom: 50px;
}
.tr-pb-55 {
  padding-bottom: 55px;
}
.tr-pb-60 {
  padding-bottom: 60px;
}
.tr-pb-65 {
  padding-bottom: 65px;
}
.tr-pb-70 {
  padding-bottom: 70px;
}
.tr-pb-75 {
  padding-bottom: 75px;
}
.tr-pb-80 {
  padding-bottom: 80px;
}
.tr-pb-85 {
  padding-bottom: 85px;
}
.tr-pb-90 {
  padding-bottom: 90px;
}
.tr-pb-95 {
  padding-bottom: 95px;
}
.tr-pb-100 {
  padding-bottom: 100px;
}
/* margin-top */
.tr-mt-0 {
  margin-top: 0 !important;
}
.tr-mt-5 {
  margin-top: 5px;
}
.tr-mt-10 {
  margin-top: 10px;
}
.tr-mt-15 {
  margin-top: 15px;
}
.tr-mt-20 {
  margin-top: 20px;
}
.tr-mt-25 {
  margin-top: 25px;
}
.tr-mt-30 {
  margin-top: 30px;
}
.tr-mt-35 {
  margin-top: 35px;
}
.tr-mt-40 {
  margin-top: 40px;
}
.tr-mt-45 {
  margin-top: 45px;
}
.tr-mt-50 {
  margin-top: 50px;
}
.tr-mt-55 {
  margin-top: 55px;
}
.tr-mt-60 {
  margin-top: 60px;
}
.tr-mt-65 {
  margin-top: 65px;
}
.tr-mt-70 {
  margin-top: 70px;
}
.tr-mt-75 {
  margin-top: 75px;
}
.tr-mt-80 {
  margin-top: 80px;
}
.tr-mt-85 {
  margin-top: 85px;
}
.tr-mt-90 {
  margin-top: 90px;
}
.tr-mt-95 {
  margin-top: 95px;
}
.tr-mt-100 {
  margin-top: 100px;
}
/* margin-bottom */
.tr-mb-0 {
  margin-bottom: 0 !important;
}
.tr-mb-5 {
  margin-bottom: 5px;
}
.tr-mb-10 {
  margin-bottom: 10px;
}
.tr-mb-15 {
  margin-bottom: 15px;
}
.tr-mb-20 {
  margin-bottom: 20px;
}
.tr-mb-25 {
  margin-bottom: 25px;
}
.tr-mb-30 {
  margin-bottom: 30px;
}
.tr-mb-35 {
  margin-bottom: 35px;
}
.tr-mb-40 {
  margin-bottom: 40px;
}
.tr-mb-45 {
  margin-bottom: 45px;
}
.tr-mb-50 {
  margin-bottom: 50px;
}
.tr-mb-55 {
  margin-bottom: 55px;
}
.tr-mb-60 {
  margin-bottom: 60px;
}
.tr-mb-65 {
  margin-bottom: 65px;
}
.tr-mb-70 {
  margin-bottom: 70px;
}
.tr-mb-75 {
  margin-bottom: 75px;
}
.tr-mb-80 {
  margin-bottom: 80px;
}
.tr-mb-85 {
  margin-bottom: 85px;
}
.tr-mb-90 {
  margin-bottom: 90px;
}
.tr-mb-95 {
  margin-bottom: 95px;
}
.tr-mb-100 {
  margin-bottom: 100px;
}
.tr-bt-1 {
  border-top: 1px solid #e1e1e1;
}
.tr-bb-1 {
  border-bottom: 1px solid #e1e1e1;
}
.tr-overflow-ellipsis {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tr-gap {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.tr-color-primary {
  color: #33597d;
}
.tr-bg-primary {
  background-color: #33597d;
}
.tr-bg-white {
  background-color: #fff;
}
.tr-bg-gray {
  background-color: #f5f5f5;
}
.tabbable-custom > .nav-tabs > li > a {
  font-size: 16px;
}
.tabbable-custom > .nav-tabs > li > a,
.tabbable-custom > .nav-tabs > li > a:hover {
  color: #555;
}
.tabbable-custom > .nav-tabs > li.active {
  border-color: #33597d;
}
.tabbable-custom > .nav-tabs > li.active > a,
.tabbable-custom > .nav-tabs > li.active > a:hover {
  font-weight: bold;
  color: #33597d;
}
.tr-btn-radio-group .btn.active {
  color: #fff;
  border-color: #33597d;
  background: #33597d;
}
.tr-btn-checkbox-group .btn.active {
  color: #fff;
  background: #33597d;
}
.tr-col-wrapper:before,
.tr-col-wrapper:after {
  content: " ";
  clear: both;
  display: table;
}
.tr-col-wrapper .tr-col {
  float: left;
  position: relative;
  min-height: 1px;
}
.tr-col-wrapper .tr-col-left {
  float: left;
  position: relative;
  min-height: 1px;
}
.tr-col-wrapper .tr-col-right {
  float: right;
  position: relative;
  min-height: 1px;
}
.tr-col-wrapper.space10 {
  margin-left: -5px;
  margin-right: -5px;
}
.tr-col-wrapper.space10 .tr-col {
  padding-left: 5px;
  padding-right: 5px;
}
.tr-dp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  vertical-align: top;
  border-collapse: collapse;
}
.tr-dp-table-caption {
  display: table-caption;
}
.tr-dp-table-row {
  display: table-row;
}
.tr-dp-table-cell {
  display: table-cell;
  vertical-align: top;
}
.tr-dp-table.align-top .tr-dp-table-cell {
  vertical-align: top;
}
.tr-dp-table.align-middle .tr-dp-table-cell {
  vertical-align: middle;
}
.tr-dp-table.align-bottom .tr-dp-table-cell {
  vertical-align: bottom;
}
.tr-dp-table.no-border .tr-dp-table-cell {
  border: 0 none;
}
.tr-dp-table .tr-dp-table-cell.align-top {
  vertical-align: top;
}
.tr-dp-table .tr-dp-table-cell.align-middle {
  vertical-align: middle;
}
.tr-dp-table .tr-dp-table-cell.align-bottom {
  vertical-align: bottom;
}
.tr-dp-table .tr-dp-table-cell.no-border {
  border: 0 none;
}
table.text-center tr th,
table.text-center tr td {
  text-align: center;
}
table.align-top th,
table.align-top td {
  vertical-align: top !important;
}
table.align-middle th,
table.align-middle td {
  vertical-align: middle !important;
}
table.align-bottom th,
table.align-bottom td {
  vertical-align: bottom !important;
}
table th.align-top,
table td.align-top {
  vertical-align: top !important;
}
table th.align-middle,
table td.align-middle {
  vertical-align: middle !important;
}
table th.align-bottom,
table td.align-bottom {
  vertical-align: bottom !important;
}
.tr-dp-inline-block {
  display: inline-block;
  vertical-align: top;
}
.tr-dp-inline-block.align-top {
  vertical-align: top;
}
.tr-dp-inline-block.align-middle {
  vertical-align: middle;
}
.tr-dp-inline-block.align-bottom {
  vertical-align: bottom;
}
.modal-header:before,
.modal-body:before,
.modal-footer:before,
.modal-header:after,
.modal-body:after,
.modal-footer:after {
  content: " ";
  clear: both;
  display: table;
}
.tr-pagination {
  display: block;
  width: 100%;
  text-align: center;
}
.tr-pagination:before,
.tr-pagination:after {
  content: " ";
  clear: both;
  display: table;
}
.tr-pagination .pagination {
  display: inline-block;
  vertical-align: middle;
}
.tr-pagination .pagination > li > a:focus,
.tr-pagination .pagination > li > span:focus {
  color: #5b9bd1;
  background: #fff;
}
.tr-pagination .pagination .active > a,
.tr-pagination .pagination .active > a:hover {
  color: #fff;
  background: #33597d;
  border-color: #33597d;
}
.tr-container-style-1 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.tr-container-style-1:before,
.tr-container-style-1:after {
  content: " ";
  clear: both;
  display: table;
}
.tr-thumb-style-1 {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
}
.elevatezoom-gallery-item {
  margin-bottom: 10px;
}
.elevatezoom-gallery-img {
  display: block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
}
.modal .alert {
  border-radius: 0;
  margin: 0;
}
.modal .alert .close {
  display: inline-block;
  vertical-align: middle;
  height: 21px;
  background-position: center center;
}
.tr-file-upload .no-image {
  display: none;
}
.tr-file-upload .preview-image {
  padding-top: 10px;
  margin-bottom: 40px;
}
.tr-file-upload .preview-image img {
  margin-left: auto;
  margin-right: auto;
}
.tr-file-upload .show-file-info {
  min-height: 34px;
  line-height: 34px;
  height: 100%;
  white-space: nowrap;
  overflow-y: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.tr-file-upload .btn-delete {
  cursor: pointer;
}
[class*="tr-well-style-"]:before,
[class*="tr-well-style-"]:after {
  content: " ";
  clear: both;
  display: table;
}
.tr-well-style-1 {
  background: #fff;
  padding: 20px;
}
[class*="tr-block-style-"]:before,
[class*="tr-block-style-"]:after {
  content: " ";
  clear: both;
  display: table;
}
.tr-block-style-1 .btn-select-file {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  left: auto;
  bottom: auto;
  cursor: pointer;
  min-width: 0;
  transition: all 0.4s ease;
}
.tr-block-style-1 .btn-select-file:active {
  opacity: 0.6 !important;
  transition: none;
}
.tr-block-style-1 .btn-select-file img {
  display: block !important;
}
.tr-block-style-1 .preview-image {
  display: block;
  position: relative;
  width: 250px;
  height: 250px;
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.tr-block-style-1 .preview-image > .image-bg {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  margin: 0;
}
.tr-block-style-1 .preview-image.no-image {
  background-color: #f1f1f1;
}
.tr-block-style-1 .preview-image.no-image > .image-bg {
  display: none;
}
.tr-block-style-1 .preview-image:hover .btn-select-file {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1919px) {
  .test-responsive {
    color: #fff;
  }
}
@media screen and (max-width: 1365px) {
  .test-responsive {
    color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .test-responsive {
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .test-responsive {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .test-responsive {
    color: #fff;
  }
}
@media screen and (max-width: 479px) {
  .test-responsive {
    color: #fff;
  }
}
@media screen and (max-width: 319px) {
  .test-responsive {
    color: #fff;
  }
}
@media screen and (min-width: 320px) {
  .test-responsive {
    color: #fff;
  }
}
@media screen and (min-width: 480px) {
  .test-responsive {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .test-responsive {
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .test-responsive {
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .test-responsive {
    color: #fff;
  }
}
@media screen and (min-width: 1366px) {
  .test-responsive {
    color: #fff;
  }
}
@media screen and (min-width: 1920px) {
  .test-responsive {
    color: #fff;
  }
}
/* --------------------------------------------------------------------- */
/* .header
/* --------------------------------------------------------------------- */
.pd-lr-30 {
  padding: 0 30px;
}
.pd-30 {
  padding: 30px;
}
.pd-lr-10 {
  padding: 0 10px;
}
.mrb-30 {
  margin-bottom: 30px;
}
.mrb-20 {
  margin-bottom: 20px;
}
.mrb-10 {
  margin-bottom: 10px;
}
.mrt-50 {
  margin-top: 50px;
}
.mrt-40 {
  margin-top: 40px;
}
.mrt-30 {
  margin-top: 30px;
}
.mrt-20 {
  margin-top: 20px;
}
.mrt-10 {
  margin-top: 10px;
}
.mrt50 {
  margin-top: -50px;
}
.mrt40 {
  margin-top: -40px;
}
.mrt30 {
  margin-top: -30px;
}
.mrt20 {
  margin-top: -20px;
}
.mrt10 {
  margin-top: -10px;
}
.pdt-80 {
  padding-top: 80px;
}
.pdt-70 {
  padding-top: 70px;
}
.pdt-60 {
  padding-top: 60px;
}
.pdt-50 {
  padding-top: 50px;
}
.pdt-40 {
  padding-top: 40px;
}
.pdt-30 {
  padding-top: 30px;
}
.pdt-20 {
  padding-top: 20px;
}
.pdt-10 {
  padding-top: 10px;
}
.font-20 {
  font-size: 20px !important;
}
/* --------------------------------------------------------------------- */
/* .member
/* --------------------------------------------------------------------- */
.member {
  /**/
}
/* --------------------------------------------------------------------- */
/* page-name
/* --------------------------------------------------------------------- */
.page-name {
  /**/
}
body {
  color: #000000;
  font-size: 14px;
  background: #f7f0e9;
  font-family: "UD デジタル 教科書体 N-R";
}
body > .container {
  padding: 0;
}
.module-main {
  display: inline-block;
  width: 100%;
}
.full {
  display: inline-block;
  width: 100%;
}
.border-bottom {
  border-bottom: 1px solid #b1c6d1;
  margin-bottom: 10px;
}
.btn.red {
  color: #FFFFFF;
  background-color: #cb5a5e;
}
.btn.green {
  color: #FFFFFF;
  background-color: #26a69a;
}
.btn.blue {
  color: #FFFFFF;
  background-color: #3598dc;
}
.btn.default {
  color: #333333;
  background-color: #E5E5E5;
}
.caption {
  font-size: 16px;
}
.text-left {
  text-align: left !important;
}
.controls-button {
  margin: 5px 0 8px;
}
.text-center {
  text-align: center;
}
.cl-green {
  color: #347986;
}
@media (max-width: 992px) {
  #wrapper-9 {
    padding: 50px 55px 150px 55px;
  }
}
@media (max-width: 768px) {
  .wrapper-8-product {
    flex-direction: column;
    align-items: center;
  }
  .wrapper-8-prod-item {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .wrapper-9-title {
    font-size: 32px;
  }
  .wrapper-9-list-item {
    margin: 75px 0;
  }
  .wrapper-9-list-item img {
    width: 7%;
  }
  .wrapper-9-text-list {
    font-size: 14px;
    margin: 20px 0 0 25px;
  }
  .wrapper-9-list-item:first-child {
    margin-left: 7px;
  }
  .wrapper-9-list-item:first-child img {
    width: 6%;
  }
  .footer-title {
    font-size: 37px;
  }
  .question-list img,
  .answer-list img {
    width: 7%;
  }
  .question-list div,
  .answer-list div,
  .answer-list {
    margin-left: 50px;
  }
  .question-list div {
    font-size: 14px;
  }
  .answer-list div {
    font-size: 12px;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .wrap-8-intro-title {
    font-size: 30px;
  }
  .wrapper-8-bot-text-1 {
    font-size: 19px;
  }
  .wrap-8-bot-text-2-content {
    font-size: 24px;
    width: 495px;
  }
  .wrapper-10-title img {
    width: 24%;
  }
  .wrapper-10-title-text {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .wrapper-8-title {
    font-size: 44px;
  }
  .wrap-8-intro-title {
    font-size: 21px;
  }
  .wrapper-8-bot-text {
    padding: 15px;
  }
  .wrapper-8-bot-text-1 {
    font-size: 14px;
  }
  .wrapper-8-bot-text-2 {
    margin-top: 25px;
    font-size: 15px;
    margin-bottom: 30px;
  }
  .wrap-8-bot-text-2-content {
    font-size: 19px;
    width: 395px;
    padding: 0 15px;
  }
  .wrap-8-bot-text-2-content p {
    width: 100%;
    font-size: 15px;
  }
  #wrapper-9 {
    margin: 30px;
    padding: 50px 15px 50px 20px;
  }
  .wrapper-9-text-list {
    margin: 0 0 0 25px;
  }
  .wrapper-9-title {
    font-size: 20px;
  }
  .wrapper-10-title img {
    width: 27%;
  }
  .wrapper-10-title-text {
    font-size: 20px;
  }
}
@media (max-width: 415px) {
  .question-list img,
  .answer-list img {
    width: 11%;
  }
}
.menu {
  position: relative;
  z-index: 9999;
}
.menu .nav-menu {
  position: absolute;
  width: 230px;
  height: 230px;
  top: -65px;
  left: 55%;
}
.menu .nav-menu .na-sub {
  position: absolute;
  width: 140px;
  height: 140px;
  top: 0;
  left: 0;
  transition: all 1s ease;
}
.menu .nav-menu .na-sub img {
  width: 100%;
  max-width: 100% !important;
}
.menu .nav-menu .na-sub.menu1 {
  z-index: 1;
}
.menu .nav-menu .na-sub.menu1:hover {
  z-index: 9;
  transform: scale(1.02);
}
.menu .nav-menu .na-sub.menu2 {
  right: 0;
  left: inherit;
  z-index: 2;
}
.menu .nav-menu .na-sub.menu2:hover {
  z-index: 9;
  transform: scale(1.02);
}
.menu .nav-menu .na-sub.menu3 {
  right: 0;
  left: inherit;
  top: 110px;
  z-index: 3;
}
.menu .nav-menu .na-sub.menu3:hover {
  z-index: 9;
  transform: scale(1.02);
}
.menu .nav-menu .na-sub.menu4 {
  top: 110px;
  z-index: 4;
}
.menu .nav-menu .na-sub.menu4:hover {
  z-index: 9;
  transform: scale(1.02);
}
.landing-banner {
  position: relative;
}
.landing-banner .container-fluid {
  position: relative;
  z-index: 9;
  padding: 0;
}
.landing-banner .container-fluid .banner-top img {
  width: 100%;
  max-width: 100%;
}
.landing-banner .container-fluid .banner-top3 {
  position: absolute;
  right: 100px;
  bottom: 175px;
}
.landing-banner .container-fluid .banner-top2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: inline-block;
  text-align: center;
  padding-top: 130px;
}
.landing-banner .container-fluid .banner-top2 img {
  max-width: 65%;
}
.landing-banner .module-main-content {
  position: relative;
}
.landing-banner .module-main-content:before {
  position: absolute;
  width: 200px;
  height: 100%;
  top: 100px;
  left: 12%;
  content: "";
  background: #537866;
  margin-left: 100px;
}
.landing-banner .module-main-content .md-full.flex {
  z-index: 3;
  position: relative;
  margin-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
}
.landing-banner .module-main-content .md-full.flex .md-full {
  position: relative;
}
.landing-banner .module-main-content .md-full.flex .banner-right .md-content {
  line-height: 36px;
  font-family: "UD デジタル 教科書体 N-R";
  font-size: 22px;
}
.landing-banner .module-main-content .md-full.flex .banner-right .md-content .md-content-title {
  font-size: 36px;
}
.landing-banner.module-page2 {
  margin-top: -154px;
  position: relative;
  z-index: 99;
}
.landing-banner.module-page2 .container-fluid .md-full.flex {
  display: flex;
  flex-direction: row ;
  flex-wrap: wrap ;
  justify-content: space-around;
}
.landing-banner.module-page2 .container-fluid .md-full.flex.bg1 {
  margin-bottom: 160px;
}
.landing-banner.module-page2 .container-fluid .md-full.flex.bg1:before {
  position: absolute;
  width: 90%;
  height: 500px;
  background: url(../images/bg_md2.png) no-repeat;
  background-size: cover;
  top: -20px;
  right: 10px;
  content: "";
}
.landing-banner.module-page2 .container-fluid .md-full.flex.bg1 .banner-right .md-content {
  color: #537866;
  line-height: 28px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "YuGothic", "YuGothicM", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
}
.landing-banner.module-page2 .container-fluid .md-full.flex.bg2:before {
  position: absolute;
  width: 100%;
  height: 100px;
  background: url(../images/bg_md_bg2.png) no-repeat center;
  background-size: cover;
  top: 30px;
  left: 0px;
  content: "";
}
.landing-banner.module-page2 .container-fluid .md-full.flex.bg2 .banner-left {
  padding-top: 20px;
}
.landing-banner.module-page2 .container-fluid .md-full.flex.bg2 .banner-right {
  padding-top: 125px;
  padding-left: 15px;
}
.landing-banner.module-page2 .container-fluid .md-full.flex.bg2 .banner-right img {
  position: absolute;
  top: -135px;
  width: 250px;
  right: 0;
}
.landing-banner.module-page2 .container-fluid .md-full.flex.bg2.v2:before {
  background: url(../images/bg_md_bg3.png) no-repeat center;
  background-size: cover;
}
.landing-banner.module-page2 .container-fluid .md-full.flex.bg2.v2 .banner-right {
  padding-top: 125px;
}
.landing-banner.module-page2 .container-fluid .md-full.flex.bg2.v2 .banner-right img {
  position: absolute;
  top: -132px;
  width: 220px;
  left: -25px;
  right: inherit;
}
.landing-banner.module-page2 .container-fluid .md-full.flex.bg2.v2 .banner-right .md-content .md-content-title {
  text-align: right;
}
.landing-banner.module-page2 .container-fluid .md-full.flex.bg2.v4:before {
  background: url(../images/bg_md_bg4.png) no-repeat center;
  background-size: cover;
  height: 210px;
}
.landing-banner.module-page2 .container-fluid .md-full.flex.bg2.v4 .banner-left {
  padding-top: 20px;
}
.landing-banner.module-page2 .container-fluid .md-full.flex.bg2.v4 .banner-right {
  padding-top: 135px;
  padding-left: 15px;
}
.landing-banner.module-page2 .container-fluid .md-full.flex.bg2.v4 .banner-right img {
  position: absolute;
  top: -115px;
  width: 220px;
  right: 0;
}
.landing-banner.module-page2 .container-fluid .md-full.flex.bg2.v5:before {
  background: url(../images/bg_md_bg5.png) no-repeat center;
  background-size: cover;
}
.landing-banner.module-page2 .container-fluid .md-full.flex.bg2.v5 .banner-right {
  padding-top: 95px;
}
.landing-banner.module-page2 .container-fluid .md-full.flex.bg2.v5 .banner-right img {
  position: absolute;
  top: -95px;
  width: 200px;
  left: -25px;
  right: inherit;
}
.landing-banner.module-page2 .container-fluid .md-full.flex.bg2.v5 .banner-right .md-content .md-content-title {
  text-align: right;
}
.landing-banner.module-page2 .container-fluid .md-full.flex .banner-left {
  width: 40%;
  position: relative;
  z-index: 9;
  text-align: center;
}
.landing-banner.module-page2 .container-fluid .md-full.flex .banner-right {
  width: 59%;
  position: relative;
  z-index: 9;
}
.md-sub-title {
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
  font-family: "UD デジタル 教科書体 N-B";
  font-size: 50px;
  letter-spacing: 15px;
  position: relative;
  z-index: 99;
  color: #fff;
  margin-bottom: 50px;
}
.md-sub-title .sub-title {
  background: #2e4f37;
  height: 110px;
  line-height: 110px;
  position: relative;
}
.md-sub-title .sub-title .border {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.md-sub-title .sub-title .border:before {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  content: "";
}
.md-sub-title .sub-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 9;
}
.md-sub-blog {
  padding-left: 100px;
  padding-right: 100px;
  font-family: "UD デジタル 教科書体 N-B";
  margin-bottom: 70px;
  position: relative;
  z-index: 99;
}
.md-sub-blog .sub-blog {
  display: inline-block;
  width: 100%;
  padding-left: 140px;
  padding-right: 140px;
}
.md-sub-blog .sub-blog .item-blog {
  position: relative;
  height: 110px;
  padding-left: 160px;
  background: #2e4f37;
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}
.md-sub-blog .sub-blog .item-blog .avatar {
  position: absolute;
  width: 160px;
  top: 0;
  left: 0;
}
.md-sub-blog .sub-blog .item-blog .avatar img {
  width: 160px;
  height: 110px;
}
.md-sub-blog .sub-blog .item-blog .blog-content {
  display: inline-block;
  width: 100%;
}
.md-sub-blog .sub-blog .item-blog .blog-content .blog-ct-title {
  display: inline-block;
  width: 100%;
  height: 62px;
  line-height: 62px;
  font-size: 42px;
  overflow: hidden;
  float: left;
}
.md-sub-blog .sub-blog .item-blog .blog-content .blog-ct-main {
  display: inline-block;
  float: left;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  background: #3b6b4f;
}
.md-sub-blog.style2 {
  padding-left: 70px;
  padding-right: 70px;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
}
.md-sub-blog.style2 .sub-blog .md-full.row-blog {
  display: flex;
  flex-direction: row ;
  flex-wrap: wrap ;
  justify-content: space-around;
  margin-bottom: 60px;
}
.md-sub-blog.style2 .sub-blog .md-full.row-blog .item-blog {
  float: none;
  width: 31%;
  padding-left: 30px;
  padding-right: 30px;
  background: rgba(255, 255, 255, 0.85);
  height: auto;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.md-sub-blog.style2 .sub-blog .md-full.row-blog .item-blog .avatar {
  position: relative;
  display: inline-block;
  width: 100%;
}
.md-sub-blog.style2 .sub-blog .md-full.row-blog .item-blog .avatar img {
  width: 100%;
  height: auto;
}
.md-sub-blog.style2 .sub-blog .md-full.row-blog .item-blog .blog-content .blog-ct-title {
  color: #537866;
  font-size: 32px;
}
.md-sub-blog.style2 .sub-blog .md-full.row-blog .item-blog .blog-content .blog-ct-main {
  font-size: 24px;
  background: none;
  color: #222;
  line-height: 30px;
  height: 180px;
  text-align: left;
  font-family: "UD デジタル 教科書体 N-R";
  overflow: hidden;
  position: relative;
}
.banner-full {
  position: relative;
  z-index: 99;
  margin-bottom: 100px;
}
.banner-full img {
  width: 100%;
}
#footer-wrapper {
  position: relative;
  z-index: 99;
  background: #fff;
  text-align: center;
  padding-top: 10px;
}
#footer-wrapper .footer-title {
  padding-top: 40px;
}
#footer-wrapper .module-footer {
  color: #537866;
}
#footer-wrapper .module-footer a {
  color: #537866;
}
#footer-wrapper .module-footer .footer-ct {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
}
#footer-wrapper .module-footer .footer-ct p {
  margin-bottom: 5px;
  font-size: 16px;
}
#footer-wrapper .module-footer .footer-ct .mail {
  text-transform: none;
}
#footer-wrapper:before {
  position: absolute;
  content: "";
  background: #fff;
  height: 30px;
  top: 100%;
  width: 100%;
  left: 0;
}
@media (max-width: 1380px) {
  .landing-banner.module-page2 .container-fluid .md-full.flex.bg2 .banner-left img {
    width: 80%;
  }
  .landing-banner.module-page2 .container-fluid .md-full.flex.bg2.v4 .banner-right img,
  .landing-banner.module-page2 .container-fluid .md-full.flex.bg2.v2 .banner-right img,
  .landing-banner.module-page2 .container-fluid .md-full.flex.bg2 .banner-right img {
    width: 180px;
  }
  .md-sub-blog .sub-blog {
    padding-left: 60px;
    padding-right: 60px;
  }
  .landing-banner.module-page2 .container-fluid .md-full.flex.bg2 .banner-right img {
    top: -105px;
  }
  .landing-banner.module-page2 .container-fluid .md-full.flex.bg2.v2 .banner-right img {
    top: -108px;
  }
  .md-sub-title {
    padding-left: 40px;
    padding-right: 40px;
  }
  .landing-banner .module-main-content:before {
    width: 180px;
    left: 9%;
  }
  .landing-banner.module-page2 .container-fluid .md-full.flex.bg1:before {
    background-size: contain;
  }
  .landing-banner.module-page2 .container-fluid .md-full.flex.bg1 .banner-right .md-content {
    font-size: 14px;
  }
  .landing-banner.module-page2 .container-fluid .md-full.flex.bg1 .banner-right {
    padding-top: 20px;
  }
  .landing-banner .module-main-content .md-full.flex {
    padding-left: 60px;
    padding-right: 60px;
  }
  .md-sub-blog.style2 .sub-blog .md-full.row-blog .item-blog .blog-content .blog-ct-main {
    font-size: 20px;
    height: 158px;
  }
}
@media (max-width: 1600px) {
  .md-sub-blog.style2 .sub-blog .md-full.row-blog .item-blog .blog-content .blog-ct-main {
    font-size: 20px;
    height: 210px;
  }
}
@media (max-width: 1500px) {
  .md-sub-blog.style2 .sub-blog .md-full.row-blog .item-blog .blog-content .blog-ct-main {
    font-size: 20px;
    height: 190px;
  }
}
@media (max-width: 1400px) {
  .md-sub-blog.style2 .sub-blog .md-full.row-blog .item-blog .blog-content .blog-ct-main {
    height: 180px;
  }
}
@media (max-width: 1170px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 980px) and (max-width: 1380px) {
  .landing-banner .container-fluid .banner-top2 {
    padding-top: 55px;
  }
  .landing-banner.module-page2 {
    margin-top: -100px;
  }
}
* {
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: font_w5;
  src: url('font/DShirkg3.ttc') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.position-rl {
  position: relative;
}
.position-ab {
  position: absolute;
}
.font-ud-nr {
  font-family: "UD デジタル 教科書体 N-R";
}
.font-ud-nb {
  font-family: "UD デジタル 教科書体 N-B";
}
.pc-none {
  display: none;
}
body.show-sp {
  background-color: #f7f0e9;
}
body.show-sp .pc-none {
  display: inline-block !important;
}
body.show-sp .mobile-none {
  display: none !important;
}
body.show-sp .md-sub-title {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
}
body.show-sp .md-sub-blog {
  padding: 0 !important;
  background: url(../images/bg_blog_sp.png) no-repeat;
  background-size: 80px;
  background-position: 48px top;
  padding-top: 50px !important;
  padding-bottom: 60px !important;
  margin-bottom: 0;
}
body.show-sp .md-sub-blog .sub-blog {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.show-sp .md-sub-blog .sub-blog .font-normal .blog-ct-title {
  font-family: "UD デジタル 教科書体 N-R";
  letter-spacing: -5px;
}
body.show-sp .md-sub-blog .sub-blog .blog-ct-title {
  font-size: 32px !important;
}
body.show-sp .top-layer {
  background: url(../images/img/top_layer.png) no-repeat;
  background-size: cover;
  min-height: 1140px;
}
body.show-sp .top-layer .menu {
  /*background: url(../images/img//menu.png) no-repeat;*/
  /*background-position: center;*/
  /*width: 163px;
        height: 152px;
        top: 180px;
        right: 80px;*/
}
body.show-sp .nav-menu {
  left: inherit;
  right: 35px;
  top: 100px;
}
body.show-sp .nav-menu .na-sub {
  width: 120px;
  height: 120px;
}
body.show-sp .nav-menu .na-sub.menu3 {
  top: 100px;
}
body.show-sp .nav-menu .na-sub.menu4 {
  top: 100px;
}
body.show-sp .top-text {
  bottom: 290px;
  right: 100px;
  font-weight: bold;
}
body.show-sp .top-text p:first-child {
  font-size: 26.6pt;
}
body.show-sp .top-text p:last-child {
  font-size: 20.8pt;
}
body.show-sp .mid-layer-1 {
  background: url(../images/img/mid_layer1.png) no-repeat;
  background-size: cover;
  min-height: 915px;
  margin-top: -315px;
}
body.show-sp .mid-layer1-text {
  bottom: -65px;
  font-weight: bold;
  left: 95px;
}
body.show-sp .text-title {
  font-size: 36pt;
}
body.show-sp .text-content p {
  font-size: 25.7pt;
}
body.show-sp .mid-layer1-text .text-content p {
  letter-spacing: 3.7px;
}
body.show-sp .mid-layer1-text .text-content p:nth-child(2),
body.show-sp .mid-layer1-text .text-content p:nth-child(5) {
  letter-spacing: 2.8px;
}
body.show-sp .mid-layer-2 {
  background: url(../images/img/mid_layer_02.png) no-repeat;
  background-size: cover;
  min-height: 1490px;
  margin-top: 5px;
}
body.show-sp .mid-layer2-text {
  font-weight: bold;
  right: 90px;
  bottom: 420px;
}
body.show-sp .mid-layer2-text .text-title,
body.show-sp .mid-layer4-text .text-title {
  text-align: right;
}
body.show-sp .mid-layer2-text .text-content p,
body.show-sp .mid-layer3-text .text-content p {
  letter-spacing: 3px;
}
body.show-sp .mid-layer2-text .text-content p:nth-child(3),
body.show-sp .mid-layer2-text .text-content p:nth-child(4),
body.show-sp .mid-layer2-text .text-content p:nth-child(5) {
  letter-spacing: 5px;
}
body.show-sp .mid-layer2-text .text-content p:last-child {
  text-align: left;
  letter-spacing: 4.5px;
}
body.show-sp .mid-layer-3 {
  background: url(../images/img/mid_layer_03.png) no-repeat;
  background-size: cover;
  min-height: 1054px;
  margin-top: -380px;
}
body.show-sp .mid-layer3-text {
  font-weight: bold;
  left: 95px;
  top: 331px;
}
body.show-sp .mid-layer-3 .text-content p:first-child {
  letter-spacing: 5px;
}
body.show-sp .mid-layer-3 .text-content p:nth-child(4),
body.show-sp .mid-layer-3 .text-content p:nth-child(5),
body.show-sp .mid-layer-3 .text-content p:nth-child(7),
body.show-sp .mid-layer-3 .text-content p:nth-child(8) {
  letter-spacing: 4.8px;
}
body.show-sp .mid-layer-4 {
  background: url(../images/img/mid_layer_04.png) no-repeat;
  background-size: cover;
  min-height: 1100px;
  margin-top: -55px;
}
body.show-sp .mid-layer4-text {
  font-weight: bold;
  right: 93px;
  top: 320px;
}
body.show-sp .mid-layer4-text .text-content p {
  letter-spacing: 5px;
}
body.show-sp .mid-layer4-text .text-content p:nth-child(5),
body.show-sp .mid-layer4-text .text-content p:nth-child(7) {
  letter-spacing: 3px;
}
body.show-sp .mid-layer4-text .text-content p:nth-child(6) {
  letter-spacing: 6.7px;
}
body.show-sp .bottom-text {
  background: white;
  font-size: 24pt;
  padding: 40px 42px;
  font-weight: 600;
}
body.show-sp .bottom-text p {
  margin-bottom: 0;
}
body.show-sp .bottom-gallery {
  display: flex;
}
body.show-sp .bottom-gallery div {
  width: 25%;
}
body.show-sp .bottom-gallery img {
  width: 100%;
}
body.show-sp .bottom-layer-2 {
  margin-top: 100px;
}
body.show-sp .bottom-contact {
  margin: 100px 0;
  background: white;
  font-family: font_w5;
  color: #537866;
  padding: 60px;
}
body.show-sp .top-form {
  text-align: center;
  margin: 10px 0 50px 0;
}
body.show-sp .top-form span {
  border: 2px solid #537866;
  font-size: 16.8pt;
  padding: 3px 15px;
}
body.show-sp .mid-form {
  padding: 0 75px;
}
body.show-sp .mid-form img {
  width: 100%;
  margin-bottom: 15px;
}
body.show-sp .mid-form p {
  font-size: 13.1pt;
}
body.show-sp .bot-form {
  font-size: 16.8pt;
  padding: 0 80px;
  margin-top: 50px;
}
body.show-sp .bot-form p:last-child {
  padding-left: 55px;
}
body.show-sp #footer-wrapper {
  padding-bottom: 60px;
}
body.show-sp #footer-wrapper .footer-text {
  font-size: 28px;
}
body.show-sp #footer-wrapper .footer-ct {
  font-size: 30px;
}
body.show-sp #footer-wrapper .footer-ct p {
  font-size: 30px;
}
/* --------------------------------------------------------------------- */
/* .header
/* --------------------------------------------------------------------- */
#mid_line_btn{
    position: fixed;
    z-index: 99999;
    width:20vw;
    max-width:280px;
    bottom: 10px;
    margin-top: -250px;
    right: 0;
    opacity: 0;
    /*background: rgba(80,131,53,0.7);*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding:20px 0;
    text-align: center;
    transition: all 0.4s ease;
    border-radius: 6px;
}
body.show-sidebar #mid_line_btn{
  opacity: 1;
  transition: all 0.4s ease;
}
/* --------------------------------------------------------------------- */
/* .header
/* --------------------------------------------------------------------- */
@media (max-width: 980px) {
  .landing-policy .md-policy .item-policy {
    width: 50%;
  }
}
.pc-none {
  display: none;
}
.show-sp #sp_bottom_menu{
  position: fixed;
  bottom:0;
  left:0;
  width:100%;
  z-index: 201;
  background: #fff;
}
.show-sp #sp_bottom_menu a.link-footer{
  float: left;
  width: 50%;
}
.show-sp #sp_bottom_menu a.mail{
  float: right;
  width: 50%;
}
.show-sp #sp_bottom_menu a img{
  width: 100%;
}
.show-sp .pc-none{
  padding-bottom: 200px;
}
.fix-mail img{
  margin-top: 15px;
}

@media (max-width: 767px) {
  #mid_line_btn{
    display: none !important;
  }
  
  .pc-none {
    display: inline-block !important;
  }
  .mobile-none {
    display: none !important;
  }
  .landing-module1 .md-title .sub-title {
    font-size: 22px;
  }
  .landing-module1 .md-title .key-title {
    font-size: 28px;
  }
  .banner-pc-4 {
    margin-top: 30px;
  }
  .module1-title2 {
    margin-top: 30px;
  }
  .module1-title2 .title2 {
    font-size: 18px;
  }
  .module1-title2 .title3 {
    font-size: 16px;
  }
  .module1-title2 .title4 {
    margin-top: 40px;
    font-size: 26px;
  }
  .banner-bg1 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .landing-module2 {
    padding-top: 60px;
  }
  .landing-module2 .title1 {
    font-size: 16px;
  }
  .landing-module2 .banner-bg1 {
    margin-left: 0;
    margin-right: 0;
  }
  .title-top3 img {
    width: 60%;
  }
  .landing-module3 .content {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .landing-module4 .title1 {
    margin-bottom: 30%;
  }
  #footer-wrapper {
    margin-top: 60px;
  }
  .footer-text {
    margin-top: 30px;
  }
  .footer-title {
    font-size: 26px;
  }
  .arrow-wrap-8-bg img {
    width: 120px;
  }
  .footer-wrapper .footer-text .footer-title {
    font-size: 18px;
  }
  .footer-wrapper .footer-text .footer-ct .footer-ct-title {
    font-size: 13px;
  }
  .footer-wrapper .footer-text .footer-ct .footer-ct-content .right,
  .footer-wrapper .footer-text .footer-ct .footer-ct-content .left {
    border: none;
    position: relative;
  }
  .footer-wrapper .footer-text .footer-ct .footer-ct-content .left:before {
    position: absolute;
    background: #f1fbff;
    content: "";
    top: -2px;
    right: -10px;
    height: 300%;
    width: 10px;
    z-index: 9;
  }
  .footer-wrapper .footer-text .footer-ct .footer-ct-content .right {
    padding-left: 10px;
  }
  .footer-wrapper .footer-text .footer-ct .footer-ct-content .md-flex {
    border-bottom: 1px solid #727678;
  }
  .footer-wrapper .footer-text .footer-ct .footer-ct-content .md-flex.no-border {
    border: none;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .landing-policy .md-policy .item-policy {
    width: 50%;
  }
  .landing-policy .md-policy .item-policy .md-ct {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .landing-policy .md-policy .item-policy {
    width: 100%;
  }
  .footer-wrapper .footer-text .footer-title {
    font-size: 14px;
  }
  .footer-wrapper .footer-text .footer-ct .footer-ct-title {
    font-size: 12px;
  }
}
