@charset "UTF-8";
.history {
  /******したからふわっと*********/
}
@media screen and (max-width: 767px) {
  .history .contents {
    padding-left: 0;
    padding-right: 0;
  }
}
.history .intro {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .history .intro {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .history .side-nav {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.history .history-contents .history-contents-wrap {
  position: relative;
}
.history .history-contents .history-contents-wrap:before {
  content: "";
  display: block;
  width: 40px;
  height: 0;
  background: rgb(0, 129, 204);
  background: linear-gradient(180deg, rgb(0, 129, 204) 0%, rgb(121, 216, 227) 100%);
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .history .history-contents .history-contents-wrap:before {
    width: 24px;
  }
}
.history .history-contents .history-contents-wrap.show:before {
  animation: line-anime 4s forwards linear;
  animation-delay: 1.5s;
}
@keyframes line-anime {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.history .history-contents .history-contents-wrap .more-btn {
  margin-top: 15px;
  padding-left: 1em;
}
.history .history-contents .history-contents-wrap .more-btn a {
  display: block;
  width: 175px;
  background: #0081CC;
  border: 1px solid #0081CC;
  border-radius: 22px;
  text-align: center;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: bold;
  padding: 7px 10px;
  overflow: hidden;
  position: relative;
  transition: color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .history .history-contents .history-contents-wrap .more-btn a {
    width: 100%;
    text-align: left;
    padding-left: 15px;
  }
}
.history .history-contents .history-contents-wrap .more-btn a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.history .history-contents .history-contents-wrap .more-btn a:after {
  content: "";
  display: block;
  width: 15px;
  height: 16px;
  background: url(/assets/img/common/glass.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.5s ease;
}
.history .history-contents .history-contents-wrap .more-btn a.link-arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s all;
}
.history .history-contents .history-contents-wrap .more-btn a.link-arrow:hover::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: none;
  border-right: 2px solid #0081CC;
  border-bottom: 2px solid #0081CC;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s all;
}
.history .history-contents .history-contents-wrap .more-btn a .txt {
  position: relative;
}
.history .history-contents .history-contents-wrap .more-btn a:hover {
  color: #0081CC;
}
.history .history-contents .history-contents-wrap .more-btn a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.history .history-contents .history-contents-wrap .more-btn a:hover:after {
  background: url(/assets/img/common/glass_h.png) no-repeat;
  background-size: contain;
}
.history .history-contents .history-contents-wrap .history-head {
  height: 215px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.history .history-contents .history-contents-wrap .history-head .history-head-contents {
  width: 50%;
}
.history .history-contents .history-contents-wrap .history-head .history-head-contents .head-cate {
  font-size: 2.25rem;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .history .history-contents .history-contents-wrap .history-head .history-head-contents .head-cate {
    font-size: 1.5625rem;
  }
}
.history .history-contents .history-contents-wrap .history-head .history-head-contents.management {
  background: #F5F8FC;
}
.history .history-contents .history-contents-wrap .history-head .history-head-contents.management .head-cate {
  color: #0081CC;
}
.history .history-contents .history-contents-wrap .history-head .history-head-contents.products {
  background: #D9F6FA;
}
.history .history-contents .history-contents-wrap .history-head .history-head-contents.products .head-cate {
  color: #19B5D1;
}
.history .history-contents .history-contents-wrap .history-head .period-cate {
  position: absolute;
  width: calc(100% - 50px);
  border-radius: 40px;
  background: #0081CC;
  padding: 25px 60px 15px;
  left: 25px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .history .history-contents .history-contents-wrap .history-head .period-cate {
    padding: 25px;
  }
}
.history .history-contents .history-contents-wrap .history-head .period-cate .period-cate-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .history .history-contents .history-contents-wrap .history-head .period-cate .period-cate-wrap {
    background: #fff;
    border-radius: 25px;
    padding-top: 5px;
  }
}
.history .history-contents .history-contents-wrap .history-head .period-cate .period-cate-wrap .period-cate-name {
  background: #fff;
  font-size: 1.75rem;
  text-align: center;
  padding: 5px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .history .history-contents .history-contents-wrap .history-head .period-cate .period-cate-wrap .period-cate-name {
    font-size: 1.375rem;
    border-radius: 0;
    background: none;
  }
}
.history .history-contents .history-contents-wrap .history-head .period-cate .period-cate-wrap .more-btn {
  padding-left: 0;
  position: absolute;
  top: -8px;
  right: 8px;
}
@media screen and (max-width: 767px) {
  .history .history-contents .history-contents-wrap .history-head .period-cate .period-cate-wrap .more-btn {
    position: static;
    margin-top: 5px;
    padding-bottom: 15px;
  }
}
.history .history-contents .history-contents-wrap .history-head .period-cate .period-cate-wrap .more-btn a {
  width: 144px;
  font-size: 0.9375rem;
  text-align: left;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .history .history-contents .history-contents-wrap .history-head .period-cate .period-cate-wrap .more-btn a {
    margin: 0 auto;
  }
}
.history .history-contents .history-contents-wrap .history-head .period-cate .period-cate-wrap .more-btn a:after {
  width: 19px;
  height: 20px;
}
.history .history-contents .history-contents-wrap .history-head .period-cate .term {
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .history .history-contents .history-contents-wrap .history-head .period-cate .term {
    font-size: 0.875rem;
  }
}
.history .history-contents .history-contents-wrap .history-head .period-cate .term .num {
  font-size: 1.6875rem;
  font-family: "Antonio", sans-serif;
  padding-right: 3px;
}
@media screen and (max-width: 767px) {
  .history .history-contents .history-contents-wrap .history-head .period-cate .term .num {
    font-size: 1.5625rem;
  }
}
.history .history-contents .history-contents-wrap .period {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.history .history-contents .history-contents-wrap .period .years {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 3px solid #0081CC;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .history .history-contents .history-contents-wrap .period .years {
    width: 48px;
    height: 48px;
    top: -24px;
  }
}
.history .history-contents .history-contents-wrap .period .years h4 {
  font-size: 1.625rem;
  color: #0081CC;
  font-family: "Antonio", sans-serif;
}
@media screen and (max-width: 767px) {
  .history .history-contents .history-contents-wrap .period .years h4 {
    font-size: 1.25rem;
  }
}
.history .history-contents .history-contents-wrap .period .period-contents {
  width: 50%;
  position: relative;
}
.history .history-contents .history-contents-wrap .period .period-contents.management {
  background: #F5F8FC;
  padding: 30px 43px 55px 25px;
}
@media screen and (max-width: 767px) {
  .history .history-contents .history-contents-wrap .period .period-contents.management {
    padding-right: 28px;
  }
}
.history .history-contents .history-contents-wrap .period .period-contents.management:before {
  content: "";
  width: calc(100% - 25px);
  border-top: 1px dashed #707070;
  position: absolute;
  top: 0;
  right: 0;
}
.history .history-contents .history-contents-wrap .period .period-contents.management.no-border:before {
  content: none;
}
.history .history-contents .history-contents-wrap .period .period-contents.products {
  background: #D9F6FA;
  padding: 30px 25px 55px 43px;
}
@media screen and (max-width: 767px) {
  .history .history-contents .history-contents-wrap .period .period-contents.products {
    padding-left: 28px;
  }
}
.history .history-contents .history-contents-wrap .period .period-contents.products:before {
  content: "";
  width: calc(100% - 25px);
  border-top: 1px dashed #707070;
  position: absolute;
  top: 0;
  left: 0;
}
.history .history-contents .history-contents-wrap .period .period-contents.products.no-border:before {
  content: none;
}
.history .history-contents .history-contents-wrap .period .period-contents .history-txt {
  position: relative;
  padding-left: 1em;
}
.history .history-contents .history-contents-wrap .period .period-contents .history-txt:before {
  display: block;
  content: "●";
  color: #0081CC;
  font-size: 0.625rem;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.history .history-contents .history-contents-wrap .period .period-contents .history-img {
  margin-top: 15px;
  background: #fff;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .history .history-contents .history-contents-wrap .period .period-contents .history-img {
    padding: 7px;
  }
}
.history .history-contents .history-contents-wrap .period .period-contents .history-img .history-img-col01.w80 img {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.history .history-contents .history-contents-wrap .period .period-contents .history-img .history-img-col01.w60 img {
  display: block;
  margin: 0 auto;
  width: 60%;
}
.history .history-contents .history-contents-wrap .period .period-contents .history-img .history-img-col01.w50 img {
  display: block;
  margin: 0 auto;
  width: 50%;
}
.history .history-contents .history-contents-wrap .period .period-contents .history-img .history-img-col01.w45 img {
  display: block;
  margin: 0 auto;
  width: 45%;
}
.history .history-contents .history-contents-wrap .period .period-contents .history-img.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.history .history-contents .history-contents-wrap .period .period-contents .history-img.flex .history-img-col02 {
  width: 40%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .history .history-contents .history-contents-wrap .period .period-contents .history-img.flex .history-img-col02 {
    width: 45%;
    padding: 0 5px;
  }
}
.history .history-contents .history-contents-wrap .period .period-contents .history-img.flex .history-img-col02.w50 {
  width: 50%;
  padding: 0;
}
.history .history-contents.n01 .history-contents-wrap:before {
  top: 260px;
}
@keyframes line-anime {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 260px);
  }
}
.history .history-contents.n01 .history-contents-wrap .history-head {
  height: 375px;
}
.history .history-contents.n01 .history-contents-wrap .history-head .management {
  border-top: 4px solid #0081CC;
}
.history .history-contents.n01 .history-contents-wrap .history-head .products {
  border-top: 4px solid #19B5D1;
}
.history .history-contents.n01 .history-contents-wrap .history-head .period-cate {
  top: 145px;
}
@media screen and (max-width: 767px) {
  .history .history-contents.n01 .history-contents-wrap .history-head .period-cate {
    top: 115px;
  }
}
.history .history-contents.n02 .history-contents-wrap:before {
  background: rgb(121, 216, 227);
  background: linear-gradient(180deg, rgb(121, 216, 227) 0%, rgb(65, 217, 148) 100%);
}
@keyframes line-anime {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 140px);
  }
}
.history .history-contents.n02 .history-contents-wrap .history-head .period-cate {
  background: #0EA1DF;
}
.history .history-contents.n02 .history-contents-wrap .history-head .more-btn a {
  border: 1px solid #0EA1DF;
  background: #0EA1DF;
}
.history .history-contents.n02 .history-contents-wrap .history-head .more-btn a:hover {
  color: #0EA1DF;
}
.history .history-contents.n02 .history-contents-wrap .history-head .more-btn a:hover:after {
  background: url(/assets/img/common/glass_h_02.png) no-repeat;
  background-size: contain;
}
.history .history-contents.n02 .history-contents-wrap .period .years {
  border: 3px solid #0EA1DF;
}
.history .history-contents.n02 .history-contents-wrap .period .years h4 {
  color: #0EA1DF;
}
.history .history-contents.n03 .history-contents-wrap:before {
  background: rgb(24, 213, 110);
  background: linear-gradient(180deg, rgb(24, 213, 110) 0%, rgb(149, 217, 61) 100%);
}
@keyframes line-anime {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 140px);
  }
}
.history .history-contents.n03 .history-contents-wrap .history-head .period-cate {
  background: #21B2C1;
}
.history .history-contents.n03 .history-contents-wrap .history-head .more-btn a {
  border: 1px solid #21B2C1;
  background: #21B2C1;
}
.history .history-contents.n03 .history-contents-wrap .history-head .more-btn a:hover {
  color: #21B2C1;
}
.history .history-contents.n03 .history-contents-wrap .history-head .more-btn a:hover:after {
  background: url(/assets/img/common/glass_h_03.png) no-repeat;
  background-size: contain;
}
.history .history-contents.n03 .history-contents-wrap .period .years {
  border: 3px solid #21B2C1;
}
.history .history-contents.n03 .history-contents-wrap .period .years h4 {
  color: #21B2C1;
}
.history .history-contents.n04 .history-contents-wrap:before {
  background: rgb(149, 217, 61);
  background: linear-gradient(180deg, rgb(149, 217, 61) 0%, rgb(214, 214, 44) 100%);
}
@keyframes line-anime {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 140px);
  }
}
.history .history-contents.n04 .history-contents-wrap .history-head .period-cate {
  background: #18D56E;
}
.history .history-contents.n04 .history-contents-wrap .history-head .more-btn a {
  border: 1px solid #18D56E;
  background: #18D56E;
}
.history .history-contents.n04 .history-contents-wrap .history-head .more-btn a:hover {
  color: #18D56E;
}
.history .history-contents.n04 .history-contents-wrap .history-head .more-btn a:hover:after {
  background: url(/assets/img/common/glass_h_04.png) no-repeat;
  background-size: contain;
}
.history .history-contents.n04 .history-contents-wrap .period .years {
  border: 3px solid #18D56E;
}
.history .history-contents.n04 .history-contents-wrap .period .years h4 {
  color: #18D56E;
}
.history .history-contents.n05 .history-contents-wrap:before {
  background: rgb(219, 219, 39);
  background: linear-gradient(180deg, rgb(219, 219, 39) 0%, rgb(219, 158, 35) 100%);
}
@keyframes line-anime {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 140px);
  }
}
.history .history-contents.n05 .history-contents-wrap .history-head .period-cate {
  background: #D6BC2C;
}
.history .history-contents.n05 .history-contents-wrap .history-head .more-btn a {
  border: 1px solid #D6BC2C;
  background: #D6BC2C;
}
.history .history-contents.n05 .history-contents-wrap .history-head .more-btn a:hover {
  color: #D6BC2C;
}
.history .history-contents.n05 .history-contents-wrap .history-head .more-btn a:hover:after {
  background: url(/assets/img/common/glass_h_05.png) no-repeat;
  background-size: contain;
}
.history .history-contents.n05 .history-contents-wrap .period .years {
  border: 3px solid #D6BC2C;
}
.history .history-contents.n05 .history-contents-wrap .period .years h4 {
  color: #D6BC2C;
}
.history .history-contents.n06 .history-contents-wrap:before {
  background: rgb(219, 155, 35);
  background: linear-gradient(180deg, rgb(219, 155, 35) 0%, rgb(219, 115, 35) 100%);
}
@keyframes line-anime {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 140px);
  }
}
.history .history-contents.n06 .history-contents-wrap .history-head .period-cate {
  background: #CCA716;
}
.history .history-contents.n06 .history-contents-wrap .history-head .more-btn a {
  border: 1px solid #CCA716;
  background: #CCA716;
}
.history .history-contents.n06 .history-contents-wrap .history-head .more-btn a:hover {
  color: #CCA716;
}
.history .history-contents.n06 .history-contents-wrap .history-head .more-btn a:hover:after {
  background: url(/assets/img/common/glass_h_06.png) no-repeat;
  background-size: contain;
}
.history .history-contents.n06 .history-contents-wrap .period .years {
  border: 3px solid #CCA716;
}
.history .history-contents.n06 .history-contents-wrap .period .years h4 {
  color: #CCA716;
}
.history .fadein-item {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s all;
  transform: translateY(60px);
  /*animation-name: fadein;
    animation-duration: 2s;*/
}
.history .fadein-item.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.history .fadein-item02 {
  opacity: 0;
  visibility: hidden;
  transition: 1s all;
  transform: translate(-50%, 100px) !important;
  /*animation-name: fadein;
    animation-duration: 2s;*/
}
.history .fadein-item02.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0) !important;
}

/***********モーダル***************/
.window-contents {
  display: none;
}

.modaal-wrapper {
  background: rgba(6, 72, 110, 0.4);
  z-index: 10000000000000000000000000;
}

.modaal-wrapper .modaal-close {
  width: 252px;
  border: 1px solid #0081CC;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  bottom: 50px;
  top: auto;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-close {
    width: 90%;
    bottom: 40px;
  }
}
.modaal-wrapper .modaal-close:before {
  content: "閉じる";
  width: 100%;
  font-size: 0.9375rem;
  color: #0081CC;
  text-align: center;
  font-weight: bold;
  position: static;
  transform: rotate(0);
}
.modaal-wrapper .modaal-close:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(/assets/img/common/modal-btn_icon.png) no-repeat;
  background-size: contain;
  transform: rotate(0);
  top: 11px;
  left: auto;
  right: 10px;
}
.modaal-wrapper .modaal-close:hover {
  background: #F2F6F7;
}
.modaal-wrapper .search-box {
  padding-top: 0;
  padding-bottom: 30px;
}

.modaal-close:focus:after, .modaal-close:focus:before {
  background: #fff;
}

.modaal-close:hover:before {
  background: #F2F6F7;
}

.modaal-container {
  width: 100% !important;
  max-width: 866px;
}

.modaal-content-container {
  padding: 65px 60px 115px;
}
@media screen and (max-width: 767px) {
  .modaal-content-container {
    padding: 30px 25px 95px;
  }
}
.modaal-content-container .history-head-modal .head-ttl {
  background: #0081CC;
  border-radius: 30px;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .modaal-content-container .history-head-modal .head-ttl {
    border-radius: 0;
  }
}
.modaal-content-container .history-head-modal .head-ttl .period-cate-name {
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modaal-content-container .history-head-modal .head-ttl .period-cate-name {
    font-size: 1.625rem;
  }
}
.modaal-content-container .history-head-modal .head-ttl p {
  color: #0081CC;
  font-size: 0.75rem;
  text-align: center;
  font-weight: 500;
}
.modaal-content-container .history-head-modal .head-ttl p .term {
  background: #fff;
  border-radius: 15px;
  padding: 2px 10px;
}
.modaal-content-container .history-head-modal .head-ttl p .term .num {
  font-family: "Antonio", sans-serif;
  font-size: 0.875rem;
}
.modaal-content-container .history-head-modal .contents-modal-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.modaal-content-container .history-head-modal .contents-modal-wrap .modal-wrap-col02 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .modaal-content-container .history-head-modal .contents-modal-wrap .modal-wrap-col02 {
    width: 100%;
  }
}
.modaal-content-container .history-head-modal .contents-modal-wrap .modal-wrap-col02.left {
  padding-right: 35px;
  border-right: 1px dotted #707070;
}
@media screen and (max-width: 767px) {
  .modaal-content-container .history-head-modal .contents-modal-wrap .modal-wrap-col02.left {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px dotted #707070;
  }
}
.modaal-content-container .history-head-modal .contents-modal-wrap .modal-wrap-col02.right {
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .modaal-content-container .history-head-modal .contents-modal-wrap .modal-wrap-col02.right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.modaal-content-container .history-head-modal .contents-modal-wrap .modal-wrap-col02 .ttl {
  color: #0081CC;
  font-size: 1.625rem;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .modaal-content-container .history-head-modal .contents-modal-wrap .modal-wrap-col02 .ttl {
    font-size: 1.375rem;
    margin-bottom: 13px;
  }
}
.modaal-content-container .history-head-modal .contents-modal-wrap .modal-wrap-col02 .about-ttl {
  font-size: 1.125rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .modaal-content-container .history-head-modal .contents-modal-wrap .modal-wrap-col02 .about-ttl {
    font-size: 1rem;
    margin-bottom: 13px;
  }
}
.modaal-content-container .history-head-modal .contents-modal-wrap .modal-wrap-col02 .about-ttl .year {
  color: #fff;
  text-align: center;
  font-family: "Antonio", sans-serif;
  background: #0081CC;
  border-radius: 20px;
  padding: 0 20px;
  margin-right: 10px;
}
.modaal-content-container .history-head-modal.n02 .head-ttl {
  background: #0EA1DF;
}
.modaal-content-container .history-head-modal.n02 .head-ttl p {
  color: #0EA1DF;
}
.modaal-content-container .history-head-modal.n02 .contents-modal-wrap .modal-wrap-col02 .ttl {
  color: #0EA1DF;
}
.modaal-content-container .history-head-modal.n02 .contents-modal-wrap .modal-wrap-col02 .about-ttl span {
  background: #0EA1DF;
}
.modaal-content-container .history-head-modal.n03 .head-ttl {
  background: #21B2C1;
}
.modaal-content-container .history-head-modal.n03 .head-ttl p {
  color: #21B2C1;
}
.modaal-content-container .history-head-modal.n03 .contents-modal-wrap .modal-wrap-col02 .ttl {
  color: #21B2C1;
}
.modaal-content-container .history-head-modal.n03 .contents-modal-wrap .modal-wrap-col02 .about-ttl span {
  background: #21B2C1;
}
.modaal-content-container .history-head-modal.n04 .head-ttl {
  background: #18D56E;
}
.modaal-content-container .history-head-modal.n04 .head-ttl p {
  color: #18D56E;
}
.modaal-content-container .history-head-modal.n04 .contents-modal-wrap .modal-wrap-col02 .ttl {
  color: #18D56E;
}
.modaal-content-container .history-head-modal.n04 .contents-modal-wrap .modal-wrap-col02 .about-ttl span {
  background: #18D56E;
}
.modaal-content-container .history-head-modal.n05 .head-ttl {
  background: #D6BC2C;
}
.modaal-content-container .history-head-modal.n05 .head-ttl p {
  color: #D6BC2C;
}
.modaal-content-container .history-head-modal.n05 .contents-modal-wrap .modal-wrap-col02 .ttl {
  color: #D6BC2C;
}
.modaal-content-container .history-head-modal.n05 .contents-modal-wrap .modal-wrap-col02 .about-ttl span {
  background: #D6BC2C;
}
.modaal-content-container .history-head-modal.n06 .head-ttl {
  background: #CCA716;
}
.modaal-content-container .history-head-modal.n06 .head-ttl p {
  color: #CCA716;
}
.modaal-content-container .history-head-modal.n06 .contents-modal-wrap .modal-wrap-col02 .ttl {
  color: #CCA716;
}
.modaal-content-container .history-head-modal.n06 .contents-modal-wrap .modal-wrap-col02 .about-ttl span {
  background: #CCA716;
}
.modaal-content-container .history-about-modal .contents-modal-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
}
.modaal-content-container .history-about-modal .contents-modal-wrap .modal-wrap-img {
  width: 311px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .modaal-content-container .history-about-modal .contents-modal-wrap .modal-wrap-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.modaal-content-container .history-about-modal .contents-modal-wrap .modal-wrap-img.gray {
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modaal-content-container .history-about-modal .contents-modal-wrap .modal-wrap-img.w65 img {
  display: block;
  width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .modaal-content-container .history-about-modal .contents-modal-wrap .modal-wrap-img.w65 img {
    padding: 10px 0;
  }
}
.modaal-content-container .history-about-modal .contents-modal-wrap .modal-wrap-img.w45 img {
  display: block;
  width: 45%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .modaal-content-container .history-about-modal .contents-modal-wrap .modal-wrap-img.w45 img {
    padding: 10px 0;
  }
}
.modaal-content-container .history-about-modal .contents-modal-wrap .modal-wrap-img .cap {
  font-size: 0.75rem;
  margin-top: 0.5em;
}
.modaal-content-container .history-about-modal .contents-modal-wrap .modal-wrap-txt {
  width: 405px;
}
@media screen and (max-width: 767px) {
  .modaal-content-container .history-about-modal .contents-modal-wrap .modal-wrap-txt {
    width: 100%;
  }
}
.modaal-content-container .history-about-modal .contents-modal-wrap .modal-wrap-txt.w100 {
  width: 100%;
}
.modaal-content-container .history-about-modal .contents-modal-wrap .modal-wrap-txt .ttl {
  color: #0081CC;
  font-size: 1.625rem;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .modaal-content-container .history-about-modal .contents-modal-wrap .modal-wrap-txt .ttl {
    font-size: 1.375rem;
    margin-bottom: 13px;
  }
}/*# sourceMappingURL=history.css.map */