/*--------------------------
link_btn
---------------------------*/
/*--------------------------
color
---------------------------*/
/*--------------------------
faq_list
---------------------------*/
/*--------------------------
news_list
---------------------------*/
/*--------------------------
page_list
---------------------------*/
/*--------------------------
page_thumb_list
---------------------------*/
/*--------------------------
link_btn
---------------------------*/
@-webkit-keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -50px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -50px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/*--------------------------
table_layout
---------------------------*/
/*--------------------------
top_section_title
---------------------------*/
/*--------------------------
section_title
---------------------------*/
/*--------------------------
sub_title
---------------------------*/
/*--------------------------
breadcrumb
---------------------------*/
#breadcrumb {
  padding: 20px 2.5%;
}
@media only screen and (max-width: 768px) {
  #breadcrumb {
    padding: 15px 2.5%;
  }
}
#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#breadcrumb ul li {
  position: relative;
  font-size: 14px;
  margin: 0 0 5px;
}
#breadcrumb ul li::after {
  content: ">";
  margin: 0 10px;
}
#breadcrumb ul li:last-child::after {
  content: none;
}
@media only screen and (max-width: 768px) {
  #breadcrumb ul li {
    font-size: 12px;
  }
}
#breadcrumb ul li a {
  font-weight: 600;
}

/*--------------------------
section_contact
---------------------------*/
.section_contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 680px;
  padding: 0 5%;
  background-image: url(/en/asset/image/common/contact_bg_img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #21232b;
}
@media only screen and (max-width: 1170px) {
  .section_contact {
    height: auto;
    padding: 0 0 80px;
    text-align: center;
    background-position: left;
  }
}
.section_contact .wrap {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  .section_contact .wrap {
    width: 100%;
    min-width: 1024px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .section_contact .wrap {
    width: 100%;
    min-width: 100%;
    padding: 0 12px;
  }
}
.section_contact .wrap h2 {
  position: relative;
  display: block;
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
  padding: 90px 0 0;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  .section_contact .wrap h2 {
    font-size: 28px;
    padding: 80px 0 0;
    margin: 0 0 20px;
  }
}
.section_contact .wrap h2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 90px;
  top: 0;
  left: 0;
  background: #ffffff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1170px) {
  .section_contact .wrap h2::after {
    left: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .section_contact .wrap h2::after {
    height: 60px;
  }
}
.section_contact .wrap .txt_box {
  margin: 0 0 60px;
}
@media only screen and (max-width: 1170px) {
  .section_contact .wrap .txt_box {
    margin: 0 0 40px;
  }
}
.section_contact .wrap .txt_box p {
  font-size: 24px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .section_contact .wrap .txt_box p {
    font-size: 18px;
  }
  .section_contact .wrap .txt_box p br {
    display: none;
  }
}
.section_contact .wrap .contact_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1170px) {
  .section_contact .wrap .contact_box {
    display: block;
  }
}
@media only screen and (max-width: 1170px) {
  .section_contact .wrap .contact_box .tel_box {
    margin: 0 0 40px;
  }
}
.section_contact .wrap .contact_box > div {
  width: 50%;
}
@media only screen and (max-width: 1170px) {
  .section_contact .wrap .contact_box > div {
    width: 100%;
  }
}
.section_contact .wrap .contact_box > div h3 {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .section_contact .wrap .contact_box > div h3 {
    font-size: 14px;
  }
}
.section_contact .wrap .contact_box > div .tel {
  position: relative;
  display: inline-block;
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 10px;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .section_contact .wrap .contact_box > div .tel {
    font-size: 36px;
    pointer-events: all;
  }
}
@media only screen and (max-width: 380px) {
  .section_contact .wrap .contact_box > div .tel {
    font-size: 10vw;
  }
}
.section_contact .wrap .contact_box > div .tel::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e805";
  margin: 0 15px 0 0;
}
.section_contact .wrap .contact_box > div p {
  color: #ffffff;
}
.section_contact .wrap .contact_box > div .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 542px;
  height: 80px;
  background: #ffffff;
  border: 2px solid #1a2888;
  border-radius: 50px;
}
@media only screen and (max-width: 1170px) {
  .section_contact .wrap .contact_box > div .mail {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1170px) {
  .section_contact .wrap .contact_box > div .mail {
    height: 60px;
  }
}
.section_contact .wrap .contact_box > div .mail span {
  font-size: 20px;
  font-weight: 600;
  color: #1a2888;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  .section_contact .wrap .contact_box > div .mail span {
    font-size: 16px;
  }
}
.section_contact .wrap .contact_box > div .mail span::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e800";
  font-size: 24px;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 768px) {
  .section_contact .wrap .contact_box > div .mail span::before {
    font-size: 20px;
  }
}
.section_contact .wrap .contact_box > div .mail:hover {
  background: #1a2888;
}
.section_contact .wrap .contact_box > div .mail:hover span {
  color: #ffffff;
}

.wrap {
  position: relative;
}
.wrap .bg_item01,
.wrap .bg_item02 {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.wrap .bg_item01 {
  top: 15%;
  right: 2.5%;
}
@media only screen and (max-width: 1170px) {
  .wrap .bg_item01 {
    top: 0;
  }
}
.wrap .bg_item02 {
  left: 2.5%;
  bottom: 15%;
}

/*--------------------------
main_visual
---------------------------*/
#main_visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 260px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/en/asset/image/company/company_visual.jpg);
}
@media only screen and (max-width: 768px) {
  #main_visual {
    height: 180px;
  }
}
#main_visual .title_box {
  padding: 0 2.5%;
}
#main_visual .title_box h1 {
  position: relative;
  display: block;
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #main_visual .title_box h1 {
    font-size: 28px;
  }
}
#main_visual .title_box02 {
  padding: 0 2.5%;
}
#main_visual .title_box02 h1 {
  position: relative;
  display: block;
  font-size: 60px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #main_visual .title_box02 h1 {
    font-size: 36px;
    line-height: 1.25;
  }
}

/*--------------------------
section01
---------------------------*/
#section01 {
  position: relative;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  #section01 {
    padding: 40px 0;
  }
}
#section01 .inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  #section01 .inner {
    width: 100%;
    min-width: 1024px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 12px;
  }
}
#section01 .inner h2 {
  font-size: 40px;
  font-weight: 600;
  color: #1a2888;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  #section01 .inner h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 380px) {
  #section01 .inner h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .inner h2 {
    margin: 0 0 40px;
  }
}
#section01 .inner h3 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: #1a2888;
  line-height: 1.4;
  margin: 0 0 20px;
}
#section01 .inner h3::before, #section01 .inner h3::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 14px;
  top: 10px;
  left: 0;
  background: #1a2888;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #section01 .inner h3::before, #section01 .inner h3::after {
    width: 20px;
    height: 11px;
    top: 8px;
  }
}
#section01 .inner h3::before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
#section01 .inner h3::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
#section01 .inner h3 span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section01 .inner h3 span {
    padding: 0 0 0 24px;
  }
}
#section01 .inner h3 span::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 14px;
  top: 10px;
  left: 0;
  background: #1a2888;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #section01 .inner h3 span::before {
    width: 20px;
    height: 11px;
    top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .inner h3 {
    font-size: 20px;
    margin: 0 0 15px;
  }
}
#section01 .inner table {
  width: 100%;
}
#section01 .inner table tr th, #section01 .inner table tr td {
  padding: 20px;
  line-height: 1.75;
  text-align: left;
  border-bottom: 1px solid rgba(26, 40, 136, 0.5);
}
@media only screen and (max-width: 768px) {
  #section01 .inner table tr th, #section01 .inner table tr td {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .inner table tr th {
    color: #ffffff;
    text-align: center;
    padding: 5px 10px;
    background: #1a2888;
    border-bottom: none;
  }
}

/*--------------------------
section02
---------------------------*/
#section02 {
  position: relative;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  #section02 {
    padding: 40px 0;
  }
}
#section02 .inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  #section02 .inner {
    width: 100%;
    min-width: 1024px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #section02 .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 12px;
  }
}
#section02 .inner h3 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: #1a2888;
  line-height: 1.4;
  margin: 0 0 20px;
  margin: 0 0 40px;
}
#section02 .inner h3::before, #section02 .inner h3::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 14px;
  top: 10px;
  left: 0;
  background: #1a2888;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #section02 .inner h3::before, #section02 .inner h3::after {
    width: 20px;
    height: 11px;
    top: 8px;
  }
}
#section02 .inner h3::before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
#section02 .inner h3::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
#section02 .inner h3 span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section02 .inner h3 span {
    padding: 0 0 0 24px;
  }
}
#section02 .inner h3 span::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 14px;
  top: 10px;
  left: 0;
  background: #1a2888;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #section02 .inner h3 span::before {
    width: 20px;
    height: 11px;
    top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #section02 .inner h3 {
    font-size: 20px;
    margin: 0 0 15px;
  }
}
#section02 .inner .img_box {
  text-align: center;
  margin: 0 0 40px;
}
#section02 .inner .box01,
#section02 .inner .box02,
#section02 .inner .box03 {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .box01,
  #section02 .inner .box02,
  #section02 .inner .box03 {
    margin: 0 0 20px;
  }
}
#section02 .inner .box01 h4,
#section02 .inner .box02 h4,
#section02 .inner .box03 h4 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
  padding: 10px 20px;
  background: #1a2888;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .box01 h4,
  #section02 .inner .box02 h4,
  #section02 .inner .box03 h4 {
    font-size: 16px;
    padding: 8px 16px;
  }
}
#section02 .inner .box01 .flex_box,
#section02 .inner .box02 .flex_box,
#section02 .inner .box03 .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .box01 .flex_box,
  #section02 .inner .box02 .flex_box,
  #section02 .inner .box03 .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#section02 .inner .box01 .flex_box .txt_box,
#section02 .inner .box02 .flex_box .txt_box,
#section02 .inner .box03 .flex_box .txt_box {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 768px) {
  #section02 .inner .box01 .flex_box .txt_box,
  #section02 .inner .box02 .flex_box .txt_box,
  #section02 .inner .box03 .flex_box .txt_box {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }
}
#section02 .inner .box01 .flex_box .txt_box p span,
#section02 .inner .box02 .flex_box .txt_box p span,
#section02 .inner .box03 .flex_box .txt_box p span {
  color: #e10d08;
}
#section02 .inner .box01 .flex_box .txt_box .btn_box,
#section02 .inner .box02 .flex_box .txt_box .btn_box,
#section02 .inner .box03 .flex_box .txt_box .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .box01 .flex_box .txt_box .btn_box,
  #section02 .inner .box02 .flex_box .txt_box .btn_box,
  #section02 .inner .box03 .flex_box .txt_box .btn_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 380px) {
  #section02 .inner .box01 .flex_box .txt_box .btn_box,
  #section02 .inner .box02 .flex_box .txt_box .btn_box,
  #section02 .inner .box03 .flex_box .txt_box .btn_box {
    display: block;
  }
}
#section02 .inner .box01 .flex_box .txt_box .btn_box a:not(:last-child),
#section02 .inner .box02 .flex_box .txt_box .btn_box a:not(:last-child),
#section02 .inner .box03 .flex_box .txt_box .btn_box a:not(:last-child) {
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 380px) {
  #section02 .inner .box01 .flex_box .txt_box .btn_box a:not(:last-child),
  #section02 .inner .box02 .flex_box .txt_box .btn_box a:not(:last-child),
  #section02 .inner .box03 .flex_box .txt_box .btn_box a:not(:last-child) {
    margin: 0 auto 10px;
  }
}
#section02 .inner .box01 .flex_box .txt_box .btn_box a.map,
#section02 .inner .box02 .flex_box .txt_box .btn_box a.map,
#section02 .inner .box03 .flex_box .txt_box .btn_box a.map {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 215px;
  height: 53px;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 700;
  color: #1a2888;
  border: 1px solid #1a2888;
}
#section02 .inner .box01 .flex_box .txt_box .btn_box a.map::before, #section02 .inner .box01 .flex_box .txt_box .btn_box a.map::after,
#section02 .inner .box02 .flex_box .txt_box .btn_box a.map::before,
#section02 .inner .box02 .flex_box .txt_box .btn_box a.map::after,
#section02 .inner .box03 .flex_box .txt_box .btn_box a.map::before,
#section02 .inner .box03 .flex_box .txt_box .btn_box a.map::after {
  position: absolute;
  content: "";
  display: block;
}
#section02 .inner .box01 .flex_box .txt_box .btn_box a.map::before,
#section02 .inner .box02 .flex_box .txt_box .btn_box a.map::before,
#section02 .inner .box03 .flex_box .txt_box .btn_box a.map::before {
  position: absolute;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e802";
  left: 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section02 .inner .box01 .flex_box .txt_box .btn_box a.map:hover,
#section02 .inner .box02 .flex_box .txt_box .btn_box a.map:hover,
#section02 .inner .box03 .flex_box .txt_box .btn_box a.map:hover {
  color: #ffffff;
  background: #1a2888;
}
#section02 .inner .box01 .flex_box .txt_box .btn_box a.map:hover::before,
#section02 .inner .box02 .flex_box .txt_box .btn_box a.map:hover::before,
#section02 .inner .box03 .flex_box .txt_box .btn_box a.map:hover::before {
  left: 20px;
}
#section02 .inner .box01 .flex_box .txt_box .btn_box a.access,
#section02 .inner .box02 .flex_box .txt_box .btn_box a.access,
#section02 .inner .box03 .flex_box .txt_box .btn_box a.access {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 215px;
  height: 53px;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 700;
  color: #1a2888;
  border: 1px solid #1a2888;
}
#section02 .inner .box01 .flex_box .txt_box .btn_box a.access::before,
#section02 .inner .box02 .flex_box .txt_box .btn_box a.access::before,
#section02 .inner .box03 .flex_box .txt_box .btn_box a.access::before {
  position: absolute;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f279";
  left: 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section02 .inner .box01 .flex_box .txt_box .btn_box a.access:hover,
#section02 .inner .box02 .flex_box .txt_box .btn_box a.access:hover,
#section02 .inner .box03 .flex_box .txt_box .btn_box a.access:hover {
  color: #ffffff;
  background: #1a2888;
}
#section02 .inner .box01 .flex_box .txt_box .btn_box a.access:hover::before,
#section02 .inner .box02 .flex_box .txt_box .btn_box a.access:hover::before,
#section02 .inner .box03 .flex_box .txt_box .btn_box a.access:hover::before {
  left: 20px;
}
@media only screen and (max-width: 380px) {
  #section02 .inner .box01 .flex_box .txt_box .btn_box a.access,
  #section02 .inner .box02 .flex_box .txt_box .btn_box a.access,
  #section02 .inner .box03 .flex_box .txt_box .btn_box a.access {
    margin: 0 auto 10px;
  }
}
#section02 .inner .box01 .flex_box .img_box,
#section02 .inner .box02 .flex_box .img_box,
#section02 .inner .box03 .flex_box .img_box {
  width: calc(50% - 20px);
  text-align: left;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .box01 .flex_box .img_box,
  #section02 .inner .box02 .flex_box .img_box,
  #section02 .inner .box03 .flex_box .img_box {
    width: 100%;
    text-align: center;
    margin: 0 auto 10px;
  }
}
#section02 .inner .box01 .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .box01 .img_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 380px) {
  #section02 .inner .box01 .img_box {
    display: block;
  }
}
#section02 .inner .box01 .img_box .img:not(:last-child) {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 380px) {
  #section02 .inner .box01 .img_box .img:not(:last-child) {
    margin: 0 0 10px;
  }
}

/*--------------------------
section_page_link
---------------------------*/
#section_page_link {
  position: relative;
  padding: 120px 0;
}
@media only screen and (max-width: 768px) {
  #section_page_link {
    padding: 60px 0;
  }
}
#section_page_link .inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  #section_page_link .inner {
    width: 100%;
    min-width: 1024px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #section_page_link .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 12px;
  }
}
#section_page_link .inner .page_thumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#section_page_link .inner .page_thumb_list::after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 10px);
}
@media only screen and (max-width: 768px) {
  #section_page_link .inner .page_thumb_list::after {
    content: none;
  }
}
#section_page_link .inner .page_thumb_list li {
  width: calc(33.3333333333% - 10px);
  margin: 0 0 12.5px;
}
@media only screen and (max-width: 768px) {
  #section_page_link .inner .page_thumb_list li {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 380px) {
  #section_page_link .inner .page_thumb_list li {
    width: 100%;
    margin: 0 0 10px;
  }
}
#section_page_link .inner .page_thumb_list li a {
  position: relative;
  display: block;
}
#section_page_link .inner .page_thumb_list li a .thumb_box {
  position: relative;
  overflow: hidden;
}
#section_page_link .inner .page_thumb_list li a .thumb_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.5);
  -webkit-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
  opacity: 0;
  z-index: 1;
}
#section_page_link .inner .page_thumb_list li a .thumb_box::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  top: 0;
  left: 50%;
  background: #ffffff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #section_page_link .inner .page_thumb_list li a .thumb_box::after {
    height: 8vw;
  }
}
@media only screen and (max-width: 380px) {
  #section_page_link .inner .page_thumb_list li a .thumb_box::after {
    height: 15vw;
  }
}
#section_page_link .inner .page_thumb_list li a .thumb_box img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
}
#section_page_link .inner .page_thumb_list li a .txt_box {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#section_page_link .inner .page_thumb_list li a .txt_box h3 {
  position: relative;
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #section_page_link .inner .page_thumb_list li a .txt_box h3 {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 380px) {
  #section_page_link .inner .page_thumb_list li a .txt_box h3 {
    font-size: 6vw;
  }
}
#section_page_link .inner .page_thumb_list li a:hover .thumb_box::before, #section_page_link .inner .page_thumb_list li a.current .thumb_box::before {
  opacity: 1;
}
#section_page_link .inner .page_thumb_list li a:hover .thumb_box img, #section_page_link .inner .page_thumb_list li a.current .thumb_box img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
#section_page_link .inner .page_thumb_list li a.current {
  border: 5px solid #1a2888;
  pointer-events: none;
}