@charset "UTF-8";
/*--------------------------
Break point
---------------------------*/
/*--------------------------
Breadcrumb
---------------------------*/
/*--------------------------
Include icon
https://fontello.com/
---------------------------*/
@font-face {
  font-family: "fontello";
  src: url("/asset/font/fontello.eot?46906992");
  src: url("/asset/font/fontello.eot?46906992#iefix") format("embedded-opentype"), url("/asset/font/fontello.woff2?46906992") format("woff2"), url("/asset/font/fontello.woff?46906992") format("woff"), url("/asset/font/fontello.ttf?46906992") format("truetype"), url("/asset/font/fontello.svg?46906992#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class$=icon-pdf]:before, [class*="icon-pdf "]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pdfmail:before {
  content: "\e800";
} /* '' */
.icon-pdfpopup:before {
  content: "\e801";
} /* '' */
.icon-pdfglobe:before {
  content: "\e802";
} /* '' */
.icon-pdfdown-open:before {
  content: "\e803";
} /* '' */
.icon-pdfleft-open:before {
  content: "\e804";
} /* '' */
.icon-pdfright-open:before {
  content: "\e805";
} /* '' */
.icon-pdfup-open:before {
  content: "\e806";
} /* '' */
.icon-pdfhelp-circled:before {
  content: "\e807";
} /* '' */
.icon-pdfpencil:before {
  content: "\e808";
} /* '' */
.icon-pdfcalendar:before {
  content: "\e809";
} /* '' */
.icon-pdfattention:before {
  content: "\e810";
} /* '' */
.icon-pdfdownload:before {
  content: "\f02e";
} /* '' */
.icon-pdfangle-double-left:before {
  content: "\f100";
} /* '' */
.icon-pdfangle-double-right:before {
  content: "\f101";
} /* '' */
/*--------------------------
purpose
---------------------------*/
/*--------------------------
Title
---------------------------*/
/*--------------------------
List
---------------------------*/
/*--------------------------
List
---------------------------*/
/*--------------------------
Button
---------------------------*/
/*--------------------------
Text Link
---------------------------*/
/*--------------------------
Fade-in
---------------------------*/
.fade-in {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 1s;
  transition: 1s;
  will-change: opacity, transform;
}
@media only screen and (max-width: 560px) {
  .fade-in {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.fade-in.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fade-in-up01 {
  opacity: 0;
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
  -webkit-transition: 1s;
  transition: 1s;
  will-change: opacity, transform;
}
@media only screen and (max-width: 560px) {
  .fade-in-up01 {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
}
.fade-in-up01.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fade-in-bottom01 {
  opacity: 0;
  -webkit-transform: translate(0, -60px);
          transform: translate(0, -60px);
  -webkit-transition: 1s;
  transition: 1s;
  will-change: opacity, transform;
}
@media only screen and (max-width: 560px) {
  .fade-in-bottom01 {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
}
.fade-in-bottom01.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fade-in-right01 {
  opacity: 0;
  -webkit-transform: translate(60px, 0);
          transform: translate(60px, 0);
  -webkit-transition: 2s;
  transition: 2s;
  will-change: opacity, transform;
}
@media only screen and (max-width: 560px) {
  .fade-in-right01 {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
}
.fade-in-right01.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fade-in-left01 {
  opacity: 0;
  -webkit-transform: translate(-60px, 0);
          transform: translate(-60px, 0);
  -webkit-transition: 2s;
  transition: 2s;
  will-change: opacity, transform;
}
@media only screen and (max-width: 560px) {
  .fade-in-left01 {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
}
.fade-in-left01.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#group_head {
  width: 100%;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 9998;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 1080px) {
  #group_head {
    top: 63px;
  }
}
#group_head .container {
  width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
  #group_head .container {
    width: 100%;
  }
}
#group_head .sp_logo {
  display: none;
}
@media only screen and (max-width: 1080px) {
  #group_head .sp_logo {
    display: block;
  }
  #group_head .sp_logo img {
    display: block;
    margin: 10px 0 10px 1.5%;
    height: 30px;
  }
}

/*--------------------------
Breadcrumb
---------------------------*/
#breadcrumb {
  background: #f1f1f1;
  padding: 12px 0;
  margin-bottom: 100px;
}
#breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
}
#breadcrumb ul li:after {
  color: #666;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e805";
  margin: 0 4px 0 8px;
  display: inline-block;
}
#breadcrumb ul li a {
  color: #666;
}
#breadcrumb ul li a:hover {
  color: #004588;
  text-decoration: underline;
}
#breadcrumb ul li:last-child:after {
  content: "";
}
#breadcrumb ul li:last-child a {
  color: #333;
  pointer-events: none;
}
@media only screen and (max-width: 560px) {
  #breadcrumb {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  #breadcrumb {
    display: none;
  }
}

.nav_btn {
  display: none;
}
@media only screen and (max-width: 560px) {
  .nav_btn {
    display: block;
    width: 52px;
    height: 52px;
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 99999;
  }
  .nav_btn > a {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav_btn a {
    width: 100%;
    height: 100%;
    position: relative;
    background: #890f2d;
  }
  .nav_btn a:hover {
    background: #67041c;
  }
  .nav_btn a span {
    width: 40px;
    height: 1px;
    margin: 0 auto;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
}
@media only screen and (max-width: 560px) and (max-width: 560px) {
  .nav_btn a span {
    width: 34px;
  }
}
@media only screen and (max-width: 560px) {
  .nav_btn a span:nth-of-type(1) {
    top: calc(50% - 12px);
  }
}
@media only screen and (max-width: 560px) and (max-width: 560px) {
  .nav_btn a span:nth-of-type(1) {
    top: calc(50% - 10px);
  }
}
@media only screen and (max-width: 560px) {
  .nav_btn a span:nth-of-type(2) {
    top: 50%;
  }
  .nav_btn a span:nth-of-type(3) {
    top: calc(50% + 12px);
  }
}
@media only screen and (max-width: 560px) and (max-width: 560px) {
  .nav_btn a span:nth-of-type(3) {
    top: calc(50% + 10px);
  }
}
@media only screen and (max-width: 560px) {
  .nav_btn.is-active a {
    background: transparent;
  }
  .nav_btn.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
  .nav_btn.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav_btn.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg);
  }
}

.group_nav {
  width: 100%;
  border-top: solid 1px #004588;
  border-bottom: solid 1px #004588;
}
@media only screen and (max-width: 560px) {
  .group_nav {
    width: 75%;
    height: 100vh;
    background: url(/asset/image/common/bg_header_nav.png) no-repeat center center;
    background-size: 50%;
    padding-top: 70px;
    margin: 0;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    position: fixed;
    top: 0;
    right: -420px;
    z-index: 999;
  }
}
.group_nav .main_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 560px) {
  .group_nav .main_navi {
    display: block;
    border-top: solid 1px #9b727c;
  }
}
@media only screen and (max-width: 560px) {
  .group_nav .main_navi li {
    border-bottom: solid 1px #9b727c;
  }
}
.group_nav .main_navi li ul {
  display: none;
}
@media only screen and (max-width: 560px) {
  .group_nav .main_navi li a {
    font-size: 14px;
    padding: 18px;
    line-height: 140%;
  }
}
.group_nav.is-open {
  right: 0;
}

.sub_nav {
  position: relative;
  background: #fff;
  width: 100%;
  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 only screen and (max-width: 1080px) {
  .sub_nav {
    height: 100vh;
    padding-top: 120px;
    background: rgba(6, 69, 131, 0.9);
    margin: 0;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    position: fixed;
    top: 0;
    right: -420px;
    z-index: 9999;
    max-width: 420px;
    width: 65%;
  }
}
.sub_nav h1 {
  padding: 0 30px 0 20px;
  margin-right: 80px;
}
@media only screen and (max-width: 1080px) {
  .sub_nav h1 {
    display: none;
  }
}
.sub_nav h1 img {
  display: block;
  height: 34px;
  margin-bottom: 10px;
}
.sub_nav .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}
@media only screen and (max-width: 1080px) {
  .sub_nav .nav_list {
    height: 100%;
    margin: 0;
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.sub_nav .nav_list .nav_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-bottom: 12px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1080px) {
  .sub_nav .nav_list .nav_item {
    padding-bottom: 0;
    width: 100%;
  }
}
.sub_nav .nav_list .nav_item > a {
  border-right: 1px solid #ccc;
  color: #333;
  display: block;
  padding: 14px 0;
  text-align: center;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .sub_nav .nav_list .nav_item > a {
    color: #fff;
    text-align: left;
    padding: 16px 14px;
    border-bottom: solid 1px #ccc;
  }
  .sub_nav .nav_list .nav_item > a::after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e805";
    position: absolute;
    right: 20px;
    top: calc(50% - 7px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
}
.sub_nav .nav_list .nav_item > a.accordion {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1080px) {
  .sub_nav .nav_list .nav_item > a.accordion::after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e803";
    position: absolute;
    right: 20px;
    top: calc(50% - 7px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
}
.sub_nav .nav_list .nav_item > a:hover {
  color: #064583;
}
@media only screen and (max-width: 1080px) {
  .sub_nav .nav_list .nav_item > a:hover {
    color: #fff;
  }
}
.sub_nav .nav_list .nav_item:first-child a {
  border-left: solid 1px #ccc;
}
@media only screen and (max-width: 1080px) {
  .sub_nav .nav_list .nav_item:first-child a {
    border-left: none;
  }
}
.sub_nav .nav_list .nav_item:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sub_nav .nav_list .nav_item:hover ul {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
}
@media only screen and (max-width: 1080px) {
  .sub_nav .nav_list .nav_item:hover ul {
    display: none;
  }
}
.sub_nav .nav_list .nav_item:hover ul.hovered {
  opacity: 1;
}
@media only screen and (max-width: 1080px) {
  .sub_nav .nav_list .nav_item:first-child {
    border-top: solid 1px #ccc;
  }
}
.sub_nav .nav_list .active_sp {
  -webkit-transition: opacity 0.5s, display 0.5s;
  transition: opacity 0.5s, display 0.5s;
}
@media only screen and (max-width: 1080px) {
  .sub_nav .nav_list .active_sp ul {
    -webkit-animation: show 0.2s linear 0s !important;
            animation: show 0.2s linear 0s !important;
    display: block !important;
  }
  @-webkit-keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
.sub_nav .nav_list ul {
  position: absolute;
  z-index: 100;
  top: 56px;
  width: 100%;
  left: 0;
  display: none;
  -webkit-transition: opacity 0.5s, display 0.5s;
  transition: opacity 0.5s, display 0.5s;
  opacity: 0;
}
@media only screen and (max-width: 1080px) {
  .sub_nav .nav_list ul {
    display: none;
    opacity: 1;
    position: static;
    -webkit-transition: none;
    transition: none;
  }
}
.sub_nav .nav_list ul li {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sub_nav .nav_list ul li a {
  color: #064583;
  text-align: left;
  display: block;
  padding: 20px 24px;
  background: #fff;
  border: solid 1px #ccc;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .sub_nav .nav_list ul li a {
    font-size: 14px;
    line-height: 135%;
    padding: 18px 26px 18px 20px;
    width: 100%;
    opacity: 1;
    border-left: none;
    border-right: none;
  }
}
.sub_nav .nav_list ul li a::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e805";
  position: absolute;
  right: 12px;
  top: calc(50% - 8px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 1080px) {
  .sub_nav .nav_list ul li a::after {
    color: #064583;
    top: calc(50% - 7px);
  }
}
.sub_nav .nav_list ul li a:hover {
  color: #fff;
  background: #064583;
}
.sub_nav .nav_list ul li a:hover::after {
  right: 12px;
}
.sub_nav .nav_list ul li:last-child a {
  border-top: none;
}
.sub_nav.is-open {
  right: 0;
}

/* Hamburger menu button */
.sub_nav_sp_bt {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .sub_nav_sp_bt {
    width: 37px;
    height: 37px;
    padding: 5px;
    display: block;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    top: -44px;
    right: 1.5%;
    z-index: 10000;
  }
  .sub_nav_sp_bt > a {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sub_nav_sp_bt a {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .sub_nav_sp_bt a span {
    width: 100%;
    height: 2px;
    margin: 0 auto;
    background-color: #777;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .sub_nav_sp_bt a span:nth-of-type(1) {
    top: calc(50% - 7px);
  }
  .sub_nav_sp_bt a span:nth-of-type(2) {
    top: 50%;
  }
  .sub_nav_sp_bt a span:nth-of-type(3) {
    top: calc(50% + 7px);
  }
  .sub_nav_sp_bt.is-active {
    position: fixed;
    top: 69px;
  }
  .sub_nav_sp_bt.is-active a {
    background: transparent;
  }
  .sub_nav_sp_bt.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg);
  }
  .sub_nav_sp_bt.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .sub_nav_sp_bt.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
            transform: translateY(-7px) rotate(45deg);
  }
}

/*--------------------------
main visual
---------------------------*/
#main_visual {
  background: #fff;
  padding: 12px 0 0;
}
@media only screen and (max-width: 1080px) {
  #main_visual {
    padding: 0;
    position: relative;
  }
}

.sub_nav .nav_list {
  width: calc(100% - 386px);
}
@media only screen and (max-width: 1080px) {
  .sub_nav .nav_list {
    width: 100%;
  }
}

/*--------------------------
#section01
---------------------------*/
#section01 {
  padding: 0;
  background: url("/asset/image/group/construct_packaging/sec01_bg01.png") center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1080px) {
  #section01 {
    margin-top: 52px;
    padding: 0 0 20px;
  }
}
#section01 .box {
  width: 100%;
  height: 600px;
  padding: 0 140px;
  display: table;
}
@media only screen and (max-width: 560px) {
  #section01 .box {
    height: 400px;
    padding: 0;
  }
}
#section01 .box .lead_box {
  text-align: center;
  margin-bottom: 80px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 560px) {
  #section01 .box .lead_box {
    margin-bottom: 14px;
  }
}
#section01 .box .lead_box p {
  color: #fff;
  font-size: 19px;
  line-height: 200%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 560px) {
  #section01 .box .lead_box p {
    font-size: 14px;
    line-height: 175%;
    margin-bottom: 4px;
  }
}
#section01 .box a {
  color: #064583;
  text-align: center;
  display: block;
  width: 320px;
  padding: 18px 0 19px;
  margin: 0 auto;
  background: #fff;
  border: solid 1px #064583;
  border-radius: 6px;
  position: relative;
  font-size: 18px;
  text-align: center;
  width: 440px;
}
@media only screen and (max-width: 560px) {
  #section01 .box a {
    width: 100%;
    padding: 16px 0 17px;
  }
}
#section01 .box a::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e805";
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 560px) {
  #section01 .box a::after {
    top: calc(50% - 7px);
  }
}
#section01 .box a:hover {
  color: #fff;
  background: #064583;
}
#section01 .box a:hover::after {
  right: 12px;
}
@media only screen and (max-width: 560px) {
  #section01 .box a {
    font-size: 14px;
  }
}
#section01 .box a span {
  padding-top: 10px;
  display: block;
}
@media only screen and (max-width: 560px) {
  #section01 .box a span {
    padding-top: 4px;
  }
}
#section01 .box a::after {
  content: "\e801";
}
@media only screen and (max-width: 560px) {
  #section01 .box a::after {
    right: 8px;
  }
}

/*--------------------------
Breadcrumb
---------------------------*/
#breadcrumb {
  background: #f1f1f1;
  padding: 12px 0;
  margin-bottom: 0;
}
#breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
}
#breadcrumb ul li:after {
  color: #666;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e805";
  margin: 0 4px 0 8px;
  display: inline-block;
}
#breadcrumb ul li a {
  color: #666;
}
#breadcrumb ul li a:hover {
  color: #004588;
  text-decoration: underline;
}
#breadcrumb ul li:last-child:after {
  content: "";
}
#breadcrumb ul li:last-child a {
  color: #333;
  pointer-events: none;
}
@media only screen and (max-width: 560px) {
  #breadcrumb {
    display: none;
  }
}

/*--------------------------
#section02
---------------------------*/
#section02 {
  padding: 60px 0;
  background: url("/asset/image/common/bg_pattern01.png") top left no-repeat;
}
@media only screen and (max-width: 560px) {
  #section02 {
    padding: 15px 0;
  }
}
#section02 h2 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  line-height: 135%;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 38px;
}
@media only screen and (max-width: 560px) {
  #section02 h2 {
    font-size: 18px;
    padding-bottom: 14px;
  }
}
#section02 h2::before {
  content: "";
  background: #004588;
  width: 80px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#section02 h2 span {
  color: #004588;
  font-size: 20px;
  display: block;
}
@media only screen and (max-width: 560px) {
  #section02 h2 span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 560px) {
  #section02 h2 {
    margin-bottom: 14px;
  }
}
#section02 .news_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 30px;
}
@media only screen and (max-width: 560px) {
  #section02 .news_box01 {
    display: block;
    padding-top: 0px;
  }
}
#section02 .news_box01 .box {
  width: 33.3333333333%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 560px) {
  #section02 .news_box01 .box {
    width: 100%;
    margin-bottom: 14px;
  }
}
#section02 .news_box01 .box a {
  display: block;
  width: 100%;
  position: relative;
  padding: 0 24px;
}
@media only screen and (max-width: 560px) {
  #section02 .news_box01 .box a {
    padding: 10px;
    border-bottom: solid 1px #ccc;
  }
}
#section02 .news_box01 .box a:before {
  content: "";
  background: rgba(236, 18, 52, 0.3);
  width: 110%;
  height: 110%;
  display: block;
  position: absolute;
  z-index: -1;
  top: -5%;
  left: -5%;
  opacity: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#section02 .news_box01 .box a:hover {
  background: rgba(255, 255, 255, 0.9);
}
#section02 .news_box01 .box a:hover:before {
  opacity: 1;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
@media only screen and (max-width: 560px) {
  #section02 .news_box01 .box a figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 560px) {
  #section02 .news_box01 .box a figure .pic {
    width: 35%;
  }
}
#section02 .news_box01 .box a figure .pic img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#section02 .news_box01 .box a figure figcaption {
  padding: 20px;
}
@media only screen and (max-width: 560px) {
  #section02 .news_box01 .box a figure figcaption {
    width: 65%;
    padding: 0 0 0 10px;
  }
}
#section02 .news_box01 .box a figure figcaption dl dt time {
  color: #666;
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
}
@media only screen and (max-width: 560px) {
  #section02 .news_box01 .box a figure figcaption dl dt time {
    font-size: 12px;
    margin-bottom: 2px;
  }
}
#section02 .news_box01 .box a figure figcaption dl dt time::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #004588;
  content: "\e809";
  margin-right: 6px;
}
#section02 .news_box01 .box a figure figcaption dl dt .group {
  color: #333;
  font-size: 14px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 560px) {
  #section02 .news_box01 .box a figure figcaption dl dt .group {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
#section02 .news_box01 .box a figure figcaption dl dt .group::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #004588;
  content: "\e808";
  margin-right: 6px;
}
#section02 .news_box01 .box a figure figcaption dl dd {
  color: #000;
  font-weight: 600;
  line-height: 150%;
}
#section02 .news_box01 .soon {
  font-size: 20px;
  margin: 0 auto 20px;
  text-align: center;
  background: #fff;
  border: solid 1px #ccc;
  width: 400px;
  padding: 30px 0;
}
@media only screen and (max-width: 560px) {
  #section02 .news_box01 .soon {
    font-size: 18px;
    margin: 0 auto 10px;
    width: 100%;
    padding: 14px 0;
  }
}
#section02 .btn01 {
  color: #064583;
  text-align: center;
  display: block;
  width: 320px;
  padding: 18px 0 19px;
  margin: 0 auto;
  background: #fff;
  border: solid 1px #064583;
  border-radius: 6px;
  position: relative;
}
@media only screen and (max-width: 560px) {
  #section02 .btn01 {
    width: 100%;
    padding: 16px 0 17px;
  }
}
#section02 .btn01::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e805";
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 560px) {
  #section02 .btn01::after {
    top: calc(50% - 7px);
  }
}
#section02 .btn01:hover {
  color: #fff;
  background: #064583;
}
#section02 .btn01:hover::after {
  right: 12px;
}

/*--------------------------
#section03
---------------------------*/
#section03 {
  background: #f5f5f5;
  padding: 60px 0;
}
@media only screen and (max-width: 560px) {
  #section03 {
    padding: 15px 0;
  }
}
#section03 h2 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  line-height: 135%;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 38px;
}
@media only screen and (max-width: 560px) {
  #section03 h2 {
    font-size: 18px;
    padding-bottom: 14px;
  }
}
#section03 h2::before {
  content: "";
  background: #004588;
  width: 80px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 560px) {
  #section03 h2 {
    margin-bottom: 14px;
  }
}
#section03 h3 {
  color: #002c89;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media only screen and (max-width: 560px) {
  #section03 h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 560px) and (max-width: 560px) {
  #section03 h3 {
    font-size: 16px;
  }
}
#section03 .read_box {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 560px) {
  #section03 .read_box {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
#section03 .flex_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 560px) {
  #section03 .flex_box01 {
    margin-bottom: 16px;
  }
}
#section03 .flex_box01 .box {
  padding: 0 10px;
}
@media only screen and (max-width: 560px) {
  #section03 .flex_box01 .box {
    padding: 0;
  }
}
#section03 .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
}
@media only screen and (max-width: 560px) {
  #section03 .step {
    margin: 0 0 10px;
  }
}
#section03 .step li {
  color: #fff;
  font-size: 18px;
  text-align: center;
  position: relative;
  padding: 23px 30px;
  width: 251px;
  margin: 0 14px 10px 0;
  background: #002c89;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  #section03 .step li {
    width: 222px;
  }
}
@media only screen and (max-width: 560px) {
  #section03 .step li {
    width: 100%;
    font-size: 16px;
    padding: 12px 0;
    float: none;
    line-height: 30px;
    margin-bottom: 6px;
  }
}
#section03 .step li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 32px 15px;
  border-color: transparent transparent transparent #f5f5f5;
  border-style: solid;
  z-index: 5;
}
@media only screen and (max-width: 560px) {
  #section03 .step li::before {
    display: none;
  }
}
#section03 .step li:after {
  content: "";
  position: absolute;
  top: 0;
  right: -29px;
  border-width: 32px 15px;
  border-color: transparent transparent transparent #002c89;
  border-style: solid;
}
@media only screen and (max-width: 560px) {
  #section03 .step li:after {
    display: none;
  }
}
#section03 .step li:first-child {
  background: #ff6600;
}
#section03 .step li:first-child:after {
  border-color: transparent transparent transparent #ff6600;
}
#section03 .flex_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 74px;
  background: #fff;
  border-radius: 12px;
}
@media only screen and (max-width: 560px) {
  #section03 .flex_box02 {
    display: block;
    padding: 14px;
  }
}
#section03 .flex_box02 li {
  font-size: 21px;
  width: 50%;
  padding: 10px 0 14px 20px;
}
@media only screen and (max-width: 560px) {
  #section03 .flex_box02 li {
    font-size: 14px;
    line-height: 150%;
    width: 100%;
    margin: 0;
    padding: 4px 0;
  }
}
#section03 .flex_box02 li::before {
  content: "▼";
  margin-right: 8px;
}

/*--------------------------
#section04
---------------------------*/
#section04 {
  padding: 60px 0;
}
@media only screen and (max-width: 560px) {
  #section04 {
    padding: 15px 0;
  }
}
#section04 h2 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  line-height: 135%;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 38px;
}
@media only screen and (max-width: 560px) {
  #section04 h2 {
    font-size: 18px;
    padding-bottom: 14px;
  }
}
#section04 h2::before {
  content: "";
  background: #004588;
  width: 80px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 560px) {
  #section04 h2 {
    margin-bottom: 14px;
  }
}
#section04 .box01 {
  border-top: solid 1px #ccc;
}
#section04 .box01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 180%;
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 560px) {
  #section04 .box01 dl {
    display: block;
    padding: 6px 0;
  }
}
#section04 .box01 dl dt {
  color: #004588;
  font-size: 18px;
  width: 260px;
  padding-left: 20px;
}
@media only screen and (max-width: 560px) {
  #section04 .box01 dl dt {
    font-size: 14px;
    width: 100%;
    padding-left: 0;
  }
}
#section04 .box01 dl dd {
  width: calc(100% - 260px);
}
@media only screen and (max-width: 560px) {
  #section04 .box01 dl dd {
    width: 100%;
  }
}
#section04 .box01 dl dd ul li {
  position: relative;
  padding: 6px 0 6px 12px;
}
@media only screen and (max-width: 560px) {
  #section04 .box01 dl dd ul li {
    width: 100%;
    padding: 0 0 0 10px;
  }
}
#section04 .box01 dl dd ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 2px;
  position: absolute;
  top: 18px;
  left: 0;
}
@media only screen and (max-width: 560px) {
  #section04 .box01 dl dd ul li::before {
    top: 11px;
  }
}

/*--------------------------
#section05
---------------------------*/
#section05 {
  padding: 60px 0;
  background: url("/asset/image/common/bg_pattern01.png") top left no-repeat;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 560px) {
  #section05 {
    padding: 15px 0;
  }
}
#section05 h2 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  line-height: 135%;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 38px;
}
@media only screen and (max-width: 560px) {
  #section05 h2 {
    font-size: 18px;
    padding-bottom: 14px;
  }
}
#section05 h2::before {
  content: "";
  background: #004588;
  width: 80px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 560px) {
  #section05 h2 {
    margin-bottom: 14px;
  }
}
#section05 .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 560px) {
  #section05 .flex_box {
    width: 100%;
    display: block;
  }
}
#section05 .flex_box.aichi {
  margin-bottom: 80px;
}
@media only screen and (max-width: 560px) {
  #section05 .flex_box.aichi {
    margin-bottom: 30px;
  }
}
#section05 .flex_box .left_box {
  width: 45%;
  padding-right: 80px;
}
@media only screen and (max-width: 560px) {
  #section05 .flex_box .left_box {
    width: 100%;
    padding-right: 0;
  }
}
#section05 .flex_box .left_box .pic {
  margin-bottom: 20px;
}
#section05 .flex_box .left_box h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 560px) {
  #section05 .flex_box .left_box h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
#section05 .flex_box .left_box p {
  line-height: 150%;
  margin-bottom: 14px;
}
@media only screen and (max-width: 560px) {
  #section05 .flex_box .left_box p {
    margin-bottom: 8px;
  }
}
#section05 .flex_box .left_box .tel_fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
#section05 .flex_box .left_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  margin-right: 20px;
}
@media only screen and (max-width: 560px) {
  #section05 .flex_box .left_box dl {
    margin-bottom: 6px;
  }
}
#section05 .flex_box .left_box dl dt {
  padding-right: 8px;
}
@media only screen and (max-width: 560px) {
  #section05 .flex_box .left_box dl dt {
    padding-right: 6px;
  }
}
#section05 .flex_box .left_box h4 {
  font-size: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 560px) {
  #section05 .flex_box .left_box h4 {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
#section05 .flex_box .left_box p {
  font-size: 15px;
}
@media only screen and (max-width: 560px) {
  #section05 .flex_box .left_box p {
    font-size: 14px;
  }
}
#section05 .flex_box .right_box {
  width: 55%;
}
@media only screen and (max-width: 560px) {
  #section05 .flex_box .right_box {
    width: 100%;
    margin-bottom: 16px;
  }
}
#section05 .flex_box .right_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 560px) {
  #section05 .flex_box .right_box iframe {
    position: static;
    height: 300px !important;
  }
}

/*--------------------------
#section06
---------------------------*/
#section06 {
  padding: 60px 0 120px;
  background: #f5f5f5;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 560px) {
  #section06 {
    padding: 15px 0 40px;
  }
}
#section06 h2 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  line-height: 135%;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 38px;
}
@media only screen and (max-width: 560px) {
  #section06 h2 {
    font-size: 18px;
    padding-bottom: 14px;
  }
}
#section06 h2::before {
  content: "";
  background: #004588;
  width: 80px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 560px) {
  #section06 h2 {
    margin-bottom: 14px;
  }
}
#section06 .lead_box {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 560px) {
  #section06 .lead_box {
    text-align: left;
    margin-bottom: 20px;
  }
}
#section06 a {
  color: #064583;
  text-align: center;
  display: block;
  width: 320px;
  padding: 18px 0 19px;
  margin: 0 auto;
  background: #fff;
  border: solid 1px #064583;
  border-radius: 6px;
  position: relative;
  font-size: 18px;
  text-align: center;
  line-height: 135%;
  width: 440px;
}
@media only screen and (max-width: 560px) {
  #section06 a {
    width: 100%;
    padding: 16px 0 17px;
  }
}
#section06 a::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e805";
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 560px) {
  #section06 a::after {
    top: calc(50% - 7px);
  }
}
#section06 a:hover {
  color: #fff;
  background: #064583;
}
#section06 a:hover::after {
  right: 12px;
}
@media only screen and (max-width: 560px) {
  #section06 a {
    font-size: 14px;
  }
}
#section06 a::after {
  content: "\e805";
}
@media only screen and (max-width: 560px) {
  #section06 a::after {
    right: 8px;
  }
}