/*--------------------------
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/news/news_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: 120px 0;
}
@media only screen and (max-width: 768px) {
  #section01 {
    padding: 60px 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 .container ul li a span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #1a2888;
  line-height: 1.4;
  padding: 0 0 5px;
  margin: 0 0 20px;
  border-bottom: 1px solid #1a2888;
}
@media only screen and (max-width: 768px) {
  #section01 .inner .container ul li a span {
    font-size: 16px;
  }
}
#section01 .inner .container ul li a:hover {
  opacity: 0.7;
}
#section01 .inner .container ul li ul {
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  #section01 .inner .container ul li ul {
    margin: 0;
  }
}
#section01 .inner .container ul li ul li {
  margin: 0 0 20px;
}
#section01 .inner .container ul li ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #section01 .inner .container ul li ul li a {
    font-size: 14px;
  }
}
#section01 .inner .container ul li ul li a:hover {
  color: #1a2888;
  opacity: 1;
}
#section01 .inner .container ul li ul li ul {
  margin: 20px 0 0 16px;
}
#section01 .inner .container ul li ul li ul li a {
  position: relative;
  font-weight: 400;
  padding: 0 0 0 16px;
}
#section01 .inner .container ul li ul li ul li a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  top: 50%;
  left: 0;
  background: #333333;
}