/*--------------------------
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%;
}

/*--------------------------
tab
---------------------------*/
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  margin: 120px auto;
}
@media only screen and (max-width: 1170px) {
  .tabs {
    width: 100%;
    min-width: 1024px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .tabs {
    width: 100%;
    min-width: 100%;
    padding: 0 12px;
  }
}
@media only screen and (max-width: 1170px) {
  .tabs {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .tabs {
    margin: 60px auto;
  }
}
.tabs .tab_list {
  width: 100%;
  max-width: 280px;
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 1170px) {
  .tabs .tab_list {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .tabs .tab_list .tabs__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.tabs .tab_list .tabs__menu li {
  font-size: 14px;
  color: #1a2888;
  padding: 12px 8px;
  text-align: center;
  line-height: 1.4;
  margin: 5px 0 0;
  background: #dcdcdc;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .tabs .tab_list .tabs__menu li {
    width: calc(50% - 10px);
    max-width: 100%;
    font-size: 16px;
    padding: 15px 10px;
    margin: 15px 0 0;
  }
}
.tabs .tab_list .tabs__menu li.is-active, .tabs .tab_list .tabs__menu li:hover {
  color: #ffffff;
  background: #1a2888;
}
.tabs .tabs__body {
  display: none;
}
@media only screen and (max-width: 1170px) {
  .tabs .tabs__body {
    display: block;
  }
}
.tabs .tabs__body.is-active {
  display: block;
}

/*--------------------------
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/case/case_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
---------------------------*/
@media only screen and (max-width: 1170px) {
  #section01 {
    margin: 0 0 20px;
    border-bottom: 2px solid #1a2888;
  }
}
#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 50px;
}
@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: 1170px) {
  #section01 .inner h2 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #1a2888;
    line-height: 1.4;
    text-align: left;
    padding: 0 30px 0 0;
    margin: 0 0 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section01 .inner h2:hover {
    opacity: 0.7;
  }
  #section01 .inner h2::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: 5px;
    border-top: 2px solid #1a2888;
    border-right: 2px solid #1a2888;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section01 .inner h2.accordion-click::after {
    top: calc(50% - 7px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #section01 .inner h2.accordion-click.open::after {
    top: calc(50% - 5px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 1170px) {
  #section01 .inner .accordion-content {
    padding: 0 0 30px;
  }
}
#section01 .inner .txt_box {
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section01 .inner .txt_box {
    margin: 0 0 20px;
  }
}
#section01 .inner .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  #section01 .inner .flex_box {
    display: block;
  }
}
#section01 .inner .flex_box:not(:last-child) {
  margin: 0 0 20px;
}
#section01 .inner .flex_box .left_box figure img,
#section01 .inner .flex_box .right_box figure img {
  margin: 6px 0 0;
}
#section01 .inner .flex_box .left_box {
  margin: 0 20px 0 0;
}

/*--------------------------
section02
---------------------------*/
@media only screen and (max-width: 1170px) {
  #section02 {
    margin: 0 0 20px;
    border-bottom: 2px solid #1a2888;
  }
}
#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 h2 {
  font-size: 40px;
  font-weight: 600;
  color: #1a2888;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  #section02 .inner h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 380px) {
  #section02 .inner h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1170px) {
  #section02 .inner h2 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #1a2888;
    line-height: 1.4;
    text-align: left;
    padding: 0 30px 0 0;
    margin: 0 0 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section02 .inner h2:hover {
    opacity: 0.7;
  }
  #section02 .inner h2::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: 5px;
    border-top: 2px solid #1a2888;
    border-right: 2px solid #1a2888;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section02 .inner h2.accordion-click::after {
    top: calc(50% - 7px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #section02 .inner h2.accordion-click.open::after {
    top: calc(50% - 5px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 1170px) {
  #section02 .inner .accordion-content {
    padding: 0 0 30px;
  }
}
#section02 .inner .txt_box {
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .txt_box {
    margin: 0 0 20px;
  }
}
#section02 .inner .mov_box {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
}
#section02 .inner .mov_box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*--------------------------
section03
---------------------------*/
@media only screen and (max-width: 1170px) {
  #section03 {
    margin: 0 0 20px;
    border-bottom: 2px solid #1a2888;
  }
}
#section03 .inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  #section03 .inner {
    width: 100%;
    min-width: 1024px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #section03 .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 12px;
  }
}
#section03 .inner h2 {
  font-size: 40px;
  font-weight: 600;
  color: #1a2888;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  #section03 .inner h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 380px) {
  #section03 .inner h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1170px) {
  #section03 .inner h2 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #1a2888;
    line-height: 1.4;
    text-align: left;
    padding: 0 30px 0 0;
    margin: 0 0 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section03 .inner h2:hover {
    opacity: 0.7;
  }
  #section03 .inner h2::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: 5px;
    border-top: 2px solid #1a2888;
    border-right: 2px solid #1a2888;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section03 .inner h2.accordion-click::after {
    top: calc(50% - 7px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #section03 .inner h2.accordion-click.open::after {
    top: calc(50% - 5px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 1170px) {
  #section03 .inner .accordion-content {
    padding: 0 0 30px;
  }
}
#section03 .inner .txt_box {
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section03 .inner .txt_box {
    margin: 0 0 20px;
  }
}

/*--------------------------
section04
---------------------------*/
@media only screen and (max-width: 1170px) {
  #section04 {
    margin: 0 0 20px;
    border-bottom: 2px solid #1a2888;
  }
}
#section04 .inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  #section04 .inner {
    width: 100%;
    min-width: 1024px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #section04 .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 12px;
  }
}
#section04 .inner h2 {
  font-size: 40px;
  font-weight: 600;
  color: #1a2888;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  #section04 .inner h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 380px) {
  #section04 .inner h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1170px) {
  #section04 .inner h2 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #1a2888;
    line-height: 1.4;
    text-align: left;
    padding: 0 30px 0 0;
    margin: 0 0 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section04 .inner h2:hover {
    opacity: 0.7;
  }
  #section04 .inner h2::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: 5px;
    border-top: 2px solid #1a2888;
    border-right: 2px solid #1a2888;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section04 .inner h2.accordion-click::after {
    top: calc(50% - 7px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #section04 .inner h2.accordion-click.open::after {
    top: calc(50% - 5px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 1170px) {
  #section04 .inner .accordion-content {
    padding: 0 0 30px;
  }
}
#section04 .inner .txt_box {
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section04 .inner .txt_box {
    margin: 0 0 20px;
  }
}
#section04 .inner .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  #section04 .inner .flex_box {
    display: block;
  }
}
#section04 .inner .flex_box:not(:last-child) {
  margin: 0 0 20px;
}
#section04 .inner .flex_box .left_box figure img,
#section04 .inner .flex_box .right_box figure img {
  margin: 6px 0 0;
}
#section04 .inner .flex_box .left_box {
  margin: 0 20px 0 0;
}

/*--------------------------
section05
---------------------------*/
@media only screen and (max-width: 1170px) {
  #section05 {
    margin: 0 0 20px;
    border-bottom: 2px solid #1a2888;
  }
}
#section05 .inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  #section05 .inner {
    width: 100%;
    min-width: 1024px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #section05 .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 12px;
  }
}
#section05 .inner h2 {
  font-size: 40px;
  font-weight: 600;
  color: #1a2888;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  #section05 .inner h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 380px) {
  #section05 .inner h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1170px) {
  #section05 .inner h2 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #1a2888;
    line-height: 1.4;
    text-align: left;
    padding: 0 30px 0 0;
    margin: 0 0 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section05 .inner h2:hover {
    opacity: 0.7;
  }
  #section05 .inner h2::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: 5px;
    border-top: 2px solid #1a2888;
    border-right: 2px solid #1a2888;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section05 .inner h2.accordion-click::after {
    top: calc(50% - 7px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #section05 .inner h2.accordion-click.open::after {
    top: calc(50% - 5px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 1170px) {
  #section05 .inner .accordion-content {
    padding: 0 0 30px;
  }
}
#section05 .inner .txt_box {
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section05 .inner .txt_box {
    margin: 0 0 20px;
  }
}

/*--------------------------
section06
---------------------------*/
@media only screen and (max-width: 1170px) {
  #section06 {
    margin: 0 0 20px;
    border-bottom: 2px solid #1a2888;
  }
}
#section06 .inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  #section06 .inner {
    width: 100%;
    min-width: 1024px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #section06 .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 12px;
  }
}
#section06 .inner h2 {
  font-size: 40px;
  font-weight: 600;
  color: #1a2888;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  #section06 .inner h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 380px) {
  #section06 .inner h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1170px) {
  #section06 .inner h2 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #1a2888;
    line-height: 1.4;
    text-align: left;
    padding: 0 30px 0 0;
    margin: 0 0 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section06 .inner h2:hover {
    opacity: 0.7;
  }
  #section06 .inner h2::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: 5px;
    border-top: 2px solid #1a2888;
    border-right: 2px solid #1a2888;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section06 .inner h2.accordion-click::after {
    top: calc(50% - 7px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #section06 .inner h2.accordion-click.open::after {
    top: calc(50% - 5px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
#section06 .inner h2 span {
  display: block;
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  #section06 .inner h2 span {
    display: inline-block;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1170px) {
  #section06 .inner .accordion-content {
    padding: 0 0 30px;
  }
}
#section06 .inner .txt_box {
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section06 .inner .txt_box {
    margin: 0 0 20px;
  }
}

/*--------------------------
section07
---------------------------*/
@media only screen and (max-width: 1170px) {
  #section07 {
    margin: 0 0 20px;
    border-bottom: 2px solid #1a2888;
  }
}
#section07 .inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  #section07 .inner {
    width: 100%;
    min-width: 1024px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #section07 .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 12px;
  }
}
#section07 .inner h2 {
  font-size: 40px;
  font-weight: 600;
  color: #1a2888;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  #section07 .inner h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 380px) {
  #section07 .inner h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1170px) {
  #section07 .inner h2 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #1a2888;
    line-height: 1.4;
    text-align: left;
    padding: 0 30px 0 0;
    margin: 0 0 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section07 .inner h2:hover {
    opacity: 0.7;
  }
  #section07 .inner h2::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: 5px;
    border-top: 2px solid #1a2888;
    border-right: 2px solid #1a2888;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section07 .inner h2.accordion-click::after {
    top: calc(50% - 7px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #section07 .inner h2.accordion-click.open::after {
    top: calc(50% - 5px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 1170px) {
  #section07 .inner .accordion-content {
    padding: 0 0 30px;
  }
}
#section07 .inner .txt_box {
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section07 .inner .txt_box {
    margin: 0 0 20px;
  }
}

/*--------------------------
section08
---------------------------*/
@media only screen and (max-width: 1170px) {
  #section08 {
    margin: 0 0 20px;
    border-bottom: 2px solid #1a2888;
  }
}
#section08 .inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  #section08 .inner {
    width: 100%;
    min-width: 1024px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #section08 .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 12px;
  }
}
#section08 .inner h2 {
  font-size: 40px;
  font-weight: 600;
  color: #1a2888;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  #section08 .inner h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 380px) {
  #section08 .inner h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1170px) {
  #section08 .inner h2 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #1a2888;
    line-height: 1.4;
    text-align: left;
    padding: 0 30px 0 0;
    margin: 0 0 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section08 .inner h2:hover {
    opacity: 0.7;
  }
  #section08 .inner h2::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: 5px;
    border-top: 2px solid #1a2888;
    border-right: 2px solid #1a2888;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section08 .inner h2.accordion-click::after {
    top: calc(50% - 7px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #section08 .inner h2.accordion-click.open::after {
    top: calc(50% - 5px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 1170px) {
  #section08 .inner .accordion-content {
    padding: 0 0 30px;
  }
}
#section08 .inner .txt_box {
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section08 .inner .txt_box {
    margin: 0 0 20px;
  }
}

/*--------------------------
section09
---------------------------*/
@media only screen and (max-width: 1170px) {
  #section09 {
    margin: 0 0 20px;
    border-bottom: 2px solid #1a2888;
  }
}
#section09 .inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  #section09 .inner {
    width: 100%;
    min-width: 1024px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #section09 .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 12px;
  }
}
#section09 .inner h2 {
  font-size: 40px;
  font-weight: 600;
  color: #1a2888;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  #section09 .inner h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 380px) {
  #section09 .inner h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1170px) {
  #section09 .inner h2 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #1a2888;
    line-height: 1.4;
    text-align: left;
    padding: 0 30px 0 0;
    margin: 0 0 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section09 .inner h2:hover {
    opacity: 0.7;
  }
  #section09 .inner h2::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: 5px;
    border-top: 2px solid #1a2888;
    border-right: 2px solid #1a2888;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section09 .inner h2.accordion-click::after {
    top: calc(50% - 7px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #section09 .inner h2.accordion-click.open::after {
    top: calc(50% - 5px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 1170px) {
  #section09 .inner .accordion-content {
    padding: 0 0 30px;
  }
}
#section09 .inner .txt_box {
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section09 .inner .txt_box {
    margin: 0 0 20px;
  }
}

/*--------------------------
section10
---------------------------*/
@media only screen and (max-width: 1170px) {
  #section10 {
    margin: 0 0 20px;
    border-bottom: 2px solid #1a2888;
  }
}
#section10 .inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  #section10 .inner {
    width: 100%;
    min-width: 1024px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #section10 .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 12px;
  }
}
#section10 .inner h2 {
  font-size: 40px;
  font-weight: 600;
  color: #1a2888;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  #section10 .inner h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 380px) {
  #section10 .inner h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1170px) {
  #section10 .inner h2 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #1a2888;
    line-height: 1.4;
    text-align: left;
    padding: 0 30px 0 0;
    margin: 0 0 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section10 .inner h2:hover {
    opacity: 0.7;
  }
  #section10 .inner h2::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: 5px;
    border-top: 2px solid #1a2888;
    border-right: 2px solid #1a2888;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section10 .inner h2.accordion-click::after {
    top: calc(50% - 7px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #section10 .inner h2.accordion-click.open::after {
    top: calc(50% - 5px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 1170px) {
  #section10 .inner .accordion-content {
    padding: 0 0 30px;
  }
}
#section10 .inner .txt_box {
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section10 .inner .txt_box {
    margin: 0 0 20px;
  }
}

/*--------------------------
section11
---------------------------*/
@media only screen and (max-width: 1170px) {
  #section11 {
    margin: 0 0 20px;
    border-bottom: 2px solid #1a2888;
  }
}
#section11 .inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  #section11 .inner {
    width: 100%;
    min-width: 1024px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #section11 .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 12px;
  }
}
#section11 .inner h2 {
  font-size: 40px;
  font-weight: 600;
  color: #1a2888;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  #section11 .inner h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 380px) {
  #section11 .inner h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1170px) {
  #section11 .inner h2 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #1a2888;
    line-height: 1.4;
    text-align: left;
    padding: 0 30px 0 0;
    margin: 0 0 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section11 .inner h2:hover {
    opacity: 0.7;
  }
  #section11 .inner h2::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: 5px;
    border-top: 2px solid #1a2888;
    border-right: 2px solid #1a2888;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section11 .inner h2.accordion-click::after {
    top: calc(50% - 7px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #section11 .inner h2.accordion-click.open::after {
    top: calc(50% - 5px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 1170px) {
  #section11 .inner .accordion-content {
    padding: 0 0 30px;
  }
}
#section11 .inner .txt_box {
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section11 .inner .txt_box {
    margin: 0 0 20px;
  }
}
#section11 .inner .txt_box h3 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: #1a2888;
  line-height: 1.4;
  margin: 0 0 20px;
}
#section11 .inner .txt_box h3::before, #section11 .inner .txt_box 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) {
  #section11 .inner .txt_box h3::before, #section11 .inner .txt_box h3::after {
    width: 20px;
    height: 11px;
    top: 8px;
  }
}
#section11 .inner .txt_box h3::before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
#section11 .inner .txt_box h3::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
#section11 .inner .txt_box h3 span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section11 .inner .txt_box h3 span {
    padding: 0 0 0 24px;
  }
}
#section11 .inner .txt_box 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) {
  #section11 .inner .txt_box h3 span::before {
    width: 20px;
    height: 11px;
    top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #section11 .inner .txt_box h3 {
    font-size: 20px;
    margin: 0 0 15px;
  }
}
#section11 .inner .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  #section11 .inner .flex_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 10px;
  }
}
#section11 .inner .flex_box figure {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #section11 .inner .flex_box figure {
    width: calc(50% - 5px);
  }
}
#section11 .inner .flex_box figure figcaption {
  font-weight: 500;
  margin: 8px 0 0;
}
#section11 .inner .img_box {
  text-align: center;
  margin: 60px 0 0;
}
@media only screen and (max-width: 768px) {
  #section11 .inner .img_box {
    text-align: left;
    padding: 20px;
    margin: 40px 0 0;
  }
}
#section11 .inner .img_box figcaption {
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 8px;
}
#section11 .inner .img_box img {
  max-width: 768px;
}
@media only screen and (max-width: 768px) {
  #section11 .inner .img_box img {
    max-width: 100%;
  }
}

/*--------------------------
section12
---------------------------*/
@media only screen and (max-width: 1170px) {
  #section12 {
    margin: 0 0 20px;
    border-bottom: 2px solid #1a2888;
  }
}
#section12 .inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  #section12 .inner {
    width: 100%;
    min-width: 1024px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #section12 .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 12px;
  }
}
#section12 .inner h2 {
  font-size: 40px;
  font-weight: 600;
  color: #1a2888;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  #section12 .inner h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 380px) {
  #section12 .inner h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1170px) {
  #section12 .inner h2 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #1a2888;
    line-height: 1.4;
    text-align: left;
    padding: 0 30px 0 0;
    margin: 0 0 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section12 .inner h2:hover {
    opacity: 0.7;
  }
  #section12 .inner h2::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: 5px;
    border-top: 2px solid #1a2888;
    border-right: 2px solid #1a2888;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section12 .inner h2.accordion-click::after {
    top: calc(50% - 7px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #section12 .inner h2.accordion-click.open::after {
    top: calc(50% - 5px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 1170px) {
  #section12 .inner .accordion-content {
    padding: 0 0 30px;
  }
}
#section12 .inner .txt_box {
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section12 .inner .txt_box {
    margin: 0 0 20px;
  }
}
#section12 .inner .txt_box h3 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: #1a2888;
  line-height: 1.4;
  margin: 0 0 20px;
}
#section12 .inner .txt_box h3::before, #section12 .inner .txt_box 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) {
  #section12 .inner .txt_box h3::before, #section12 .inner .txt_box h3::after {
    width: 20px;
    height: 11px;
    top: 8px;
  }
}
#section12 .inner .txt_box h3::before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
#section12 .inner .txt_box h3::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
#section12 .inner .txt_box h3 span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section12 .inner .txt_box h3 span {
    padding: 0 0 0 24px;
  }
}
#section12 .inner .txt_box 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) {
  #section12 .inner .txt_box h3 span::before {
    width: 20px;
    height: 11px;
    top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #section12 .inner .txt_box h3 {
    font-size: 20px;
    margin: 0 0 15px;
  }
}
#section12 .inner .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  background: #f3f4f9;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section12 .inner .flex_box {
    display: block;
    padding: 20px;
  }
}
#section12 .inner .flex_box div {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 768px) {
  #section12 .inner .flex_box div {
    width: 100%;
  }
  #section12 .inner .flex_box div:not(:last-child) {
    margin: 0 0 40px;
  }
}
#section12 .inner .flex_box div figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
#section12 .inner .flex_box div figure img {
  width: 100%;
}
#section12 .inner .flex_box div figure figcaption {
  font-size: 14px;
  line-height: 1.68;
  text-align: center;
  margin: 16px 0 0;
}
#section12 .inner figure {
  padding: 60px;
  text-align: center;
  background: #f3f4f9;
}
@media only screen and (max-width: 768px) {
  #section12 .inner figure {
    padding: 20px;
  }
}
#section12 .inner figure img {
  max-width: 768px;
}
@media only screen and (max-width: 768px) {
  #section12 .inner figure img {
    max-width: 100%;
  }
}

/*--------------------------
section13
---------------------------*/
@media only screen and (max-width: 1170px) {
  #section13 {
    margin: 0 0 30px;
    border-bottom: 2px solid #1a2888;
  }
}
#section13 .inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  #section13 .inner {
    width: 100%;
    min-width: 1024px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #section13 .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 12px;
  }
}
#section13 .inner h2 {
  font-size: 40px;
  font-weight: 600;
  color: #1a2888;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  #section13 .inner h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 380px) {
  #section13 .inner h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1170px) {
  #section13 .inner h2 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #1a2888;
    line-height: 1.4;
    text-align: left;
    padding: 0 30px 0 0;
    margin: 0 0 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section13 .inner h2:hover {
    opacity: 0.7;
  }
  #section13 .inner h2::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: 5px;
    border-top: 2px solid #1a2888;
    border-right: 2px solid #1a2888;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #section13 .inner h2.accordion-click::after {
    top: calc(50% - 7px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #section13 .inner h2.accordion-click.open::after {
    top: calc(50% - 5px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 1170px) {
  #section13 .inner .accordion-content {
    padding: 0 0 30px;
  }
}
#section13 .inner .txt_box {
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section13 .inner .txt_box {
    margin: 0 0 20px;
  }
}
#section13 .inner .txt_box h3 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: #1a2888;
  line-height: 1.4;
  margin: 0 0 20px;
}
#section13 .inner .txt_box h3::before, #section13 .inner .txt_box 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) {
  #section13 .inner .txt_box h3::before, #section13 .inner .txt_box h3::after {
    width: 20px;
    height: 11px;
    top: 8px;
  }
}
#section13 .inner .txt_box h3::before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
#section13 .inner .txt_box h3::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
#section13 .inner .txt_box h3 span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section13 .inner .txt_box h3 span {
    padding: 0 0 0 24px;
  }
}
#section13 .inner .txt_box 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) {
  #section13 .inner .txt_box h3 span::before {
    width: 20px;
    height: 11px;
    top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #section13 .inner .txt_box h3 {
    font-size: 20px;
    margin: 0 0 15px;
  }
}
#section13 .inner h3 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: #1a2888;
  line-height: 1.4;
  margin: 0 0 20px;
  margin: 0 0 40px;
}
#section13 .inner h3::before, #section13 .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) {
  #section13 .inner h3::before, #section13 .inner h3::after {
    width: 20px;
    height: 11px;
    top: 8px;
  }
}
#section13 .inner h3::before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
#section13 .inner h3::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
#section13 .inner h3 span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section13 .inner h3 span {
    padding: 0 0 0 24px;
  }
}
#section13 .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) {
  #section13 .inner h3 span::before {
    width: 20px;
    height: 11px;
    top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #section13 .inner h3 {
    font-size: 20px;
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  #section13 .inner h3 {
    margin: 0 0 20px;
  }
}
#section13 .inner .txt_box {
  margin: 0 0 20px;
}
#section13 .inner .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section13 .inner .flex_box {
    display: block;
  }
}
#section13 .inner .flex_box > div {
  width: calc(50% - 40px);
}
@media only screen and (max-width: 768px) {
  #section13 .inner .flex_box > div {
    width: 100%;
  }
}
#section13 .inner .flex_box > div figure {
  text-align: center;
}
#section13 .inner .flex_box > div figure img {
  margin: 16px 0;
}
#section13 .inner .flex_box > div figure figcaption {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #section13 .inner .flex_box > div figure figcaption {
    font-size: 16px;
  }
}
#section13 .inner .flex_box .left_box {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #section13 .inner .flex_box .left_box {
    margin: 0 0 60px;
  }
}
@media only screen and (max-width: 768px) {
  #section13 .inner .flex_box .left_box::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -40px;
    border-top: 20px solid #1a2888;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#section13 .inner .flex_box .left_box::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -50px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #1a2888;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #section13 .inner .flex_box .left_box::after {
    content: none;
  }
}
#section13 .inner .img_box {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #section13 .inner .img_box {
    width: 100%;
  }
}