@charset "UTF-8";
/* ======================= VARIABLE ====== */
/* placeholder color */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:placeholder-shown {
  color: #BBBBBB;
}

::-webkit-input-placeholder {
  color: #BBBBBB;
}

:-moz-placeholder {
  color: #BBBBBB;
  opacity: 1;
}

::-moz-placeholder {
  color: #BBBBBB;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #BBBBBB;
}

/* ======================= IMPORT ====== */
/*=================
     
    aside.scss

=======================*/
.aside_block {
  margin: 0 0 50px;
}
.aside_block:last-of-type {
  margin: 0;
}

.aside_underline_title {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  color: #2C334A;
  padding: 0 0 10px;
  margin: 0 0 16px;
  border-bottom: 2px #F4F4F7 solid;
}
@media only screen and (max-width: 960px) {
  .aside_underline_title {
    font-size: 20px;
    margin: 0 0 30px;
    padding: 0 0 5px;
    border-width: 1px;
  }
}
.aside_underline_title:after {
  content: "";
  display: block;
  width: 78px;
  height: 2px;
  background: #3171CA;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media only screen and (max-width: 960px) {
  .aside_underline_title:after {
    width: 85px;
    height: 1px;
    bottom: -1px;
  }
}

.aside_bnr_link {
  display: block;
  width: 100%;
  margin: 0 0 16px;
}
.aside_bnr_link:last-of-type {
  margin: 0;
}
.aside_bnr_link img {
  display: block;
  width: 100%;
}

.aside_tag_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.aside_tag_list .aside_tag_item {
  margin: 0 20px 14px 0;
}
.aside_tag_list .aside_tag_link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  color: #63697F;
  font-weight: 450;
}
.aside_tag_list .aside_tag_link:before {
  content: "#";
  color: #3171CA;
  margin: 0 5px 0 0;
}

.aside_rank_list .aside_rank_item {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px #F4F4F7 solid;
}
.aside_rank_list .aside_rank_item:last-of-type {
  margin: 0;
}
.aside_rank_list .aside_rank_link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.aside_rank_list .aside_rank_link .aside_rank_pic_block {
  display: block;
  width: 40.54%;
  position: relative;
}
.aside_rank_list .aside_rank_link .aside_rank_pic_block .aside_rank_num {
  display: block;
  width: 25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .aside_rank_list .aside_rank_link .aside_rank_pic_block .aside_rank_num {
    width: 20px;
  }
}
.aside_rank_list .aside_rank_link .aside_rank_pic_block .aside_rank_pic {
  position: relative;
  z-index: 0;
  display: block;
  width: calc(100% - 5px);
  padding-top: 56.55%;
  margin: 5px 0 0 5px;
  -moz-border-radius: 3.54px;
  -webkit-border-radius: 3.54px;
  border-radius: 3.54px;
}
@media only screen and (max-width: 960px) {
  .aside_rank_list .aside_rank_link .aside_rank_pic_block .aside_rank_pic {
    width: 100%;
    margin: 5px 0 0;
  }
}
.aside_rank_list .aside_rank_link .aside_rank_main {
  width: calc(59.46% - 13px);
}
.aside_rank_list .aside_rank_link .aside_rank_main .aside_rank_title {
  font-size: 16px;
  line-height: 1.5;
  color: #2C334A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0 0 12px;
}
@media only screen and (max-width: 960px) {
  .aside_rank_list .aside_rank_link .aside_rank_main .aside_rank_title {
    font-size: 14px;
    margin: 0 0 10px;
    -webkit-line-clamp: 2;
  }
}
.aside_rank_list .aside_rank_link .aside_rank_main .aside_rank_title a {
  color: #2C334A;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aside_rank_list .aside_rank_link .aside_rank_main .aside_rank_title a:hover {
  text-decoration: underline;
}
.aside_rank_list .aside_rank_link .aside_rank_main .aside_rank_date {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #9BA0B1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aside_rank_list .aside_rank_link .aside_rank_main .aside_rank_date:hover {
  color: #2C334A;
}

.aside_news_list {
  padding: 0 0 20px;
  border-bottom: 1px #F4F4F7 solid;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .aside_news_list {
    padding: 0 0 35px;
    margin: 0 0 35px;
  }
}
.aside_news_list .aside_news_item {
  margin: 0 0 22px;
}
@media only screen and (max-width: 960px) {
  .aside_news_list .aside_news_item {
    margin: 0 0 24px;
  }
}
.aside_news_list .aside_news_item:last-of-type {
  margin: 0;
}
.aside_news_list .aside_news_link {
  display: inline-block;
}
.aside_news_list .aside_news_date {
  font-size: 14px;
  line-height: 1.4;
  color: #9BA0B1;
  margin: 0 0 4px;
}
@media only screen and (max-width: 960px) {
  .aside_news_list .aside_news_date {
    font-size: 12px;
  }
}
.aside_news_list .aside_news_title {
  font-size: 16px;
  line-height: 1.5;
  color: #2C334A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .aside_news_list .aside_news_title {
    font-size: 14px;
  }
}

.aside_all_link_block {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .aside_all_link_block {
    text-align: center;
  }
}
@media only screen and (max-width: 960px) {
  .aside_all_link_block .aside_all_link img {
    margin: 0 7px 0 0;
  }
}

.aside_all_link {
  font-size: 16px;
  line-height: 1.5;
  color: #2C334A;
}
@media only screen and (max-width: 960px) {
  .aside_all_link {
    font-size: 14px;
  }
}
.aside_all_link.underline {
  text-decoration: underline;
}
.aside_all_link img {
  display: inline-block;
  width: 17px;
  margin: 0 7px 0 0;
  vertical-align: -3px;
}
@media only screen and (max-width: 960px) {
  .aside_all_link img {
    width: 16px;
    margin: 0 0 0 7px;
  }
}

.aside_service_list {
  margin: 0 0 24px;
}
.aside_service_list .aside_service_item {
  margin: 0 0 12px;
}
.aside_service_list .aside_service_item:last-of-type {
  margin: 0;
}
.aside_service_list .aside_service_link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: url("../images/common/right_main_arrow.svg") right 20px center no-repeat #fff;
  background-size: 10px;
  border: 1px #B8BCC9 solid;
  -moz-border-radius: 9.25px;
  -webkit-border-radius: 9.25px;
  border-radius: 9.25px;
  padding: 15px 36px 15px 12px;
}
.aside_service_list .aside_service_link img {
  display: block;
  width: 105px;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 960px) {
  .aside_service_list .aside_service_link img {
    width: 90px;
    margin: 0 10px 0 0;
  }
}
.aside_service_list .aside_service_link .aside_service_text {
  font-size: 16px;
  line-height: 1.4;
  color: #2C334A;
}

/*=================
     
    basic.scss

=======================*/
.common_main {
  padding: 136px 0 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common_main.scroll {
  padding: 90px 0 0;
}
@media only screen and (max-width: 960px) {
  .common_main {
    padding: 70px 0 0;
  }
}

.page_wrap {
  padding: 40px 0 0;
}
@media only screen and (max-width: 960px) {
  .page_wrap {
    padding: 0;
  }
}

.layout_wrap {
  padding: 70px 20px 150px;
}
@media only screen and (max-width: 960px) {
  .layout_wrap {
    padding: 40px 10px 80px;
  }
}
.layout_wrap.template_wrap {
  padding: 0 20px 110px;
}
@media only screen and (max-width: 960px) {
  .layout_wrap.template_wrap {
    padding: 0 10px 80px;
  }
}
.layout_wrap .layout_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .layout_wrap .layout_inner {
    display: block;
  }
}
.layout_wrap .layout_main {
  width: calc( 100% - 430px );
}
@media only screen and (max-width: 960px) {
  .layout_wrap .layout_main {
    width: 100%;
    margin: 0 0 85px;
  }
}
.layout_wrap .layout_aside {
  width: 370px;
}
@media only screen and (max-width: 960px) {
  .layout_wrap .layout_aside {
    width: 100%;
  }
}

/* 余白 */
.mb150 {
  margin: 0 0 150px;
}
@media only screen and (max-width: 960px) {
  .mb150 {
    margin: 0 0 75px;
  }
}

.mb80 {
  margin: 0 0 80px;
}
@media only screen and (max-width: 960px) {
  .mb80 {
    margin: 0 0 60px;
  }
}

.mb60 {
  margin: 0 0 60px;
}

.mb50 {
  margin: 0 0 50px;
}
@media only screen and (max-width: 960px) {
  .mb50 {
    margin: 0 0 30px;
  }
}

.mb40 {
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .mb40 {
    margin: 0 0 30px;
  }
}

.mb32 {
  margin: 0 0 32px;
}

.mb30 {
  margin: 0 0 30px;
}

.mb25 {
  margin: 0 0 25px;
}

.mb24 {
  margin: 0 0 24px;
}

.mb20 {
  margin: 0 0 20px;
}

.mb15 {
  margin: 0 0 15px;
}

.mb12 {
  margin: 0 0 12px;
}

.mb10 {
  margin: 0 0 10px;
}

.mb8 {
  margin: 0 0 8px;
}

/* LINK */
/* ALIGN */
.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

/* WEIGHT */
.fw_bold {
  font-weight: bold;
}

/* EDITOR */
.marker {
  font-weight: bold;
  color: black;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(255, 0, 0, 0.3) 70%);
}

.ymarker {
  background: linear-gradient(rgba(0, 0, 0, 0) 30%, #fce57b 30%);
}

.ymarker-s {
  background: linear-gradient(rgba(0, 0, 0, 0) 75%, #fce57b 75%);
}

.rmarker {
  background: linear-gradient(rgba(0, 0, 0, 0) 30%, #ffd4d4 30%);
}

.rmarker-s {
  background: linear-gradient(rgba(0, 0, 0, 0) 75%, #ffd4d4 75%);
}

.bmarker {
  background: linear-gradient(rgba(0, 0, 0, 0) 30%, #d4e9ff 30%);
}

.bmarker-s {
  background: linear-gradient(rgba(0, 0, 0, 0) 75%, #d4e9ff 75%);
}

/*=================
     
    button.scss

=======================*/
.common_main_btn {
  display: block;
  font-size: 18px;
  width: 100%;
  padding: 11.5px 10px;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-weight: 900;
  background: #0054AC;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
@media only screen and (max-width: 960px) {
  .common_main_btn {
    font-size: 15px;
    padding: 16.25px 10px;
    font-weight: 700;
  }
}
.common_main_btn:hover {
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.common_main_btn.w350 {
  max-width: 350px;
}
@media only screen and (max-width: 960px) {
  .common_main_btn.w350 {
    max-width: 268px;
  }
}
.common_main_btn.w431 {
  max-width: 431px;
}
@media only screen and (max-width: 960px) {
  .common_main_btn.w431 {
    max-width: 350px;
  }
}
.common_main_btn.center {
  margin: 0 auto;
}

.common_main-l_btn {
  display: block;
  font-size: 21px;
  width: 100%;
  padding: 9.25px 10px;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-weight: 900;
  background: #0054AC;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
@media only screen and (max-width: 960px) {
  .common_main-l_btn {
    font-size: 15px;
    padding: 16.25px 10px;
    font-weight: 700;
  }
}
.common_main-l_btn:hover {
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.common_main-l_btn.w350 {
  max-width: 350px;
}
@media only screen and (max-width: 960px) {
  .common_main-l_btn.w350 {
    max-width: 268px;
  }
}
.common_main-l_btn.center {
  margin: 0 auto;
}

.common_accent_btn {
  display: block;
  font-size: 18px;
  width: 100%;
  padding: 11.5px 10px;
  text-align: center;
  line-height: 1.5;
  color: #2C334A;
  font-weight: 900;
  background: #FFC631;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
@media only screen and (max-width: 960px) {
  .common_accent_btn {
    font-size: 15px;
    padding: 16.25px 10px;
    font-weight: 700;
  }
}
.common_accent_btn:hover {
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.common_accent_btn.w350 {
  max-width: 350px;
}
@media only screen and (max-width: 960px) {
  .common_accent_btn.w350 {
    max-width: 268px;
  }
}
.common_accent_btn.center {
  margin: 0 auto;
}

/*=================
     
    footer.scss

=======================*/
.footer_contact_wrap {
  background: url("../images/footer/bg01.png") center center no-repeat;
  background-size: cover;
  padding: 48px 20px 60px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .footer_contact_wrap {
    padding: 50px 10px 65px;
  }
}
.footer_contact_wrap .footer_contact_title {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 17px;
}
@media only screen and (max-width: 960px) {
  .footer_contact_wrap .footer_contact_title {
    font-size: 18px;
  }
}
.footer_contact_wrap .footer_contact_text {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 37px;
}
@media only screen and (max-width: 960px) {
  .footer_contact_wrap .footer_contact_text {
    font-size: 14px;
    margin: 0 0 32px;
  }
}
@media only screen and (max-width: 640px) {
  .footer_contact_wrap .footer_contact_text {
    font-size: 12px;
  }
}
.footer_contact_wrap .common_accent_btn {
  background: #FFB300;
  color: #000;
}
@media only screen and (max-width: 960px) {
  .footer_contact_wrap .common_accent_btn {
    font-size: 15px;
    padding: 16.25px 10px;
    max-width: 268px;
  }
}

.footer_container {
  width: 100%;
  background: #f4f4f7;
  color: #2C334A;
  padding: 32px 8px;
}
@media only screen and (max-width: 768px) {
  .footer_container {
    padding: 0;
  }
}
.footer_container .footer_nav-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.footer_container .footer_logo-container {
  display: block;
  width: 100%;
  padding: 0 8px 8px;
}
@media only screen and (max-width: 768px) {
  .footer_container .footer_logo-container {
    display: none;
  }
}
.footer_container .footer_logo-container .app-footer-logo-contents {
  display: block;
  width: 215px;
}
.footer_container .footer_logo-container .app-footer-logo-contents img {
  display: block;
  width: 100%;
}
.footer_container .footer_nav-contents {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .footer_container .footer_nav-contents {
    display: block;
  }
}
.footer_container .footer_nav-contents .footer_menus {
  padding: 8px;
  width: 40%;
}
@media only screen and (max-width: 960px) {
  .footer_container .footer_nav-contents .footer_menus {
    width: calc( 100% / 3 );
  }
}
@media only screen and (max-width: 768px) {
  .footer_container .footer_nav-contents .footer_menus {
    width: 100%;
    padding: 0;
  }
}
.footer_container .footer_nav-contents .footer_menus:nth-of-type(2) {
  width: 20%;
}
@media only screen and (max-width: 960px) {
  .footer_container .footer_nav-contents .footer_menus:nth-of-type(2) {
    width: calc( 100% / 3 );
  }
}
@media only screen and (max-width: 768px) {
  .footer_container .footer_nav-contents .footer_menus:nth-of-type(2) {
    width: 100%;
  }
}
.footer_container .footer_nav-contents .footer_menus:nth-of-type(2) .footer_menu .footer_menu-category {
  width: 100%;
}
.footer_container .footer_nav-contents .footer_heading {
  font-size: 12px;
  margin: 0 0 8px;
  padding: 0 0 4px;
  line-height: 1.5;
  border-bottom: 1px solid #d6d8e0;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .footer_container .footer_nav-contents .footer_heading {
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
    padding: 16px 48px 16px 16px;
    font-weight: 400;
    margin: 0;
    border-color: #b8bcc9;
  }
}
.footer_container .footer_nav-contents .footer_heading:before {
  content: none;
  display: block;
  width: 12px;
  height: 1px;
  background: #0054AC;
  position: absolute;
  top: 50%;
  right: 18px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .footer_container .footer_nav-contents .footer_heading:before {
    content: "";
  }
}
.footer_container .footer_nav-contents .footer_heading:after {
  content: none;
  display: block;
  width: 12px;
  height: 1px;
  background: #0054AC;
  position: absolute;
  top: 50%;
  right: 18px;
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .footer_container .footer_nav-contents .footer_heading:after {
    content: "";
  }
}
.footer_container .footer_nav-contents .footer_heading.active:after {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer_container .footer_nav-contents .footer_menu {
  display: block;
}
@media only screen and (max-width: 768px) {
  .footer_container .footer_nav-contents .footer_menu {
    background: #fff;
    padding: 12px 16px;
    display: none;
  }
}
.footer_container .footer_nav-contents .footer_menu .footer_menu-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .footer_container .footer_nav-contents .footer_menu .footer_menu-inner {
    display: block;
  }
}
.footer_container .footer_nav-contents .footer_menu .footer_menu-category {
  width: calc( 50% - 8px );
}
@media only screen and (max-width: 960px) {
  .footer_container .footer_nav-contents .footer_menu .footer_menu-category {
    width: 100%;
  }
}
.footer_container .footer_nav-contents .footer_menu .footer_menu-category > h4 {
  font-size: 12px;
  line-height: 1.834;
}
@media only screen and (max-width: 768px) {
  .footer_container .footer_nav-contents .footer_menu .footer_menu-category > h4 {
    margin: 12px 0;
  }
}
.footer_container .footer_nav-contents .footer_menu .footer_menu-category > ul {
  margin: 0 0 16px;
}
.footer_container .footer_nav-contents .footer_menu .footer_menu-category > ul > li {
  margin: 8px 0;
  font-size: 12px;
  line-height: 1.45;
}
.footer_container .footer_nav-contents .footer_menu .footer_menu-category > ul > li > a {
  color: #2C334A;
  display: inline-block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .footer_container .footer_nav-contents .footer_menu .footer_menu-category > ul > li > a {
    padding: 0 0 0 14px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    margin: 12px 0;
    background: url("../images/common/right_main_arrow.svg") left top 3px no-repeat;
    background-size: 6px;
  }
}
.footer_container .footer_nav-contents .footer_menu .footer_menu-category > ul > li > a:hover {
  text-decoration: underline;
}
.footer_container .footer_nav-contents .footer_menu .footer_menu-category > ul > li .footer_menu-description {
  display: block;
  color: #63697f;
  font-size: 10px;
}

.footer_terms {
  padding: 32px 16px;
  background: #2d344b;
}
@media only screen and (max-width: 768px) {
  .footer_terms {
    padding: 24px 16px;
  }
}
.footer_terms .footer_terms_list {
  gap: 16px 32px;
  margin: 0 0 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .footer_terms .footer_terms_list {
    gap: 16px;
    margin: 0 0 32px;
  }
}
.footer_terms .footer_terms_list .footer_terms_item {
  position: relative;
}
.footer_terms .footer_terms_list .footer_terms_item:first-of-type:before {
  content: none;
}
.footer_terms .footer_terms_list .footer_terms_item:before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #b8bcc9;
  position: absolute;
  left: -16px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .footer_terms .footer_terms_list .footer_terms_item:before {
    left: -8px;
  }
}
.footer_terms .footer_terms_list .footer_terms_link {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .footer_terms .footer_terms_list .footer_terms_link {
    font-size: 12px;
  }
}
.footer_terms .footer_terms_text {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  margin: 0 0 24px;
}
@media only screen and (max-width: 768px) {
  .footer_terms .footer_terms_text {
    font-size: 12px;
    margin: 0 0 16px;
    padding: 0 16px;
  }
}
.footer_terms .footer_copyright {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footer_terms .footer_copyright {
    font-size: 12px;
    padding: 0 16px;
  }
}

/*
.footer_container {
  width: 100%;
  background-color: #2d344b;
  color: #fff;
}

.footer_container .footer_nav-container {
  background-color: #f4f4f7;
  color: #2d344b;
}

.footer_container .footer_nav-contents {
  width: 100%;
  max-width: 1232px;
}

.footer_container .footer_logo-container {
  display: none;
}

.footer_container .footer_heading {
  display: block;
  position: relative;
  z-index: 0;
  padding: 16px 48px 16px 16px;
  border-bottom: 1px solid #b8bcc9;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

.footer_container .footer_heading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url(/packs/dist/708ea01080493754e59e.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.footer_container .footer_heading.is-open::after {
  background-image: url(/packs/dist/f02edacc4061e52741ba.svg);
}

.footer_container .footer_menu {
  position: static;
  min-width: 0;
  margin: 0;
  padding: 12px 16px;
  border: 0;
  border-bottom: 1px solid #b8bcc9;
  border-radius: 0;
  background-color: #fff;
  color: inherit;
  font-size: 12px;
}

.footer_container .footer_menu-category > h4 {
  margin: 12px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.834;
}

.footer_container .footer_menu-category > ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer_container .footer_menu-category > ul > li {
  display: block;
  margin: 0;
  padding: 0;
}

.footer_container .footer_menu-category > ul > li > a {
  display: flex;
  position: relative;
  z-index: 0;
  flex-direction: column-reverse;
  margin: 12px 0;
  padding: 0 0 0 14px;
  color: inherit;
  text-decoration: none;
}

.footer_container .footer_menu-category > ul > li > a:focus,
.footer_container .footer_menu-category > ul > li > a:hover {
  outline: none;
  text-decoration: underline;
}

.footer_container .footer_menu-category > ul > li > a::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 10px;
  height: 16px;
  transform: rotate(-90deg);
  background-image: url(/packs/dist/831cfc41894cc3bd04ae.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
}

.footer_container .footer_menu-category > ul > li > a > br {
  display: none;
}

.footer_container .footer_menu-description {
  display: block;
  color: #63697f;
  font-size: 10px;
}

.footer_container .footer_terms {
  padding: 24px 16px;
  font-size: 12px;
}

.footer_container .footer_terms > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 16px;
}

.footer_container .footer_terms > ul > li {
  position: relative;
}

.footer_container .footer_terms > ul > li > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.footer_container .footer_terms > ul > li > a:focus,
.footer_container .footer_terms > ul > li > a:hover {
  outline: none;
  text-decoration: underline;
}

.footer_container .footer_terms > ul > li + li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -8px;
  width: 1px;
  height: 12px;
  background-color: #b8bcc9;
}

.footer_container .footer_note {
  padding: 0 16px;
  text-align: center;
}

.footer_container .footer_copyright {
  margin: 0;
  padding: 0 16px;
  text-align: center;
}
*/
/*=================
     
    form.scss

=======================*/
.form_input {
  outline: none;
  display: block;
  width: 100%;
  height: 40px;
  border: 1px #D6D8E0 solid;
  font-size: 14px;
  padding: 0 10px;
  color: #2C334A;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.form_input.invalid {
  border-color: #bf0000;
}

.form_select {
  outline: none;
  display: block;
  width: 100%;
  height: 40px;
  border: 1px #D6D8E0 solid;
  font-size: 14px;
  padding: 0 30px 0 10px;
  color: #2C334A;
  background: url("../images/common/down_black_arrow.svg") right 10px center no-repeat #fff;
  background-size: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.form_select.invalid {
  border-color: #bf0000;
}

.form_textarea {
  outline: none;
  display: block;
  width: 100%;
  height: 120px;
  border: 1px #D6D8E0 solid;
  font-size: 14px;
  padding: 10px;
  color: #2C334A;
  background: #fff;
  resize: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.form_textarea.invalid {
  border-color: #bf0000;
}

.form_radio_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -10px;
}
.form_radio_list .form_radio_item {
  margin: 0 20px 10px 0;
}
.form_radio_list .form_radio_label input {
  display: none;
}
.form_radio_list .form_radio_label input.invalid + .form_radio_text {
  color: #bf0000;
}
.form_radio_list .form_radio_label input.invalid + .form_radio_text::before {
  border-color: #bf0000;
}
.form_radio_list .form_radio_label .form_radio_text {
  display: inline-block;
  font-size: 14px;
  color: #2C334A;
  line-height: 1.5;
  position: relative;
  padding: 0 0 0 30px;
}
.form_radio_list .form_radio_label .form_radio_text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background: #fff;
  border: 1px solid #2C334A;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.form_radio_list .form_radio_label input:checked + .form_radio_text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: #2C334A;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.form_terms_label input {
  display: none;
}
.form_terms_label input.invalid + .form_terms_text::before {
  border-color: #bf0000;
}
.form_terms_label .form_terms_text {
  display: inline-block;
  padding: 0 0 0 25px;
  font-size: 14px;
  color: #2C334A;
  line-height: 1.5;
  text-align: left;
  position: relative;
}
.form_terms_label .form_terms_text a {
  color: #0054AC;
  text-decoration: underline;
}
.form_terms_label .form_terms_text::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #2C334A;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.form_terms_label input:checked + .form_terms_text::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 4px;
  height: 7px;
  border-bottom: 2px solid #2C334A;
  border-right: 2px solid #2C334A;
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.form_error {
  display: none;
  font-size: 12px;
  margin: 5px 0 0;
  line-height: 1.5;
  color: #bf0000;
}

.form_name_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.form_name_block .form_input {
  width: calc( 50% - 5px );
}

.form_complete_wrap {
  padding: 80px 20px;
}
@media only screen and (max-width: 960px) {
  .form_complete_wrap {
    padding: 40px 10px;
  }
}
.form_complete_wrap .form_complete_title {
  font-size: 32px;
  line-height: 1.5;
  color: #2C334A;
  margin: 0 0 20px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .form_complete_wrap .form_complete_title {
    font-size: 24px;
  }
}
.form_complete_wrap .form_complete_text {
  font-size: 16px;
  line-height: 1.5;
  color: #2C334A;
  text-align: center;
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .form_complete_wrap .form_complete_text {
    font-size: 14px;
  }
}
.form_complete_wrap .form_complete_box {
  background: #F2F5FF;
  max-width: 640px;
  margin: 0 auto 20px;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.form_complete_wrap .form_complete_box .form_complete_box_title {
  text-align: center;
  color: #2C334A;
  border-bottom: 2px #fff solid;
  font-size: 20px;
  line-height: 1.5;
  padding: 10px;
}
@media only screen and (max-width: 960px) {
  .form_complete_wrap .form_complete_box .form_complete_box_title {
    font-size: 16px;
  }
}
.form_complete_wrap .form_complete_box .form_complete_box_inner {
  padding: 20px;
}
@media only screen and (max-width: 960px) {
  .form_complete_wrap .form_complete_box .form_complete_box_inner {
    padding: 20px 10px;
  }
}
.form_complete_wrap .form_complete_box .form_complete_box_text {
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  color: #2C334A;
}
@media only screen and (max-width: 960px) {
  .form_complete_wrap .form_complete_box .form_complete_box_text {
    font-size: 14px;
  }
}

/*=================
     
    header.scss

=======================*/
.header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
}
.header_wrap.scroll .header_main {
  padding: 0 24px 0 40px;
}
@media only screen and (max-width: 1520px) {
  .header_wrap.scroll .header_main {
    padding: 0 20px;
  }
}
.header_wrap.scroll .header_main .header_logo_block .header_logo02 {
  display: block;
}
.header_wrap.scroll .header_main .header_logo_block .header_logo01 {
  width: 266px;
}
@media only screen and (max-width: 1550px) {
  .header_wrap.scroll .header_main .header_logo_block .header_logo01 {
    width: 240px;
  }
}
@media only screen and (max-width: 1366px) {
  .header_wrap.scroll .header_main .header_logo_block .header_logo01 {
    width: 160px;
  }
}
@media only screen and (max-width: 1200px) {
  .header_wrap.scroll .header_main .header_logo_block .header_logo01 {
    width: 140px;
  }
}
.header_wrap.scroll .header_main .header_logo_block.active .header_logo02 {
  display: none;
}
.header_wrap.scroll .header_main .header_logo_block.active .header_logo01 {
  width: 332px;
}
@media only screen and (max-width: 1200px) {
  .header_wrap.scroll .header_main .header_logo_block.active .header_logo01 {
    width: 280px;
  }
}
@media only screen and (max-width: 1100px) {
  .header_wrap.scroll .header_main .header_logo_block.active .header_logo01 {
    width: 210px;
  }
}
@media only screen and (max-width: 1200px) {
  .header_wrap.scroll .header_main .header_nav_list .header_nav_item {
    margin: 0 10px 0 0;
  }
}
.header_wrap.scroll .header_main .header_nav_list .header_nav_item:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .header_wrap.scroll .header_main .header_nav_list .header_nav_link {
    font-size: 11.5px;
  }
}
@media only screen and (max-width: 1200px) {
  .header_wrap.scroll .header_main .header_contact_btn {
    width: 95px;
    min-width: 95px;
  }
}
@media only screen and (max-width: 1024px) {
  .header_wrap.scroll .header_main .header_contact_btn {
    font-size: 11px;
    width: 90px;
    min-width: 90px;
  }
}
.header_wrap.scroll .header_main .header_search_btn {
  display: block;
}
.header_wrap.scroll .header_sub {
  position: fixed;
  width: 100%;
  top: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_wrap.scroll .header_sub.active {
  top: 90px;
}
.header_wrap .header_main {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 90px;
  padding: 0 40px;
  background: #fff;
}
@media only screen and (max-width: 1520px) {
  .header_wrap .header_main {
    padding: 0 20px;
  }
}
.header_wrap .header_main .header_logo_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 10px 0 0;
}
.header_wrap .header_main .header_logo_block .header_logo02 {
  display: none;
  width: 204px;
  margin: 0 35px 0 0;
}
@media only screen and (max-width: 1520px) {
  .header_wrap .header_main .header_logo_block .header_logo02 {
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 1366px) {
  .header_wrap .header_main .header_logo_block .header_logo02 {
    width: 160px;
    margin: 0 12px 0 0;
  }
}
@media only screen and (max-width: 1200px) {
  .header_wrap .header_main .header_logo_block .header_logo02 {
    width: 140px;
  }
}
.header_wrap .header_main .header_logo_block .header_logo01 {
  display: block;
  width: 332px;
}
@media only screen and (max-width: 1200px) {
  .header_wrap .header_main .header_logo_block .header_logo01 {
    width: 280px;
  }
}
@media only screen and (max-width: 1100px) {
  .header_wrap .header_main .header_logo_block .header_logo01 {
    width: 210px;
  }
}
.header_wrap .header_main .header_logo_block .header_logo01 img {
  display: block;
  width: 100%;
}
.header_wrap .header_main .header_nav_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.header_wrap .header_main .header_nav_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 1200px) {
  .header_wrap .header_main .header_nav_list {
    margin: 0 10px 0 0;
  }
}
.header_wrap .header_main .header_nav_list .header_nav_item {
  margin: 0 35px 0 0;
}
@media only screen and (max-width: 1520px) {
  .header_wrap .header_main .header_nav_list .header_nav_item {
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 1200px) {
  .header_wrap .header_main .header_nav_list .header_nav_item {
    margin: 0 15px 0 0;
  }
}
.header_wrap .header_main .header_nav_list .header_nav_item:last-of-type {
  margin: 0;
}
.header_wrap .header_main .header_nav_list .header_nav_link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: #2C334A;
}
@media only screen and (max-width: 1520px) {
  .header_wrap .header_main .header_nav_list .header_nav_link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .header_wrap .header_main .header_nav_list .header_nav_link {
    font-size: 13px;
  }
}
.header_wrap .header_main .header_contact_btn {
  display: block;
  width: 132px;
  min-width: 132px;
  background: #3171CA;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
@media only screen and (max-width: 1200px) {
  .header_wrap .header_main .header_contact_btn {
    font-size: 13px;
    width: 110px;
    min-width: 110px;
  }
}
.header_wrap .header_main .header_search_btn {
  display: none;
  width: 17px;
  background: none;
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 1200px) {
  .header_wrap .header_main .header_search_btn {
    margin: 0 0 0 10px;
  }
}
.header_wrap .header_main .header_search_btn img {
  display: block;
  width: 100%;
}
.header_wrap .header_sub {
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 46px;
  padding: 0 40px 0 160px;
  background: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1520px) {
  .header_wrap .header_sub {
    padding: 0 20px 0 100px;
  }
}
.header_wrap .header_sub .header_sub_logo_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.header_wrap .header_sub .header_sub_logo_block .header_logo02 {
  display: block;
  width: 254px;
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 1200px) {
  .header_wrap .header_sub .header_sub_logo_block .header_logo02 {
    width: 220px;
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 1100px) {
  .header_wrap .header_sub .header_sub_logo_block .header_logo02 {
    width: 180px;
  }
}
.header_wrap .header_sub .header_sub_logo_block .header_sub_logo_text {
  font-size: 14px;
  line-height: 1.5;
  color: #2C334A;
}
@media only screen and (max-width: 1200px) {
  .header_wrap .header_sub .header_sub_logo_block .header_sub_logo_text {
    font-size: 12px;
  }
}

.header_sub_search_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 245px;
  border: 1px #D6D8E0 solid;
  background: #F7F7F7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.header_sub_search_block .header_sub_search_main {
  position: relative;
  width: calc( 100% - 35px );
}
.header_sub_search_block .header_sub_search_main .header_search_input {
  outline: none;
  height: 33px;
  width: 100%;
  border: none;
  background: none;
  color: #2C334A;
  padding: 0 24px 0 12px;
}
.header_sub_search_block .header_sub_search_main .header_search_delete_btn {
  display: none;
  position: absolute;
  right: 6px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  width: 12px;
  height: 12px;
}
.header_sub_search_block .header_sub_search_main .header_search_delete_btn img {
  display: block;
  width: 100%;
}
.header_sub_search_block .header_sub_submit_btn {
  display: block;
  width: 33px;
  height: 33px;
  background: none;
}
.header_sub_search_block .header_sub_submit_btn img {
  display: block;
  width: 12px;
  margin: 0 auto;
}

@-moz-keyframes HeaderScroll {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
    -moz-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@-webkit-keyframes HeaderScroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@keyframes HeaderScroll {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
.header_sp_wrap {
  background: #fff;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  padding: 0 10px;
}
.header_sp_wrap .header_sp_inner {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header_sp_wrap .header_sp_main .header_sp_logo_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 3px;
}
.header_sp_wrap .header_sp_main .header_sp_logo_block .header_logo02 {
  display: block;
  width: 150px;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 640px) {
  .header_sp_wrap .header_sp_main .header_sp_logo_block .header_logo02 {
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width: 350px) {
  .header_sp_wrap .header_sp_main .header_sp_logo_block .header_logo02 {
    width: 120px;
  }
}
.header_sp_wrap .header_sp_main .header_sp_logo_block .header_logo01 {
  display: block;
  width: 150px;
}
@media only screen and (max-width: 350px) {
  .header_sp_wrap .header_sp_main .header_sp_logo_block .header_logo01 {
    width: 120px;
  }
}
.header_sp_wrap .header_sp_main .header_sp_logo_block .header_logo01 img {
  display: block;
  width: 100%;
}
.header_sp_wrap .header_sp_main .header_sp_logo_text {
  font-size: 10px;
  color: #2C334A;
  line-height: 1.5;
}
.header_sp_wrap .header_menu_btn {
  position: relative;
  display: block;
  outline: none;
  background: none;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
}
.header_sp_wrap .header_menu_btn .top {
  display: block;
  width: 24px;
  height: 2px;
  background: #2D344B;
  margin: 0 auto 6px;
}
.header_sp_wrap .header_menu_btn .middle {
  display: block;
  width: 24px;
  height: 2px;
  background: #2D344B;
  margin: 0 auto 6px;
}
.header_sp_wrap .header_menu_btn .bottom {
  display: block;
  width: 24px;
  height: 2px;
  background: #2D344B;
  margin: 0 auto;
}
.header_sp_wrap .header_menu_btn.active .top {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.header_sp_wrap .header_menu_btn.active .middle {
  display: none;
}
.header_sp_wrap .header_menu_btn.active .bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.header_sp_menu_wrap {
  display: none;
  max-height: calc( 100svh - 70px );
  padding: 0 0 50px;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 90;
  background: #fff;
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.header_sp_menu_wrap .header_nav_block {
  height: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.header_sp_menu_wrap .header_nav_block::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.header_sp_menu_wrap .header_nav_list {
  border-top: 1px #D6D8E0 solid;
  margin: 0 0 25px;
}
.header_sp_menu_wrap .header_nav_list .header_nav_item {
  border-bottom: 1px #D6D8E0 solid;
}
.header_sp_menu_wrap .header_nav_list .header_nav_link {
  display: block;
  padding: 15px 20px;
  font-size: 13px;
  line-height: 1.5;
  color: #2C334A;
}
.header_sp_menu_wrap .header_contact_btn {
  display: block;
  width: 100%;
  max-width: 260px;
  background: #0054AC;
  color: #fff;
  font-size: 14px;
  line-height: 37px;
  text-align: center;
  margin: 0 auto;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

/*=================
     
    pager.scss

=======================*/
.pager_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.pager_block .pager_btn {
  display: block;
  width: 17px;
}
.pager_block .pager_btn.noactive {
  visibility: hidden;
}
.pager_block .pager_btn img {
  display: block;
  width: 100%;
}
.pager_block .pager_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px;
  line-height: 28px;
  margin: 0 9px;
  text-align: center;
}
.pager_block .pager_list .pager_item {
  margin: 0 5px;
}
.pager_block .pager_list .pager_link {
  display: block;
  position: relative;
  color: #7F8598;
  width: 28px;
  border: 1px #D6D8E0 solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.pager_block .pager_list .pager_link.active {
  background: #0054AC;
  color: #fff;
}

/*=================
     
    pankuzu.scss

=======================*/
.pankuzu_block {
  border-top: 2px solid #b8bcc9;
  width: 100%;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .pankuzu_block {
    border-width: 4px;
    padding: 0 12px;
  }
}

.pankuzu_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 12px 6px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pankuzu_list::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pankuzu_list {
    padding: 4px 0;
  }
}
.pankuzu_list .pankuzu_item {
  position: relative;
  white-space: nowrap;
  line-height: 2.167;
  color: #2C334A;
  font-weight: 500;
  padding: 0 0 0 32px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .pankuzu_list .pankuzu_item {
    padding: 0 0 0 20px;
    font-size: 12px;
  }
}
.pankuzu_list .pankuzu_item:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/footer/pankuzu_arrow.svg") center center no-repeat;
  background-size: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .pankuzu_list .pankuzu_item:before {
    width: 20px;
  }
}
.pankuzu_list .pankuzu_item:first-of-type:before {
  background: url("../images/footer/home.svg") center center no-repeat;
  background-size: 16px;
}
.pankuzu_list .pankuzu_link {
  display: inline-block;
  color: #2C334A;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pankuzu_list .pankuzu_link:hover {
  text-decoration: underline;
}

/*=================
     
    popup.scss

=======================*/
/*
.popup_filter{
	display: none;
	position: fixed;
	z-index: 70;
	top: 0;
	left: 0;
	right: 0;
	background: rgba($deep-black,.5);
	width: 100%;
	height: 100vh;
}
.popup_wrap{
	display: none;
	position: fixed;
	top:50%;
	left: 50%;
	z-index: 75;
	@include transform(translateX(-50%) translateY(-50%));
	max-width: 540px;
	width: calc( 100% - 30px );
	@include border-radius(10px);
	background: $white;
	padding: 40px 50px;
	@media only screen and (max-width:960px){
		padding: 30px 15px;
	}
	.popup_close_btn{
		display: block;
		width: 70px;
		height: 70px;
		padding: 0;
		background: none;
		border: none;
		position: absolute;
		top: -35px;
		right: -35px;
		@extend %common_a_transition;
		@media only screen and (max-width:960px){
			width: 40px;
			height: 40px;
			top:-10px;
			right: -10px;
		}
		img{
			display: block;
			width: 100%;
		}
	}
	.popup_inner{
		max-height: calc( 100vh - 160px );
		overflow-y: scroll;
		&.btn_fixed{
			max-height: calc( 100vh - 210px );
			@media only screen and (max-width:960px){
				max-height: calc( 100vh - 215px );
			}
		}
	}
}
*/
/*=================
     
    title.scss

=======================*/
.common_underline_title {
  position: relative;
  font-size: 30px;
  line-height: 1.5;
  color: #2C334A;
  padding: 0 0 20px;
  border-bottom: 2px #F4F4F7 solid;
}
@media only screen and (max-width: 960px) {
  .common_underline_title {
    font-size: 20px;
    padding: 0 0 10px;
  }
}
.common_underline_title:after {
  content: "";
  display: block;
  width: 125px;
  height: 2px;
  background: #3171CA;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media only screen and (max-width: 960px) {
  .common_underline_title:after {
    width: 85px;
    height: 1px;
    bottom: -1px;
  }
}

.common_underline_subtitle {
  font-size: 24px;
  line-height: 1.5;
  color: #2C334A;
  padding: 0 0 8px;
  border-bottom: 1px #D6D8E0 solid;
}
@media only screen and (max-width: 960px) {
  .common_underline_subtitle {
    font-size: 20px;
  }
}

.common_left-border_title {
  font-size: 24px;
  line-height: 1.5;
  color: #2C334A;
  padding: 0 0 0 25px;
  border-left: 2px #0054AC solid;
}
@media only screen and (max-width: 960px) {
  .common_left-border_title {
    font-size: 20px;
    padding: 0 0 0 20px;
  }
}

.page_title_block {
  background: #F2F5FF;
  height: 320px;
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .page_title_block {
    height: 200px;
    padding: 0 10px;
  }
}
.page_title_block.news_bg:after {
  content: "";
  display: block;
  width: 332px;
  height: 273px;
  background: url("../images/title/news_bg.png") right center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 960px) {
  .page_title_block.news_bg:after {
    width: 166px;
    height: 136px;
  }
}
.page_title_block.column_bg:after {
  content: "";
  display: block;
  width: 244px;
  height: 289px;
  background: url("../images/title/column_bg.png") right center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 37px;
}
@media only screen and (max-width: 960px) {
  .page_title_block.column_bg:after {
    width: 122px;
    height: 144px;
    right: 12px;
  }
}
.page_title_block.event_bg:after {
  content: "";
  display: block;
  width: 199px;
  height: 231px;
  background: url("../images/title/event_bg.png") right center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 29px;
}
@media only screen and (max-width: 960px) {
  .page_title_block.event_bg:after {
    width: 100px;
    height: 115px;
    right: 12px;
  }
}
.page_title_block.video_bg:after {
  content: "";
  display: block;
  width: 227px;
  height: 234px;
  background: url("../images/title/video_bg.png") right center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 28px;
}
@media only screen and (max-width: 960px) {
  .page_title_block.video_bg:after {
    width: 114px;
    height: 117px;
    right: 12px;
  }
}
.page_title_block.card_bg:after {
  content: "";
  display: block;
  width: 214px;
  height: 192px;
  background: url("../images/title/card_bg.png") right center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 80px;
}
@media only screen and (max-width: 960px) {
  .page_title_block.card_bg:after {
    width: 107px;
    height: 96px;
    right: 20px;
  }
}
.page_title_block.voice_bg:after {
  content: "";
  display: block;
  width: 350px;
  height: 250px;
  background: url("../images/title/voice_bg.png") right center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 960px) {
  .page_title_block.voice_bg:after {
    width: 150px;
    height: 120px;
  }
}
.page_title_block .common_inner {
  height: 100%;
}
.page_title_block .page_title {
  font-size: 36px;
  line-height: 1.5;
  color: #0054AC;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .page_title_block .page_title {
    font-size: 24px;
  }
}

/*=================
     
    text.scss

=======================*/
/*=================
     
    editor.scss

=======================*/
.editor_wrap {
  color: #2C334A;
  line-height: 1.87;
  font-size: 16px;
}
.editor_wrap h1 {
  font-size: 36px;
  line-height: 1.5;
  color: #2C334A;
  margin: 0 0 26px;
}
@media only screen and (max-width: 960px) {
  .editor_wrap h1 {
    font-size: 30px;
    margin: 0 0 20px;
  }
}
.editor_wrap h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px #0054AC solid;
  padding: 0 0 10px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 960px) {
  .editor_wrap h2 {
    font-size: 24px;
  }
}
.editor_wrap h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 20px;
  padding: 0 0 0 23px;
  border-left: 2px #0054AC solid;
}
@media only screen and (max-width: 960px) {
  .editor_wrap h3 {
    font-size: 20px;
  }
}
.editor_wrap h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .editor_wrap h4 {
    font-size: 18px;
  }
}
.editor_wrap p {
  margin: 0 0 20px;
}
.editor_wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 0 20px;
}
.editor_wrap big {
  font-size: larger;
}
.editor_wrap small {
  font-size: smaller;
}
.editor_wrap i, .editor_wrap dfn, .editor_wrap em {
  font-style: italic;
}
.editor_wrap strong, .editor_wrap b {
  font-weight: bold;
}
.editor_wrap ins {
  text-decoration: underline;
}
.editor_wrap sup {
  vertical-align: super;
  font-size: smaller;
}
.editor_wrap a {
  color: #0054AC;
  text-decoration: underline;
}
.editor_wrap .huto {
  font-weight: bold;
}
.editor_wrap .hutoaka {
  font-weight: bold;
  color: red;
}
.editor_wrap .oomozi {
  font-size: 20px;
  font-weight: bold;
}
.editor_wrap .italic {
  font-style: italic;
}
.editor_wrap .komozi {
  font-size: 14px;
}
.editor_wrap .dotline {
  border-bottom: 1px #959595 dotted;
}
.editor_wrap .sankou {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 0 5px;
  margin: 0 10px 0 0;
  background: #ff9800;
}
.editor_wrap .st-hisu {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 0 5px;
  margin: 0 10px 0 0;
  background: red;
}
.editor_wrap code {
  color: #333;
  padding: 4px;
  background: #eee;
  margin: 2px;
  border-radius: 2px;
  font-size: .9em;
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
.editor_wrap .marker {
  font-weight: 700;
  background: linear-gradient(rgba(0, 0, 0, 0) 10%, #ffefc2 10%);
}
.editor_wrap .ymarker {
  background: linear-gradient(rgba(0, 0, 0, 0) 30%, #fce57b 30%);
}
.editor_wrap .ymarker-s {
  background: linear-gradient(rgba(0, 0, 0, 0) 75%, #fce57b 75%);
}
.editor_wrap .rmarker {
  background: linear-gradient(rgba(0, 0, 0, 0) 30%, #ffd4d4 30%);
}
.editor_wrap .rmarker-s {
  background: linear-gradient(rgba(0, 0, 0, 0) 75%, #ffd4d4 75%);
}
.editor_wrap .bmarker {
  background: linear-gradient(rgba(0, 0, 0, 0) 30%, #d4e9ff 30%);
}
.editor_wrap .bmarker-s {
  background: linear-gradient(rgba(0, 0, 0, 0) 75%, #d4e9ff 75%);
}
.editor_wrap .column_info {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 0 20px;
}
.editor_wrap .column_info .column_info_text {
  font-size: 16px;
}
@media only screen and (max-width: 960px) {
  .editor_wrap .column_info .column_info_text {
    font-size: 10px;
  }
}
.editor_wrap .column_info .column_info_text img {
  width: 14px;
}
@media only screen and (max-width: 960px) {
  .editor_wrap .column_info .column_info_text img {
    width: 9px;
  }
}
.editor_wrap .column_tag_list {
  list-style: none;
  margin: 0 0 20px;
}
.editor_wrap .column_tag_list .column_tag_link {
  text-decoration: none;
}
.editor_wrap .editor_result_block {
  margin: 40px 0;
  background: #f4f4f7;
  padding: 40px;
}
@media only screen and (max-width: 960px) {
  .editor_wrap .editor_result_block {
    padding: 20px;
  }
}
.editor_wrap .editor_result_block .editor_result_box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px #D6D8E0 solid;
}
@media only screen and (max-width: 960px) {
  .editor_wrap .editor_result_block .editor_result_box {
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
}
.editor_wrap .editor_result_block .editor_result_box:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.editor_wrap .editor_result_block .editor_result_box .sub {
  width: 170px;
  min-width: 170px;
  padding: 0 20px 0 0;
}
@media only screen and (max-width: 960px) {
  .editor_wrap .editor_result_block .editor_result_box .sub {
    width: 100px;
    min-width: 100px;
  }
}
.editor_wrap .editor_result_block .editor_result_box .main {
  width: calc( 100% - 170px );
}
@media only screen and (max-width: 960px) {
  .editor_wrap .editor_result_block .editor_result_box .main {
    width: calc( 100% - 100px );
  }
}
.editor_wrap .editor_result_block .editor_result_box .title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 960px) {
  .editor_wrap .editor_result_block .editor_result_box .title {
    font-size: 16px;
  }
}
.editor_wrap .editor_result_block .editor_result_box .text {
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .editor_wrap .editor_result_block .editor_result_box .text {
    font-size: 13px;
  }
}
.editor_wrap .editor_contents_block {
  background: #F2F2F6;
  padding: 20px 40px 60px;
  border-left: 2px #D0D2DB solid;
  margin: 40px 0;
}
@media only screen and (max-width: 960px) {
  .editor_wrap .editor_contents_block {
    padding: 20px 15px;
  }
}
.editor_wrap .editor_contents_block .editor_contents_title {
  font-weight: 700;
  margin: 0 0 26px;
}
.editor_wrap .editor_contents_block .editor_contents_list {
  color: #63697F;
  list-style: none;
}
.editor_wrap .editor_contents_block .editor_contents_list li {
  margin: 0 0 30px;
}
.editor_wrap .editor_contents_block .editor_contents_list li:last-of-type {
  margin: 0;
}
.editor_wrap .editor_contents_block .editor_contents_list a {
  font-weight: 600;
  color: #63697F;
  text-decoration: none;
}
.editor_wrap .editor_contents_block .editor_contents_list ul {
  margin: 7px 0 0;
  list-style: none;
}
.editor_wrap .editor_contents_block .editor_contents_list ul li {
  position: relative;
  padding: 0 0 0 28px;
  line-height: 2;
  margin: 0;
}
.editor_wrap .editor_contents_block .editor_contents_list ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #63697F;
  position: absolute;
  left: 7px;
  top: 16px;
}
.editor_wrap .editor_contents_block .editor_contents_list ul a {
  font-weight: 400;
}
.editor_wrap .list_block {
  border: 1px #D6D8E0 solid;
  padding: 30px 40px 30px 60px;
  margin: 40px 0;
}
@media only screen and (max-width: 960px) {
  .editor_wrap .list_block {
    padding: 20px 15px 20px 40px;
  }
}
.editor_wrap ul {
  list-style: disc;
}
.editor_wrap .editor_table_wrap {
  position: relative;
  margin: 40px 0;
}
@media only screen and (max-width: 640px) {
  .editor_wrap .editor_table_wrap .editor_table_inner {
    overflow: scroll;
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  .editor_wrap .editor_table_wrap .editor_table_inner::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
}
.editor_wrap .editor_table_wrap .scroll-hint-icon {
  height: auto;
}
.editor_wrap .editor_table_wrap table {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .editor_wrap .editor_table_wrap table {
    min-width: 620px;
  }
}
.editor_wrap .editor_table_wrap .editor_table_scroll_icon {
  display: block;
  width: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 5px;
  text-align: center;
}
.editor_wrap .editor_table_wrap .editor_table_scroll_icon img {
  display: block;
  width: 30px;
  margin: 0 auto 10px;
}
.editor_wrap .editor_table_wrap .editor_table_scroll_icon small {
  display: block;
  font-size: 10px;
  line-height: 1.5;
  color: #fff;
}
.editor_wrap table {
  border: 1px #D6D8E0 solid;
  width: 100%;
  margin: 40px 0;
}
.editor_wrap table th {
  background: #F2F5FF;
  padding: 8px;
  text-align: center;
  font-weight: 700;
  border: 1px #D6D8E0 solid;
}
.editor_wrap table td {
  text-align: center;
  vertical-align: middle;
  padding: 8px;
  border: 1px #D6D8E0 solid;
}
.editor_wrap .editor_writer_block {
  border-top: 1px #D6D8E0 solid;
  border-bottom: 1px #D6D8E0 solid;
  padding: 40px 0;
  margin: 40px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.editor_wrap .editor_writer_block .editor_writer_pic {
  display: block;
  width: 88px;
  height: 88px;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.editor_wrap .editor_writer_block .editor_writer_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.editor_wrap .editor_writer_block .editor_writer_main {
  width: calc( 100% - 108px );
}
.editor_wrap .editor_writer_block .editor_writer_name {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
}
.editor_wrap .editor_writer_block .editor_writer_name a {
  text-decoration: none;
}
.editor_wrap .editor_writer_block .editor_writer_text {
  font-size: 14px;
  margin: 0 0 25px;
}
.editor_wrap .editor_writer_block .editor_writer_text:last-of-type {
  margin: 0;
}
.editor_wrap .editor_reference_block {
  background: #F2F2F6;
  padding: 25px 40px;
  margin: 40px 0;
}
@media only screen and (max-width: 960px) {
  .editor_wrap .editor_reference_block {
    padding: 20px 15px;
  }
}
.editor_wrap .editor_reference_block .editor_reference_title {
  font-size: 18px;
  margin: 0 0 10px;
}
.editor_wrap .editor_reference_block .editor_reference_list {
  list-style: none;
}
.editor_wrap .editor_reference_block .editor_reference_list a {
  font-size: 14px;
  text-decoration: none;
}
.editor_wrap .editor_reference_block p {
  margin: 0;
}
.editor_wrap .rtoc-mokuji-content {
  width: 100%;
  max-width: 100%;
  background: #F2F2F6;
  border: none;
  border-left: 2px #D0D2DB solid;
  padding: 20px 40px 60px;
  margin: 40px 0;
}
@media only screen and (max-width: 960px) {
  .editor_wrap .rtoc-mokuji-content {
    padding: 20px 15px;
  }
}
.editor_wrap .rtoc-mokuji-content.frame2 {
  padding: 20px 40px 60px;
}
@media only screen and (max-width: 960px) {
  .editor_wrap .rtoc-mokuji-content.frame2 {
    padding: 20px 15px;
  }
}
.editor_wrap .rtoc-mokuji-content.frame2:before {
  content: none;
}
.editor_wrap .rtoc-mokuji-content #rtoc-mokuji-title {
  padding: 0;
  font-size: 16px;
}
.editor_wrap .rtoc-mokuji-content .rtoc_left {
  			/*
  @include display-flex;
  			@include align-items(center);
  			@include justify-content(space-between);
  			@include flex-direction(row-reverse);
  */
  margin: 0 0 26px;
}
@media only screen and (max-width: 960px) {
  .editor_wrap .rtoc-mokuji-content .rtoc_left {
    margin: 0 0 20px;
  }
}
.editor_wrap .rtoc-mokuji-content .rtoc_left span {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #2C334A;
  				/*
  &:before{
  					content:"目次";
  					color: $black;
  					position: absolute;
  					left:0;
  					top:50%;
  					@include transform(translateY(-50%));
  				}
  */
}
.editor_wrap .rtoc-mokuji-content .rtoc_left .rtoc_open_close {
  font-size: 10px;
  height: 22px;
  width: 60px;
  background: none;
  color: #7F8598;
  background: #fff;
  border: 1px #D6D8E0 solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.editor_wrap .rtoc-mokuji-content .rtoc-mokuji {
  color: #63697F;
  list-style: none;
}
.editor_wrap .rtoc-mokuji-content .rtoc-mokuji .rtoc-item {
  margin: 0 0 30px;
}
.editor_wrap .rtoc-mokuji-content .rtoc-mokuji .rtoc-item:last-of-type {
  margin: 0;
}
.editor_wrap .rtoc-mokuji-content .rtoc-mokuji .rtoc-item a {
  font-weight: 600;
  color: #63697F;
  text-decoration: none;
}
.editor_wrap .rtoc-mokuji-content .rtoc-mokuji .rtoc-item .rtoc-mokuji {
  margin: 7px 0 0;
  list-style: none;
}
.editor_wrap .rtoc-mokuji-content .rtoc-mokuji .rtoc-item .rtoc-mokuji .rtoc-item {
  margin: 0;
  position: relative;
  padding: 0 0 0 28px;
  line-height: 2;
  margin: 0;
}
.editor_wrap .rtoc-mokuji-content .rtoc-mokuji .rtoc-item .rtoc-mokuji .rtoc-item:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #63697F !important;
  position: absolute;
  left: 7px;
  top: 16px;
}
.editor_wrap .rtoc-mokuji-content .rtoc-mokuji .rtoc-item .rtoc-mokuji .rtoc-item a {
  font-weight: 400;
}
.editor_wrap .rtoc-mokuji-content .decimal_ol {
  color: #63697F;
  list-style: none;
}
.editor_wrap .rtoc-mokuji-content .decimal_ol .rtoc-item {
  margin: 0 0 30px;
}
.editor_wrap .rtoc-mokuji-content .decimal_ol .rtoc-item:last-of-type {
  margin: 0;
}
.editor_wrap .rtoc-mokuji-content .decimal_ol .rtoc-item a {
  font-weight: 600;
  color: #63697F;
  text-decoration: none;
}
.editor_wrap .rtoc-mokuji-content .decimal_ol .rtoc-item .mokuji_ul {
  margin: 7px 0 0;
  list-style: none;
}
.editor_wrap .rtoc-mokuji-content .decimal_ol .rtoc-item .mokuji_ul .rtoc-item {
  margin: 0;
  position: relative;
  padding: 0 0 0 28px;
  line-height: 2;
  margin: 0;
}
.editor_wrap .rtoc-mokuji-content .decimal_ol .rtoc-item .mokuji_ul .rtoc-item:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #63697F;
  position: absolute;
  left: 7px;
  top: 16px;
}
.editor_wrap .rtoc-mokuji-content .decimal_ol .rtoc-item .mokuji_ul .rtoc-item a {
  font-weight: 400;
}
.editor_wrap .rtoc-mokuji-content.rtoc_close #rtoc-mokuji-title .rtoc_open_close, .editor_wrap .rtoc-mokuji-content.rtoc_open #rtoc-mokuji-title .rtoc_open_close {
  padding: 0;
  font-size: 10px;
  height: 22px;
  width: 60px;
  background: none;
  color: #7F8598;
  background: #fff;
  border: 1px #D6D8E0 solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.editor_wrap .rtoc-mokuji-content .rtoc-mokuji.level-1.decimal_ol {
  padding: 0;
}
.editor_wrap .rtoc-mokuji-content .rtoc-mokuji.level-1 {
  margin: 0 !important;
}
.editor_wrap .rtoc-mokuji-content .decimal_ol > .rtoc-item::before {
  content: none;
}
.editor_wrap .rtoc-mokuji-content .decimal_ol > .rtoc-item > a {
  padding: 0;
}
.editor_wrap .rtoc-mokuji-content .rtoc-mokuji.decimal_ol .level-2 {
  padding: 0;
}

.editor_pankuzu_block .editor_pankuzu_list {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.editor_pankuzu_block .editor_pankuzu_list::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) {
  .editor_pankuzu_block .editor_pankuzu_list {
    padding: 4px 0;
  }
}
.editor_pankuzu_block .editor_pankuzu_list .editor_pankuzu_item {
  position: relative;
  white-space: nowrap;
  line-height: 2.167;
  color: #B8BCC9;
  font-weight: 500;
  padding: 0 0 0 32px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .editor_pankuzu_block .editor_pankuzu_list .editor_pankuzu_item {
    padding: 0 0 0 20px;
    font-size: 12px;
  }
}
.editor_pankuzu_block .editor_pankuzu_list .editor_pankuzu_item:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/common/editor_arrow.svg") center center no-repeat;
  background-size: 9px;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .editor_pankuzu_block .editor_pankuzu_list .editor_pankuzu_item:before {
    width: 20px;
  }
}
.editor_pankuzu_block .editor_pankuzu_list .editor_pankuzu_item:first-of-type:before {
  background: url("../images/common/editor_home.svg") center center no-repeat;
  background-size: 16px;
}
.editor_pankuzu_block .editor_pankuzu_list a {
  display: inline-block;
  color: #B8BCC9;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.editor_pankuzu_block .editor_pankuzu_list a:hover {
  text-decoration: underline;
}

/*=================
     
    index.scss

=======================*/
.index_mv_wrap {
  position: relative;
  padding: 24px 0 40px;
}
@media only screen and (max-width: 960px) {
  .index_mv_wrap {
    padding: 30px 0 35px;
  }
}
.index_mv_wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 57.77%;
  background: #F2F5FF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.index_mv_wrap .index_mv_slider {
  position: relative;
  z-index: 1;
}
.index_mv_wrap .index_mv_slider .index_mv_slider_item {
  padding: 0 24px;
}
@media only screen and (max-width: 960px) {
  .index_mv_wrap .index_mv_slider .index_mv_slider_item {
    padding: 0 12px;
  }
}
.index_mv_wrap .index_mv_slider .index_mv_slider_link {
  display: block;
  width: 100%;
}
.index_mv_wrap .index_mv_slider .index_mv_slider_pic {
  display: block;
  width: 100%;
  padding-top: 56.07%;
  margin: 0 0 12px;
  -moz-border-radius: 13.66px;
  -webkit-border-radius: 13.66px;
  border-radius: 13.66px;
}
.index_mv_wrap .index_mv_slider .index_mv_slider_title {
  font-size: 28px;
  line-height: 1.4;
  color: #2C334A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 6px;
}
@media only screen and (max-width: 960px) {
  .index_mv_wrap .index_mv_slider .index_mv_slider_title {
    font-size: 16px;
  }
}
.index_mv_wrap .index_mv_slider .index_mv_tag_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 -7px;
}
@media only screen and (max-width: 960px) {
  .index_mv_wrap .index_mv_slider .index_mv_tag_list {
    margin: 0 0 -5px;
  }
}
.index_mv_wrap .index_mv_slider .index_mv_tag_list .index_mv_tag_item {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 20px 7px 0;
  color: #63697F;
  font-weight: 450;
}
@media only screen and (max-width: 960px) {
  .index_mv_wrap .index_mv_slider .index_mv_tag_list .index_mv_tag_item {
    font-size: 10px;
    margin: 0 15px 5px 0;
  }
}
.index_mv_wrap .index_mv_slider .index_mv_tag_list .index_mv_tag_item:before {
  content: "#";
  color: #3171CA;
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 960px) {
  .index_mv_wrap .index_mv_slider .index_mv_tag_list .index_mv_tag_item:before {
    margin: 0 3px 0 0;
  }
}
.index_mv_wrap .index_mv_slider .index_mv_tag_list .index_mv_tag_link {
  color: #63697F;
}
.index_mv_wrap .slick-dots {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 40px 0 0;
}
@media only screen and (max-width: 960px) {
  .index_mv_wrap .slick-dots {
    margin: 24px 0 0;
  }
}
.index_mv_wrap .slick-dots li {
  margin: 0 2px;
}
.index_mv_wrap .slick-dots li button {
  position: relative;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  width: 20px;
  height: 20px;
}
.index_mv_wrap .slick-dots li button:before {
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px #0054AC solid;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.index_mv_wrap .slick-dots li button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  background: #D0D2DB;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.index_mv_wrap .slick-dots li.slick-active button:before {
  display: block;
}
.index_mv_wrap .slick-dots li.slick-active button:after {
  background: #0054AC;
}
.index_mv_wrap .index_mv_slider_pager {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 180px;
}
.index_mv_wrap .slick-prev {
  position: absolute;
  left: 0;
  bottom: 0;
}
.index_mv_wrap .slick-prev:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/common/slider_prev_arrow.svg") center center no-repeat;
  background-size: 75%;
}
.index_mv_wrap .slick-next {
  position: absolute;
  right: 0;
  bottom: 0;
}
.index_mv_wrap .slick-next:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/common/slider_next_arrow.svg") center center no-repeat;
  background-size: 75%;
}

.index_service_wrap {
  position: relative;
  background: #3171CA;
  padding: 48px 20px;
}
@media only screen and (max-width: 960px) {
  .index_service_wrap {
    padding: 40px 25px 50px;
  }
}
.index_service_wrap:before {
  content: "";
  display: block;
  width: 282px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/index/service_bg.png") left center no-repeat;
  background-size: contain;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .index_service_wrap:before {
    width: 198.5px;
    height: 206px;
    background: url("../images/index/service_bg_sp.png") left top no-repeat;
    background-size: contain;
  }
}
.index_service_wrap .index_service_list {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .index_service_wrap .index_service_list {
    display: block;
  }
}
.index_service_wrap .index_service_list .index_service_item {
  width: 305px;
  margin: 0 58px 0 0;
}
@media only screen and (max-width: 1200px) {
  .index_service_wrap .index_service_list .index_service_item {
    margin: 0 30px 0 0;
  }
}
@media only screen and (max-width: 960px) {
  .index_service_wrap .index_service_list .index_service_item {
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .index_service_wrap .index_service_list .index_service_item {
    width: 100%;
    margin: 0 0 10px;
  }
}
.index_service_wrap .index_service_list .index_service_item:last-of-type {
  margin: 0;
}
.index_service_wrap .index_service_list .index_service_link {
  display: block;
  width: 100%;
  background: #fff;
  padding: 25px 0;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  -webkit-filter: drop-shadow(2px 2px 2px #00348A);
  filter: drop-shadow(2px 2px 2px #00348A);
}
@media only screen and (max-width: 768px) {
  .index_service_wrap .index_service_list .index_service_link {
    height: 75px;
    padding: 0 30px 0 10px;
    border: 1px #B8BCC9 solid;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 52, 138, 0));
    filter: drop-shadow(2px 2px 2px rgba(0, 52, 138, 0));
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: url("../images/common/right_main_arrow.svg") right 23px center no-repeat #fff;
    background-size: 8px;
  }
}
.index_service_wrap .index_service_list .index_service_link:hover {
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 52, 138, 0));
  filter: drop-shadow(2px 2px 2px rgba(0, 52, 138, 0));
}
@media only screen and (max-width: 768px) {
  .index_service_wrap .index_service_list .index_service_box {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
  }
}
.index_service_wrap .index_service_list .index_service_pic_block {
  display: block;
  width: 100%;
  height: 82px;
  position: relative;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .index_service_wrap .index_service_list .index_service_pic_block {
    width: 95px;
    margin: 0 17px 0 0;
  }
}
.index_service_wrap .index_service_list .index_service_pic_block img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.index_service_wrap .index_service_list .index_service_pic_block .pic01 {
  width: 115px;
}
@media only screen and (max-width: 768px) {
  .index_service_wrap .index_service_list .index_service_pic_block .pic01 {
    width: 66px;
    margin: 0 auto;
  }
}
.index_service_wrap .index_service_list .index_service_pic_block .pic02 {
  width: 102px;
}
@media only screen and (max-width: 768px) {
  .index_service_wrap .index_service_list .index_service_pic_block .pic02 {
    width: 60px;
    margin: 0 auto;
  }
}
.index_service_wrap .index_service_list .index_service_pic_block .pic03 {
  width: 210px;
}
@media only screen and (max-width: 768px) {
  .index_service_wrap .index_service_list .index_service_pic_block .pic03 {
    width: 100%;
  }
}
.index_service_wrap .index_service_list .index_service_main .index_service_text {
  font-size: 26px;
  line-height: 1.4;
  color: #2C334A;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .index_service_wrap .index_service_list .index_service_main .index_service_text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .index_service_wrap .index_service_list .index_service_main .index_service_text {
    font-size: 16px;
    text-align: left;
  }
}
@media only screen and (max-width: 350px) {
  .index_service_wrap .index_service_list .index_service_main .index_service_text {
    font-size: 14px;
  }
}

.index_layout_wrap {
  padding: 60px 20px 100px;
}
@media only screen and (max-width: 960px) {
  .index_layout_wrap {
    padding: 32px 10px 44px;
  }
}
.index_layout_wrap .index_layout_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .index_layout_wrap .index_layout_inner {
    display: block;
  }
}
.index_layout_wrap .index_layout_inner .index_layout_main {
  width: calc( 100% - 430px );
}
@media only screen and (max-width: 960px) {
  .index_layout_wrap .index_layout_inner .index_layout_main {
    width: 100%;
    margin: 0 0 85px;
  }
}
.index_layout_wrap .index_layout_inner .index_layout_main .common_underline_title {
  margin: 0 0 50px;
}
@media only screen and (max-width: 960px) {
  .index_layout_wrap .index_layout_inner .index_layout_main .common_underline_title {
    margin: 0 0 15px;
  }
}
.index_layout_wrap .index_layout_inner .index_layout_main .common_main_btn {
  max-width: 350px;
}
@media only screen and (max-width: 960px) {
  .index_layout_wrap .index_layout_inner .index_layout_main .common_main_btn {
    max-width: 268px;
  }
}
.index_layout_wrap .index_layout_inner .index_layout_aside {
  width: 370px;
}
@media only screen and (max-width: 960px) {
  .index_layout_wrap .index_layout_inner .index_layout_aside {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .index_layout_wrap .index_layout_inner .index_layout_aside .aside_block:nth-last-of-type(2) {
    margin: 0;
  }
}

.index_column_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .index_column_list {
    display: block;
    margin: 0 0 30px;
  }
}
.index_column_list .index_column_item {
  width: calc( 50% - 15px );
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  .index_column_list .index_column_item {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px #F4F4F7 solid;
  }
}
.index_column_list .index_column_item:first-of-type {
  width: 100%;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  .index_column_list .index_column_item:first-of-type {
    margin: 0 0 20px;
  }
}
.index_column_list .index_column_item:first-of-type .column_box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index_column_list .index_column_item:first-of-type .column_box .column_pic_block {
  width: 57.76%;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .index_column_list .index_column_item:first-of-type .column_box .column_pic_block {
    width: calc( 50% - 10px );
  }
}
@media only screen and (max-width: 768px) {
  .index_column_list .index_column_item:first-of-type .column_box .column_pic_block {
    width: 41%;
  }
}
.index_column_list .index_column_item:first-of-type .column_box .column_main {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: calc( 42.24% - 30px );
}
@media only screen and (max-width: 960px) {
  .index_column_list .index_column_item:first-of-type .column_box .column_main {
    width: calc( 50% - 10px );
  }
}
@media only screen and (max-width: 768px) {
  .index_column_list .index_column_item:first-of-type .column_box .column_main {
    width: calc( 59% - 15px );
  }
}
.index_column_list .index_column_item:first-of-type .column_box .column_main .column_title {
  font-size: 28px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 960px) {
  .index_column_list .index_column_item:first-of-type .column_box .column_main .column_title {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .index_column_list .index_column_item:first-of-type .column_box .column_main .column_title {
    font-size: 14px;
  }
}
.index_column_list .index_column_item:first-of-type .column_info {
  margin: 20px 0 0;
  				/*
  margin: 80px 0 0;
  				@media only screen and (max-width:960px){
  					margin: 40px 0 0;
  				}
  */
}
@media only screen and (max-width: 768px) {
  .index_column_list .index_column_item:first-of-type .column_info {
    margin: 14px 0 0;
  }
}
.index_column_list .index_column_item:first-of-type .column_info .column_info_text {
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {
  .index_column_list .index_column_item:first-of-type .column_info .column_info_text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 960px) {
  .index_column_list .index_column_item:first-of-type .column_info .column_info_text {
    font-size: 10px;
  }
}
.index_column_list .index_column_item:first-of-type .column_info .column_info_text img {
  width: 14px;
}
@media only screen and (max-width: 960px) {
  .index_column_list .index_column_item:first-of-type .column_info .column_info_text img {
    width: 9px;
  }
}
.index_column_list .index_column_box {
  display: block;
  width: 100%;
}
.index_column_list .index_column_link {
  display: block;
  width: 100%;
}

.index_event_wrap {
  padding: 72px 20px 80px;
  background: url("../images/index/event_bg.jpg") center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 960px) {
  .index_event_wrap {
    padding: 55px 10px 70px;
  }
}
@media only screen and (max-width: 768px) {
  .index_event_wrap {
    background: url("../images/index/event_bg_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
.index_event_wrap .index_event_head_title {
  font-size: 30px;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 50px;
}
@media only screen and (max-width: 960px) {
  .index_event_wrap .index_event_head_title {
    font-size: 20px;
    margin: 0 0 32px;
  }
}
.index_event_wrap .common_accent_btn {
  max-width: 350px;
}
@media only screen and (max-width: 960px) {
  .index_event_wrap .common_accent_btn {
    max-width: 268px;
  }
}

.index_event_block {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 960px) {
  .index_event_block {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px rgba(244, 244, 247, 0.5) solid;
  }
}
.index_event_block .index_event_link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index_event_block .index_event_link .index_event_pic_block {
  width: 54.9%;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .index_event_block .index_event_link .index_event_pic_block {
    width: 41%;
  }
}
.index_event_block .index_event_link .index_event_main {
  width: calc( 45.1% - 60px );
}
@media only screen and (max-width: 960px) {
  .index_event_block .index_event_link .index_event_main {
    width: calc( 59% - 15px );
  }
}
.index_event_block .index_event_link .index_event_main .index_event_title {
  font-size: 28px;
}
@media only screen and (max-width: 960px) {
  .index_event_block .index_event_link .index_event_main .index_event_title {
    font-size: 14px;
  }
}
.index_event_block .index_event_link .index_event_main .column_info {
  margin: 106px 0 0;
}
@media only screen and (max-width: 960px) {
  .index_event_block .index_event_link .index_event_main .column_info {
    margin: 14px 0 0;
  }
}
.index_event_block .index_event_link .index_event_main .column_info .column_info_text {
  color: #D6D8E0;
}

.index_event_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 0 24px;
}
@media only screen and (max-width: 960px) {
  .index_event_list {
    display: block;
    margin: 0 0 35px;
  }
}
.index_event_list .index_event_item {
  width: calc( (100% - 48px) / 3 );
  margin: 0 24px 24px 0;
}
@media only screen and (max-width: 960px) {
  .index_event_list .index_event_item {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px rgba(244, 244, 247, 0.5) solid;
  }
}
.index_event_list .index_event_item:nth-of-type(3n) {
  margin: 0 0 24px;
}
@media only screen and (max-width: 960px) {
  .index_event_list .index_event_item:nth-of-type(3n) {
    margin: 0 0 20px;
  }
}

.index_event_link {
  display: block;
}
@media only screen and (max-width: 960px) {
  .index_event_link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.index_event_link .index_event_pic_block {
  display: block;
  width: 100%;
  margin: 0 0 8px;
}
@media only screen and (max-width: 960px) {
  .index_event_link .index_event_pic_block {
    width: 41%;
    margin: 0;
  }
}
.index_event_link .index_event_pic_block .index_event_pic {
  display: block;
  width: 100%;
  padding-top: 56.1%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 960px) {
  .index_event_link .index_event_pic_block .index_event_pic {
    padding-top: 56.66%;
    -moz-border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    border-radius: 3.5px;
  }
}
@media only screen and (max-width: 960px) {
  .index_event_link .index_event_main {
    width: calc( 59% - 15px);
  }
}
.index_event_link .index_event_main .index_event_title {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 10px;
}
@media only screen and (max-width: 960px) {
  .index_event_link .index_event_main .index_event_title {
    font-size: 14px;
  }
}
.index_event_link .index_event_main .index_event_title a {
  color: #fff;
}
.index_event_link .index_event_tag_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 -7px;
}
@media only screen and (max-width: 960px) {
  .index_event_link .index_event_tag_list {
    margin: 0 0 -5px;
  }
}
.index_event_link .index_event_tag_list .index_event_tag_item {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 20px 7px 0;
  color: #fff;
  font-weight: 450;
}
@media only screen and (max-width: 960px) {
  .index_event_link .index_event_tag_list .index_event_tag_item {
    font-size: 10px;
    margin: 0 15px 5px 0;
  }
}
.index_event_link .index_event_tag_list .index_event_tag_item:before {
  content: "#";
  color: #FFD561;
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 960px) {
  .index_event_link .index_event_tag_list .index_event_tag_item:before {
    margin: 0 3px 0 0;
  }
}
.index_event_link .index_event_tag_list .index_event_tag_link {
  color: #fff;
}
.index_event_link .column_info .column_info_text {
  color: #D6D8E0;
}

.index_event-video_wrap {
  padding: 95px 20px 85px;
}
@media only screen and (max-width: 960px) {
  .index_event-video_wrap {
    padding: 40px 10px 80px;
  }
}
.index_event-video_wrap .common_underline_title {
  margin: 0 0 35px;
}
@media only screen and (max-width: 960px) {
  .index_event-video_wrap .common_underline_title {
    margin: 0 0 28px;
  }
}
.index_event-video_wrap .index_event-video_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 0 50px;
}
@media only screen and (max-width: 640px) {
  .index_event-video_wrap .index_event-video_list {
    display: block;
    margin: 0 0 30px;
  }
}
.index_event-video_wrap .index_event-video_list .index_event-video_item {
  width: calc( ( 100% - 48px ) / 3 );
  margin: 0 24px 0 0;
}
@media only screen and (max-width: 640px) {
  .index_event-video_wrap .index_event-video_list .index_event-video_item {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px #F4F4F7 solid;
  }
}
.index_event-video_wrap .index_event-video_list .index_event-video_item:nth-of-type(3n) {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .index_event-video_wrap .index_event-video_list .index_event-video_item:nth-of-type(3n) {
    padding: 0;
    border-bottom: none;
  }
}
.index_event-video_wrap .index_event-video_list .index_event-video_link {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .index_event-video_wrap .index_event-video_list .index_event-video_link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.index_event-video_wrap .index_event-video_list .index_event-video_pic {
  padding-top: 55.85%;
  margin: 0 0 12px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .index_event-video_wrap .index_event-video_list .index_event-video_pic {
    width: 41%;
    margin: 0;
    padding-top: 23.23%;
    -moz-border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    border-radius: 3.5px;
  }
}
.index_event-video_wrap .index_event-video_list .index_event-video_text {
  font-size: 20px;
  line-height: 1.5;
  color: #2C334A;
}
@media only screen and (max-width: 960px) {
  .index_event-video_wrap .index_event-video_list .index_event-video_text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .index_event-video_wrap .index_event-video_list .index_event-video_text {
    width: calc( 59% - 15px );
  }
}
.index_event-video_wrap .common_main_btn {
  max-width: 350px;
}
@media only screen and (max-width: 960px) {
  .index_event-video_wrap .common_main_btn {
    max-width: 268px;
  }
}

.index_search_wrap {
  padding: 0 10px;
}

.index_search_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  max-width: 315px;
  width: 100%;
  margin: 0 auto;
  border: 1px #D6D8E0 solid;
  background: #F7F7F7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.index_search_block .index_search_main {
  position: relative;
  width: calc( 100% - 35px );
}
.index_search_block .index_search_main .index_search_input {
  outline: none;
  height: 33px;
  width: 100%;
  border: none;
  background: none;
  color: #2C334A;
  padding: 0 24px 0 12px;
}
.index_search_block .index_search_main .index_search_delete_btn {
  display: none;
  position: absolute;
  right: 6px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  width: 12px;
  height: 12px;
}
.index_search_block .index_search_main .index_search_delete_btn img {
  display: block;
  width: 100%;
}
.index_search_block .index_submit_btn {
  display: block;
  width: 33px;
  height: 33px;
  background: none;
}
.index_search_block .index_submit_btn img {
  display: block;
  width: 12px;
  margin: 0 auto;
}

.index_news_wrap {
  padding: 0 10px 100px;
}

.index_voice_wrap {
  padding: 95px 20px 85px;
  background: #F2F5FF;
}
@media only screen and (max-width: 960px) {
  .index_voice_wrap {
    padding: 40px 10px 80px;
    margin: 0 0 40px;
  }
}
.index_voice_wrap .index_voice_title {
  position: relative;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 35px;
  color: #2C334A;
}
@media only screen and (max-width: 960px) {
  .index_voice_wrap .index_voice_title {
    font-size: 20px;
    margin: 0 0 28px;
  }
}
.index_voice_wrap .index_voice_title:after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  margin: 20px auto 0;
  background: #3171CA;
}
@media only screen and (max-width: 960px) {
  .index_voice_wrap .index_voice_title:after {
    width: 70px;
    margin: 10px auto 0;
  }
}
.index_voice_wrap .index_voice_list {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  .index_voice_wrap .index_voice_list {
    display: block;
  }
}
.index_voice_wrap .index_voice_list .index_voice_item {
  width: calc( ( 100% - 32px ) / 3 );
  margin: 0 16px 0 0;
}
@media only screen and (max-width: 768px) {
  .index_voice_wrap .index_voice_list .index_voice_item {
    width: 100%;
    margin: 0 0 30px;
  }
}
.index_voice_wrap .index_voice_list .index_voice_item:last-of-type {
  margin: 0;
}
.index_voice_wrap .index_voice_list .index_voice_link {
  display: block;
  width: 100%;
}
.index_voice_wrap .index_voice_list .index_voice_link:hover .index_voice_icon {
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
@media only screen and (max-width: 960px) {
  .index_voice_wrap .index_voice_list .index_voice_link:hover .index_voice_icon {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.index_voice_wrap .index_voice_list .index_voice_pic {
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.index_voice_wrap .index_voice_list .index_voice_main {
  margin: -40px auto 0;
  width: calc( 100% - 32px );
  background: #fff;
  padding: 24px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 960px) {
  .index_voice_wrap .index_voice_list .index_voice_main {
    padding: 20px 12px;
  }
}
.index_voice_wrap .index_voice_list .index_voice_item_title {
  font-size: 20px;
  line-height: 1.5;
  color: #2C334A;
  height: 60px;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .index_voice_wrap .index_voice_list .index_voice_item_title {
    font-size: 18px;
    height: 54px;
  }
}
@media only screen and (max-width: 768px) {
  .index_voice_wrap .index_voice_list .index_voice_item_title {
    height: inherit;
  }
}
.index_voice_wrap .index_voice_list .index_voice_item_subtitle {
  font-size: 14px;
  line-height: 1.5;
  color: #2C334A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .index_voice_wrap .index_voice_list .index_voice_item_subtitle {
    font-size: 12px;
  }
}
.index_voice_wrap .index_voice_sublist {
  border-top: 1px #D6D8E0 solid;
  margin: 16px 0 0;
  padding: 16px 0 0;
}
.index_voice_wrap .index_voice_sublist .index_voice_subitem {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 8px;
}
.index_voice_wrap .index_voice_sublist .index_voice_subitem:last-of-type {
  margin: 0;
}
.index_voice_wrap .index_voice_sublist .index_voice_subitem .index_voice_label {
  display: inline-block;
  color: #0054AC;
  background: #F2F5FF;
  font-size: 14px;
  padding: 2px 8px;
  line-height: 1.5;
  white-space: nowrap;
  margin: 0 8px 0 0;
}
@media only screen and (max-width: 960px) {
  .index_voice_wrap .index_voice_sublist .index_voice_subitem .index_voice_label {
    font-size: 12px;
  }
}
.index_voice_wrap .index_voice_sublist .index_voice_subitem .index_voice_text {
  font-size: 14px;
  line-height: 1.5;
  color: #2C334A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .index_voice_wrap .index_voice_sublist .index_voice_subitem .index_voice_text {
    font-size: 12px;
  }
}
.index_voice_wrap .align_right {
  margin: 20px 0 0;
}
.index_voice_wrap .align_right .index_voice_icon {
  display: inline-block;
  width: 12px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_voice_wrap .common_main_btn {
  max-width: 350px;
}
@media only screen and (max-width: 960px) {
  .index_voice_wrap .common_main_btn {
    max-width: 268px;
  }
}

/*=================
     
    column.scss

=======================*/
@media only screen and (max-width: 768px) {
  .column_box {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.column_box .column_pic_block {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .column_box .column_pic_block {
    width: 41%;
    margin: 0;
  }
}
.column_box .column_pic_block .column_pic {
  display: block;
  width: 100%;
  padding-top: 56.1%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .column_box .column_pic_block .column_pic {
    padding-top: 56.66%;
    -moz-border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    border-radius: 3.5px;
  }
}
@media only screen and (max-width: 768px) {
  .column_box .column_main {
    width: calc( 59% - 15px );
  }
}
.column_box .column_main .column_title {
  font-size: 20px;
  line-height: 1.5;
  color: #2C334A;
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.column_box .column_main .column_title:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 960px) {
  .column_box .column_main .column_title {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.column_box .column_main .column_title a {
  color: #2C334A;
}

.column_tag_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -7px;
}
@media only screen and (max-width: 960px) {
  .column_tag_list {
    margin: 0 0 -5px;
  }
}
.column_tag_list .column_tag_item {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 20px 7px 0;
  color: #63697F;
  font-weight: 450;
}
@media only screen and (max-width: 960px) {
  .column_tag_list .column_tag_item {
    font-size: 10px;
    margin: 0 15px 5px 0;
  }
}
.column_tag_list .column_tag_item:before {
  content: "#";
  color: #3171CA;
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 960px) {
  .column_tag_list .column_tag_item:before {
    margin: 0 3px 0 0;
  }
}
.column_tag_list .column_tag_link {
  color: #63697F;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.column_tag_list .column_tag_link:hover {
  color: #3171CA;
}

.column_info {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 4px 0 0;
}
.column_info:hover .column_info_text {
  color: #2C334A;
}
@media only screen and (max-width: 960px) {
  .column_info {
    margin: 14px 0 0;
  }
}
.column_info .column_info_text {
  font-size: 14px;
  line-height: 1.4;
  color: #9BA0B1;
  margin: 0 14px 0 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 960px) {
  .column_info .column_info_text {
    font-size: 10px;
    margin: 0 16px 0 0;
  }
}
.column_info .column_info_text:last-of-type {
  margin: 0;
}
.column_info .column_info_text img {
  display: inline-block;
  width: 12px;
  margin: 0 4px 0 0;
  vertical-align: -1px;
}
@media only screen and (max-width: 960px) {
  .column_info .column_info_text img {
    width: 9px;
    margin: 0 2.5px 0 0;
  }
}

.column_all_list {
  margin: 0 0 46px;
}
@media only screen and (max-width: 960px) {
  .column_all_list {
    margin: 0 0 30px;
  }
}
.column_all_list .column_all_item {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px #D6D8E0 solid;
}
@media only screen and (max-width: 960px) {
  .column_all_list .column_all_item {
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
}
.column_all_list .column_all_item:last-of-type {
  margin: 0;
}

.column_all_box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.column_all_box .column_all_pic_block {
  display: block;
  width: 37.97%;
}
@media only screen and (max-width: 960px) {
  .column_all_box .column_all_pic_block {
    width: 41%;
  }
}
.column_all_box .column_all_pic_block .column_all_pic {
  display: block;
  padding-top: 56.66%;
  -moz-border-radius: 7.32px;
  -webkit-border-radius: 7.32px;
  border-radius: 7.32px;
}
@media only screen and (max-width: 960px) {
  .column_all_box .column_all_pic_block .column_all_pic {
    -moz-border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    border-radius: 3.5px;
  }
}
.column_all_box .column_all_main {
  width: calc( 62.03% - 37px );
}
@media only screen and (max-width: 1200px) {
  .column_all_box .column_all_main {
    width: calc( 62.03% - 20px );
  }
}
@media only screen and (max-width: 960px) {
  .column_all_box .column_all_main {
    width: calc( 59% - 15px );
  }
}
.column_all_box .column_all_main .column_all_title {
  font-size: 28px;
  line-height: 1.5;
  color: #2C334A;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .column_all_box .column_all_main .column_all_title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .column_all_box .column_all_main .column_all_title {
    font-size: 14px;
  }
}
.column_all_box .column_all_main .column_all_title a {
  color: #2C334A;
}
.column_all_box .column_info {
  margin: 24px 0 0;
}
@media only screen and (max-width: 960px) {
  .column_all_box .column_info {
    margin: 12px 0 0;
  }
}

.column_wrap {
  margin: 0 0 152px;
}
@media only screen and (max-width: 960px) {
  .column_wrap {
    margin: 0 0 80px;
  }
}
.column_wrap:last-of-type {
  margin: 0;
}
.column_wrap .common_underline_subtitle {
  margin: 0 0 38px;
}
@media only screen and (max-width: 960px) {
  .column_wrap .common_underline_subtitle {
    margin: 0 0 20px;
  }
}

.column_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 -76px;
}
@media only screen and (max-width: 960px) {
  .column_list {
    margin: 0 0 -40px;
  }
}
@media only screen and (max-width: 768px) {
  .column_list {
    display: block;
    margin: 0;
  }
}
.column_list .column_item {
  width: calc( 50% - 15px );
  margin: 0 0 76px;
}
@media only screen and (max-width: 960px) {
  .column_list .column_item {
    width: calc( 50% - 10px );
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .column_list .column_item {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px #D6D8E0 solid;
  }
}
@media only screen and (max-width: 768px) {
  .column_list .column_item:last-of-type {
    margin: 0;
  }
}
.column_list .column_link {
  display: block;
  width: 100%;
}

/*=================
     
    guide.scss

=======================*/
.guide_mv_wrap {
  padding: 80px 20px 165px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 960px) {
  .guide_mv_wrap {
    padding: 50px 10px 168px;
  }
}
.guide_mv_wrap .guide_mv_title {
  position: relative;
  font-size: 28px;
  line-height: 1.4;
  color: #2D344B;
  text-align: center;
  margin: 0 0 65px;
}
@media only screen and (max-width: 960px) {
  .guide_mv_wrap .guide_mv_title {
    font-size: 24px;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .guide_mv_wrap .guide_mv_title {
    font-size: 20px;
  }
}
.guide_mv_wrap .guide_mv_title span {
  color: #0054AC;
}
.guide_mv_wrap .guide_mv_pic {
  position: relative;
  display: block;
  width: 100%;
  max-width: 786px;
  margin: 0 auto;
}
.guide_mv_wrap:before {
  content: "";
  display: block;
  width: 407px;
  height: 504px;
  background: url("../images/guide/mv_bg01.png") left center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -12px;
  left: 0;
}
@media only screen and (max-width: 960px) {
  .guide_mv_wrap:before {
    background: url("../images/guide/mv_bg01_sp.png") left center no-repeat;
    background-size: contain;
    width: 191px;
    height: 171px;
    bottom: -4px;
  }
}
.guide_mv_wrap:after {
  content: "";
  display: block;
  width: 448px;
  height: 473px;
  background: url("../images/guide/mv_bg02.png") right center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -9px;
  right: 0;
}
@media only screen and (max-width: 960px) {
  .guide_mv_wrap:after {
    background: url("../images/guide/mv_bg02_sp.png") right center no-repeat;
    background-size: contain;
    width: 202px;
    height: 164px;
    bottom: -4px;
  }
}

.guide_charge_wrap {
  position: relative;
  z-index: 3;
  background: #F2F5FF;
  padding: 95px 20px 75px;
}
@media only screen and (max-width: 960px) {
  .guide_charge_wrap {
    padding: 40px 10px 120px;
  }
}
.guide_charge_wrap:after {
  content: "";
  display: block;
  width: 250px;
  height: 230px;
  background: url("../images/guide/charge_bg.png") right -4px center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -98px;
  right: 0;
  z-index: 4;
}
@media only screen and (max-width: 960px) {
  .guide_charge_wrap:after {
    background-position: center center;
    width: 152px;
    height: 140px;
    bottom: -53px;
    left: 50%;
    right: inherit;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.guide_charge_wrap .guide_charge_title {
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  color: #0054AC;
  margin: 0 0 18px;
}
@media only screen and (max-width: 960px) {
  .guide_charge_wrap .guide_charge_title {
    font-size: 20px;
    margin: 0 0 8px;
  }
}
.guide_charge_wrap .guide_charge_text {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #2C334A;
  margin: 0 0 55px;
}
@media only screen and (max-width: 960px) {
  .guide_charge_wrap .guide_charge_text {
    font-size: 12px;
    margin: 0 0 35px;
  }
}
.guide_charge_wrap .guide_charge_list {
  position: relative;
  z-index: 6;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .guide_charge_wrap .guide_charge_list {
    display: block;
  }
}
.guide_charge_wrap .guide_charge_list .guide_charge_item {
  width: calc( 50% - 13px );
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .guide_charge_wrap .guide_charge_list .guide_charge_item {
    width: 100%;
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 640px) {
  .guide_charge_wrap .guide_charge_list .guide_charge_item:last-of-type {
    margin: 0 auto;
  }
}
.guide_charge_wrap .guide_charge_list .guide_charge_pic {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 960px) {
  .guide_charge_wrap .guide_charge_list .guide_charge_pic {
    max-width: 250px;
    margin: 0 auto 15px;
  }
}
.guide_charge_wrap .guide_charge_list .guide_charge_item_title {
  font-size: 24px;
  line-height: 1.5;
  color: #2C334A;
  margin: 0 0 15px;
}
@media only screen and (max-width: 960px) {
  .guide_charge_wrap .guide_charge_list .guide_charge_item_title {
    font-size: 16px;
    margin: 0 0 5px;
  }
}
.guide_charge_wrap .guide_charge_list .guide_charge_item_text {
  font-size: 16px;
  line-height: 1.5;
  color: #2C334A;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .guide_charge_wrap .guide_charge_list .guide_charge_item_text {
    font-size: 12px;
    margin: 0 0 12px;
  }
}
.guide_charge_wrap .guide_charge_list .guide_charge_sublist {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 445px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .guide_charge_wrap .guide_charge_list .guide_charge_sublist {
    max-width: 340px;
  }
}
.guide_charge_wrap .guide_charge_list .guide_charge_sublist .guide_charge_subitem {
  text-align: left;
  padding: 0 0 0 22px;
  background: url("../images/common/check_main_icon.svg") left top 7px no-repeat;
  background-size: 13px;
  font-size: 16px;
  line-height: 1.5;
  color: #2C334A;
  margin: 0 15px 5px;
}
@media only screen and (max-width: 960px) {
  .guide_charge_wrap .guide_charge_list .guide_charge_sublist .guide_charge_subitem {
    font-size: 12px;
    background-size: 8px;
    padding: 0 0 0 13px;
  }
}
.guide_charge_wrap .guide_charge_list .guide_charge_sublist .guide_charge_subitem span {
  display: block;
  font-size: 12px;
  margin: 5px 0 0;
}
@media only screen and (max-width: 960px) {
  .guide_charge_wrap .guide_charge_list .guide_charge_sublist .guide_charge_subitem span {
    font-size: 8px;
  }
}

.guide_step_wrap {
  padding: 115px 20px 130px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .guide_step_wrap {
    padding: 112px 20px 45px;
  }
}
.guide_step_wrap .guide_step_title {
  font-size: 30px;
  line-height: 1.5;
  color: #2C334A;
  margin: 0 0 57px;
}
@media only screen and (max-width: 960px) {
  .guide_step_wrap .guide_step_title {
    font-size: 20px;
    margin: 0 0 40px;
  }
}
.guide_step_wrap .guide_step_pic {
  width: 100%;
  max-width: 1047px;
  margin: 0 auto 40px;
}
.guide_step_wrap .guide_step_text {
  font-size: 12px;
  line-height: 1.5;
  color: #2C334A;
}
.guide_step_wrap .common_main-l_btn {
  margin: 40px auto 0;
  max-width: 350px;
}
@media only screen and (max-width: 960px) {
  .guide_step_wrap .common_main-l_btn {
    max-width: 268px;
  }
}

.guide_card_wrap {
  padding: 80px 20px;
  background: #F2F5FF;
}
@media only screen and (max-width: 960px) {
  .guide_card_wrap {
    padding: 40px 10px;
  }
}
.guide_card_wrap .guide_card_title {
  font-size: 30px;
  line-height: 1.5;
  color: #2C334A;
  text-align: center;
  margin: 0 0 32px;
}
@media only screen and (max-width: 960px) {
  .guide_card_wrap .guide_card_title {
    font-size: 20px;
  }
}
.guide_card_wrap .guide_card_link {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 0;
  background: url("../images/common/right_main-tri_arrow.svg") right center no-repeat;
  background-size: 24px;
  font-size: 16px;
  line-height: 1.8;
  color: #2C334A;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.guide_card_wrap .guide_card_link:hover {
  color: #0054AC;
}
.guide_card_wrap .guide_card_link:hover:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.guide_card_wrap .guide_card_link:after {
  content: "";
  display: block;
  width: 100%;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 1px;
  background: #0054AC;
  position: absolute;
  left: 0;
  bottom: -6px;
  transform-origin: top left;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.guide_card_layout {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .guide_card_layout {
    display: block;
  }
}
.guide_card_layout .guide_card_main {
  width: 26%;
}
@media only screen and (max-width: 1200px) {
  .guide_card_layout .guide_card_main {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .guide_card_layout .guide_card_main {
    width: 100%;
  }
}
.guide_card_layout .guide_card_sub {
  width: calc( 74% - 30px );
}
@media only screen and (max-width: 1200px) {
  .guide_card_layout .guide_card_sub {
    width: calc( 70% - 30px );
  }
}
@media only screen and (max-width: 768px) {
  .guide_card_layout .guide_card_sub {
    width: 100%;
  }
}
.guide_card_layout .guide_card_box {
  position: relative;
  padding: 12px;
  cursor: pointer;
}
.guide_card_layout .guide_card_box:after {
  content: "";
  display: none;
  position: absolute;
  right: -15px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 20px solid transparent;
  border-left: 15px solid #fff;
  border-bottom: 20px solid transparent;
}
@media only screen and (max-width: 768px) {
  .guide_card_layout .guide_card_box:after {
    display: none;
  }
}
.guide_card_layout .guide_card_box .guide_card_name {
  font-size: 16px;
  line-height: 1.8;
  color: #0054AC;
  text-decoration: underline;
}
.guide_card_layout .guide_card_box .guide_card_name:hover {
  text-decoration: none;
}
.guide_card_layout .guide_card_box .guide_card_name sup {
  position: relative;
  line-height: 0;
  top: -0.5em;
  font-size: 75%;
}
.guide_card_layout .guide_card_box .guide_card_textarea {
  display: none;
  margin: 12px 0 0;
}
.guide_card_layout .guide_card_box .guide_card_text {
  font-size: 16px;
  line-height: 1.8;
  color: #2C334A;
}
.guide_card_layout .guide_card_box .guide_card_text a {
  font-weight: 700;
  color: #2C334A;
}
.guide_card_layout .guide_card_box .guide_card_text sup {
  position: relative;
  line-height: 0;
  top: -0.5em;
  font-size: 75%;
}
.guide_card_layout .guide_card_box .guide_card_subtext {
  font-size: 14px;
  line-height: 1.8;
  color: #2C334A;
  margin: 8px 0 0;
}
.guide_card_layout .guide_card_box .guide_card_subtext a {
  font-weight: 700;
  color: #2C334A;
}
.guide_card_layout .guide_card_box .guide_card_subtext sup {
  position: relative;
  line-height: 0;
  top: -0.5em;
  font-size: 75%;
}
.guide_card_layout .guide_card_box.active {
  cursor: default;
  padding: 16px;
  margin: 0 0 12px;
  background: #fff;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.guide_card_layout .guide_card_box.active:after {
  display: block;
}
@media only screen and (max-width: 768px) {
  .guide_card_layout .guide_card_box.active:after {
    display: none;
  }
}
.guide_card_layout .guide_card_box.active .guide_card_name {
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
}
.guide_card_layout .guide_card_box.active .guide_card_textarea {
  display: block;
}
.guide_card_layout .guide_card_box.active .guide_card_pic {
  display: block;
}
.guide_card_layout .guide_card_box:last-of-type.active {
  margin: 0;
}
.guide_card_layout .guide_card_pic {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .guide_card_layout .guide_card_pic {
    max-width: 309px;
    width: 100%;
    margin: 12px auto 0;
  }
}
.guide_card_layout .guide_card_pic.active {
  display: block;
}

.guide_card_list {
  margin: 140px auto 0;
  max-width: 1020px;
  width: 100%;
}
.guide_card_list .guide_card_item {
  background: #fff;
  padding: 60px 60px 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 0 0 17px;
}
.guide_card_list .guide_card_item:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .guide_card_list .guide_card_item {
    padding: 40px;
  }
}
@media only screen and (max-width: 960px) {
  .guide_card_list .guide_card_item {
    padding: 40px 20px;
  }
}
.guide_card_list .guide_card_box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .guide_card_list .guide_card_box {
    display: block;
  }
}
.guide_card_list .guide_card_box .guide_card_main_title {
  font-size: 28px;
  line-height: 1.5;
  color: #0054AC;
  font-weight: 700;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .guide_card_list .guide_card_box .guide_card_main_title {
    font-size: 20px;
  }
}
.guide_card_list .guide_card_box .guide_card_main_text {
  font-size: 16px;
  line-height: 1.5;
  color: #2C334A;
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  .guide_card_list .guide_card_box .guide_card_main_text {
    font-size: 14px;
  }
}
.guide_card_list .guide_card_box .guide_card_main_text span {
  font-size: 14px;
}
@media only screen and (max-width: 960px) {
  .guide_card_list .guide_card_box .guide_card_main_text span {
    font-size: 12px;
  }
}
.guide_card_list .guide_card_box .guide_card_main_text a {
  color: #2C334A;
  text-decoration: underline;
}
.guide_card_list .guide_card_box .guide_card_sub {
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .guide_card_list .guide_card_box .guide_card_sub {
    margin: 20px 0 0;
  }
}
.guide_card_list .guide_card_box .guide_card_pic01 {
  display: block;
  width: 342px;
}
@media only screen and (max-width: 768px) {
  .guide_card_list .guide_card_box .guide_card_pic01 {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
}
.guide_card_list .common_main-l_btn {
  max-width: 350px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 960px) {
  .guide_card_list .common_main-l_btn {
    max-width: 268px;
  }
}
.guide_card_list .guide_card_video_block {
  display: block;
  width: 410px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .guide_card_list .guide_card_video_block {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
  }
}
.guide_card_list .guide_card_video_block .guide_card_video_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.guide_visa_wrap {
  position: relative;
  padding: 86px 20px 118px;
}
@media only screen and (max-width: 960px) {
  .guide_visa_wrap {
    padding: 30px 10px 225px;
  }
}
.guide_visa_wrap:after {
  content: "";
  display: block;
  width: 363px;
  height: 321px;
  background: url("../images/guide/visa_pic.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 16px;
}
@media only screen and (max-width: 1200px) {
  .guide_visa_wrap:after {
    width: 282px;
    height: 249px;
  }
}
@media only screen and (max-width: 960px) {
  .guide_visa_wrap:after {
    width: 202px;
    height: 178px;
    right: inherit;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.guide_visa_wrap .guide_visa_title {
  position: relative;
  font-size: 40px;
  line-height: 1.5;
  color: #0054AC;
  text-align: center;
  margin: 0 0 17px;
}
@media only screen and (max-width: 960px) {
  .guide_visa_wrap .guide_visa_title {
    font-size: 20px;
    margin: 0 0 15px;
  }
}
.guide_visa_wrap .guide_visa_text {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  color: #2C334A;
  text-align: center;
  margin: 0 0 35px;
}
@media only screen and (max-width: 960px) {
  .guide_visa_wrap .guide_visa_text {
    font-size: 12px;
    margin: 0 0 30px;
  }
}

.guide_faq_wrap {
  position: relative;
  padding: 95px 20px 336px;
  overflow: hidden;
  background: #F2F5FF;
}
@media only screen and (max-width: 960px) {
  .guide_faq_wrap {
    padding: 50px 10px 240px;
  }
}
.guide_faq_wrap:after {
  content: "";
  display: block;
  width: 564px;
  height: 366px;
  background: url("../images/guide/faq_pic.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -99px;
}
@media only screen and (max-width: 960px) {
  .guide_faq_wrap:after {
    width: 282px;
    height: 183px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.guide_faq_wrap .guide_faq_title {
  font-size: 30px;
  line-height: 1.5;
  color: #2C334A;
  text-align: center;
  margin: 0 0 72px;
}
@media only screen and (max-width: 960px) {
  .guide_faq_wrap .guide_faq_title {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.guide_faq_wrap .guide_faq_block {
  margin: 0 0 74px;
}
@media only screen and (max-width: 960px) {
  .guide_faq_wrap .guide_faq_block {
    margin: 0 0 40px;
  }
}
.guide_faq_wrap .guide_faq_block:last-of-type {
  margin: 0 0 68px;
}
@media only screen and (max-width: 960px) {
  .guide_faq_wrap .guide_faq_block:last-of-type {
    margin: 0 0 40px;
  }
}
.guide_faq_wrap .guide_faq_list .guide_faq_item {
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .guide_faq_wrap .guide_faq_list .guide_faq_item {
    margin: 0 0 35px;
  }
}
.guide_faq_wrap .guide_faq_list .guide_faq_item:last-of-type {
  margin: 0;
}
.guide_faq_wrap .guide_faq_subtitle {
  font-size: 24px;
  line-height: 1.5;
  color: #2C334A;
  margin: 0 0 25px;
}
@media only screen and (max-width: 960px) {
  .guide_faq_wrap .guide_faq_subtitle {
    font-size: 16px;
    margin: 0 0 15px;
  }
}
.guide_faq_wrap .guide_faq_head {
  background: #fff;
  padding: 20.5px 30px;
  margin: 0 0 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 960px) {
  .guide_faq_wrap .guide_faq_head {
    padding: 10px 15px;
    margin: 0 0 15px;
  }
}
.guide_faq_wrap .guide_faq_head .guide_faq_head_icon {
  white-space: nowrap;
  color: #0054AC;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 16px 0 0;
}
@media only screen and (max-width: 960px) {
  .guide_faq_wrap .guide_faq_head .guide_faq_head_icon {
    font-size: 14px;
    margin: 0 2px 0 0;
  }
}
.guide_faq_wrap .guide_faq_head .guide_faq_head_title {
  color: #2C334A;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  .guide_faq_wrap .guide_faq_head .guide_faq_head_title {
    font-size: 12px;
  }
}
.guide_faq_wrap .guide_faq_body {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0 0 0 30px;
}
@media only screen and (max-width: 960px) {
  .guide_faq_wrap .guide_faq_body {
    padding: 0 0 0 15px;
  }
}
.guide_faq_wrap .guide_faq_body .guide_faq_body_icon {
  white-space: nowrap;
  color: #C30000;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 16px 0 0;
}
@media only screen and (max-width: 960px) {
  .guide_faq_wrap .guide_faq_body .guide_faq_body_icon {
    font-size: 14px;
    margin: 0 2px 0 0;
  }
}
.guide_faq_wrap .guide_faq_body .guide_faq_body_text {
  color: #2C334A;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  .guide_faq_wrap .guide_faq_body .guide_faq_body_text {
    font-size: 12px;
  }
}
.guide_faq_wrap .guide_faq_body .guide_faq_body_text img {
  width: 15px;
  display: inline-block;
  vertical-align: -1px;
}
@media only screen and (max-width: 960px) {
  .guide_faq_wrap .guide_faq_body .guide_faq_body_text img {
    width: 12px;
    vertical-align: -2px;
  }
}
.guide_faq_wrap .guide_faq_body .guide_faq_body_text a {
  color: #2C334A;
  text-decoration: underline;
}
.guide_faq_wrap .guide_faq_body .guide_faq_body_subtext {
  color: #2C334A;
  font-size: 14px;
  line-height: 1.5;
  margin: 12px 0 0;
}
@media only screen and (max-width: 960px) {
  .guide_faq_wrap .guide_faq_body .guide_faq_body_subtext {
    font-size: 10px;
  }
}
.guide_faq_wrap .guide_faq_body_link {
  display: inline-block;
  margin: 12px 0 0;
  padding: 0 30px 0 0;
  font-size: 16px;
  line-height: 1.5;
  color: #2C334A;
  text-decoration: underline;
  background: url("../images/common/right_main-tri_arrow.svg") right center no-repeat;
  background-size: 22px;
}
@media only screen and (max-width: 960px) {
  .guide_faq_wrap .guide_faq_body_link {
    font-size: 12px;
    padding: 0 24px 0 0;
    background-size: 16px;
  }
}
.guide_faq_wrap .common_main_btn {
  max-width: 460px;
}
@media only screen and (max-width: 960px) {
  .guide_faq_wrap .common_main_btn {
    max-width: 320px;
  }
}
.guide_faq_wrap .common_main_btn span {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 960px) {
  .guide_faq_wrap .common_main_btn span {
    display: block;
    margin: 0;
  }
}

/*=================
     
    contact.scss

=======================*/
.contact_title_block {
  background: #F2F5FF;
  height: 320px;
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .contact_title_block {
    height: 200px;
    padding: 0 10px;
  }
}
.contact_title_block:after {
  content: "";
  display: block;
  width: 498px;
  height: 100%;
  background: url("../images/contact/mv_pic.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 960px) {
  .contact_title_block:after {
    width: 311px;
  }
}
@media only screen and (max-width: 640px) {
  .contact_title_block:after {
    width: 220px;
  }
}
.contact_title_block .common_inner {
  height: 100%;
}
.contact_title_block .contact_title {
  font-size: 36px;
  line-height: 1.5;
  color: #0054AC;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .contact_title_block .contact_title {
    font-size: 24px;
  }
}

.contact_wrap {
  padding: 56px 20px 200px;
}
@media only screen and (max-width: 960px) {
  .contact_wrap {
    padding: 40px 10px 100px;
  }
}
.contact_wrap .common_left-border_title {
  margin: 0 0 30px;
}
@media only screen and (max-width: 960px) {
  .contact_wrap .common_left-border_title {
    margin: 0 0 15px;
  }
}

.contact_text {
  font-size: 16px;
  line-height: 1.87;
  color: #2C334A;
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .contact_text {
    font-size: 14px;
    margin: 0 0 20px;
  }
}

.contact_block {
  border: 3px #D6D8E0 solid;
  padding: 30px 40px 40px;
  margin: 0 0 72px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
@media only screen and (max-width: 960px) {
  .contact_block {
    border-width: 2px;
    padding: 20px 15px;
    margin: 0 0 40px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}
.contact_block .contact_step_list .contact_step_item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 0 68px;
}
@media only screen and (max-width: 960px) {
  .contact_block .contact_step_list .contact_step_item {
    margin: 0 0 40px;
  }
}
.contact_block .contact_step_list .contact_step_item:last-of-type {
  margin: 0;
}
.contact_block .contact_step_list .contact_step_num {
  display: block;
  width: 28px;
  min-width: 28px;
  margin: 1px 12px 0 0;
}
@media only screen and (max-width: 960px) {
  .contact_block .contact_step_list .contact_step_num {
    width: 24px;
    min-width: 24px;
  }
}
.contact_block .contact_step_list .contact_step_title {
  font-size: 16px;
  line-height: 1.87;
  color: #2C334A;
  margin: 0 0 23px;
}
@media only screen and (max-width: 960px) {
  .contact_block .contact_step_list .contact_step_title {
    font-size: 14px;
    margin: 0 0 15px;
  }
}
.contact_block .contact_step_list .contact_step_title img {
  display: inline-block;
  width: 25px;
  vertical-align: -5px;
}
@media only screen and (max-width: 960px) {
  .contact_block .contact_step_list .contact_step_title img {
    width: 20px;
    vertical-align: -4px;
  }
}
.contact_block .contact_step_list .contact_step_title small {
  display: block;
  font-size: 12px;
  margin: 5px 0 0;
}
.contact_block .contact_step_list .contact_step_pic {
  display: block;
  width: 100%;
  max-width: 357px;
}

.contact_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .contact_list {
    display: block;
  }
}
.contact_list .contact_item {
  width: calc( 50% - 23px );
}
@media only screen and (max-width: 960px) {
  .contact_list .contact_item {
    width: calc( 50% - 10px );
  }
}
@media only screen and (max-width: 640px) {
  .contact_list .contact_item {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 640px) {
  .contact_list .contact_item:last-of-type {
    margin: 0;
  }
}
.contact_list .contact_box {
  border: 3px #D6D8E0 solid;
  padding: 40px 30px 60px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
@media only screen and (max-width: 960px) {
  .contact_list .contact_box {
    border-width: 2px;
    padding: 20px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}
.contact_list .contact_item_text {
  font-size: 16px;
  line-height: 1.87;
  color: #2C334A;
  min-height: 60px;
  margin: 0 0 24px;
}
@media only screen and (max-width: 960px) {
  .contact_list .contact_item_text {
    font-size: 14px;
    min-height: 52px;
  }
}

/*=================
     
    pages.scss

=======================*/
.news_list {
  margin: 0 0 48px;
}
@media only screen and (max-width: 960px) {
  .news_list {
    margin: 0 0 30px;
  }
}
.news_list .news_item {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px #D6D8E0 solid;
}
@media only screen and (max-width: 960px) {
  .news_list .news_item {
    margin: 0 0 20px;
    padding: 0 0 30px;
  }
}
.news_list .news_item:last-of-type {
  margin: 0;
}
.news_list .news_link {
  display: block;
}
.news_list .news_date {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 12px;
  color: #63697F;
}
@media only screen and (max-width: 960px) {
  .news_list .news_date {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
.news_list .news_title {
  font-size: 20px;
  line-height: 1.5;
  color: #2C334A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .news_list .news_title {
    font-size: 14px;
  }
}

.video_wrap {
  margin: 0 0 174px;
}
@media only screen and (max-width: 960px) {
  .video_wrap {
    margin: 0 0 80px;
  }
}
.video_wrap:last-of-type {
  margin: 0;
}
.video_wrap:first-of-type .common_underline_subtitle {
  margin: 0 0 60px;
}
@media only screen and (max-width: 960px) {
  .video_wrap:first-of-type .common_underline_subtitle {
    margin: 0 0 20px;
  }
}
.video_wrap .common_underline_subtitle {
  margin: 0 0 35px;
}
@media only screen and (max-width: 960px) {
  .video_wrap .common_underline_subtitle {
    margin: 0 0 20px;
  }
}

.event-video_link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.event-video_link .event-video_pic_block {
  width: 53.6%;
}
@media only screen and (max-width: 960px) {
  .event-video_link .event-video_pic_block {
    width: calc( 50% - 10px );
  }
}
@media only screen and (max-width: 640px) {
  .event-video_link .event-video_pic_block {
    width: 41%;
  }
}
.event-video_link .event-video_pic_block .event-video_pic {
  padding-top: 56.47%;
  display: block;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 640px) {
  .event-video_link .event-video_pic_block .event-video_pic {
    padding-top: 56.66%;
  }
}
.event-video_link .event-video_main {
  width: calc( 46.4% - 30px );
}
@media only screen and (max-width: 960px) {
  .event-video_link .event-video_main {
    width: calc( 50% - 10px );
  }
}
@media only screen and (max-width: 640px) {
  .event-video_link .event-video_main {
    width: calc( 59% - 15px);
  }
}
.event-video_link .event-video_title {
  font-size: 28px;
  line-height: 1.5;
  color: #2C334A;
  margin: 0 0 30px;
}
@media only screen and (max-width: 960px) {
  .event-video_link .event-video_title {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 640px) {
  .event-video_link .event-video_title {
    font-size: 14px;
  }
}
.event-video_link .column_info {
  margin: 88px 0 0;
}
@media only screen and (max-width: 960px) {
  .event-video_link .column_info {
    margin: 40px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .event-video_link .column_info {
    margin: 14px 0 0;
  }
}
.event-video_link .column_info .column_info_text {
  font-size: 16px;
}
@media only screen and (max-width: 960px) {
  .event-video_link .column_info .column_info_text {
    font-size: 10px;
  }
}
.event-video_link .column_info .column_info_text img {
  width: 14px;
}
@media only screen and (max-width: 960px) {
  .event-video_link .column_info .column_info_text img {
    width: 9px;
  }
}

.event-video_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.event-video_list .event-video_item {
  width: calc( 50% - 14px );
  margin: 0 0 56px;
}
@media only screen and (max-width: 960px) {
  .event-video_list .event-video_item {
    width: calc( 50% - 10px );
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 640px) {
  .event-video_list .event-video_item {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px #D6D8E0 solid;
  }
}
.event-video_list .event-video_item:last-of-type {
  margin: 0;
}
.event-video_list .event-video_item_link {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .event-video_list .event-video_item_link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.event-video_list .event-video_item_pic_block {
  width: 100%;
  margin: 0 0 8px;
}
@media only screen and (max-width: 640px) {
  .event-video_list .event-video_item_pic_block {
    margin: 0;
    width: 41%;
  }
}
.event-video_list .event-video_item_pic_block .event-video_pic {
  padding-top: 56.84%;
  display: block;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 640px) {
  .event-video_list .event-video_item_pic_block .event-video_pic {
    padding-top: 56.66%;
  }
}
.event-video_list .event-video_item_main {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .event-video_list .event-video_item_main {
    width: calc( 59% - 15px );
  }
}
.event-video_list .event-video_item_main .event-video_item_title {
  font-size: 20px;
  line-height: 1.5;
  color: #2C334A;
  margin: 0 0 10px;
}
@media only screen and (max-width: 960px) {
  .event-video_list .event-video_item_main .event-video_item_title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .event-video_list .event-video_item_main .event-video_item_title {
    font-size: 14px;
  }
}

/*=================
     
    template.scss

=======================*/
.template_type01_wrap .template_main_pic {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0 auto 35px;
  -moz-border-radius: 19.27px;
  -webkit-border-radius: 19.27px;
  border-radius: 19.27px;
}
.template_type01_wrap .column_info {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 0 20px;
}
.template_type01_wrap .column_info .column_info_text {
  font-size: 16px;
}
@media only screen and (max-width: 960px) {
  .template_type01_wrap .column_info .column_info_text {
    font-size: 10px;
  }
}
.template_type01_wrap .column_info .column_info_text img {
  width: 14px;
}
@media only screen and (max-width: 960px) {
  .template_type01_wrap .column_info .column_info_text img {
    width: 9px;
  }
}
.template_type01_wrap .template_title {
  font-size: 36px;
  line-height: 1.5;
  color: #2C334A;
  margin: 0 0 26px;
}
@media only screen and (max-width: 960px) {
  .template_type01_wrap .template_title {
    font-size: 30px;
    margin: 0 0 20px;
  }
}
.template_type01_wrap .template_name {
  font-size: 20px;
  line-height: 1.5;
  color: #63697F;
  margin: 0 0 26px;
}
@media only screen and (max-width: 960px) {
  .template_type01_wrap .template_name {
    font-size: 16px;
    margin: 0 0 20px;
  }
}
.template_type01_wrap .column_tag_list {
  margin: 0 0 20px;
}
.template_type01_wrap .template_others_wrap {
  margin: 100px 0 0;
}
.template_type01_wrap .template_others_wrap .common_underline_subtitle {
  margin: 0 0 40px;
}
.template_type01_wrap .template_others_wrap .column_list {
  margin: 0 0 -50px;
}
@media only screen and (max-width: 960px) {
  .template_type01_wrap .template_others_wrap .column_list {
    margin: 0 0 -40px;
  }
}
@media only screen and (max-width: 768px) {
  .template_type01_wrap .template_others_wrap .column_list {
    margin: 0;
  }
}
.template_type01_wrap .template_others_wrap .column_list .column_item {
  margin: 0 0 50px;
}
@media only screen and (max-width: 960px) {
  .template_type01_wrap .template_others_wrap .column_list .column_item {
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .template_type01_wrap .template_others_wrap .column_list .column_item {
    margin: 0 0 20px;
  }
}
.template_type01_wrap .template_others_wrap .column_info {
  margin: 0;
}
.template_type01_wrap .template_company_block .voice_sublist {
  border-top: 1px #D6D8E0 solid;
  border-bottom: 1px #D6D8E0 solid;
  margin: 40px 0;
  padding: 40px 0;
}
@media only screen and (max-width: 960px) {
  .template_type01_wrap .template_company_block .voice_sublist {
    padding: 20px 0;
  }
}
.template_type01_wrap .template_company_block .voice_sublist .voice_subitem {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 0 15px;
}
.template_type01_wrap .template_company_block .voice_sublist .voice_subitem:last-of-type {
  margin: 0;
}
.template_type01_wrap .template_company_block .voice_sublist .voice_subitem .voice_label {
  width: 112px;
  min-width: 112px;
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 960px) {
  .template_type01_wrap .template_company_block .voice_sublist .voice_subitem .voice_label {
    font-size: 12px;
    width: 90px;
    min-width: 90px;
  }
}
.template_type01_wrap .template_company_block .voice_sublist .voice_subitem .voice_text {
  padding: 2px 0 0;
  display: block;
  font-size: 16px;
}
@media only screen and (max-width: 960px) {
  .template_type01_wrap .template_company_block .voice_sublist .voice_subitem .voice_text {
    font-size: 12px;
  }
}

.template_pager_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px #D6D8E0 solid;
  border-bottom: 1px #D6D8E0 solid;
  padding: 40px 25px;
  margin: 100px 0;
}
@media only screen and (max-width: 960px) {
  .template_pager_block {
    padding: 40px 0;
  }
}
.template_pager_block .pager_prev {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  color: #2C334A;
}
@media only screen and (max-width: 960px) {
  .template_pager_block .pager_prev {
    font-size: 14px;
  }
}
.template_pager_block .pager_prev.noactive {
  visibility: hidden;
}
.template_pager_block .pager_prev img {
  display: block;
  width: 17px;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 960px) {
  .template_pager_block .pager_prev img {
    margin: 0 5px 0 0;
  }
}
.template_pager_block .pager_all_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  color: #2C334A;
}
@media only screen and (max-width: 960px) {
  .template_pager_block .pager_all_btn {
    font-size: 14px;
  }
}
.template_pager_block .pager_all_btn img {
  display: block;
  width: 15px;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 960px) {
  .template_pager_block .pager_all_btn img {
    margin: 0 5px 0 0;
  }
}
.template_pager_block .pager_next {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  color: #2C334A;
}
@media only screen and (max-width: 960px) {
  .template_pager_block .pager_next {
    font-size: 14px;
  }
}
.template_pager_block .pager_next.noactive {
  visibility: hidden;
}
.template_pager_block .pager_next img {
  display: block;
  width: 17px;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 960px) {
  .template_pager_block .pager_next img {
    margin: 0 0 0 5px;
  }
}

.template_column_list {
  margin: 0 0 46px;
}
@media only screen and (max-width: 960px) {
  .template_column_list {
    margin: 0 0 30px;
  }
}
.template_column_list .template_column_item {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px #D6D8E0 solid;
}
.template_column_list .template_column_item:last-of-type {
  margin: 0;
}
.template_column_list .template_column_box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.template_column_list .template_column_box .template_column_pic_block {
  display: block;
  width: 25.32%;
}
@media only screen and (max-width: 960px) {
  .template_column_list .template_column_box .template_column_pic_block {
    width: 41%;
  }
}
.template_column_list .template_column_box .template_column_pic_block .template_column_pic {
  display: block;
  padding-top: 56%;
  -moz-border-radius: 4.88px;
  -webkit-border-radius: 4.88px;
  border-radius: 4.88px;
}
@media only screen and (max-width: 960px) {
  .template_column_list .template_column_box .template_column_pic_block .template_column_pic {
    -moz-border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    border-radius: 3.5px;
  }
}
.template_column_list .template_column_box .template_column_main {
  width: calc( 74.68% - 30px );
}
@media only screen and (max-width: 1200px) {
  .template_column_list .template_column_box .template_column_main {
    width: calc( 62.03% - 20px );
  }
}
@media only screen and (max-width: 960px) {
  .template_column_list .template_column_box .template_column_main {
    width: calc( 59% - 15px );
  }
}
.template_column_list .template_column_box .template_column_main .template_column_title {
  font-size: 20px;
  line-height: 1.5;
  color: #2C334A;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .template_column_list .template_column_box .template_column_main .template_column_title {
    font-size: 14px;
  }
}
.template_column_list .template_column_box .template_column_main .template_column_title a {
  color: #2C334A;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.template_column_list .template_column_box .template_column_main .template_column_title a:hover {
  text-decoration: underline;
}
.template_column_list .template_column_box .column_info {
  margin: 24px 0 0;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 960px) {
  .template_column_list .template_column_box .column_info {
    margin: 12px 0 0;
  }
}
.template_column_list .template_column_box .column_info .column_info_text {
  font-size: 14px;
}
@media only screen and (max-width: 960px) {
  .template_column_list .template_column_box .column_info .column_info_text {
    font-size: 10px;
  }
}
.template_column_list .template_column_box .column_info .column_info_text img {
  width: 12px;
}
@media only screen and (max-width: 960px) {
  .template_column_list .template_column_box .column_info .column_info_text img {
    width: 9px;
  }
}

.template_type02_fv_wrap {
  display: block;
  width: 100%;
  padding: 40px 0;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .template_type02_fv_wrap {
    padding: 10px 0;
  }
}
.template_type02_fv_wrap .template_type02_fv_main {
  display: block;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.template_type02_fv_wrap .template_type02_fv_main img {
  /*
  			position: absolute;
  			left:50%;
  			top:50%;
  			@include transform(translateX(-50%) translateY(-50%));
  */
  display: block;
  width: calc( 100% - 80px );
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .template_type02_fv_wrap .template_type02_fv_main img {
    width: calc( 100% - 20px );
  }
}

.template_type02_wrap {
  	/*
  padding: 55px 20px 100px;
  	@media only screen and (max-width:960px){
  		padding: 30px 10px 80px;
  	}
  */
}
.template_type02_wrap .editor_wrap {
  padding: 40px;
  background: #fff;
}
@media only screen and (max-width: 960px) {
  .template_type02_wrap .editor_wrap {
    padding: 20px 10px;
  }
}

.template_type02_others_wrap {
  padding: 100px 20px 180px;
}
@media only screen and (max-width: 960px) {
  .template_type02_others_wrap {
    padding: 80px 10px 100px;
  }
}
.template_type02_others_wrap .template_others_block {
  margin: 0 0 95px;
}
@media only screen and (max-width: 960px) {
  .template_type02_others_wrap .template_others_block {
    margin: 0 0 40px;
  }
}
.template_type02_others_wrap .template_others_block:last-of-type {
  margin: 0;
}
.template_type02_others_wrap .template_others_title {
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 70px;
}
@media only screen and (max-width: 960px) {
  .template_type02_others_wrap .template_others_title {
    font-size: 24px;
    margin: 0 0 30px;
  }
}
.template_type02_others_wrap .template_others_title span {
  display: block;
  font-size: 24px;
  margin: 10px 0 0;
}
@media only screen and (max-width: 960px) {
  .template_type02_others_wrap .template_others_title span {
    font-size: 16px;
  }
}

.template_company_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -30px;
}
@media only screen and (max-width: 960px) {
  .template_company_list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 640px) {
  .template_company_list {
    margin: 0;
    display: block;
  }
}
.template_company_list .template_company_item {
  width: calc( ( 100% - 60px ) / 3 );
  margin: 0 30px 30px 0;
}
@media only screen and (max-width: 960px) {
  .template_company_list .template_company_item {
    width: calc( 50% - 10px );
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .template_company_list .template_company_item {
    width: 100%;
    margin: 0 0 20px;
  }
}
.template_company_list .template_company_item:nth-of-type(3n) {
  margin: 0 0 30px;
}
@media only screen and (max-width: 640px) {
  .template_company_list .template_company_item:nth-of-type(3n) {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .template_company_list .template_company_item:last-of-type {
    margin: 0;
  }
}
.template_company_list .template_company_link {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 24px 20px 30px;
}
@media only screen and (max-width: 960px) {
  .template_company_list .template_company_link {
    padding: 20px 10px;
  }
}
.template_company_list .template_company_box {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 24px 20px 30px;
}
@media only screen and (max-width: 960px) {
  .template_company_list .template_company_box {
    padding: 20px 10px;
  }
}
.template_company_list .template_company_pic {
  display: block;
  width: 100%;
  padding-top: 71.94%;
  margin: 0 auto 14px;
}
@media only screen and (max-width: 960px) {
  .template_company_list .template_company_pic {
    margin: 0 auto 10px;
  }
}
.template_company_list .template_company_title {
  font-size: 20px;
  line-height: 1.5;
  color: #2C334A;
  margin: 0 0 10px;
}
@media only screen and (max-width: 960px) {
  .template_company_list .template_company_title {
    font-size: 16px;
  }
}
.template_company_list .template_company_text {
  font-size: 16px;
  line-height: 1.87;
  color: #2C334A;
}
@media only screen and (max-width: 960px) {
  .template_company_list .template_company_text {
    font-size: 12px;
  }
}

.template_personal_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -30px;
}
@media only screen and (max-width: 960px) {
  .template_personal_list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 640px) {
  .template_personal_list {
    margin: 0;
    display: block;
  }
}
.template_personal_list .template_personal_item {
  width: calc( ( 100% - 60px ) / 3 );
  margin: 0 30px 30px 0;
}
@media only screen and (max-width: 960px) {
  .template_personal_list .template_personal_item {
    width: calc( 50% - 10px );
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .template_personal_list .template_personal_item {
    width: 100%;
    margin: 0 0 20px;
  }
}
.template_personal_list .template_personal_item:nth-of-type(3n) {
  margin: 0 0 30px;
}
@media only screen and (max-width: 640px) {
  .template_personal_list .template_personal_item:nth-of-type(3n) {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .template_personal_list .template_personal_item:last-of-type {
    margin: 0;
  }
}
.template_personal_list .template_personal_link {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 24px 20px 30px;
}
@media only screen and (max-width: 960px) {
  .template_personal_list .template_personal_link {
    padding: 20px 10px;
  }
}
.template_personal_list .template_personal_box {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 24px 20px 30px;
}
@media only screen and (max-width: 960px) {
  .template_personal_list .template_personal_box {
    padding: 20px 10px;
  }
}
.template_personal_list .template_personal_title {
  font-size: 20px;
  line-height: 1.5;
  color: #2C334A;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .template_personal_list .template_personal_title {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
.template_personal_list .template_personal_text {
  font-size: 16px;
  line-height: 1.87;
  color: #2C334A;
}
@media only screen and (max-width: 960px) {
  .template_personal_list .template_personal_text {
    font-size: 12px;
  }
}

.template_form_wrap {
  background: #F2F5FF;
  padding: 40px;
  margin: 80px 0;
}
@media only screen and (max-width: 960px) {
  .template_form_wrap {
    padding: 40px 10px;
    margin: 60px 0;
  }
}
.template_form_wrap .template_form_main_title {
  font-size: 24px;
  line-height: 1.5;
  color: #2C334A;
  text-align: center;
  margin: 0 0 30px;
}
@media only screen and (max-width: 960px) {
  .template_form_wrap .template_form_main_title {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.template_form_wrap .template_form_block {
  margin: 0 0 20px;
}
.template_form_wrap .template_form_title {
  font-size: 16px;
  line-height: 1.5;
  color: #2C334A;
  margin: 0 0 5px;
  font-weight: 600;
}
.template_form_wrap .template_form_title span {
  display: inline-block;
  font-size: 11px;
  background: #bf0000;
  color: #fff;
  line-height: 20px;
  width: 40px;
  margin: 0 0 0 10px;
  text-align: center;
  vertical-align: 1px;
  font-weight: 400;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.template_form_wrap .template_form_text {
  font-size: 14px;
  line-height: 1.5;
  color: #2C334A;
}
.template_form_wrap .template_terms_block {
  margin: 40px 0;
}

.template_wrap .rtoc-mokuji-content {
  width: 100%;
  max-width: 100%;
  background: #F2F2F6;
  border: none;
  border-left: 2px #D0D2DB solid;
  padding: 20px 40px 60px;
  margin: 40px 0;
}
@media only screen and (max-width: 960px) {
  .template_wrap .rtoc-mokuji-content {
    padding: 20px 15px;
  }
}
.template_wrap .rtoc-mokuji-content.frame2 {
  padding: 20px 40px 60px;
}
@media only screen and (max-width: 960px) {
  .template_wrap .rtoc-mokuji-content.frame2 {
    padding: 20px 15px;
  }
}
.template_wrap .rtoc-mokuji-content.frame2:before {
  content: none;
}
.template_wrap .rtoc-mokuji-content #rtoc-mokuji-title {
  padding: 0;
  font-size: 16px;
}
.template_wrap .rtoc-mokuji-content .rtoc_left {
  			/*
  @include display-flex;
  			@include align-items(center);
  			@include justify-content(space-between);
  			@include flex-direction(row-reverse);
  */
  margin: 0 0 26px;
}
@media only screen and (max-width: 960px) {
  .template_wrap .rtoc-mokuji-content .rtoc_left {
    margin: 0 0 20px;
  }
}
.template_wrap .rtoc-mokuji-content .rtoc_left span {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #2C334A;
  				/*
  &:before{
  					content:"目次";
  					color: $black;
  					position: absolute;
  					left:0;
  					top:50%;
  					@include transform(translateY(-50%));
  				}
  */
}
.template_wrap .rtoc-mokuji-content .rtoc_left .rtoc_open_close {
  font-size: 10px;
  height: 22px;
  width: 60px;
  background: none;
  color: #7F8598;
  background: #fff;
  border: 1px #D6D8E0 solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.template_wrap .rtoc-mokuji-content .rtoc-mokuji {
  color: #63697F;
  list-style: none;
}
.template_wrap .rtoc-mokuji-content .rtoc-mokuji .rtoc-item {
  margin: 0 0 30px;
}
.template_wrap .rtoc-mokuji-content .rtoc-mokuji .rtoc-item:last-of-type {
  margin: 0;
}
.template_wrap .rtoc-mokuji-content .rtoc-mokuji .rtoc-item a {
  font-weight: 600;
  color: #63697F;
  text-decoration: none;
}
.template_wrap .rtoc-mokuji-content .rtoc-mokuji .rtoc-item .rtoc-mokuji {
  margin: 7px 0 0;
  list-style: none;
}
.template_wrap .rtoc-mokuji-content .rtoc-mokuji .rtoc-item .rtoc-mokuji .rtoc-item {
  margin: 0;
  position: relative;
  padding: 0 0 0 28px;
  line-height: 2;
  margin: 0;
}
.template_wrap .rtoc-mokuji-content .rtoc-mokuji .rtoc-item .rtoc-mokuji .rtoc-item:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #63697F !important;
  position: absolute;
  left: 7px;
  top: 16px;
}
.template_wrap .rtoc-mokuji-content .rtoc-mokuji .rtoc-item .rtoc-mokuji .rtoc-item a {
  font-weight: 400;
}
.template_wrap .rtoc-mokuji-content .decimal_ol {
  color: #63697F;
  list-style: none;
}
.template_wrap .rtoc-mokuji-content .decimal_ol .rtoc-item {
  margin: 0 0 30px;
}
.template_wrap .rtoc-mokuji-content .decimal_ol .rtoc-item:last-of-type {
  margin: 0;
}
.template_wrap .rtoc-mokuji-content .decimal_ol .rtoc-item a {
  font-weight: 600;
  color: #63697F;
  text-decoration: none;
}
.template_wrap .rtoc-mokuji-content .decimal_ol .rtoc-item .mokuji_ul {
  margin: 7px 0 0;
  list-style: none;
}
.template_wrap .rtoc-mokuji-content .decimal_ol .rtoc-item .mokuji_ul .rtoc-item {
  margin: 0;
  position: relative;
  padding: 0 0 0 28px;
  line-height: 2;
  margin: 0;
}
.template_wrap .rtoc-mokuji-content .decimal_ol .rtoc-item .mokuji_ul .rtoc-item:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #63697F;
  position: absolute;
  left: 7px;
  top: 16px;
}
.template_wrap .rtoc-mokuji-content .decimal_ol .rtoc-item .mokuji_ul .rtoc-item a {
  font-weight: 400;
}
.template_wrap .rtoc-mokuji-content.rtoc_close #rtoc-mokuji-title .rtoc_open_close, .template_wrap .rtoc-mokuji-content.rtoc_open #rtoc-mokuji-title .rtoc_open_close {
  padding: 0;
  font-size: 10px;
  height: 22px;
  width: 60px;
  background: none;
  color: #7F8598;
  background: #fff;
  border: 1px #D6D8E0 solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.template_wrap .rtoc-mokuji-content .rtoc-mokuji.level-1.decimal_ol {
  padding: 0;
}
.template_wrap .rtoc-mokuji-content .rtoc-mokuji.level-1 {
  margin: 0 !important;
}
.template_wrap .rtoc-mokuji-content .decimal_ol > .rtoc-item::before {
  content: none;
}
.template_wrap .rtoc-mokuji-content .decimal_ol > .rtoc-item > a {
  padding: 0;
}
.template_wrap .rtoc-mokuji-content .rtoc-mokuji.decimal_ol .level-2 {
  padding: 0;
}

/*=================
     
    voice.scss

=======================*/
.voice_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .voice_list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 500px) {
  .voice_list {
    display: block;
  }
}
.voice_list .voice_item {
  width: calc( ( 100% - 40px ) / 3 );
  margin: 0 20px 40px 0;
}
@media only screen and (max-width: 768px) {
  .voice_list .voice_item {
    width: calc( 50% - 15px );
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 500px) {
  .voice_list .voice_item {
    width: 100%;
  }
}
.voice_list .voice_item:nth-of-type(3n) {
  margin: 0 0 40px;
}

.voice_link {
  display: block;
  width: 100%;
}
.voice_link .voice_pic {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.voice_link:hover .voice_title {
  text-decoration: underline;
}

.voice_box {
  display: block;
  width: 100%;
}
.voice_box .voice_pic {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.voice_box .voice_sublist .voice_subitem .voice_text {
  display: block;
}

.voice_tag_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 5px;
}
.voice_tag_list .voice_tag_item {
  margin: 0 5px 5px 0;
}
.voice_tag_list .voice_tag_text {
  font-size: 12px;
  line-height: 1.5;
  padding: 0 5px;
  border: 1px #0054AC solid;
  color: #0054AC;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.voice_tag_list .voice_tag_link {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  padding: 0 5px;
  border: 1px #0054AC solid;
  color: #0054AC;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.voice_tag_list .voice_tag_link:hover {
  background: #0054AC;
  color: #fff;
}

.voice_title {
  font-size: 16px;
  line-height: 1.5;
  color: #2C334A;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 5px;
}
.voice_title a {
  color: #2C334A;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.voice_title a:hover {
  text-decoration: underline;
}

.voice_company {
  font-size: 14px;
  line-height: 1.5;
  color: #63697F;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.voice_sublist {
  border-top: 1px #D6D8E0 solid;
  margin: 10px 0 0;
  padding: 10px 0 0;
}
.voice_sublist .voice_subitem {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 5px;
}
.voice_sublist .voice_subitem:last-of-type {
  margin: 0;
}
.voice_sublist .voice_subitem .voice_label {
  display: inline-block;
  color: #0054AC;
  background: #F2F5FF;
  font-size: 12px;
  padding: 2px 8px;
  line-height: 1.5;
  white-space: nowrap;
  margin: 0 8px 0 0;
}
.voice_sublist .voice_subitem .voice_text {
  font-size: 12px;
  line-height: 1.5;
  color: #2C334A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.voice_sublist .voice_subitem .voice_text a {
  color: #2C334A;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.voice_sublist .voice_subitem .voice_text a:hover {
  text-decoration: underline;
}

/*=================
     
    card.scss

=======================*/
.card_fv_wrap {
  padding: 65px 20px;
}
@media only screen and (max-width: 960px) {
  .card_fv_wrap {
    padding: 50px 10px;
  }
}
.card_fv_wrap .card_fv_title {
  font-size: 28px;
  line-height: 1.5;
  color: #2D344B;
  font-weight: 700;
  text-align: center;
  margin: 0 0 32px;
}
@media only screen and (max-width: 960px) {
  .card_fv_wrap .card_fv_title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .card_fv_wrap .card_fv_title {
    font-size: 20px;
  }
}
.card_fv_wrap .card_fv_title span {
  color: #0054AC;
}
.card_fv_wrap .card_fv_list {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .card_fv_wrap .card_fv_list {
    display: block;
  }
}
.card_fv_wrap .card_fv_list .card_fv_item {
  margin: 0 33px 0 0;
  width: calc( ( 100% - 66px ) / 3 );
}
@media only screen and (max-width: 960px) {
  .card_fv_wrap .card_fv_list .card_fv_item {
    margin: 0 10px 0 0;
    width: calc( ( 100% - 20px ) / 3 );
  }
}
@media only screen and (max-width: 640px) {
  .card_fv_wrap .card_fv_list .card_fv_item {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.card_fv_wrap .card_fv_list .card_fv_item:last-of-type {
  margin: 0;
}
.card_fv_wrap .card_fv_list .card_fv_link {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px #D6D8E0 solid;
  padding: 16px 0 60px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: url("../images/card/down_arrow.svg") center bottom 21px no-repeat;
  background-size: 24px;
}
.card_fv_wrap .card_fv_list .card_fv_pic {
  display: block;
  width: calc( 100% - 52px );
  margin: 0 auto 5px;
}
@media only screen and (max-width: 960px) {
  .card_fv_wrap .card_fv_list .card_fv_pic {
    width: calc( 100% - 32px );
  }
}
@media only screen and (max-width: 640px) {
  .card_fv_wrap .card_fv_list .card_fv_pic {
    max-width: 200px;
  }
}
.card_fv_wrap .card_fv_list .card_fv_num {
  font-size: 19px;
  line-height: 1.5;
  color: #3171CA;
  text-align: center;
  margin: 0 0 3px;
  font-weight: 700;
}
@media only screen and (max-width: 960px) {
  .card_fv_wrap .card_fv_list .card_fv_num {
    font-size: 16px;
  }
}
.card_fv_wrap .card_fv_list .card_fv_text {
  font-size: 24px;
  line-height: 1.5;
  color: #484F65;
  text-align: center;
  font-weight: 700;
  padding: 0 10px;
}
@media only screen and (max-width: 960px) {
  .card_fv_wrap .card_fv_list .card_fv_text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .card_fv_wrap .card_fv_list .card_fv_text {
    font-size: 18px;
  }
}

.card_anchor_line {
  margin: -110px 0 0;
  padding: 110px 0 0;
}
@media only screen and (max-width: 960px) {
  .card_anchor_line {
    margin: -70px 0 0;
    padding: 70px 0 0;
  }
}

.card_type01_wrap {
  padding: 80px 20px 70px;
  background: #F2F5FF;
}
@media only screen and (max-width: 960px) {
  .card_type01_wrap {
    padding: 60px 10px;
  }
}

.card_type02_wrap {
  padding: 60px 20px 90px;
}
@media only screen and (max-width: 960px) {
  .card_type02_wrap {
    padding: 60px 10px;
  }
}

.card_type03_wrap {
  padding: 50px 20px 145px;
  background: #F2F5FF;
}
@media only screen and (max-width: 960px) {
  .card_type03_wrap {
    padding: 40px 10px 80px;
  }
}

.card_head_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 35px;
}
.card_head_block .card_head_title {
  font-size: 32px;
  line-height: 1.5;
  color: #00348A;
  font-weight: 700;
  margin: 0 0 30px;
}
@media only screen and (max-width: 960px) {
  .card_head_block .card_head_title {
    font-size: 24px;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .card_head_block .card_head_title {
    text-align: center;
  }
}
.card_head_block .card_head_title span {
  display: block;
  font-size: 24px;
  color: #3171CA;
  margin: 0 0 5px;
}
@media only screen and (max-width: 960px) {
  .card_head_block .card_head_title span {
    font-size: 18px;
  }
}
.card_head_block .card_head_text {
  max-width: 591px;
  font-size: 20px;
  line-height: 1.5;
  color: #2C334A;
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  .card_head_block .card_head_text {
    font-size: 16px;
  }
}
.card_head_block .card_case01_pic {
  width: 384px;
  min-width: 384px;
  margin: 0 0 0 14px;
}
@media only screen and (max-width: 960px) {
  .card_head_block .card_case01_pic {
    width: 220px;
    min-width: 220px;
    margin: 0 0 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .card_head_block .card_case01_pic {
    min-width: inherit;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.card_head_block .card_case02_pic {
  width: 332px;
  min-width: 332px;
  margin: 0 0 0 14px;
}
@media only screen and (max-width: 960px) {
  .card_head_block .card_case02_pic {
    width: 220px;
    min-width: 220px;
    margin: 0 0 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .card_head_block .card_case02_pic {
    min-width: inherit;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.card_head_block .card_case03_pic {
  width: 364px;
  min-width: 364px;
  margin: 0 0 0 14px;
}
@media only screen and (max-width: 960px) {
  .card_head_block .card_case03_pic {
    width: 220px;
    min-width: 220px;
    margin: 0 0 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .card_head_block .card_case03_pic {
    min-width: inherit;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 20px;
  }
}

.card_body_block {
  position: relative;
  z-index: 1;
  margin: 0 0 30px;
}
@media only screen and (max-width: 960px) {
  .card_body_block {
    margin: 0 0 40px;
  }
}
.card_body_block:last-of-type {
  margin: 0;
}
.card_body_block .card_body_title {
  position: relative;
  font-size: 26px;
  line-height: 1.5;
  color: #2C334A;
  padding: 0 0 13px;
  border-bottom: 2px #fff solid;
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .card_body_block .card_body_title {
    font-size: 20px;
    padding: 0 0 10px;
    margin: 0 0 30px;
  }
}
.card_body_block .card_body_title:after {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background: #3171CA;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media only screen and (max-width: 960px) {
  .card_body_block .card_body_title:after {
    width: 85px;
  }
}
.card_body_block .card_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 500px) {
  .card_body_block .card_list {
    display: block;
  }
}
.card_body_block .card_list .card_item {
  width: calc( ( 100% - 60px ) / 3 );
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 960px) {
  .card_body_block .card_list .card_item {
    width: calc( ( 100% - 40px ) / 3 );
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 500px) {
  .card_body_block .card_list .card_item {
    width: 100%;
    margin: 0 0 30px;
  }
}
.card_body_block .card_list .card_item:last-of-type {
  margin: 0;
}
.card_body_block .card_list .card_pic {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 500px) {
  .card_body_block .card_list .card_pic {
    margin: 0 auto 20px;
  }
}
.card_body_block .card_list .card_title {
  font-size: 20px;
  line-height: 1.5;
  color: #0054AC;
  font-weight: 700;
  text-align: center;
  min-height: 60px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .card_body_block .card_list .card_title {
    font-size: 16px;
    min-height: 48px;
  }
}
@media only screen and (max-width: 500px) {
  .card_body_block .card_list .card_title {
    min-height: inherit;
    margin: 0 auto 10px;
  }
}
.card_body_block .card_list .card_text {
  font-size: 16px;
  line-height: 1.5;
  color: #2C334A;
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  .card_body_block .card_list .card_text {
    font-size: 14px;
  }
}
.card_body_block .card_list .card_text small {
  display: inline-block;
  font-size: 10px;
  vertical-align: 4px;
}
.card_body_block .card_list .card_text span {
  display: block;
  margin: 16px 0 0;
  font-size: 12px;
}
.card_body_block .card_btnarea {
  margin: 40px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .card_body_block .card_btnarea {
    display: block;
  }
}
.card_body_block .card_btnarea .common_main_btn {
  max-width: 326px;
  margin: 0 25px;
}
@media only screen and (max-width: 960px) {
  .card_body_block .card_btnarea .common_main_btn {
    margin: 0 12px;
  }
}
@media only screen and (max-width: 640px) {
  .card_body_block .card_btnarea .common_main_btn {
    margin: 0 auto 10px;
  }
}
@media only screen and (max-width: 640px) {
  .card_body_block .card_btnarea .common_main_btn:last-of-type {
    margin: 0 auto;
  }
}
.card_body_block .card_btnarea .common_main_btn.w355 {
  max-width: 355px;
}

.card_anchor_btnarea {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 0 145px;
}
@media only screen and (max-width: 960px) {
  .card_anchor_btnarea {
    margin: 0 0 80px;
  }
}
@media only screen and (max-width: 640px) {
  .card_anchor_btnarea {
    display: block;
  }
}
.card_anchor_btnarea .card_anchor_btn {
  display: block;
  width: 431px;
  margin: 0 12px;
  padding: 11.25px 0;
  background: #FFC631;
  color: #00348A;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
@media only screen and (max-width: 960px) {
  .card_anchor_btnarea .card_anchor_btn {
    font-size: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .card_anchor_btnarea .card_anchor_btn {
    width: 100%;
    max-width: 355px;
    margin: 0 auto 10px;
  }
}
@media only screen and (max-width: 640px) {
  .card_anchor_btnarea .card_anchor_btn:last-of-type {
    margin: 0 auto;
  }
}
.card_anchor_btnarea .card_anchor_btn img {
  display: inline-block;
  width: 22px;
  margin: 0 0 0 17px;
  vertical-align: -3px;
}
@media only screen and (max-width: 960px) {
  .card_anchor_btnarea .card_anchor_btn img {
    width: 20px;
    margin: 0 0 0 10px;
    vertical-align: -4px;
  }
}

.card_video_block {
  display: block;
  width: 100%;
  max-width: 820px;
  margin: 30px auto 25px;
}

.card_sub_text {
  font-size: 16px;
  line-height: 1.5;
  color: #2C334A;
  font-weight: 500;
  margin: 40px 0 0;
}
@media only screen and (max-width: 960px) {
  .card_sub_text {
    font-size: 12px;
    margin: 30px 0 0;
  }
}

.card_contact_wrap {
  padding: 145px 20px 100px;
}
@media only screen and (max-width: 960px) {
  .card_contact_wrap {
    padding: 80px 10px;
  }
}
.card_contact_wrap .card_contact_title {
  font-size: 36px;
  line-height: 1.5;
  color: #0054AC;
  text-align: center;
  margin: 0 0 50px;
  font-weight: 700;
}
@media only screen and (max-width: 960px) {
  .card_contact_wrap .card_contact_title {
    font-size: 30px;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .card_contact_wrap .card_contact_title {
    font-size: 24px;
  }
}
.card_contact_wrap .card_contact_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 30px;
}
@media only screen and (max-width: 640px) {
  .card_contact_wrap .card_contact_block {
    display: block;
  }
}
.card_contact_wrap .card_contact_block .card_contact_pic {
  display: block;
  width: 393px;
}
@media only screen and (max-width: 960px) {
  .card_contact_wrap .card_contact_block .card_contact_pic {
    width: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .card_contact_wrap .card_contact_block .card_contact_pic {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
.card_contact_wrap .card_contact_block .card_contact_main {
  width: calc( 100% - 463px );
}
@media only screen and (max-width: 960px) {
  .card_contact_wrap .card_contact_block .card_contact_main {
    width: calc( 100% - 320px );
  }
}
@media only screen and (max-width: 640px) {
  .card_contact_wrap .card_contact_block .card_contact_main {
    width: 100%;
  }
}
.card_contact_wrap .card_contact_block .card_contact_text {
  font-size: 24px;
  line-height: 1.5;
  color: #2C334A;
  font-weight: 500;
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .card_contact_wrap .card_contact_block .card_contact_text {
    font-size: 20px;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .card_contact_wrap .card_contact_block .card_contact_text {
    font-size: 16px;
  }
}
.card_contact_wrap .card_contact_list {
  margin: 0 0 25px;
}
.card_contact_wrap .card_contact_list .card_contact_item {
  font-size: 20px;
  line-height: 1.5;
  color: #2D344B;
  font-weight: 500;
  padding: 0 0 0 32px;
  margin: 0 0 10px;
  background: url("../images/card/check_icon.svg") left center no-repeat;
  background-size: 20px;
}
@media only screen and (max-width: 960px) {
  .card_contact_wrap .card_contact_list .card_contact_item {
    font-size: 16px;
    background-size: 16px;
    padding: 0 0 0 24px;
  }
}
@media only screen and (max-width: 640px) {
  .card_contact_wrap .card_contact_list .card_contact_item {
    font-size: 14px;
  }
}
.card_contact_wrap .card_contact_list .card_contact_item:last-of-type {
  margin: 0;
}
.card_contact_wrap .card_contact_subtext {
  font-size: 16px;
  line-height: 1.5;
  color: #2D344B;
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  .card_contact_wrap .card_contact_subtext {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .card_contact_wrap .card_contact_subtext {
    font-size: 12px;
  }
}

/* ======================= BASE ====== */
* {
  word-break: break-word;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  height: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.fm {
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman",  "メイリオ", Meiryo, serif;
}

.fg, .aside_tag_list .aside_tag_link, .aside_rank_list .aside_rank_link .aside_rank_main .aside_rank_date, .aside_news_list .aside_news_date, .common_main_btn, .common_main-l_btn, .common_accent_btn, .footer_contact_wrap .footer_contact_text, .footer_container .footer_nav-contents .footer_heading, .form_input, .form_select, .form_textarea, .form_error, .form_complete_wrap .form_complete_text, .pager_block .pager_list, .editor_wrap, .editor_wrap .editor_table_wrap .scroll-hint-icon .scroll-hint-text, .editor_wrap .rtoc-mokuji-content, .index_mv_wrap .index_mv_slider .index_mv_tag_list .index_mv_tag_item, .index_event_link .index_event_tag_list .index_event_tag_item, .index_voice_wrap .index_voice_sublist .index_voice_subitem .index_voice_label, .column_tag_list .column_tag_item, .column_info .column_info_text, .guide_charge_wrap .guide_charge_text, .guide_step_wrap .guide_step_text, .guide_card_layout .guide_card_box .guide_card_name, .guide_card_layout .guide_card_box .guide_card_text, .guide_card_layout .guide_card_box .guide_card_subtext, .guide_card_list .guide_card_box .guide_card_main_title, .guide_card_list .guide_card_box .guide_card_main_text, .contact_text, .contact_block .contact_step_list .contact_step_title, .contact_list .contact_item_text, .news_list .news_date, .template_pager_block .pager_prev, .template_pager_block .pager_all_btn, .template_pager_block .pager_next, .template_company_list .template_company_text, .template_personal_list .template_personal_text, .template_form_wrap .template_form_title, .template_wrap .rtoc-mokuji-content, .voice_tag_list .voice_tag_text, .voice_tag_list .voice_tag_link, .voice_title, .voice_company, .voice_sublist .voice_subitem .voice_label, .card_fv_wrap .card_fv_title, .card_fv_wrap .card_fv_list .card_fv_text, .card_head_block .card_head_title, .card_head_block .card_head_text, .card_body_block .card_list .card_title, .card_body_block .card_list .card_text, .card_anchor_btnarea .card_anchor_btn, .card_sub_text, .card_contact_wrap .card_contact_title, .card_contact_wrap .card_contact_block .card_contact_text, .card_contact_wrap .card_contact_list .card_contact_item, .card_contact_wrap .card_contact_subtext, html, body {
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
}

.fe, .card_fv_wrap .card_fv_list .card_fv_num, .card_head_block .card_head_title span {
  font-family: "Roboto", 'Noto Sans JP', "游ゴシック", YuGothic, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
}

.fg-w3 {
  font-family: 'Noto Sans JP',"游ゴシック", YuGothic, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
  font-weight: 300;
}

.fg-w4, .footer_container .footer_nav-contents .footer_menu .footer_menu-category > ul > li .footer_menu-description, .footer_terms .footer_terms_list .footer_terms_link, .footer_terms .footer_terms_text, .footer_terms .footer_copyright, .pankuzu_list .pankuzu_item, .editor_pankuzu_block .editor_pankuzu_list .editor_pankuzu_item, .index_voice_wrap .index_voice_list .index_voice_item_subtitle, .index_voice_wrap .index_voice_sublist .index_voice_subitem .index_voice_text, .guide_charge_wrap .guide_charge_list .guide_charge_sublist .guide_charge_subitem span, .template_form_wrap .template_form_text, .voice_sublist .voice_subitem .voice_text {
  font-family: 'Noto Sans JP',"游ゴシック", YuGothic, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
  font-weight: 400;
}

.fg-w5, .aside_news_list .aside_news_title, .aside_all_link, .form_radio_list .form_radio_label .form_radio_text, .form_terms_label .form_terms_text, .form_complete_wrap .form_complete_box .form_complete_box_text, .header_wrap .header_main .header_nav_list .header_nav_link, .header_wrap .header_main .header_contact_btn, .header_wrap .header_sub .header_sub_logo_block .header_sub_logo_text, .header_sub_search_block .header_sub_search_main .header_search_input, .header_sp_wrap .header_sp_main .header_sp_logo_text, .header_sp_menu_wrap .header_nav_list .header_nav_link, .common_underline_subtitle, .common_left-border_title, .editor_wrap h1, .index_search_block .index_search_main .index_search_input, .guide_charge_wrap .guide_charge_list .guide_charge_item_text, .guide_charge_wrap .guide_charge_list .guide_charge_sublist .guide_charge_subitem, .guide_visa_wrap .guide_visa_text, .guide_faq_wrap .guide_faq_body .guide_faq_body_text, .guide_faq_wrap .guide_faq_body .guide_faq_body_subtext, .news_list .news_title, .template_type01_wrap .template_title, .template_type01_wrap .template_name, .template_type02_others_wrap .template_others_title {
  font-family: 'Noto Sans JP',"游ゴシック", YuGothic, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
  font-weight: 450;
}

.fg-w6 {
  font-family: 'Noto Sans JP',"游ゴシック", YuGothic, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
  font-weight: 600;
}

.fg-w7, .aside_underline_title, .aside_rank_list .aside_rank_link .aside_rank_main .aside_rank_title, .aside_service_list .aside_service_link .aside_service_text, .footer_contact_wrap .footer_contact_title, .footer_contact_wrap .common_accent_btn, .footer_container .footer_nav-contents .footer_menu .footer_menu-category > h4, .form_complete_wrap .form_complete_title, .form_complete_wrap .form_complete_box .form_complete_box_title, .common_underline_title, .page_title_block .page_title, .index_mv_wrap .index_mv_slider .index_mv_slider_title, .index_service_wrap .index_service_list .index_service_main .index_service_text, .index_event_wrap .index_event_head_title, .index_event_link .index_event_main .index_event_title, .index_event-video_wrap .index_event-video_list .index_event-video_text, .index_voice_wrap .index_voice_title, .index_voice_wrap .index_voice_list .index_voice_item_title, .column_box .column_main .column_title, .column_all_box .column_all_main .column_all_title, .guide_mv_wrap .guide_mv_title, .guide_charge_wrap .guide_charge_title, .guide_charge_wrap .guide_charge_list .guide_charge_item_title, .guide_step_wrap .guide_step_title, .guide_card_wrap .guide_card_title, .guide_card_wrap .guide_card_link, .guide_visa_wrap .guide_visa_title, .guide_faq_wrap .guide_faq_title, .guide_faq_wrap .guide_faq_subtitle, .guide_faq_wrap .guide_faq_head .guide_faq_head_icon, .guide_faq_wrap .guide_faq_head .guide_faq_head_title, .guide_faq_wrap .guide_faq_body .guide_faq_body_icon, .guide_faq_wrap .guide_faq_body_link, .contact_title_block .contact_title, .event-video_link .event-video_title, .event-video_list .event-video_item_main .event-video_item_title, .template_column_list .template_column_box .template_column_main .template_column_title, .template_company_list .template_company_title, .template_personal_list .template_personal_title, .template_form_wrap .template_form_main_title, .card_body_block .card_body_title {
  font-family: 'Noto Sans JP',"游ゴシック", YuGothic, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
  font-weight: 700;
}

.fg-w9, .header_sp_menu_wrap .header_contact_btn {
  font-family: 'Noto Sans JP',"游ゴシック", YuGothic, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
  font-weight: 900;
}

/* regular font */
.fs-xxs {
  font-size: 11px;
}

.fs-xs {
  font-size: 12px;
}

.fs-s {
  font-size: 14px;
}

.fs-m {
  font-size: 16px;
}

.fs-l {
  font-size: 20px;
}

.fs-xl {
  font-size: 28px;
}
@media only screen and (max-width: 960px) {
  .fs-xl {
    font-size: 24px;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
}

button {
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.common_inner {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
}

.common_inner_m {
  position: relative;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
}

.common_inner_s {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
}

.aside_bnr_link, .aside_tag_list .aside_tag_link, .aside_rank_list .aside_rank_link .aside_rank_pic_block, .aside_news_list .aside_news_link, .aside_all_link, .aside_service_list .aside_service_link, .common_main_btn, .common_main-l_btn, .common_accent_btn, .footer_container .footer_logo-container .app-footer-logo-contents, .footer_terms .footer_terms_list .footer_terms_link, .form_terms_label .form_terms_text a, .header_wrap .header_main .header_nav_list .header_nav_link, .header_wrap .header_main .header_contact_btn, .header_wrap .header_main .header_search_btn, .header_sub_search_block .header_sub_search_main .header_search_delete_btn, .header_sp_menu_wrap .header_contact_btn, .pager_block .pager_btn, .pager_block .pager_list .pager_link, .editor_wrap a, .editor_wrap .editor_contents_block .editor_contents_list a, .editor_wrap .rtoc-mokuji-content .rtoc-mokuji .rtoc-item a, .editor_wrap .rtoc-mokuji-content .decimal_ol .rtoc-item a, .index_mv_wrap .index_mv_slider .index_mv_slider_box, .index_mv_wrap .index_mv_slider .index_mv_slider_link, .index_mv_wrap .slick-dots li button, .index_mv_wrap .slick-prev, .index_mv_wrap .slick-next, .index_service_wrap .index_service_list .index_service_link, .index_column_list .index_column_link, .index_event_link, .index_event-video_wrap .index_event-video_list .index_event-video_link, .index_search_block .index_search_main .index_search_delete_btn, .column_box .column_pic_block, .column_all_box, .guide_card_layout .guide_card_box .guide_card_text a, .guide_card_layout .guide_card_box .guide_card_subtext a, .guide_card_list .guide_card_box .guide_card_main_text a, .guide_faq_wrap .guide_faq_body .guide_faq_body_text a, .guide_faq_wrap .guide_faq_body_link, .news_list .news_link, .event-video_link, .event-video_list .event-video_item_link, .template_pager_block .pager_prev, .template_pager_block .pager_all_btn, .template_pager_block .pager_next, .template_column_list .template_column_box .template_column_pic_block, .template_company_list .template_company_link, .template_personal_list .template_personal_link, .template_wrap .rtoc-mokuji-content .rtoc-mokuji .rtoc-item a, .template_wrap .rtoc-mokuji-content .decimal_ol .rtoc-item a, .voice_link, .voice_box .voice_pic, .card_fv_wrap .card_fv_list .card_fv_link, .card_anchor_btnarea .card_anchor_btn {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aside_bnr_link:hover, .aside_tag_list .aside_tag_link:hover, .aside_rank_list .aside_rank_link .aside_rank_pic_block:hover, .aside_news_list .aside_news_link:hover, .aside_all_link:hover, .aside_service_list .aside_service_link:hover, .common_main_btn:hover, .common_main-l_btn:hover, .common_accent_btn:hover, .footer_container .footer_logo-container .app-footer-logo-contents:hover, .footer_terms .footer_terms_list .footer_terms_link:hover, .form_terms_label .form_terms_text a:hover, .header_wrap .header_main .header_nav_list .header_nav_link:hover, .header_wrap .header_main .header_contact_btn:hover, .header_wrap .header_main .header_search_btn:hover, .header_sub_search_block .header_sub_search_main .header_search_delete_btn:hover, .header_sp_menu_wrap .header_contact_btn:hover, .pager_block .pager_btn:hover, .pager_block .pager_list .pager_link:hover, .editor_wrap a:hover, .editor_wrap .editor_contents_block .editor_contents_list a:hover, .editor_wrap .rtoc-mokuji-content .rtoc-mokuji .rtoc-item a:hover, .editor_wrap .rtoc-mokuji-content .decimal_ol .rtoc-item a:hover, .index_mv_wrap .index_mv_slider .index_mv_slider_box:hover, .index_mv_wrap .index_mv_slider .index_mv_slider_link:hover, .index_mv_wrap .slick-dots li button:hover, .index_mv_wrap .slick-prev:hover, .index_mv_wrap .slick-next:hover, .index_service_wrap .index_service_list .index_service_link:hover, .index_column_list .index_column_link:hover, .index_event_link:hover, .index_event-video_wrap .index_event-video_list .index_event-video_link:hover, .index_search_block .index_search_main .index_search_delete_btn:hover, .column_box .column_pic_block:hover, .column_all_box:hover, .guide_card_layout .guide_card_box .guide_card_text a:hover, .guide_card_layout .guide_card_box .guide_card_subtext a:hover, .guide_card_list .guide_card_box .guide_card_main_text a:hover, .guide_faq_wrap .guide_faq_body .guide_faq_body_text a:hover, .guide_faq_wrap .guide_faq_body_link:hover, .news_list .news_link:hover, .event-video_link:hover, .event-video_list .event-video_item_link:hover, .template_pager_block .pager_prev:hover, .template_pager_block .pager_all_btn:hover, .template_pager_block .pager_next:hover, .template_column_list .template_column_box .template_column_pic_block:hover, .template_company_list .template_company_link:hover, .template_personal_list .template_personal_link:hover, .template_wrap .rtoc-mokuji-content .rtoc-mokuji .rtoc-item a:hover, .template_wrap .rtoc-mokuji-content .decimal_ol .rtoc-item a:hover, .voice_link:hover, .voice_box .voice_pic:hover, .card_fv_wrap .card_fv_list .card_fv_link:hover, .card_anchor_btnarea .card_anchor_btn:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 960px) {
  .aside_bnr_link:hover, .aside_tag_list .aside_tag_link:hover, .aside_rank_list .aside_rank_link .aside_rank_pic_block:hover, .aside_news_list .aside_news_link:hover, .aside_all_link:hover, .aside_service_list .aside_service_link:hover, .common_main_btn:hover, .common_main-l_btn:hover, .common_accent_btn:hover, .footer_container .footer_logo-container .app-footer-logo-contents:hover, .footer_terms .footer_terms_list .footer_terms_link:hover, .form_terms_label .form_terms_text a:hover, .header_wrap .header_main .header_nav_list .header_nav_link:hover, .header_wrap .header_main .header_contact_btn:hover, .header_wrap .header_main .header_search_btn:hover, .header_sub_search_block .header_sub_search_main .header_search_delete_btn:hover, .header_sp_menu_wrap .header_contact_btn:hover, .pager_block .pager_btn:hover, .pager_block .pager_list .pager_link:hover, .editor_wrap a:hover, .editor_wrap .editor_contents_block .editor_contents_list a:hover, .editor_wrap .rtoc-mokuji-content .rtoc-mokuji .rtoc-item a:hover, .editor_wrap .rtoc-mokuji-content .decimal_ol .rtoc-item a:hover, .index_mv_wrap .index_mv_slider .index_mv_slider_box:hover, .index_mv_wrap .index_mv_slider .index_mv_slider_link:hover, .index_mv_wrap .slick-dots li button:hover, .index_mv_wrap .slick-prev:hover, .index_mv_wrap .slick-next:hover, .index_service_wrap .index_service_list .index_service_link:hover, .index_column_list .index_column_link:hover, .index_event_link:hover, .index_event-video_wrap .index_event-video_list .index_event-video_link:hover, .index_search_block .index_search_main .index_search_delete_btn:hover, .column_box .column_pic_block:hover, .column_all_box:hover, .guide_card_layout .guide_card_box .guide_card_text a:hover, .guide_card_layout .guide_card_box .guide_card_subtext a:hover, .guide_card_list .guide_card_box .guide_card_main_text a:hover, .guide_faq_wrap .guide_faq_body .guide_faq_body_text a:hover, .guide_faq_wrap .guide_faq_body_link:hover, .news_list .news_link:hover, .event-video_link:hover, .event-video_list .event-video_item_link:hover, .template_pager_block .pager_prev:hover, .template_pager_block .pager_all_btn:hover, .template_pager_block .pager_next:hover, .template_column_list .template_column_box .template_column_pic_block:hover, .template_company_list .template_company_link:hover, .template_personal_list .template_personal_link:hover, .template_wrap .rtoc-mokuji-content .rtoc-mokuji .rtoc-item a:hover, .template_wrap .rtoc-mokuji-content .decimal_ol .rtoc-item a:hover, .voice_link:hover, .voice_box .voice_pic:hover, .card_fv_wrap .card_fv_list .card_fv_link:hover, .card_anchor_btnarea .card_anchor_btn:hover {
    opacity: 1;
  }
}

.aside_rank_list .aside_rank_link .aside_rank_pic_block .aside_rank_pic, .index_mv_wrap .index_mv_slider .index_mv_slider_pic, .index_event_link .index_event_pic_block .index_event_pic, .index_event-video_wrap .index_event-video_list .index_event-video_pic, .index_voice_wrap .index_voice_list .index_voice_pic, .column_box .column_pic_block .column_pic, .column_all_box .column_all_pic_block .column_all_pic, .event-video_link .event-video_pic_block .event-video_pic, .event-video_list .event-video_item_pic_block .event-video_pic, .template_column_list .template_column_box .template_column_pic_block .template_column_pic, .template_company_list .template_company_pic, .voice_link .voice_pic, .voice_box .voice_pic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f1f1f1;
}

.common_pc {
  display: block;
}
.common_pc.height_100 {
  height: 100%;
}
@media only screen and (max-width: 960px) {
  .common_pc {
    display: none;
  }
}

.common_sp {
  display: none;
}
@media only screen and (max-width: 960px) {
  .common_sp {
    display: block;
  }
}

.common_pc_768 {
  display: block;
}
@media only screen and (max-width: 768px) {
  .common_pc_768 {
    display: none;
  }
}

.common_sp_768 {
  display: none;
}
@media only screen and (max-width: 768px) {
  .common_sp_768 {
    display: block;
  }
}

.common_pc_640 {
  display: block;
}
@media only screen and (max-width: 640px) {
  .common_pc_640 {
    display: none;
  }
}

.common_sp_640 {
  display: none;
}
@media only screen and (max-width: 640px) {
  .common_sp_640 {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
