@charset "UTF-8";
/* =============================================== 
  About us
=============================================== */
/* フェードイン */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
#about section {
  margin: 0;
}
#about section h3 {
  max-width: 740px;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(90deg, rgba(42, 104, 176, 0) 0%, rgb(42, 104, 176) 20%, rgb(42, 104, 176) 80%, rgba(42, 104, 176, 0) 100%);
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  padding: 15px 0;
  position: relative;
}
#about section h3::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #2A68B0;
}
#about section h3 span {
  margin: 0;
}
#about .mv {
  padding: 50px 0 275px;
  background: linear-gradient(115deg, #58BDEA, #366193);
  position: relative;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  #about .mv {
    padding: 25px 0 285px;
    background: linear-gradient(155deg, #58BDEA, #366193);
  }
}
#about .mv .container {
  position: relative;
}
#about .mv .container .txt_box {
  overflow: inherit;
}
#about .mv .container .txt_box .subject {
  position: relative;
  padding: 0;
  margin: 50px 0;
  color: #2A68B0;
  font-size: 34px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #about .mv .container .txt_box .subject {
    position: static;
    margin: 0 0 20px;
    font-size: 22px;
    text-align: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 105%);
  }
}
#about .mv .container .txt_box .subject::before {
  content: "";
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0) 100%);
  width: calc((100vw - 1000px) / 2 + 280px);
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(100% - 280px);
  left: auto;
  z-index: -1;
  border: none;
}
@media screen and (max-width: 768px) {
  #about .mv .container .txt_box .subject::before {
    display: none;
  }
}
#about .mv .container .txt_box h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #about .mv .container .txt_box h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
#about .mv .container .txt_box p {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #about .mv .container .txt_box p {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
#about .mv .container .data_box {
  width: 720px;
  position: absolute;
  top: 0;
  right: -180px;
  font-family: "DIN Alternate", "Noto Sans";
  color: #fff;
}
#about .mv .container .data_box ul {
  position: relative;
}
#about .mv .container .data_box ul li {
  font-size: 27px;
  font-weight: bold;
  position: relative;
  height: 171px;
  margin-top: -40px;
}
#about .mv .container .data_box ul li div {
  position: inherit;
  z-index: 10;
}
#about .mv .container .data_box ul li div .data {
  line-height: 1em;
  margin-right: 10px;
  font-size: 70px;
  font-family: "Bebas", "DIN Alternate", "Noto Sans";
}
#about .mv .container .data_box ul li div .plus {
  line-height: 1em;
  margin-right: 10px;
  font-size: 70px;
  font-family: "Bebas", "DIN Alternate", "Noto Sans";
}
#about .mv .container .data_box ul li.flex div {
  display: flex;
}
#about .mv .container .data_box ul li:nth-of-type(1) {
  z-index: -2;
  margin-top: 0;
  padding: 40px 0 0 305px;
}
#about .mv .container .data_box ul li:nth-of-type(1)::after {
  background: url(../img/en/about_mv_img01.png) no-repeat center bottom/contain;
  position: absolute;
  content: "";
  width: 566px;
  height: 100%;
  top: 0;
  right: 0;
}
#about .mv .container .data_box ul li:nth-of-type(2) {
  z-index: -1;
  padding: 15px 0 0 260px;
}
#about .mv .container .data_box ul li:nth-of-type(2)::after {
  background: url(../img/en/about_mv_img02.png) no-repeat center bottom/contain;
  position: absolute;
  content: "";
  width: 617px;
  height: 100%;
  top: 0;
  right: 0;
}
#about .mv .container .data_box ul li:nth-of-type(3) {
  z-index: 0;
  padding: 45px 0 0 212px;
}
#about .mv .container .data_box ul li:nth-of-type(3)::after {
  background: url(../img/en/about_mv_img03.png) no-repeat center bottom/contain;
  position: absolute;
  content: "";
  width: 667px;
  height: 100%;
  top: 0;
  right: 0;
}
#about .mv .container .data_box ul li:nth-of-type(4) {
  z-index: 1;
  padding: 50px 0 0 160px;
}
#about .mv .container .data_box ul li:nth-of-type(4)::after {
  background: url(../img/en/about_mv_img04.png) no-repeat center bottom/contain;
  position: absolute;
  content: "";
  width: 719px;
  height: 100%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #about .mv .container .data_box {
    max-width: 400px;
    width: calc(100vw - 15px);
    position: inherit;
    right: -15px;
    margin-left: auto;
  }
  #about .mv .container .data_box ul {
    width: 100%;
  }
  #about .mv .container .data_box ul li {
    font-size: 17px;
    height: 115px;
    width: 100%;
    margin-top: -27px;
  }
  #about .mv .container .data_box ul li div .data {
    margin-right: 7px;
    font-size: 48px;
  }
  #about .mv .container .data_box ul li div .plus {
    margin-right: 7px;
    font-size: 48px;
  }
  #about .mv .container .data_box ul li.flex div {
    justify-content: flex-end;
  }
  #about .mv .container .data_box ul li:nth-of-type(1) {
    padding: 25px 20px 0 0;
    background: url(../img/en/about_mv_img01_sp.png) no-repeat right bottom/contain;
  }
  #about .mv .container .data_box ul li:nth-of-type(1)::after {
    display: none;
  }
  #about .mv .container .data_box ul li:nth-of-type(2) {
    padding: 10px 20px 0 0;
    background: url(../img/en/about_mv_img02_sp.png) no-repeat right bottom/contain;
  }
  #about .mv .container .data_box ul li:nth-of-type(2)::after {
    display: none;
  }
  #about .mv .container .data_box ul li:nth-of-type(2) p {
    text-align: right;
  }
  #about .mv .container .data_box ul li:nth-of-type(2) p:nth-of-type(1) {
    padding-right: 65px;
  }
  #about .mv .container .data_box ul li:nth-of-type(3) {
    padding: 25px 20px 0 0;
    background: url(../img/en/about_mv_img03_sp.png) no-repeat right bottom/contain;
  }
  #about .mv .container .data_box ul li:nth-of-type(3)::after {
    display: none;
  }
  #about .mv .container .data_box ul li:nth-of-type(3) p {
    text-align: right;
  }
  #about .mv .container .data_box ul li:nth-of-type(4) {
    padding: 30px 20px 0 0;
    background: url(../img/en/about_mv_img04_sp.png) no-repeat right bottom/contain;
  }
  #about .mv .container .data_box ul li:nth-of-type(4)::after {
    display: none;
  }
  #about .mv .container .data_box ul li:nth-of-type(4) p {
    text-align: right;
  }
  #about .mv .container .data_box ul li:nth-of-type(4) p:nth-of-type(1) {
    padding-right: 20px;
  }
}
#about .intro .container .inner {
  position: relative;
  padding: 60px 100px 70px 0;
  margin-top: -140px;
  margin-bottom: 190px;
}
@media screen and (max-width: 768px) {
  #about .intro .container .inner {
    padding: 20px;
    margin-top: -250px;
    margin-bottom: 60px;
  }
}
#about .intro .container .inner::before {
  content: "";
  background: #fff;
  position: absolute;
  width: calc(100vw - ((100vw - 1000px) / 2 + 40px));
  height: 100%;
  top: 0;
  right: 40px;
  z-index: -1;
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 768px) {
  #about .intro .container .inner::before {
    width: 100%;
    right: 0;
    border-radius: 20px;
  }
}
#about .intro .container .inner::after {
  content: "";
  background: linear-gradient(115deg, #B6E2F5 0%, #B6E2F5 50%, #C2D3E6 80%, #C2D3E6 100%);
  position: absolute;
  width: 750px;
  height: 370px;
  bottom: -100px;
  right: -25px;
  z-index: -2;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  #about .intro .container .inner::after {
    width: 100vw;
    height: 360px;
    bottom: -30px;
    right: -15px;
    border-radius: 0;
  }
}
#about .intro .container .inner .txt {
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #about .intro .container .inner .txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
#about .intro .container .inner .txt span {
  font-weight: bold;
}
#about .intro .container .inner .notes {
  font-size: 13px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #about .intro .container .inner .notes {
    font-size: 12px;
  }
}
#about .product {
  background: #F2F6F8;
  padding: 90px 0 120px;
  position: relative;
  z-index: -3;
}
@media screen and (max-width: 768px) {
  #about .product {
    padding: 30px 0 40px;
  }
}
#about .product h3 {
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #about .product h3 {
    width: 95%;
    font-size: 25px;
    padding: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  #about .product h3 span {
    font-size: 16px;
  }
}
#about .product h4 {
  margin-bottom: 15px;
  font-size: 60px;
  line-height: 1.5em;
  font-weight: bold;
}
#about .product h4::after {
  display: none;
}
#about .product .product_wrap {
  position: relative;
}
#about .product .product_wrap::before {
  content: "";
  content: "";
  background: #DFF8A7;
  position: absolute;
  width: calc(100vw - ((100vw - 1000px) / 2 - 100px));
  height: 650px;
  top: -85px;
  right: -100px;
  border-radius: 0 30px 30px 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #about .product .product_wrap::before {
    width: calc(100vw - 15px);
    height: 52%;
    top: -65px;
    right: 0;
    border-radius: 0 20px 20px 0;
  }
}
#about .product .product_wrap::after {
  content: "";
  background: #C2E1F2;
  position: absolute;
  width: calc(100vw - ((100vw - 1000px) / 2 - 100px));
  height: 890px;
  bottom: -350px;
  left: -100px;
  border-radius: 30px 0 0 30px;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  #about .product .product_wrap::after {
    width: calc(100vw - 15px);
    height: 60%;
    bottom: -100px;
    left: 0;
    border-radius: 20px 0 0 20px;
  }
}
#about .product .product_wrap .function {
  position: relative;
  padding-top: 100px;
  margin-top: 30px;
  margin-bottom: 195px;
}
@media screen and (max-width: 768px) {
  #about .product .product_wrap .function {
    padding-top: 0;
    padding-bottom: 100px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #about .product .product_wrap .function .txt_box {
    margin-bottom: 30px;
  }
}
#about .product .product_wrap .function .txt_box h4 {
  color: #22A218;
}
@media screen and (max-width: 768px) {
  #about .product .product_wrap .function .txt_box h4 {
    font-size: 30px;
  }
}
#about .product .product_wrap .function .txt_box .lead {
  color: #22A218;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #about .product .product_wrap .function .txt_box .lead {
    font-size: 18px;
  }
}
#about .product .product_wrap .function .img_box {
  position: absolute;
  width: 675px;
  right: -60px;
  top: 0;
}
@media screen and (max-width: 768px) {
  #about .product .product_wrap .function .img_box {
    position: inherit;
    width: 100vw;
    right: auto;
    left: 10px;
  }
}
#about .product .product_wrap .beauty {
  position: relative;
  padding-top: 300px;
  margin-bottom: 250px;
}
@media screen and (max-width: 768px) {
  #about .product .product_wrap .beauty {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 35px;
  }
}
#about .product .product_wrap .beauty .txt_box {
  display: block;
  width: 280px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #about .product .product_wrap .beauty .txt_box {
    margin: 0 0 30px 50px;
    width: 100%;
  }
}
#about .product .product_wrap .beauty .txt_box h4 {
  color: #2A68B0;
}
@media screen and (max-width: 768px) {
  #about .product .product_wrap .beauty .txt_box h4 {
    font-size: 30px;
  }
}
#about .product .product_wrap .beauty .txt_box .lead {
  color: #2A68B0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #about .product .product_wrap .beauty .txt_box .lead {
    font-size: 18px;
  }
}
#about .product .product_wrap .beauty .img_box {
  position: absolute;
  width: 675px;
  left: -30px;
  top: 0;
}
@media screen and (max-width: 768px) {
  #about .product .product_wrap .beauty .img_box {
    position: inherit;
    width: 100vw;
    left: auto;
    right: 40px;
  }
}
#about .product .txt {
  position: relative;
  padding: 60px 0 55px 150px;
  letter-spacing: 0.02em;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #about .product .txt {
    padding: 15px;
    margin-bottom: 40px;
  }
}
#about .product .txt::before {
  content: "";
  background: #fff;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 90px;
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 768px) {
  #about .product .txt::before {
    width: calc(100% + 10px);
    left: -5px;
    border-radius: 20px;
  }
}
#about .product .txt .inner {
  position: relative;
  padding: 0;
}
#about .product .txt h5 {
  font-size: 20px;
  margin: 45px 0 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #about .product .txt h5 {
    font-size: 18px;
    margin: 30px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  #about .product .txt p {
    font-size: 14px;
  }
}
#about .product .inner:nth-of-type(2) .col03 {
  margin-bottom: 35px;
}
#about .product .inner:nth-of-type(2) h5 {
  margin: 40px 0 15px;
  font-size: 20px;
  font-weight: 500;
}
#about .product .inner .lead {
  margin-bottom: 50px;
}
#about .product .inner:last-of-type {
  margin-bottom: 0;
}
#about .product .grid_wrap {
  grid-template-columns: 54% 1fr;
  gap: 0 20px;
  margin-right: -20px;
}
#about .product .grid_wrap dl dt {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}
#about .product .grid_wrap dl dd {
  line-height: 2;
}
#about .product .grid_wrap dl dd:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #about .product .col03 li.item03 div img {
    width: 23%;
  }
  #about .product .inner .lead {
    margin-bottom: 30px;
  }
  #about .product .grid_wrap {
    grid-template-columns: 1fr;
    gap: 30px 35px;
    margin: 0;
  }
  #about .product .grid_wrap dl dt {
    margin-bottom: 10px;
    font-size: 20px;
  }
  #about .product .grid_wrap dl dd:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
#about .product .product_reliability h4 {
  color: #715948;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #about .product .product_reliability h4 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
#about .product .product_reliability .inner {
  padding: 0;
}
#about .product .product_reliability .lead {
  font-size: 22px;
  color: #715948;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #about .product .product_reliability .lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #about .product .product_reliability dl dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #about .product .product_reliability dl dd {
    font-size: 14px;
    line-height: 2;
  }
}
#about .our_strength {
  padding: 100px 0 155px;
}
@media screen and (max-width: 768px) {
  #about .our_strength {
    padding: 30px 0 80px;
  }
}
#about .our_strength h3 {
  margin-bottom: 80px;
  line-height: 85px;
}
@media screen and (max-width: 768px) {
  #about .our_strength h3 {
    width: 95%;
    font-size: 25px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
#about .our_strength .grid {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #about .our_strength .grid {
    padding: 0;
  }
}
#about .our_strength .grid li {
  background: #F2F2F2;
  color: #fff;
  letter-spacing: 0.02em;
  display: flex;
}
@media screen and (max-width: 768px) {
  #about .our_strength .grid li {
    display: block;
  }
}
#about .our_strength .grid li:not(:last-of-type) {
  margin-bottom: 20px;
}
#about .our_strength .grid li h4 {
  padding-top: 40px;
  padding-bottom: 120px;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  width: 45%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .our_strength .grid li h4 {
    font-size: 21px;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 100px;
  }
}
#about .our_strength .grid li h4::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  left: calc(50% - 30px);
  bottom: 35px;
}
@media screen and (max-width: 768px) {
  #about .our_strength .grid li h4::after {
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
    bottom: 25px;
  }
}
#about .our_strength .grid li p {
  line-height: 2;
  width: 55%;
  color: #626262;
  padding: 35px 30px 45px;
}
@media screen and (max-width: 768px) {
  #about .our_strength .grid li p {
    width: 100%;
    padding: 20px 20px 25px;
    font-size: 14px;
  }
}
#about .our_strength .grid li:nth-child(1) h4 {
  background: linear-gradient(180deg, #BDB3E8, #685698);
}
#about .our_strength .grid li:nth-child(1) h4::after {
  background: url(../img/en/about_icon01.svg) no-repeat center bottom/contain;
}
#about .our_strength .grid li:nth-child(2) h4 {
  background: linear-gradient(180deg, #99B9DD, #366193);
  order: 2;
}
#about .our_strength .grid li:nth-child(2) h4::after {
  background: url(../img/en/about_icon02.svg) no-repeat center bottom/contain;
}
#about .our_strength .grid li:nth-child(3) h4 {
  background: linear-gradient(180deg, #99C5DD, #368893);
}
#about .our_strength .grid li:nth-child(3) h4::after {
  background: url(../img/en/about_icon03.svg) no-repeat center bottom/contain;
}
#about .our_strength .grid li:nth-child(4) h4 {
  background: linear-gradient(180deg, #99DDA9, #36933A);
  order: 2;
}
#about .our_strength .grid li:nth-child(4) h4::after {
  background: url(../img/en/about_icon04.svg) no-repeat center bottom/contain;
}
#about .en_history {
  background: #fafafa;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #about .en_history {
    padding-bottom: 50px;
  }
}
#about .en_history h3 {
  line-height: 85px;
  top: -60px;
}
@media screen and (max-width: 768px) {
  #about .en_history h3 {
    width: 95%;
    font-size: 23px;
    line-height: 1.1;
    margin-bottom: 30px;
    top: -40px;
  }
}
#about .en_history .list {
  padding: 0 20px;
  position: relative;
}
#about .en_history .list::before, #about .en_history .list::after {
  content: "";
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
}
#about .en_history .list::before {
  border-left: 2px solid #A5A5A5;
  height: 100%;
  top: 25px;
}
#about .en_history .list::after {
  background: linear-gradient(to top, #FAFAFA, transparent);
  width: 32px;
  height: 80px;
  bottom: -25px;
}
@media screen and (max-width: 768px) {
  #about .en_history .list {
    padding: 0;
  }
  #about .en_history .list::before, #about .en_history .list::after {
    content: "";
    position: absolute;
    transform: translate(0, 0);
    left: 0;
  }
  #about .en_history .list::before {
    top: 25px;
  }
  #about .en_history .list::after {
    width: 32px;
    height: 80px;
    bottom: -25px;
  }
}
#about .en_history .list li {
  width: 50%;
  padding-bottom: 19px;
  letter-spacing: 0.02em;
  position: relative;
}
#about .en_history .list li::before {
  content: "";
  background: #A5A5A5;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 25px;
}
#about .en_history .list li::after {
  content: "";
  position: absolute;
  width: 69%;
  top: 100%;
}
#about .en_history .list li .year {
  color: #BBCDE3;
  font-size: 40px;
  font-weight: bold;
}
#about .en_history .list li:nth-child(even) {
  margin-left: auto;
  padding-left: 30px;
}
#about .en_history .list li:nth-child(even)::before {
  left: -10px;
}
#about .en_history .list li:nth-child(even)::after {
  left: 30px;
}
#about .en_history .list li:nth-child(odd) {
  padding-right: 30px;
}
#about .en_history .list li:nth-child(odd)::before {
  right: -10px;
}
#about .en_history .list li:nth-child(odd)::after {
  right: 30px;
}
#about .en_history .list li:nth-child(odd) p {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #about .en_history .list li {
    width: 100%;
    padding: 0 0 19px 20px !important;
  }
  #about .en_history .list li::before {
    width: 15px;
    height: 15px;
    top: 18px;
    left: -7px !important;
    right: auto !important;
  }
  #about .en_history .list li::after {
    background-position: left center !important;
    left: 20px !important;
    right: auto !important;
  }
  #about .en_history .list li .year {
    font-size: 28px;
  }
  #about .en_history .list li p {
    text-align: left !important;
  }
}
#about .en_history .list li.img01 {
  margin-bottom: 200px;
}
#about .en_history .list li.img01::after {
  background: url(../img/en/about_history01.jpg) no-repeat right center/contain;
  padding-top: 55.5%;
}
@media screen and (max-width: 768px) {
  #about .en_history .list li.img01 {
    margin-bottom: calc(55.5% + 19px);
  }
}
#about .en_history .list li.img02 {
  margin-bottom: 60px;
}
#about .en_history .list li.img02::after {
  background: url(../img/en/about_history02.jpg) no-repeat left center/contain;
  padding-top: 44.5%;
}
@media screen and (max-width: 768px) {
  #about .en_history .list li.img02 {
    margin-bottom: calc(44.5% + 19px);
  }
}
#about .en_history .list li.img03 {
  margin-bottom: 120px;
}
#about .en_history .list li.img03::after {
  background: url(../img/en/about_history03.jpg) no-repeat left center/contain;
  padding-top: 45.5%;
}
@media screen and (max-width: 768px) {
  #about .en_history .list li.img03 {
    margin-bottom: calc(45.5% + 19px);
  }
}
#about .en_history .list li.img04 {
  margin-bottom: 270px;
}
#about .en_history .list li.img04::after {
  background: url(../img/en/about_history04.jpg) no-repeat right center/contain;
  padding-top: 66%;
}
@media screen and (max-width: 768px) {
  #about .en_history .list li.img04 {
    margin-bottom: calc(66% + 19px);
  }
}
#about .en_history .list li.img05 {
  margin-bottom: 95px;
}
#about .en_history .list li.img05::after {
  background: url(../img/en/about_history05.jpg) no-repeat left center/contain;
  padding-top: 45.7%;
}
@media screen and (max-width: 768px) {
  #about .en_history .list li.img05 {
    margin-bottom: calc(45.7% + 19px);
  }
}
#about .en_history .list li.img06 {
  margin-bottom: 130px;
}
#about .en_history .list li.img06::after {
  background: url(../img/en/about_history06.jpg) no-repeat left center/contain;
  padding-top: 45.7%;
}
@media screen and (max-width: 768px) {
  #about .en_history .list li.img06 {
    margin-bottom: calc(45.7% + 19px);
  }
}
#about .en_history .list li.img07 {
  margin-bottom: 90px;
}
#about .en_history .list li.img07::after {
  background: url(../img/en/about_history07.jpg) no-repeat right center/contain;
  padding-top: 51%;
}
@media screen and (max-width: 768px) {
  #about .en_history .list li.img07 {
    margin-bottom: calc(51% + 19px);
  }
}
#about .en_history .list li:last-of-type {
  padding-bottom: 50px;
}

/* =============================================== 
  Support
=============================================== */
#support #intro::after {
  background: url(../img/en/support_img01.jpg) no-repeat center/contain;
  width: 481.56px;
  height: 512.88px;
  top: -210px;
  right: -130px;
}
#support #intro .txt {
  width: 60%;
  letter-spacing: 0.02em;
}
#support .grid_wrap {
  letter-spacing: 0.02em;
}
#support .grid_wrap dl {
  padding: 16px 0 0 10px;
  position: relative;
}
#support .grid_wrap dl:not(:last-of-type) {
  margin-bottom: 17px;
}
#support .grid_wrap dl dt {
  background: #2A68B0;
  width: 270px;
  padding: 2px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
#support .grid_wrap dl dd {
  background: #EFF3F8;
  padding: 30px 28px 17px;
  color: #2A68B0;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #support #intro {
    padding-bottom: 0;
  }
  #support #intro::after {
    width: 55%;
    height: 55%;
    top: -100px;
    right: -10%;
  }
  #support #intro .txt {
    width: 100%;
  }
  #support .grid_wrap dl {
    margin-bottom: 17px;
  }
}

/* =============================================== 
  Sustainability
=============================================== */
#csr .ph {
  max-width: 1089px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
#csr .grid_wrap:not(:last-of-type) {
  margin-bottom: 50px;
}
#csr #area02 .list h3 {
  font-size: 17px;
  letter-spacing: 0;
  padding: 9px 15px;
}

/* =============================================== 
  Office network
=============================================== */
#network .map {
  padding: 0 20px;
  margin-bottom: 20px;
}
#network .detail {
  border-top: 1px solid #ddd;
  width: 100%;
}
#network .detail th, #network .detail td {
  border-bottom: 1px solid #ddd;
}
#network .detail th {
  background: #EFF6FD;
  width: 187.5px;
  padding: 20px;
  flex-shrink: 0;
  text-align: center;
}
#network .detail td {
  padding: 20px 55px;
}
#network .detail td a {
  color: #2A68B0;
  text-decoration: underline;
}
#network .detail td a:hover {
  text-decoration: none;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #network .map {
    padding: 0;
    margin-bottom: 20px;
  }
  #network .detail th, #network .detail td {
    font-size: 14px;
  }
  #network .detail th {
    width: 100px;
    padding: 15px;
  }
  #network .detail td {
    padding: 15px;
  }
}

/* =============================================== 
  library/ductsize
=============================================== */
#library.ductsize .attention {
  margin-top: 40px;
}