@charset "UTF-8";
/*contact_banner*/
.contact_banner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  background: url("img/contact_banner/bg.jpg") top left repeat;
  line-height: 1;
  margin-bottom: 80px;
}
.contact_banner .title {
  font-size: 45px;
  line-height: 1;
  padding: 20px 50px;
  background: url("img/contact_banner/bg02.jpg") top left repeat;
}
.contact_banner .under {
  padding: 50px;
}
.contact_banner .txt01 {
  font-size: 20px;
}
.contact_banner .txt02 {
  font-size: 40px;
  margin: 10px 0;
}
.contact_banner .txt02 span {
  font-size: 70px;
}
.contact_banner .txt03 {
  font-size: 18px;
}
.contact_banner .right_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #000;
  background: #fff;
  position: relative;
  width: 472px;
}
.contact_banner .right_box .txt04 {
  font-size: 16px;
  background: #000;
  padding: 10px 0 13px;
}
.contact_banner .right_box .mail_inner {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact_banner .right_box .mail_inner a {
  width: 203px;
  height: 46px;
  font-size: 16px;
  position: relative;
  background: #345799;
}
.contact_banner .right_box .mail_inner a::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 10px;
  height: 10px;
  right: 5px;
  bottom: 5px;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.contact_banner .right_box .mail_inner a:nth-child(2) {
  background: #fc8200;
}
.contact_banner .right_box::after {
  content: "";
  position: absolute;
  background: url("img/contact_banner/icon.svg") no-repeat;
  width: 200px;
  height: 176px;
  top: -179px;
  right: 5px;
}

/*privacy_policy*/
#privacy_policy .text {
  font-size: 16px;
  line-height: 2.3;
}
#privacy_policy .txt01 {
  font-size: 20px;
  line-height: 1;
  margin-top: 40px;
}
#privacy_policy .txt02 {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 80px;
}
#privacy_policy .title {
  font-size: 20px;
  line-height: 1;
  margin: 40px 0 10px;
}

/*access_map*/
#access_map .txt01 {
  font-size: 20px;
  line-height: 1;
}
#access_map .txt02 {
  font-size: 20px;
  line-height: 1;
  margin: 10px 0 30px;
}
#access_map .txt01:nth-child(n+2) {
  margin-top: 50px;
}
#access_map iframe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 500px;
  border: 5px solid #000;
}

/*archives*/
#archives .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  line-height: 1;
}
#archives .item:nth-child(1) {
  padding-top: 0;
}
#archives .time {
  font-size: 16px;
  line-height: 1;
}
#archives .tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60px;
  height: 20px;
  font-size: 16px;
  line-height: 1;
  margin: 0 20px;
  color: #fff;
}
#archives .news_cat {
  background: #345799;
}
#archives .blog_cat {
  background: #fc8200;
}
#archives h2 {
  font-size: 16px;
}
#archives .text {
  font-size: 14px;
  line-height: 2;
  margin-top: 7px;
}

/*interview*/
#archives_interview .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 285px;
  margin-right: 20px;
}
#archives_interview .item:nth-child(4n) {
  margin-right: 0;
}
#archives_interview .item:nth-child(n+5) {
  margin-top: 20px;
}
#archives_interview .over {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  position: relative;
}
#archives_interview .img {
  width: 100%;
  padding-top: 67%;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#archives_interview .time {
  font-size: 16px;
  line-height: 1;
  width: 125px;
  height: 26px;
  background: #345799;
  position: absolute;
  right: 0;
  top: -13px;
}
#archives_interview .pick {
  font-size: 18px;
  line-height: 1;
  width: 118px;
  height: 26px;
  background: #f29600;
  position: absolute;
  left: 0;
  bottom: -13px;
  z-index: 20;
}
#archives_interview .pick::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 26px;
  right: -8px;
  top: 0;
  bottom: 0;
  z-index: 20;
  margin: auto;
  background: #f29600;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#archives_interview h2 {
  font-size: 14px;
  line-height: 1.7;
  margin: 30px 0 10px;
}

#single_interview .thumbnail, #single_achievements .thumbnail {
  margin: 80 auto 0;
}
#single_interview .gallery_box .title, #single_achievements .gallery_box .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 3px solid #000;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
#single_interview .gallery_box h2, #single_achievements .gallery_box h2 {
  font-size: 30px;
  margin-right: 20px;
}
#single_interview .gallery_box p, #single_achievements .gallery_box p {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
}
#single_interview .gallery_box .gallery_list a, #single_achievements .gallery_box .gallery_list a {
  width: 366px;
  margin-right: 50px;
}
#single_interview .gallery_box .gallery_list a .img, #single_achievements .gallery_box .gallery_list a .img {
  width: 100%;
  padding-top: 67%;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#single_interview .gallery_box .gallery_list a:nth-child(3n), #single_achievements .gallery_box .gallery_list a:nth-child(3n) {
  margin-right: 0;
}
#single_interview .gallery_box .gallery_list a:nth-child(n+4), #single_achievements .gallery_box .gallery_list a:nth-child(n+4) {
  margin-top: 50px;
}
#single_interview .box01, #single_achievements .box01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 15px solid #345799;
  padding: 50px;
}
#single_interview .box01 .time, #single_achievements .box01 .time {
  font-size: 16px;
  line-height: 1;
}
#single_interview .box01 h1, #single_achievements .box01 h1 {
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0 15px;
}
#single_interview .box01 .text, #single_achievements .box01 .text {
  font-size: 16px;
  line-height: 1.8;
}

#contact .txt01 {
  font-size: 18px;
  line-height: 1;
  margin: 50px auto 10px;
  letter-spacing: 1px;
}
#contact .tel {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 50px;
  letter-spacing: 1px;
}
#contact .tel span {
  font-size: 70px;
}
#contact table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #345799;
  border-left: none;
  border-right: none;
}
#contact table th, #contact table td {
  padding: 30px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #345799;
  position: relative;
  vertical-align: middle;
}
#contact table th {
  background: url("img/contact/bg.jpg") top left repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: #fff;
  width: 350px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  vertical-align: middle;
}
#contact table .essential {
  font-size: 16px;
  line-height: 1;
  position: absolute;
  right: 30px;
  background: #fff;
  padding: 5px 10px;
  color: #345799;
}
#contact table input, #contact table textarea {
  background: #eee;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  padding: 10px;
  font-size: 16px;
  outline: none;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
}
#contact table input[type=radio] {
  width: auto;
}
#contact table input[type=file] {
  background: none;
  padding: 0;
}
#contact table .wpcf7-list-item.first {
  margin: 0;
}
#contact table textarea {
  height: 200px;
}
#contact table .min01 {
  font-size: 14px;
  margin-top: 5px;
}
#contact table .min02 {
  font-size: 16px;
  line-height: 1.7;
}
#contact table .file_title {
  font-size: 16px;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 10px;
}
#contact .form_btn {
  width: 600px;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #345799;
  color: #fff;
  border-radius: 10px;
  margin: 50px auto 0;
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
  letter-spacing: 1px;
  border: none;
  outline: none;
  cursor: pointer;
}
#contact .wpcf7 form .wpcf7-response-output, #contact .wpcf7 form.invalid .wpcf7-response-output, #contact .wpcf7 form.unaccepted .wpcf7-response-output, #contact .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #ff0000;
  font-size: 14px;
}
#contact .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  margin-top: 16px;
}
#contact .thanks {
  font-size: 16px;
  line-height: 2;
}
#contact div.wpcf7-mail-sent-ok {
  display: none !important;
}
#contact .caution_txt {
  font-size: 17px;
  font-weight: bold;
  margin: 30px auto 0;
  color: #ff0000;
}
#contact .caution_txt.caution_txt01 {
  margin: 0 auto 50px;
}

/*merchandise*/
.merchandise .left_img {
  margin-right: 50px;
}
.merchandise .right_img {
  margin-left: 50px;
}
.merchandise .text01 {
  font-size: 18px;
  line-height: 2;
}
.merchandise .table01 {
  width: 100%;
  background: #f9f9f9;
}
.merchandise .table01 th, .merchandise .table01 td {
  font-size: 16px;
  line-height: 2.3;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 3px solid #345799;
  vertical-align: middle;
}
.merchandise .table01 tr:nth-child(1) th, .merchandise .table01 tr:nth-child(1) td {
  border-top: none;
}
.merchandise .table01 th {
  border-right: 3px solid #345799;
  word-break: keep-all;
}
.merchandise .box01 {
  background: url("img/fixed_partition/box01_bg.jpg") top left repeat;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #e6e6e6;
}
.merchandise .box01 h2 {
  font-size: 35px;
  line-height: 1;
  padding-bottom: 30px;
  border-bottom: 3px solid #345799;
  margin-bottom: 30px;
}
.merchandise .box01 ul {
  width: calc(50% - 10px);
}
.merchandise .box01 ul li {
  font-size: 16px;
  line-height: 2;
}
.merchandise .box01 ul li:nth-child(n+2) {
  margin-top: 20px;
}
.merchandise .title {
  font-size: 25px;
  line-height: 1;
  padding: 25px 0;
  background: url("img/fixed_partition/title_bg.jpg") top left repeat;
}
.merchandise .con .txt01 {
  font-size: 18px;
  line-height: 1;
}
.merchandise .con h3 {
  font-size: 20px;
  line-height: 1;
  margin: 10px auto 15px;
}
.merchandise .con .txt02 {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.merchandise .con .table02 {
  width: 100%;
  background: #e6e6e6;
}
.merchandise .con .table02 th, .merchandise .con .table02 td {
  font-size: 14px;
  line-height: 2;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #fff;
  vertical-align: middle;
}
.merchandise .con .table02 th {
  background: #345799;
  font-size: 16px;
  width: 180px;
}
.merchandise .con .table02 tr:nth-child(1) th, .merchandise .con .table02 tr:nth-child(1) td {
  border-top: none;
}
.merchandise .con_list .con {
  width: calc(50% - 25px);
}
.merchandise .catalog_box .item {
  width: 366px;
  margin-right: 50px;
}
.merchandise .catalog_box .item:nth-child(3n) {
  margin-right: 0;
}
.merchandise .catalog_box .item:nth-child(n+4) {
  margin-top: 30px;
}
.merchandise .catalog_box .txt01 {
  font-size: 18px;
  line-height: 1;
}
.merchandise .catalog_box .txt02 {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px auto 30px;
}
.merchandise .catalog_box .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 50px;
  background: #345799;
  border-radius: 5px;
}
.merchandise .catalog_box .btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 10px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/*about*/
#about .inner {
  font-size: 18px;
  line-height: 2;
}
#about .inner .img01 {
  margin-right: 50px;
}
#about .inner .img02 {
  margin-left: 50px;
}
#about .bnr01 {
  padding: 10px;
  background: #000;
  overflow: hidden;
  position: relative;
  height: 300px;
}
#about .bnr01 img {
  opacity: 0.2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#about .bnr01 .con {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}
#about .bnr01 .div01 {
  padding: 0 50px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#about .bnr01 .bnr_text01 {
  font-size: 40px;
  line-height: 1;
  background: #345799;
  position: relative;
  z-index: 10;
  display: table;
  margin: 0 auto 28px;
  padding: 5px 5px 5px 25px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
#about .bnr01 .bnr_text02 {
  position: relative;
  z-index: 10;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
#about .bnr01 .bnr_text02 p:nth-child(1) {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 10px;
}
#about .bnr01 .bnr_text02 p:nth-child(2) {
  font-size: 60px;
  line-height: 1;
}
#about .bnr01 .bnr_text02::before, #about .bnr01 .bnr_text02::after {
  content: "";
  display: block;
  background: #fff;
  height: 3px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#about .bnr01 .bnr_text02::before {
  margin-right: 20px;
}
#about .bnr01 .bnr_text02::after {
  margin-left: 20px;
}
#about .box01 {
  background: url("img/about/box01_title_bg.jpg") top left repeat;
  padding-top: 30px;
}
#about .box01 .title {
  width: calc(100% - 60px);
  margin: auto;
  background: url("img/about/box01_img.jpg") center center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px 0 50px 0;
  position: relative;
  padding: 70px 0;
  -webkit-box-shadow: 4px 4px 0 #afafaf;
          box-shadow: 4px 4px 0 #afafaf;
}
#about .box01 .title .txt01 {
  display: table;
  margin: auto;
  letter-spacing: 2px;
}
#about .box01 .title .txt01 p {
  font-size: 25px;
  line-height: 1;
  position: relative;
  padding: 0 5px;
}
#about .box01 .title .txt01 p:nth-child(2) {
  margin-top: 20px;
}
#about .box01 .title .txt01 p::after {
  content: "";
  position: absolute;
  background: #fc8200;
  width: 100%;
  height: 5px;
  bottom: -3px;
  left: 0;
}
#about .box01 .title .txt01 span {
  position: relative;
  z-index: 20;
}
#about .box01 .title .txt02 {
  margin: 40px auto 15px;
  letter-spacing: 5px;
}
#about .box01 .title .txt02 span {
  font-size: 40px;
  line-height: 1;
  display: block;
}
#about .box01 .title .txt02 img:nth-child(1) {
  margin-right: -10px;
}
#about .box01 .title .txt02 img:nth-child(2) {
  margin-left: -10px;
}
#about .box01 .title h2 {
  font-size: 80px;
  line-height: 1;
  letter-spacing: 10px;
}
#about .box01 .title .icon_text {
  position: absolute;
  bottom: 125px;
  left: 365px;
  font-size: 20px;
  line-height: 1;
}
#about .box01 .title .icon01, #about .box01 .title .icon02 {
  position: absolute;
}
#about .box01 .title .icon01 {
  left: 50px;
  top: 70px;
}
#about .box01 .title .icon02 {
  right: 15px;
  top: 50px;
}
#about .box01 .con01 {
  margin-top: 30px;
  background: url("img/about/box01_con01_bg.jpg") top left repeat;
  padding: 70px 50px 40px;
}
#about .box01 .con01 h3 {
  font-size: 30px;
  line-height: 1.7;
  letter-spacing: 2px;
}
#about .box01 .con01 .text {
  font-size: 18px;
  line-height: 2;
  margin: 40px auto;
  letter-spacing: 2px;
}
#about .box01 .con01 li p {
  font-size: 20px;
  line-height: 1;
  margin-top: 20px;
}
#about .box01 .con01 .sub_title {
  font-size: 30px;
  line-height: 1;
  background: #fff;
  padding: 15px 0;
  margin-bottom: 50px;
}

/*reason*/
#reason .box01 .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 10px solid #345799;
  padding-bottom: 25px;
  margin-bottom: 50px;
}
#reason .box01 .title .left_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 3px solid #345799;
  padding-right: 40px;
  margin-right: 50px;
}
#reason .box01 .title .txt01 {
  font-size: 25px;
  line-height: 1;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
#reason .box01 .title .txt01 span {
  font-size: 50px;
  margin-top: 10px;
  display: block;
  margin-left: 5px;
}
#reason .box01 .title .no {
  font-size: 120px;
  line-height: 0.85;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  margin-left: 10px;
}
#reason .box01 .title h2 {
  font-size: 45px;
}
#reason .box01 .inner .img01 {
  margin-right: 50px;
}
#reason .box01 .inner .img02 {
  margin-left: 50px;
}
#reason .box01 .inner p {
  font-size: 18px;
  line-height: 2;
}
#reason .box01 .bnr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 10px solid #345799;
  background: url("img/reason/bnr_bg.jpg") top left repeat;
  position: relative;
  height: 350px;
}
#reason .box01 .bnr p {
  font-size: 35px;
  line-height: 1;
  background: #345799;
  padding: 5px 20px 8px;
  position: relative;
  z-index: 10;
  display: table;
}
#reason .box01 .bnr p:nth-child(2) {
  margin-top: 10px;
}
#reason .box01 .bnr .text {
  margin: 30px 0 0 30px;
  position: relative;
  z-index: 10;
}
#reason .box01 .bnr .img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#reason .l_bnr {
  background: url("img/reason/l_bnr_bg.jpg") center center no-repeat;
  height: 450px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 10px solid #345799;
}
#reason .l_bnr .con {
  background: rgba(52, 87, 153, 0.95);
  width: 950px;
  padding: 55px 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  position: relative;
}
#reason .l_bnr .con .txt01 {
  font-size: 40px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
#reason .l_bnr .con .txt02, #reason .l_bnr .con .txt03 {
  font-size: 60px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
#reason .l_bnr .con .txt02 {
  margin: 15px auto;
}
#reason .l_bnr .con .icon_text {
  display: table;
  font-size: 40px;
  background: #fc8200;
  padding: 10px 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: auto;
  z-index: 10;
}
#reason .l_bnr .icon01 {
  position: absolute;
  left: 30px;
  bottom: 25px;
  z-index: 10;
}
#reason .l_bnr .icon02 {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}

/*company*/
#company .title {
  font-size: 30px;
  line-height: 1;
  background: url("img/company/title_bg.jpg") top center repeat;
  padding: 15px 0;
  margin-bottom: 50px;
}
#company .box01 h2 {
  font-size: 30px;
  margin-bottom: 40px;
}
#company .box01 p {
  font-size: 40px;
  line-height: 1.5;
}
#company .box02 .img {
  margin-right: 50px;
}
#company .box02 .text {
  font-size: 16px;
  line-height: 2.3;
}
#company .box02 .txt02 {
  font-size: 30px;
  line-height: 1;
  margin-top: 50px;
}
#company .box03 table {
  width: 100%;
}
#company .box03 table th, #company .box03 table td {
  font-size: 16px;
  line-height: 2;
  vertical-align: middle;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #aaa;
}
#company .box03 table th {
  background: #eee;
  width: 225px;
}

/*useful*/
#archives_useful .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 2px solid #000;
  width: 240px;
  padding-left: 20px;
  margin-right: 70px;
  z-index: 10;
  position: relative;
}
#archives_useful .item:nth-child(4n) {
  margin-right: 0;
}
#archives_useful .item:nth-child(n+5) {
  margin-top: 50px;
}
#archives_useful .over {
  position: relative;
  margin-bottom: 20px;
}
#archives_useful .img {
  width: 100%;
  padding-top: 67%;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
#archives_useful .time {
  font-size: 16px;
  line-height: 1;
}
#archives_useful h2 {
  font-size: 16px;
  line-height: 1;
  margin: 15px auto;
}
#archives_useful .text {
  font-size: 14px;
  line-height: 1.7;
}
#archives_useful .in_btn {
  position: absolute;
  left: 150px;
  bottom: 20px;
  font-size: 14px;
  line-height: 1;
  padding: 0 50px 0 15px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#archives_useful .in_btn::before {
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: -5px;
  right: 0;
  content: "";
}
#archives_useful .in_btn::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 0 5px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  content: "";
  right: 0;
  bottom: -4px;
}
#archives_useful .item:hover .in_btn {
  padding-right: 40px;
}

#single_useful .main_img {
  margin-bottom: 80px;
}
#single_useful .thumbnail {
  margin: 80px auto 0;
}
#single_useful .over {
  margin-top: 80px;
}
#single_useful .over .img {
  min-width: 500px;
  margin-right: 50px;
  max-height: 500px;
}
#single_useful .over .img img {
  width: 100%;
}
#single_useful .over .text {
  font-size: 16px;
  line-height: 2.3;
  text-align: justify;
}
#single_useful .contents_box p {
  line-height: 1.8;
  font-size: 16px;
}
#single_useful .contents_box #toc_container {
  width: 100%;
  font-size: 16px;
  padding: 30px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
}
#single_useful .contents_box #toc_container li, #single_useful .contents_box #toc_container ul {
  margin-top: 16px;
}
#single_useful .contents_box #toc_container p.toc_title {
  font-size: 18px;
  text-align: left;
  line-height: 1;
}
#single_useful .contents_box #toc_container p.toc_title + ul.toc_list {
  margin-top: 0;
}
#single_useful h2, #single_useful h3, #single_useful h4, #single_useful h5 {
  line-height: 1.5;
  font-weight: bold;
}
#single_useful h2 {
  font-size: 25px;
  margin: 50px 0 30px;
}
#single_useful h3 {
  font-size: 20px;
  margin: 40px 0 30px;
}
#single_useful h4, #single_useful h5 {
  font-size: 20px;
  margin: 30px 0;
}
#single_useful .item_no {
  color: #fff;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 1px;
  background: #345799;
  padding: 5px;
  display: table;
  margin-bottom: 20px;
}

#plastic_curtain .main {
  background: url("img/plastic_curtain/main_bg.jpg") top center repeat;
  height: 450px;
  padding: 20px;
  position: relative;
}
#plastic_curtain .main .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #fff;
  height: 410px;
}
#plastic_curtain .main .box .txt01 {
  font-size: 50px;
  line-height: 1;
  display: table;
  margin: 0 auto;
  border: 5px solid #fff;
  padding: 10px 0 15px;
}
#plastic_curtain .main .box .txt02 {
  font-size: 40px;
  line-height: 1;
  margin: 40px auto 20px;
}
#plastic_curtain .main .box .txt03 {
  font-size: 70px;
  line-height: 1;
}
#plastic_curtain .main .icon {
  position: absolute;
  z-index: 10;
}
#plastic_curtain .main .icon01 {
  left: 10px;
  top: 10px;
}
#plastic_curtain .main .icon02 {
  right: 35px;
  top: 35px;
}
#plastic_curtain .main .icon03 {
  left: 35px;
  bottom: 35px;
}
#plastic_curtain .main .icon04 {
  right: 10px;
  bottom: 5px;
}
#plastic_curtain .text01 {
  font-size: 30px;
  line-height: 1;
}
#plastic_curtain h2 {
  font-size: 50px;
  line-height: 1;
  display: table;
  margin: 20px auto 0;
  position: relative;
}
#plastic_curtain h2 span {
  position: relative;
  z-index: 10;
}
#plastic_curtain h2::before {
  content: "";
  position: absolute;
  background: url("img/plastic_curtain/title_icon.svg") no-repeat;
  width: 164px;
  height: 165px;
  left: -170px;
  bottom: 5px;
}
#plastic_curtain h2::after {
  content: "";
  position: absolute;
  background: #fc8200;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 20%;
}
#plastic_curtain .link_box a {
  width: 224px;
  height: 224px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #000;
  position: relative;
}
#plastic_curtain .link_box a p {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 10px;
}
#plastic_curtain .link_box a p span {
  font-size: 30px;
}
#plastic_curtain .link_box a::after {
  content: "";
  position: absolute;
  width: 57px;
  height: 18px;
  background: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
}
#plastic_curtain .link_box a:nth-child(1) {
  background: url("img/plastic_curtain/link_bg01.jpg") top left repeat;
}
#plastic_curtain .link_box a:nth-child(2) {
  background: url("img/plastic_curtain/link_bg02.jpg") top left repeat;
}
#plastic_curtain .link_box a:nth-child(3) {
  background: url("img/plastic_curtain/link_bg03.jpg") top left repeat;
}
#plastic_curtain .link_box a:nth-child(4) {
  background: url("img/plastic_curtain/link_bg04.jpg") top left repeat;
}
#plastic_curtain .link_box a:nth-child(5) {
  background: url("img/plastic_curtain/link_bg05.jpg") top left repeat;
}
#plastic_curtain .box01 h3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #fe0000;
  width: 100%;
  height: 70px;
  background: #fff;
  font-size: 30px;
  line-height: 1;
  position: relative;
  color: #fe0000;
}
#plastic_curtain .box01 h3 img {
  position: absolute;
  left: 45px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#plastic_curtain .box01 h3::before, #plastic_curtain .box01 h3::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 70px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fe0000;
}
#plastic_curtain .box01 h3::before {
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#plastic_curtain .box01 h3::after {
  right: 0;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
#plastic_curtain .box01 .inner .img01 {
  margin-right: 50px;
}
#plastic_curtain .box01 .inner .img02 {
  margin-left: 50px;
}
#plastic_curtain .box01 .inner p {
  font-size: 18px;
  line-height: 2;
}
#plastic_curtain .box01 .bnr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #000;
  width: 100%;
  height: 300px;
  position: relative;
  background: url("img/plastic_curtain/link_bg01.jpg") top left repeat;
}
#plastic_curtain .box01 .bnr .txt01 {
  font-size: 35px;
  line-height: 1;
  display: table;
  background: #000;
  -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 97% 0, 100% 100%, 0 100%);
  padding: 10px 45px;
}
#plastic_curtain .box01 .bnr .txt02 {
  font-size: 60px;
  line-height: 1.3;
  margin-left: 40px;
  margin-top: 10px;
}
#plastic_curtain .box01 .bnr .icon {
  position: absolute;
  right: 70px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#plastic_curtain .box02 h3 {
  color: #ff5800;
  border-color: #ff5800;
}
#plastic_curtain .box02 h3::before, #plastic_curtain .box02 h3::after {
  background: #ff5800;
}
#plastic_curtain .box02 .bnr {
  background: url("img/plastic_curtain/link_bg02.jpg") top left repeat;
}
#plastic_curtain .box03 h3 {
  color: #345799;
  border-color: #345799;
}
#plastic_curtain .box03 h3::before, #plastic_curtain .box03 h3::after {
  background: #345799;
}
#plastic_curtain .box03 .bnr {
  background: url("img/plastic_curtain/link_bg03.jpg") top left repeat;
}
#plastic_curtain .box04 h3 {
  color: #04a82f;
  border-color: #04a82f;
}
#plastic_curtain .box04 h3::before, #plastic_curtain .box04 h3::after {
  background: #04a82f;
}
#plastic_curtain .box04 .bnr {
  background: url("img/plastic_curtain/link_bg04.jpg") top left repeat;
}
#plastic_curtain .box05 h3 {
  color: #fe2188;
  border-color: #fe2188;
}
#plastic_curtain .box05 h3::before, #plastic_curtain .box05 h3::after {
  background: #fe2188;
}
#plastic_curtain .box05 .bnr {
  background: url("img/plastic_curtain/link_bg05.jpg") top left repeat;
}

/*products_handled*/
#products_handled .acMenu_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 30px;
  line-height: 1;
  margin-top: 80px;
  margin-bottom: 50px;
  position: relative;
}
#products_handled .acMenu_title::before, #products_handled .acMenu_title::after {
  content: "";
  display: block;
  background: #345799;
  height: 3px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#products_handled .acMenu_title::before {
  margin-right: 50px;
}
#products_handled .acMenu_title::after {
  margin-left: 50px;
}
#products_handled .list_box a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #345799;
  width: 285px;
  height: 50px;
  margin-right: 20px;
  position: relative;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#products_handled .list_box a .text {
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  z-index: 10;
  text-align: center;
  font-weight: bold;
}
#products_handled .list_box a:nth-child(4n) {
  margin-right: 0;
}
#products_handled .list_box a:nth-child(n+5) {
  margin-top: 20px;
}
#products_handled .list_box a::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 7px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#products_handled .cat_title::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 12px;
  height: 19px;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#products_handled .link_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 5px solid #325391;
  padding-bottom: 40px;
}
#products_handled .link_box .txt01 {
  font-size: 30px;
  line-height: 1;
  padding: 10px 0 15px;
  background: #345799;
}
#products_handled .link_box .btn_inner {
  padding: 50px 50px 40px;
}
#products_handled .link_box .btn_inner .item {
  width: 330px;
}
#products_handled .link_box .btn_inner .item .image {
  margin: 0 auto;
}
#products_handled .link_box .btn_inner a {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  background: #fc8200;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #af5b00;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2px;
}
#products_handled .link_box .btn_inner a img {
  margin-right: 20px;
}
#products_handled .link_box .txt02 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 2px;
}
#products_handled .box01 h2 {
  font-size: 30px;
  line-height: 1;
  background: #345799;
  padding: 10px 0;
}
#products_handled .box01 h3 {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 2px;
}
#products_handled .box01 h3::before, #products_handled .box01 h3::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #325391;
  height: 3px;
}
#products_handled .box01 h3::before {
  margin-right: 50px;
}
#products_handled .box01 h3::after {
  margin-left: 50px;
}
#products_handled .box01 .txt01 {
  font-size: 30px;
  line-height: 1;
}
#products_handled .box01 .map {
  margin-top: 50px;
}
#products_handled .box01 .map_box a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #345799;
  width: 285px;
  height: 50px;
  margin-right: 20px;
  position: relative;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#products_handled .box01 .map_box a .no {
  position: absolute;
  letter-spacing: 0;
  bottom: -2px;
  margin: auto;
  opacity: 0.15;
  font-size: 60px;
  line-height: 1;
  left: 0;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
#products_handled .box01 .map_box a .text {
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  z-index: 10;
  text-align: center;
  font-weight: bold;
}
#products_handled .box01 .map_box a:nth-child(4n) {
  margin-right: 0;
}
#products_handled .box01 .map_box a:nth-child(n+5) {
  margin-top: 20px;
}
#products_handled .box01 .map_box a::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 7px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#products_handled .contact_banner {
  margin-top: 80px;
}

/*merchandise_list*/
.merchandise_list .main {
  background: url("img/factory_indoor_prpducts/main_bg.jpg") top left repeat;
  position: relative;
  padding: 10px;
}
.merchandise_list .main .box {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  position: relative;
  padding-top: 70px;
}
.merchandise_list .main .icon01 {
  position: absolute;
  top: 0;
  left: 0;
}
.merchandise_list .main .icon02 {
  position: absolute;
  right: 0;
  top: 0;
}
.merchandise_list .main .txt01 {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 5px;
}
.merchandise_list .main .txt02 {
  font-size: 20px;
  line-height: 2;
  margin: 30px auto 50px;
  letter-spacing: 1px;
}
.merchandise_list .box01 h2 {
  font-size: 30px;
  line-height: 1;
  background: #345799;
  padding: 15px 0;
  letter-spacing: 3px;
}
.merchandise_list .box01 .txt01 {
  font-size: 30px;
  line-height: 1;
}
.merchandise_list .box01 .map {
  margin-top: 50px;
}
.merchandise_list .box01 .map_box a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #345799;
  width: 285px;
  height: 50px;
  margin-right: 20px;
  position: relative;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.merchandise_list .box01 .map_box a .no {
  position: absolute;
  letter-spacing: 0;
  bottom: -2px;
  margin: auto;
  opacity: 0.15;
  font-size: 60px;
  line-height: 1;
  left: 0;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.merchandise_list .box01 .map_box a .text {
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  z-index: 10;
  text-align: center;
  font-weight: bold;
}
.merchandise_list .box01 .map_box a:nth-child(4n) {
  margin-right: 0;
}
.merchandise_list .box01 .map_box a:nth-child(n+5) {
  margin-top: 20px;
}
.merchandise_list .box01 .map_box a::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 7px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.merchandise_list .box02 h2 {
  font-size: 30px;
  line-height: 1;
  background: #345799;
  padding: 15px 0;
  letter-spacing: 3px;
}
.merchandise_list .box02 .con {
  position: relative;
}
.merchandise_list .box02 .con .img {
  margin-right: 50px;
}
.merchandise_list .box02 .con h3 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 40px;
}
.merchandise_list .box02 .con .text {
  font-size: 18px;
  line-height: 1.8;
}
.merchandise_list .box02 .con .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 665px;
  height: 50px;
  background: #345799;
  font-size: 16px;
  border-radius: 5px;
}
.merchandise_list .box02 .con .btn::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 6px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.merchandise_list .link_box .title {
  font-size: 30px;
  line-height: 1;
  background: #345799;
  padding: 20px 0;
}
.merchandise_list .link_box .item {
  width: 366px;
}
.merchandise_list .link_box .item p {
  font-size: 20px;
  line-height: 1;
  padding: 15px 0;
  background: #345799;
  letter-spacing: 2px;
}
.merchandise_list .link_box .item .img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #345799;
}
.merchandise_list .link_box .item a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1;
  margin-top: 20px;
  position: relative;
}
.merchandise_list .link_box .item a::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 4px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 0;
}
ul.page-numbers li a {
  background: #f2f2f2;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1;
}
ul.page-numbers li span[aria-current=page] {
  background: #345799;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1;
  display: block;
  color: #fff;
}
ul.page-numbers li:nth-child(n+2) {
  margin-left: 10px;
}

/*archives_catalog*/
#archives_catalog .tag_box a {
  width: 285px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f2f2f2;
  border: 5px solid #345799;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1;
  padding-left: 20px;
  margin-right: 20px;
  color: #345799;
  position: relative;
}
#archives_catalog .tag_box a::after {
  content: "";
  position: absolute;
  background: #345799;
  width: 6px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#archives_catalog .tag_box a:nth-child(4n) {
  margin-right: 0;
}
#archives_catalog .tag_box a:nth-child(n+5) {
  margin-top: 20px;
}
#archives_catalog .inner .item {
  width: 224px;
  margin-right: 20px;
}
#archives_catalog .inner .item:nth-child(5n) {
  margin-right: 0;
}
#archives_catalog .inner .item:nth-child(n+6) {
  margin-top: 50px;
}
#archives_catalog .inner .img {
  width: 100%;
  padding-top: 150%;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#archives_catalog .inner h2 {
  font-size: 14px;
  line-height: 1.7;
  margin: 20px auto;
}
#archives_catalog .inner .btn {
  background: #345799;
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  position: relative;
}
#archives_catalog .inner .btn::after {
  content: "";
  position: absolute;
  background: url("img/catalog/icon.svg") no-repeat;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 22px;
  height: 26px;
}

/*achievements*/
#archives_achievements #acMenu {
  width: 1200px;
  margin: auto;
  position: relative;
  z-index: 10;
}
#archives_achievements #acMenu .cat_link {
  padding-top: 100px;
  margin-top: -100px;
}
#archives_achievements #acMenu dt, #archives_achievements #acMenu .cat_title {
  width: 100%;
  line-height: 1;
  cursor: pointer;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  position: relative;
  margin: auto;
  font-size: 20px;
  margin-top: 20px;
  background: #345799;
  color: #fff;
  height: 40px;
}
#archives_achievements #acMenu .bdr01 {
  position: absolute;
  content: "";
  background: #fff;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: 10;
  width: 20px;
  height: 3px;
  margin: auto;
}
#archives_achievements #acMenu .bdr02 {
  position: absolute;
  content: "";
  background: #fff;
  top: 0;
  bottom: 0;
  right: 18px;
  z-index: 10;
  width: 3px;
  height: 20px;
  margin: auto;
}
#archives_achievements #acMenu .bdr02 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: Linear Out, Slow In;
          transition-timing-function: Linear Out, Slow In;
}
#archives_achievements #acMenu dt.active .bdr02 {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
#archives_achievements #acMenu dd {
  width: 100%;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background: #f2f2f2;
}
#archives_achievements #acMenu #acMenu:nth-of-type(1) dt, #archives_achievements #acMenu #acMenu:nth-of-type(1) .cat_title {
  border-top: 1px solid #000;
}
#archives_achievements #acMenu dt p, #archives_achievements #acMenu .cat_title p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 5px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 10px;
}
#archives_achievements #acMenu dd a {
  width: 275px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #345799;
  background: #f2f2f2;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1;
  margin-right: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 15px;
  color: #345799;
  font-weight: bold;
}
#archives_achievements #acMenu dd a:nth-child(4n) {
  margin-right: 0;
}
#archives_achievements #acMenu dd a:nth-child(n+5) {
  margin-top: 20px;
}
#archives_achievements #acMenu dd a::after {
  content: "";
  position: absolute;
  background: #345799;
  width: 6px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 15px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin: auto;
}
#archives_achievements .cat_title::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 12px;
  height: 19px;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#archives_achievements .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 224px;
  margin-right: 20px;
}
#archives_achievements .item h2 {
  background: #000;
  width: 100%;
  padding: 5px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
#archives_achievements .item .img_box {
  position: relative;
}
#archives_achievements .item .img_box span {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  right: 10px;
  bottom: 10px;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 1px;
  background: #345799;
  padding: 5px;
}
#archives_achievements .item:nth-child(5n) {
  margin-right: 0;
}
#archives_achievements .item:nth-child(n+6) {
  margin-top: 20px;
}
#archives_achievements .item:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#archives_achievements .item:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#archives_achievements .item:nth-child(3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#archives_achievements .item:nth-child(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#archives_achievements .item:nth-child(5) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#archives_achievements .item:nth-child(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#archives_achievements .item:nth-child(7) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
#archives_achievements .item:nth-child(8) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#archives_achievements .item:nth-child(9) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
#archives_achievements .item:nth-child(10) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
#archives_achievements .item:nth-child(11) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#archives_achievements .item:nth-child(12) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
#archives_achievements .item:nth-child(13) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
#archives_achievements .item:nth-child(14) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
#archives_achievements .item:nth-child(15) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
#archives_achievements .img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  width: 100%;
  padding-top: 65%;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
#archives_achievements .text {
  font-size: 14px;
  line-height: 1.5;
}

/*flow*/
.flow .box01 {
  position: relative;
}
.flow .box01 .left_box {
  position: relative;
  margin-right: 50px;
  line-height: 1;
  min-width: 640px;
}
.flow .box01 .left_box .no {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
}
.flow .box01 .right_box {
  width: 100%;
  position: relative;
}
.flow .box01 .right_box h2 {
  font-size: 30px;
  line-height: 1;
}
.flow .box01 .right_box .tag {
  font-size: 18px;
  line-height: 1;
  background: #345799;
  padding: 10px 20px;
  margin-left: 20px;
}
.flow .box01 .right_box .txt01 {
  font-size: 18px;
  line-height: 2;
  margin-top: 40px;
}
.flow .box01 .right_box .btn {
  background: #000;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  line-height: 1;
  border-radius: 5px;
  margin-top: 40px;
}
.flow .box01 .right_box .btn .icon {
  margin-right: 20px;
}
.flow .box01 .right_box .btn .btn_txt01 {
  font-size: 18px;
}
.flow .box01 .right_box .btn .btn_txt02 {
  font-size: 25px;
  margin-bottom: 10px;
}
.flow .box01 .right_box .btn .btn_txt03 {
  font-size: 14px;
}
.flow .box01 .right_box .btn02 {
  margin-top: 20px;
  padding: 15px 20px;
}
.flow .box01 .right_box .btn::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 4px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.flow .bdr01 {
  position: relative;
}
.flow .bdr01::after, .flow .bdr02::after {
  content: "";
  position: absolute;
  background: #fc8200;
  width: 10px;
  height: 80px;
  bottom: -80px;
  left: 100px;
}
.flow .bdr02::after {
  left: 530px;
}

#deliver_flow .box01 .right_box .tag {
  background: #fc8200;
}
#deliver_flow .bdr01::after, #deliver_flow .bdr02::after {
  background: #345799;
}

/*about_consttuction*/
#about_consttuction h2, #about_consttuction h3 {
  font-size: 30px;
  line-height: 1;
  background: #345799;
  padding: 15px 0;
}
#about_consttuction .inner01 {
  font-size: 18px;
  line-height: 2;
}
#about_consttuction .inner01 .left_img {
  margin-right: 50px;
}
#about_consttuction .inner01 .right_img {
  margin-left: 50px;
}
#about_consttuction .box01 .txt01 {
  font-size: 35px;
  line-height: 1;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  margin-top: 50px;
}
#about_consttuction .box01 .con02 .title {
  font-size: 20px;
  line-height: 1;
}
#about_consttuction .box01 .con02 .min {
  font-size: 16px;
  line-height: 1;
  margin-top: 20px;
}
#about_consttuction .box01 .con02 .item {
  position: relative;
}
#about_consttuction .box01 .con02 .text {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px;
}
#about_consttuction .box01 .con02 .min_text {
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}
#about_consttuction .box02 h2, #about_consttuction .box02 h3 {
  background: #fc8200;
}
#about_consttuction .box02 .over_box .over_text01 {
  font-size: 20px;
  line-height: 1;
  display: table;
  background: #000;
  padding: 5px 15px;
  margin: auto;
}
#about_consttuction .box02 .over_box .over_text02 {
  font-size: 40px;
  line-height: 1.5;
  margin-top: 5px;
}
#about_consttuction .box02 .bf_inner .bf_item {
  width: 262px;
  position: relative;
}
#about_consttuction .box02 .bf_inner .bf_item p {
  font-size: 20px;
  line-height: 1;
  margin-top: 20px;
}
#about_consttuction .box02 .bf_inner .be::after {
  content: "";
  position: absolute;
  background: #000;
  width: 30px;
  height: 54px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 0;
  bottom: 0;
  right: -43px;
  margin: auto;
}
#about_consttuction .box02 .con03 .txt {
  font-size: 18px;
  line-height: 1.8;
  margin: 40px auto;
}
#about_consttuction .box02 .con03 .item p {
  font-size: 16px;
  line-height: 1;
  margin-top: 20px;
}

/*sitemap*/
#sitemap .item {
  width: 386px;
  margin-right: 20px;
}
#sitemap .item .link01 {
  background: #eee;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 5px solid #345799;
  padding-left: 10px;
}
#sitemap .item .link02 {
  margin-top: 20px;
  line-height: 1;
  font-size: 16px;
  padding-left: 20px;
}
#sitemap .item:nth-child(3n) {
  margin-right: 0;
}
#sitemap .item:nth-child(n+4) {
  margin-top: 20px;
}

.pageTitle {
  font-size: 30px;
  line-height: 1.5;
  background: #345799;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  margin-top: 80px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pageTitle span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 5px solid #fff;
  padding-left: 10px;
}