@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 900px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 901px) {
  .is-sp {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
}

body,
html {
  overflow-x: hidden;
}

#area2,
#area1,
#service {
  position: relative;
  top: -83px;
}
@media screen and (max-width: 900px) {
  #area2,
  #area1,
  #service {
    top: -60px;
  }
}

body {
  font-size: 16px;
  color: #25394D;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  background: #fff;
  min-width: initial;
  padding-top: 82.1px;
}
@media screen and (max-width: 900px) {
  body {
    padding-top: 59.68px;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 900px) {
  .inner {
    padding: 0 20px;
    max-width: 500px;
    margin: 0 auto;
  }
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 900px) {
  .l-inner {
    padding: 0 20px;
  }
}

.header-inner {
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 900px) {
  .header-inner {
    padding: 0 20px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  color: #25394D;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 10px 0;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .header {
    padding: 5px 0;
  }
}
.header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header .flex .logo {
  width: 250px;
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  .header .flex .logo {
    width: 200px;
  }
}
.header .flex .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .flex .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .flex .right ul li {
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .header .flex .right ul li {
    margin-right: 30px;
  }
}
.header .flex .right ul li a {
  font-family: "din-2014", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #13166D;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .header .flex .right ul li a {
    font-size: 18px;
  }
}
.header .flex .right ul li a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 1201px) {
  .header-btn {
    margin-left: 40px;
  }
}
.header-btn a {
  background: #13166D;
  display: block;
  padding: 10px 25px;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
.header-btn a:hover {
  opacity: 0.6;
}
.header-btn .header-btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-btn .header-btn-flex .text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .header-btn .header-btn-flex .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .header-btn .header-btn-flex .text {
    font-size: 15px;
  }
}
.header-btn .header-btn-flex .arrow {
  width: 19.5px;
  margin-left: 10px;
}
.header-btn .header-btn-flex .arrow img {
  vertical-align: middle;
}

.mv {
  height: 700px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .mv {
    height: 500px;
  }
}
.mv .contents {
  position: absolute;
  top: 80px;
  left: 10%;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .mv .contents {
    left: 5%;
    font-size: 30px;
  }
}
.mv video {
  width: 100%;
  height: 100%;
  display: block;
  /* オブジェクトの切り抜き調整 */
  -o-object-fit: cover;
     object-fit: cover;
  /* 余白なく全面表示 */
  -o-object-position: center;
     object-position: center;
}

section {
  padding: 80px 0 90px;
}
@media screen and (max-width: 900px) {
  section {
    padding: 50px 0 50px;
  }
}

.pickup {
  position: relative;
  z-index: 5;
  margin-top: -60px;
}
@media screen and (max-width: 900px) {
  .pickup {
    margin-top: -20px;
  }
}
.pickup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pickup ul li {
  width: 31%;
}
@media screen and (max-width: 900px) {
  .pickup ul li {
    width: 32%;
  }
}
.pickup ul li a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.pickup ul li a .img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.pickup ul li a .wrap {
  position: relative;
  padding-top: 56%;
}
.pickup ul li a .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.kyousan {
  overflow: hidden;
  width: 100%;
  background: #fff;
  padding: 50px 0 0;
}
@media screen and (max-width: 900px) {
  .kyousan {
    padding: 30px 0 10px;
  }
}
.kyousan .img1 {
  height: 28px;
}
@media screen and (max-width: 900px) {
  .kyousan .img1 {
    height: 12px;
  }
}
.kyousan .img2 {
  height: 35px;
}
@media screen and (max-width: 900px) {
  .kyousan .img2 {
    height: 17px;
  }
}
.kyousan .img3 {
  height: 50px;
}
@media screen and (max-width: 900px) {
  .kyousan .img3 {
    height: 25px;
  }
}
.kyousan .scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /* コンテンツの幅に合わせる */
  -webkit-animation: marquee 100s linear infinite;
          animation: marquee 100s linear infinite;
}
@media screen and (max-width: 900px) {
  .kyousan .scroll {
    -webkit-animation: marquee 60s linear infinite;
            animation: marquee 60s linear infinite;
  }
}

.kyousan ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kyousan li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 60px;
  /* バナー間の余白 */
}
@media screen and (max-width: 900px) {
  .kyousan li {
    margin-right: 20px;
  }
}

.kyousan img {
  height: 60px;
  /* お好みで */
  width: auto;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

/* 無限ループアニメーション */
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.section-title {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .section-title {
    margin-bottom: 25px;
  }
}
.section-title .en {
  font-size: 80px;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  color: #13166D;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .section-title .en {
    font-size: 34px;
    white-space: nowrap;
  }
}
.section-title .ja {
  font-size: 17px;
  font-weight: 600;
  color: #13166D;
  margin-left: 30px;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 900px) {
  .section-title .ja {
    font-size: 12px;
    white-space: nowrap;
    margin-left: 15px;
    top: 5px;
  }
}

.drawer-icon {
  position: fixed;
  top: 21px;
  right: 20px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
@media screen and (min-width: 901px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bars {
  width: 25px;
  height: 16px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 25px;
  height: 2px;
  background: #13166D;
  top: 0;
  left: 0;
}

.drawer-icon-bar1 {
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar2 {
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar3 {
  top: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #13166D;
  z-index: 250;
  display: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.drawer-content.is-active {
  display: block;
}

.drawer-icon-nav {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.drawer-icon-nav ul li {
  margin-bottom: 20px;
}
.drawer-icon-nav ul li a {
  display: block;
  color: #ffffff;
}

.drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 220;
  display: none;
}
.drawer-mask.is-active {
  display: block;
}

.section-btn a {
  color: #13166D;
  padding: 10px 25px;
  border: 1px solid #13166D;
  border-radius: 50px;
  display: inline-block;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .section-btn a {
    margin: 0 auto;
  }
}
.section-btn a:hover {
  opacity: 0.6;
}
.section-btn a .section-btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-btn a .section-btn-flex .section-btn-text {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .section-btn a .section-btn-flex .section-btn-text {
    font-size: 16px;
  }
}
.section-btn a .section-btn-flex .section-btn-arrow {
  width: 9px;
  position: relative;
  top: -1px;
  margin-left: 25px;
}
.section-btn a .section-btn-flex .section-btn-arrow img {
  vertical-align: middle;
}

.section-heading-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .section-heading-flex {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 901px) {
  .section-heading-flex .section-title {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 900px) {
  .top-news .btn {
    text-align: center;
    margin-top: 25px;
  }
}

.top-news {
  /* タブリスト */
  /* コンテンツ領域 */
}
.top-news .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .top-news .flex {
    display: block;
  }
}
.top-news .top-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-news .top-category li a {
  display: block;
  padding: 8px 16px;
  background: #eee;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-news .top-category li a.active {
  background: #13166D;
  color: #fff;
}
.top-news .contents {
  display: none;
  width: 100%;
}
.top-news .contents.active {
  display: block;
}
.top-news .top-category {
  background: #EEF1F5;
  padding: 30px;
  width: 220px;
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .top-news .top-category {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .top-news .top-category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top-news .top-category ul li {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top-news .top-category ul li {
    width: 31.333%;
  }
  .top-news .top-category ul li:nth-child(n+4) {
    margin-bottom: 0;
  }
}
.top-news .top-category ul li:last-child {
  margin-bottom: 0;
}
.top-news .top-category ul li a {
  color: #9BA4AE;
  line-height: 1;
  background: #fff;
  text-align: center;
  border-radius: 30px;
  padding: 11px 0;
  font-size: 16px;
  font-weight: 500;
  width: 130px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top-news .top-category ul li a {
    font-size: 13px;
    width: 100%;
    padding: 8px 0;
  }
}
.top-news .tab-contents {
  width: calc(100% - 280px);
}
@media screen and (max-width: 900px) {
  .top-news .tab-contents {
    width: 100%;
  }
}
.top-news .tab-contents ul li a {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #DAE1E9;
  padding-right: 40px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-news .tab-contents ul li a:hover {
  opacity: 0.6;
}
.top-news .tab-contents ul li a .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-news .tab-contents ul li a .arrow img {
  vertical-align: middle;
}
.top-news .tab-contents ul li .li-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .top-news .tab-contents ul li .li-flex {
    display: block;
  }
}
.top-news .tab-contents ul li .li-flex .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
}
@media screen and (max-width: 900px) {
  .top-news .tab-contents ul li .li-flex .info {
    width: 100%;
    margin-bottom: 8px;
  }
}
.top-news .tab-contents ul li .li-flex .info .time {
  font-family: "din-2014", sans-serif;
  color: #9BA4AE;
  font-size: 18px;
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  .top-news .tab-contents ul li .li-flex .info .time {
    font-size: 14px;
  }
}
.top-news .tab-contents ul li .li-flex .info .cat {
  color: #fff;
  line-height: 1;
  background: #13166D;
  text-align: center;
  border-radius: 30px;
  padding: 11px 0;
  font-size: 16px;
  font-weight: 500;
  width: 130px;
  text-align: center;
  display: block;
  line-height: 1;
  background: #13166D;
}
@media screen and (max-width: 900px) {
  .top-news .tab-contents ul li .li-flex .info .cat {
    font-size: 11px;
    padding: 5px 0;
    width: 80px;
  }
}
.top-news .tab-contents ul li .li-flex h3 {
  width: calc(100% - 250px);
  font-size: 16px;
  font-weight: 600;
  color: #25394D;
}
@media screen and (max-width: 900px) {
  .top-news .tab-contents ul li .li-flex h3 {
    width: 100%;
    font-size: 14px;
  }
}

.top-contact {
  background: url(../img2/top-contact-bg.jpg) no-repeat center center/cover;
}
.top-contact .section-title .en {
  color: #fff;
}
.top-contact .section-title .ja {
  color: #fff;
}
.top-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .top-contact ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-contact ul li {
  width: 23.5%;
}
@media screen and (max-width: 900px) {
  .top-contact ul li {
    width: 47%;
  }
  .top-contact ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.top-contact ul li img {
  border-radius: 10px;
}

.top-company .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: initial;
      flex-wrap: initial;
}
.top-company .flex a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  background: #13166D;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.top-company .flex a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 900px) {
  .top-company .flex {
    display: block;
  }
}
.top-company .flex .item {
  width: 49%;
}
@media screen and (max-width: 900px) {
  .top-company .flex .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-company .flex .item:last-child {
    margin-bottom: 0;
  }
}
.top-company .flex .item .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .top-company .flex .item .left {
    margin-bottom: 10px;
  }
}
.top-company .flex .item h3 {
  font-size: 28px;
  font-weight: 600;
}
.top-company .flex .item h3 span {
  font-size: 60%;
  letter-spacing: 2px;
}
.top-company .flex .item .arrow {
  width: 30px;
  position: relative;
  top: 1px;
  margin-left: 10px;
}
.top-company .flex .item .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
@media screen and (max-width: 900px) {
  .top-company .flex .item .right ul {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}
.top-company .flex .item .right ul li {
  background: #fff;
  color: #13166D;
  font-weight: 500;
  font-size: 14px;
  width: 110px;
  text-align: center;
  border-radius: 20px;
  padding: 7px 0;
}
@media screen and (max-width: 900px) {
  .top-company .flex .item .right ul li {
    width: 30%;
    font-size: 13px;
  }
}
.top-company .btn {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top-company .btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  .top-company .btn {
    margin-top: 25px;
  }
}

@media screen and (min-width: 901px) {
  .top-service {
    padding-bottom: 0;
  }
}
.top-service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: initial;
      flex-wrap: initial;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1750px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top-service ul {
    display: block;
  }
}
.top-service ul li {
  width: 33.33333%;
  text-align: center;
  padding: 190px 20px 60px;
}
@media screen and (max-width: 900px) {
  .top-service ul li {
    width: 100%;
    padding: 90px 20px 30px;
  }
}
.top-service ul li h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top-service ul li h3 {
    font-size: 22px;
  }
}
.top-service ul li h3::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  background: #fff;
  bottom: 140%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .top-service ul li h3::before {
    bottom: 120%;
    height: 30px;
  }
}
.top-service ul li .en {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  height: 75px;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .top-service ul li .en {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
.top-service ul li:nth-child(1) {
  background: url(../img2/top-service1.jpg) no-repeat center center/cover;
}
.top-service ul li:nth-child(2) {
  background: url(../img2/top-service2.jpg) no-repeat center center/cover;
}
.top-service ul li:nth-child(3) {
  background: url(../img2/top-service3.jpg) no-repeat center center/cover;
}
.top-service ul .section-btn a {
  color: #fff;
  background: #13166D;
}
@media screen and (max-width: 900px) {
  .top-service .btn {
    margin-top: 25px;
    text-align: center;
  }
}

.top-product {
  background: #EEF1F5;
}
@media screen and (max-width: 900px) {
  .top-product .btn {
    margin-top: 25px;
    text-align: center;
  }
}
.top-product ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .top-product ul li {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .top-product ul li:nth-child(2n) {
    margin-right: 0;
  }
  .top-product ul li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .top-product ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-product ul li:last-child {
    margin-bottom: 0;
  }
}
.top-product ul li a {
  background: #fff;
  padding: 30px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.top-product ul li a .arrow {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
}
@media screen and (max-width: 900px) {
  .top-product ul li a .arrow {
    width: 30px;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .top-product ul li a {
    padding: 20px;
  }
}
.top-product ul li a:hover {
  opacity: 0.6;
}
.top-product ul li .img {
  margin-bottom: 15px;
}
.top-product ul li h3 {
  color: #25394D;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
}
@media screen and (max-width: 900px) {
  .top-product ul li h3 {
    font-size: 18px;
  }
}
.top-product ul li p {
  font-size: 14px;
  padding-right: 40px;
}

.bread {
  background: #EEF1F5;
  padding: 30px 0;
}
.bread a,
.bread span {
  font-size: 16px;
  display: inline-block;
  color: #9BA4AE;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .bread a,
  .bread span {
    font-size: 11px;
  }
}
.bread .center {
  width: 8px;
  margin: 0 20px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 900px) {
  .bread .center {
    margin: 0 5px;
    width: 6px;
  }
}
.bread .center img {
  vertical-align: middle;
}
.bread a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bread a:hover {
  opacity: 0.6;
}

.blue-sec {
  background: #EEF1F5;
}

.study {
  background: #EEF1F5;
  padding-top: 20px;
}
.study .section-title .en {
  color: #13166D;
}
.study .section-title .ja {
  color: #13166D;
}
.study .study-text1 {
  font-size: 26px;
  font-weight: 700;
  color: #13166D;
  margin-bottom: 30px;
  letter-spacing: 4px;
}
@media screen and (max-width: 900px) {
  .study .study-text1 {
    letter-spacing: 0;
    font-size: 16px;
  }
}
.study .area {
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .study .area {
    margin-bottom: 50px;
  }
}
.study .area:last-child {
  margin-bottom: 0;
}
.study .interview-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .study .interview-ul {
    display: block;
  }
}
.study .interview-ul li {
  width: 49%;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
}
@media screen and (min-width: 901px) {
  .study .interview-ul li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .study .interview-ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .study .interview-ul li:last-child {
    margin-bottom: 0;
  }
}
.study .interview-ul li video {
  width: 100%;
  border-radius: 5px;
}
.study .interview-ul li .movie {
  margin-bottom: 15px;
}
.study .interview-ul li h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .study .interview-ul li h3 {
    font-size: 16px;
  }
}
.study .interview-ul li p {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .study .interview-ul li p {
    font-size: 14px;
  }
}

.case {
  background: #131439;
}
.case h2 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: 4px;
}
@media screen and (max-width: 900px) {
  .case h2 {
    letter-spacing: 0;
    font-size: 16px;
  }
}
.case ul li {
  margin-bottom: 40px;
  background: #fff;
  border-radius: 8px;
  padding: 30px;
}
@media screen and (max-width: 900px) {
  .case ul li {
    margin-bottom: 20px;
    padding: 20px;
  }
}
.case ul li:last-child {
  margin-bottom: 0;
}
.case ul .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .case ul .flex1 {
    display: block;
  }
}
.case ul .flex1 .left {
  width: 48%;
  background: #EEF1F5;
  padding: 20px;
}
@media screen and (max-width: 900px) {
  .case ul .flex1 .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.case ul .flex1 .left .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .case ul .flex1 .left .flex2 {
    display: block;
  }
}
.case ul .flex1 .left .img {
  width: 40%;
}
@media screen and (max-width: 900px) {
  .case ul .flex1 .left .img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.case ul .flex1 .left .contents1 {
  width: 55%;
}
@media screen and (max-width: 900px) {
  .case ul .flex1 .left .contents1 {
    width: 100%;
  }
}
.case ul .flex1 .left .contents1 h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .case ul .flex1 .left .contents1 h3 {
    font-size: 16px;
  }
}
.case ul .flex1 .left .contents1 p {
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .case ul .flex1 .left .contents1 p {
    font-size: 14px;
  }
}
.case ul .flex1 .right {
  width: 49%;
  padding: 20px;
}
@media screen and (max-width: 900px) {
  .case ul .flex1 .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
.case ul .flex1 .right .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.case ul .flex1 .right .heading .text1 {
  line-height: 1.3;
  background: #13166D;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.case ul .flex1 .right .heading .text1 .wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.case ul .flex1 .right .heading h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  width: calc(100% - 75px);
}
@media screen and (max-width: 900px) {
  .case ul .flex1 .right .heading h4 {
    font-size: 16px;
  }
}
.case ul .flex1 .right p {
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .case ul .flex1 .right p {
    font-size: 14px;
  }
}

.office1 {
  padding-top: 20px;
}
.office1 .img0 {
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .office1 .img0 {
    margin-bottom: 30px;
  }
}
.office1 .area {
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .office1 .area {
    margin-bottom: 50px;
  }
}
.office1 .area:last-child {
  margin-bottom: 0;
}
.office1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .office1 ul {
    display: block;
  }
}
.office1 ul li {
  background: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 901px) {
  .office1 ul li {
    width: calc(50% - 12.5px);
    margin-right: 25px;
  }
  .office1 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .office1 ul li:nth-child(n+3) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 900px) {
  .office1 ul li {
    display: block;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
  }
  .office1 ul li:last-child {
    margin-bottom: 0;
  }
}
.office1 ul li .img {
  width: 40%;
  margin-bottom: 0;
}
.office1 ul li .img img {
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .office1 ul li .img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.office1 ul li h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .office1 ul li h3 {
    font-size: 16px;
  }
}
.office1 ul li .contents {
  width: 55%;
}
@media screen and (max-width: 900px) {
  .office1 ul li .contents {
    width: 100%;
  }
}
.office1 ul li .contents .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4px;
}
@media screen and (max-width: 900px) {
  .office1 ul li .contents .row {
    font-size: 14px;
  }
}
.office1 ul li .contents .row .dt {
  width: 60px;
}
.office1 ul li .contents .row .dd {
  width: calc(100% - 70px);
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .office1 ul li .contents .row .dd {
    font-size: 13px;
  }
}
.office1 ul li .contents .bottom {
  background: #EEF1F5;
  padding: 15px;
  margin-top: 10px;
  font-size: 14px;
}
.office1 ul li .contents .bottom h4 {
  font-weight: 700;
  margin-bottom: 3px;
}
.office1 ul li .contents .bottom p {
  line-height: 1.7;
  font-size: 13px;
}

.section-title2 {
  font-size: 26px;
  font-weight: 700;
  color: #13166D;
  margin-bottom: 30px;
  letter-spacing: 4px;
}
@media screen and (max-width: 900px) {
  .section-title2 {
    letter-spacing: 0;
    font-size: 16px;
  }
}

.service1 .box {
  padding: 25px;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .service1 .box {
    padding: 20px;
  }
}
.service1 .box .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .service1 .box .flex1 {
    display: block;
  }
}
.service1 .box .flex1 .left {
  color: #fff;
  width: 33%;
  position: relative;
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .service1 .box .flex1 .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.service1 .box .flex1 .left .wrap2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 900px) {
  .service1 .box .flex1 .left .wrap2 {
    position: initial;
    -webkit-transform: initial;
            transform: initial;
    padding: 20px 0;
  }
}
.service1 .box .flex1 .left .wrap2 h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .service1 .box .flex1 .left .wrap2 h3 {
    font-size: 18px;
  }
}
.service1 .box .flex1 .left .wrap2 p {
  font-size: 14px;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
}
.service1 .box .flex1 .left1 {
  background: url(../img2/service1.png) no-repeat center center/cover;
}
.service1 .box .flex1 .left2 {
  background: url(../img2/se-list2.jpg) no-repeat center center/cover;
}
.service1 .box .flex1 .left3 {
  background: url(../img2/se-list3.jpg) no-repeat center center/cover;
}
.service1 .box .flex1 .right {
  width: 65%;
}
@media screen and (max-width: 900px) {
  .service1 .box .flex1 .right {
    width: 100%;
  }
}
.service1 .box .flex1 .right .heading {
  background: #EEF1F5;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .service1 .box .flex1 .right .heading {
    margin-bottom: 20px;
  }
}
.service1 .box .flex1 .right .heading .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.service1 .box .flex1 .right .heading .flex2 .icon1 {
  width: 30px;
  height: 30px;
  background: #13166D;
  color: #fff;
  font-weight: 700;
  position: relative;
  border-radius: 50%;
  font-size: 20px;
}
.service1 .box .flex1 .right .heading .flex2 .icon1 .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.service1 .box .flex1 .right .heading .flex2 h4 {
  width: calc(100% - 40px);
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .service1 .box .flex1 .right .heading .flex2 h4 {
    font-size: 16px;
  }
}
.service1 .box .flex1 .right .heading p {
  font-size: 14px;
  line-height: 2;
}
.service1 .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .service1 .bottom {
    display: block;
  }
}
.service1 .bottom .person {
  width: 200px;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .service1 .bottom .person {
    margin: 0 auto 10px !important;
    width: 170px;
  }
}
.service1 .bottom .person .person-img {
  width: 150px;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .service1 .bottom .person .person-img {
    width: 100%;
  }
}
.service1 .bottom .person .me {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}
@media screen and (max-width: 900px) {
  .service1 .bottom .person .me {
    left: -30px;
    width: 60px;
  }
}
@media screen and (max-width: 900px) {
  .service1 .bottom .person {
    margin: 0 auto 20px;
  }
}
.service1 .bottom .contents {
  width: calc(100% - 240px);
}
@media screen and (max-width: 900px) {
  .service1 .bottom .contents {
    width: 100%;
  }
}
.service1 .bottom .contents h5 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .service1 .bottom .contents h5 {
    font-size: 16px;
  }
}
.service1 .bottom .contents p {
  font-size: 14px;
  line-height: 2;
}

.service2 {
  position: relative;
  padding-top: 0;
}
.service2 .contact-c {
  max-width: 150px;
  position: absolute;
  top: -60px;
  right: 5%;
}
@media screen and (max-width: 900px) {
  .service2 .contact-c {
    top: -30px;
    max-width: 80px;
  }
}
.service2 .contact-c a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service2 .contact-c a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 901px) {
  .service2 ul li {
    width: 50%;
    padding: 250px 20px 100px;
  }
}
.service2 ul li.list1 {
  background: url(../img2/se-list1.jpg) no-repeat center center/cover;
}
.service2 ul li.list2 {
  background: url(../img2/se-list2.jpg) no-repeat center center/cover;
}
.service2 ul li.list3 {
  background: url(../img2/se-list3.jpg) no-repeat center center/cover;
}

.top-product ul li h3,
.top-product ul li p {
  padding-right: 80px;
}
@media screen and (max-width: 900px) {
  .top-product ul li h3,
  .top-product ul li p {
    padding-right: 40px;
  }
}

.top-product ul li .img img {
  border-radius: 8px;
}

.news {
  padding-top: 20px;
}
.news .flex {
  display: block;
}
.news .top-category {
  width: 100%;
}
.news .top-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .news .top-category ul li a {
    width: 120px;
  }
}
.news .tab-contents {
  width: 100%;
}

.news .ul1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news .ul1 li a {
  display: block;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news .ul1 li a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 901px) {
  .news .ul1 li {
    width: calc(33.333% - 13.3333333333px);
    margin-right: 20px;
  }
  .news .ul1 li:nth-child(3n) {
    margin-right: 0;
  }
  .news .ul1 li:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .news .ul1 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .news .ul1 li:last-child {
    margin-bottom: 0;
  }
}
.news .ul1 .img {
  margin-bottom: 10px;
}
.news .ul1 .img .wrap {
  position: relative;
  padding-top: 50%;
}
.news .ul1 .img .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.news .ul1 .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.news .ul1 .heading .time {
  color: #9BA4AE;
  font-size: 14px;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  margin-right: 10px;
}
.news .ul1 .heading .category {
  background: #13166D;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: block;
}
.news .ul1 h2 {
  font-size: 16px;
  font-weight: 700;
}

.single-news .box {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .single-news .box {
    padding: 20px;
  }
}

.single-news .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .single-news .heading {
    margin-top: 20px;
  }
}
.single-news .heading .time {
  color: #9BA4AE;
  font-size: 16px;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  margin-right: 10px;
}
.single-news .heading .category {
  background: #13166D;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  padding: 6px 25px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: block;
}
@media screen and (max-width: 900px) {
  .single-news .heading .category {
    font-size: 14px;
  }
}
.single-news h1 {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .single-news h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.single-news p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .single-news p {
    font-size: 14px;
  }
}
.single-news .btn {
  margin-top: 40px;
}
.single-news .section-btn a .section-btn-flex .section-btn-arrow {
  margin-left: 0;
  margin-right: 20px;
}

.pageTop a {
  display: none !important;
}

.single-news {
  margin-bottom: 10px;
}
.single-news h2 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .single-news h2 {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.single-news h3, .single-news h4, .single-news h5 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .single-news h3, .single-news h4, .single-news h5 {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.pagination {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination .next, .pagination .prev {
  display: none;
}
.pagination span {
  color: #13166D;
  font-weight: 700;
}

.area-add {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .area-add {
    margin-bottom: 30px;
  }
}
.area-add:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .area-add p {
    font-size: 14px;
  }
}
.area-add a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .area-add a {
    font-size: 14px;
  }
}
.area-add a:hover {
  opacity: 0.6;
}

.add-lead {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .add-lead {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.section-btn-arrow3 {
  display: inline-block;
  max-width: 10px;
}

.flex-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .flex-add .section-title2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .flex-add .section-title2 {
    margin-bottom: 10px;
  }
}
.flex-add .area-add {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .flex-add .area-add {
    width: 100%;
  }
}
.flex-add .section-title2 {
  margin-bottom: 10px;
}

.add-flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .add-flex2 {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .add-flex2 .section-title2 {
    margin-bottom: 10px;
  }
}
.add-flex2 .contents {
  width: 70%;
}
@media screen and (max-width: 900px) {
  .add-flex2 .contents {
    width: 100%;
    margin-bottom: 10px;
  }
}
.add-flex2 .img {
  width: 25%;
}
@media screen and (max-width: 900px) {
  .add-flex2 .img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

.red {
  color: red;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .img0110 {
    width: 100% !important;
  }
}

.news .ul1 li {
  background: #fff;
  border-radius: 8px;
}

.c-con img {
  width: 48%;
  height: initial;
  vertical-align: top;
  padding: 10px 5px;
}
@media screen and (max-width: 900px) {
  .c-con img {
    width: 100%;
  }
}

.pickup ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pickup ul li {
  width: 33.333%;
  padding: 0 5px;
}
@media screen and (min-width: 901px) {
  .pickup ul li {
    width: 33.333%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 900px) {
  .top-news .top-category ul li {
    margin-bottom: 0;
    margin-top: 0px;
  }
  .top-news .top-category ul li:nth-child(n+4) {
    margin-top: 20px;
  }
}