/*--------------------------
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(/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: 16px;
  font-weight: 400;
  color: #ffffff;
  padding: 90px 0 0;
  margin: 0 0 80px;
}
@media only screen and (max-width: 768px) {
  .section_contact .wrap h2 {
    font-size: 14px;
    padding: 80px 0 0;
    margin: 0 0 60px;
  }
}
.section_contact .wrap h2::before {
  content: attr(data-en);
  display: block;
  font-size: 40px;
  font-family: "Roboto";
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .section_contact .wrap h2::before {
    font-size: 28px;
  }
}
.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: 60px;
  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;
  position: relative;
  background-image: url(/asset/image/rd/rd_bg_img01.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: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #main_visual .title_box h1 {
    font-size: 14px;
  }
}
#main_visual .title_box h1::before {
  content: attr(data-en);
  display: block;
  font-size: 48px;
  font-family: "Roboto";
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 15px;
}
@media only screen and (max-width: 768px) {
  #main_visual .title_box h1::before {
    font-size: 36px;
    line-height: 1.25;
  }
}
#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;
  }
}
#main_visual::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.5);
}

/*--------------------------
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 .page_list .page_list_box01,
#section01 .inner .page_list .page_list_box02 {
  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;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 .inner .page_list .page_list_box01,
  #section01 .inner .page_list .page_list_box02 {
    display: block;
  }
}
#section01 .inner .page_list .page_list_box01 > div,
#section01 .inner .page_list .page_list_box02 > div {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 768px) {
  #section01 .inner .page_list .page_list_box01 > div,
  #section01 .inner .page_list .page_list_box02 > div {
    width: 100%;
  }
}
#section01 .inner .page_list .page_list_box01 .thumb_box,
#section01 .inner .page_list .page_list_box02 .thumb_box {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.125);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.125);
}
#section01 .inner .page_list .page_list_box01 .thumb_box img,
#section01 .inner .page_list .page_list_box02 .thumb_box img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#section01 .inner .page_list .page_list_box01 .txt_box,
#section01 .inner .page_list .page_list_box02 .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
}
#section01 .inner .page_list .page_list_box01 .txt_box .container,
#section01 .inner .page_list .page_list_box02 .txt_box .container {
  margin: 0 0 20px;
}
#section01 .inner .page_list .page_list_box01 .txt_box .container h3,
#section01 .inner .page_list .page_list_box02 .txt_box .container h3 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: #1a2888;
  line-height: 1.4;
  margin: 0 0 20px;
}
#section01 .inner .page_list .page_list_box01 .txt_box .container h3::before, #section01 .inner .page_list .page_list_box01 .txt_box .container h3::after,
#section01 .inner .page_list .page_list_box02 .txt_box .container h3::before,
#section01 .inner .page_list .page_list_box02 .txt_box .container 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 .page_list .page_list_box01 .txt_box .container h3::before, #section01 .inner .page_list .page_list_box01 .txt_box .container h3::after,
  #section01 .inner .page_list .page_list_box02 .txt_box .container h3::before,
  #section01 .inner .page_list .page_list_box02 .txt_box .container h3::after {
    width: 20px;
    height: 11px;
    top: 8px;
  }
}
#section01 .inner .page_list .page_list_box01 .txt_box .container h3::before,
#section01 .inner .page_list .page_list_box02 .txt_box .container h3::before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
#section01 .inner .page_list .page_list_box01 .txt_box .container h3::after,
#section01 .inner .page_list .page_list_box02 .txt_box .container h3::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
#section01 .inner .page_list .page_list_box01 .txt_box .container h3 span,
#section01 .inner .page_list .page_list_box02 .txt_box .container h3 span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section01 .inner .page_list .page_list_box01 .txt_box .container h3 span,
  #section01 .inner .page_list .page_list_box02 .txt_box .container h3 span {
    padding: 0 0 0 24px;
  }
}
#section01 .inner .page_list .page_list_box01 .txt_box .container h3 span::before,
#section01 .inner .page_list .page_list_box02 .txt_box .container 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 .page_list .page_list_box01 .txt_box .container h3 span::before,
  #section01 .inner .page_list .page_list_box02 .txt_box .container h3 span::before {
    width: 20px;
    height: 11px;
    top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .inner .page_list .page_list_box01 .txt_box .container h3,
  #section01 .inner .page_list .page_list_box02 .txt_box .container h3 {
    font-size: 20px;
    margin: 0 0 15px;
  }
}
#section01 .inner .page_list .page_list_box01 .txt_box .btn_box,
#section01 .inner .page_list .page_list_box02 .txt_box .btn_box {
  margin: auto 0 0;
}
#section01 .inner .page_list .page_list_box01 .txt_box .btn_box .link_btn,
#section01 .inner .page_list .page_list_box02 .txt_box .btn_box .link_btn {
  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: #ffffff;
  background: #1a2888;
  border: 1px solid #1a2888;
  margin: 0 0 0 auto;
}
#section01 .inner .page_list .page_list_box01 .txt_box .btn_box .link_btn::before, #section01 .inner .page_list .page_list_box01 .txt_box .btn_box .link_btn::after,
#section01 .inner .page_list .page_list_box02 .txt_box .btn_box .link_btn::before,
#section01 .inner .page_list .page_list_box02 .txt_box .btn_box .link_btn::after {
  position: absolute;
  content: "";
  display: block;
}
#section01 .inner .page_list .page_list_box01 .txt_box .btn_box .link_btn::before,
#section01 .inner .page_list .page_list_box02 .txt_box .btn_box .link_btn::before {
  width: 15px;
  height: 2px;
  right: 30px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section01 .inner .page_list .page_list_box01 .txt_box .btn_box .link_btn::after,
#section01 .inner .page_list .page_list_box02 .txt_box .btn_box .link_btn::after {
  right: 20px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #ffffff;
  border-right: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section01 .inner .page_list .page_list_box01 .txt_box .btn_box .link_btn:hover,
#section01 .inner .page_list .page_list_box02 .txt_box .btn_box .link_btn:hover {
  color: #1a2888;
  background: #ffffff;
}
#section01 .inner .page_list .page_list_box01 .txt_box .btn_box .link_btn:hover::before,
#section01 .inner .page_list .page_list_box02 .txt_box .btn_box .link_btn:hover::before {
  right: 25px;
  background: #1a2888;
}
#section01 .inner .page_list .page_list_box01 .txt_box .btn_box .link_btn:hover::after,
#section01 .inner .page_list .page_list_box02 .txt_box .btn_box .link_btn:hover::after {
  right: 15px;
  border-left-color: #1a2888;
}
#section01 .inner .page_list .page_list_box02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}