@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** SPスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  color: #111;
  line-height: 1.6;
}

body,
input,
button,
textarea,
select {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
}

.sp {
  display: block;
}

.pc,
.tab {
  display: none;
}

.common_container {
  overflow: hidden;
}

.common_pcnolink {
  pointer-events: visible;
}

.common_inner {
  width: 90%;
  margin: 0 auto;
}

.ank {
  padding-top: 60px;
  margin-top: -60px;
}

.common_en_01 {
  font-family: "Roboto Condensed", sans-serif;
}

.common_txt01 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.common_txt01 .bold {
  font-weight: 700;
}

.common_leadtxt {
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.common_h2_ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.common_h2_ttl:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 30px;
  height: 2px;
  margin-left: -30px;
}
.common_h2_ttl:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 30px;
  height: 2px;
}
.common_h2_ttl span {
  color: #004ea2;
}
.common_h2_ttl:before {
  border-bottom: 3px solid #199ccb;
}
.common_h2_ttl:after {
  border-bottom: 3px solid #004ea2;
}

.common_h2_ttl2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  margin-bottom: 0px;
  text-align: center;
  position: relative;
}
.common_h2_ttl2 span {
  color: #004ea2;
}

.common_h2_ttl_wh {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  color: #FFF;
}
.common_h2_ttl_wh:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 30px;
  height: 2px;
  margin-left: -30px;
}
.common_h2_ttl_wh:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 30px;
  height: 2px;
}
.common_h2_ttl_wh:before, .common_h2_ttl_wh:after {
  border-bottom: 3px solid #FFF;
}

.common_btn01 {
  display: flex;
  justify-content: center;
}
.common_btn01 a {
  overflow: hidden;
  text-decoration: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  transition: 0.3s;
  border-radius: 50px;
  cursor: pointer;
  width: 280px;
  height: 45px;
  background: linear-gradient(to right, #184e9e, #386fbf);
}
.common_btn01 a span {
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.common_btn01 a span:before {
  width: 8px;
  height: 1px;
  transform: rotate(30deg);
  position: absolute;
  top: 50%;
  right: 6%;
  content: "";
  margin-top: -2px;
  transition: 0.3s;
  z-index: 1;
}
.common_btn01 a span:after {
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 6%;
  content: "";
  transition: 0.3s;
  z-index: 1;
}
.common_btn01 a:hover span:before, .common_btn01 a:hover span:after {
  right: 4%;
}
.common_btn01 a span {
  font-size: 16px;
  color: #fff;
}
.common_btn01 a span:before, .common_btn01 a span:after {
  border-bottom: 1px solid #fff;
}

.common_btn01_s {
  display: flex;
  justify-content: center;
}
.common_btn01_s a {
  overflow: hidden;
  text-decoration: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  transition: 0.3s;
  border-radius: 50px;
  cursor: pointer;
  width: 220px;
  height: 40px;
  background: linear-gradient(to right, #184e9e, #386fbf);
}
.common_btn01_s a span {
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.common_btn01_s a span:before {
  width: 8px;
  height: 1px;
  transform: rotate(30deg);
  position: absolute;
  top: 50%;
  right: 6%;
  content: "";
  margin-top: -2px;
  transition: 0.3s;
  z-index: 1;
}
.common_btn01_s a span:after {
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 6%;
  content: "";
  transition: 0.3s;
  z-index: 1;
}
.common_btn01_s a:hover span:before, .common_btn01_s a:hover span:after {
  right: 4%;
}
.common_btn01_s a span {
  font-size: 15px;
  color: #fff;
}
.common_btn01_s a span:before, .common_btn01_s a span:after {
  border-bottom: 1px solid #fff;
}

.common_btn01_yl_big {
  display: flex;
  justify-content: center;
}
.common_btn01_yl_big a {
  overflow: hidden;
  text-decoration: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  transition: 0.3s;
  border-radius: 50px;
  cursor: pointer;
  filter: drop-shadow(-5px 5px 10px rgba(8, 25, 49, 0.86));
  background-color: #f7e624;
  width: 280px;
  height: 45px;
}
.common_btn01_yl_big a span {
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.common_btn01_yl_big a span:before {
  width: 8px;
  height: 1px;
  transform: rotate(30deg);
  position: absolute;
  top: 50%;
  right: 6%;
  content: "";
  margin-top: -2px;
  transition: 0.3s;
  z-index: 1;
}
.common_btn01_yl_big a span:after {
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 6%;
  content: "";
  transition: 0.3s;
  z-index: 1;
}
.common_btn01_yl_big a:hover span:before, .common_btn01_yl_big a:hover span:after {
  right: 4%;
}
.common_btn01_yl_big a span {
  font-size: 18px;
  color: #111;
  width: auto;
  height: auto;
}
.common_btn01_yl_big a span:before, .common_btn01_yl_big a span:after {
  border-bottom: 1px solid #111;
}

.common_btn01_yl {
  display: flex;
  justify-content: center;
}
.common_btn01_yl a {
  overflow: hidden;
  text-decoration: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  transition: 0.3s;
  border-radius: 50px;
  cursor: pointer;
  filter: drop-shadow(-5px 5px 10px rgba(8, 25, 49, 0.86));
  background-color: #f7e624;
  width: 280px;
  height: 45px;
}
.common_btn01_yl a span {
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.common_btn01_yl a span:before {
  width: 8px;
  height: 1px;
  transform: rotate(30deg);
  position: absolute;
  top: 50%;
  right: 6%;
  content: "";
  margin-top: -2px;
  transition: 0.3s;
  z-index: 1;
}
.common_btn01_yl a span:after {
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 6%;
  content: "";
  transition: 0.3s;
  z-index: 1;
}
.common_btn01_yl a:hover span:before, .common_btn01_yl a:hover span:after {
  right: 4%;
}
.common_btn01_yl a span {
  font-size: 18px;
  color: #111;
  width: auto;
  height: auto;
}
.common_btn01_yl a span:before, .common_btn01_yl a span:after {
  border-bottom: 1px solid #111;
}

.common_btn01_anim {
  animation-name: btnrightscroll;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  transition: 0.2s;
  position: absolute !important;
  right: 30px;
  top: 50%;
}

@keyframes btnrightscroll {
  0% {
    right: 30px;
  }
  49% {
    right: 10px;
  }
  50% {
    right: 30px;
  }
  50% {
    right: 10px;
  }
  100% {
    right: 10px;
  }
}
.common_btn01_yl_big .btn::before, .common_btn01_yl_big .btn::after {
  border-bottom: none;
}

.common_btn01_yl .btn::before, .common_btn01_yl .btn::after {
  border-bottom: none;
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  outline: none;
  transition: ease 0.2s;
}
.btn span {
  position: relative;
  z-index: 3;
}
.btn:hover span {
  color: #fff;
}

.bgskew::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  background: #184e9e;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}
.bgskew:hover::before {
  animation: skewanime 0.5s forwards;
}
.bgskew:hover span:before, .bgskew:hover span:after {
  border-bottom: 1px solid #fff;
}

@keyframes skewanime {
  100% {
    left: -10%;
  }
}
.panel {
  display: none;
}

.is-show {
  display: block;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
header {
  z-index: 999;
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  background: #FFF;
}
header .hd_logo {
  width: 160px;
  margin: 11px 0 0 15px;
}
header .hd_right .hd_btn_wrap {
  width: 110px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 55px;
}
header .hd_right .hd_btn_wrap .hd_btn {
  width: 50%;
  height: 100%;
}
header .hd_right .hd_btn_wrap .hd_btn a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: 0.2s;
}
header .hd_right .hd_btn_wrap .hd_btn a span {
  font-size: 10px;
  line-height: 1.2;
  padding-top: 29px;
  text-align: center;
  position: relative;
}
header .hd_right .hd_btn_wrap .hd_btn a:hover {
  opacity: 0.7;
}
header .hd_right .hd_btn_wrap .hd_btn.mail {
  background-color: #dbe6f2;
}
header .hd_right .hd_btn_wrap .hd_btn.mail a span {
  color: #184e9e;
}
header .hd_right .hd_btn_wrap .hd_btn.mail a span::before {
  content: "";
  width: 22px;
  height: 17px;
  background: url(../images/common/mail_icon.svg) no-repeat center/contain;
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
}
header .hd_right .hd_btn_wrap .hd_btn.document {
  background: #199ccb;
  transition: 0.2s;
}
header .hd_right .hd_btn_wrap .hd_btn.document.change {
  background-color: #e48100 !important;
}
header .hd_right .hd_btn_wrap .hd_btn.document a span {
  color: #fff;
  padding-top: 36px;
}
header .hd_right .hd_btn_wrap .hd_btn.document a span::before {
  content: "";
  width: 17px;
  height: 21px;
  background: url(../images/common/document_icon.svg) no-repeat center/contain;
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  filter: brightness(0) invert(1);
}
header .hd_right .hd_btn_01 {
  width: 55px;
  height: 55px;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 110px;
}
header .hd_right .hd_btn_01 a {
  background-color: #dbe6f2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
header .hd_right .hd_btn_01 a .tel {
  text-indent: -9999px;
  position: relative;
  width: 25px;
  height: 27px;
}
header .hd_right .hd_btn_01 a .tel::before {
  background: url(../images/common/makasetenetex_icon_tel.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 25px;
  height: 27px;
}
header .hd_right .hd_btn_01 a .time {
  display: none;
}
header .hd_right .hd_btn_02 {
  width: 55px;
  height: 55px;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 55px;
}
header .hd_right .hd_btn_02 a {
  background: #199ccb;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
header .hd_right .hd_btn_02 a span {
  font-size: 10px;
  color: #FFF;
  position: relative;
  padding-top: 26px;
}
header .hd_right .hd_btn_02 a span::before {
  background: url(../images/common/makasetenetex_icon_request.png) no-repeat center center;
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  width: 17px;
  height: 21px;
  margin-left: -9px;
}
header button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
header .nav_toggle_pc {
  cursor: pointer;
  background-color: #004ea2;
  width: 55px;
  height: 55px;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
}
header .nav_toggle_pc span {
  transition: 0.3s;
  border-top: 2px solid #FFF;
  width: 24px;
  position: absolute;
  top: 12px;
  left: calc((100% - 24px) / 2);
}
header .nav_toggle_pc span:nth-child(2) {
  top: 19px;
}
header .nav_toggle_pc span:nth-child(3) {
  top: 26px;
}
header .nav_toggle_pc span:nth-child(5) {
  display: none;
}
header .nav_toggle_pc span.open:nth-child(1) {
  transform: rotate(-45deg);
  width: 20px;
  left: calc((100% - 20px) / 2);
  top: 19px;
}
header .nav_toggle_pc span.open:nth-child(2) {
  display: none;
}
header .nav_toggle_pc span.open:nth-child(3) {
  transform: rotate(45deg);
  width: 20px;
  left: calc((100% - 20px) / 2);
  top: 19px;
}
header .nav_toggle_pc span.open:nth-child(4) {
  display: none;
}
header .nav_toggle_pc span.open:nth-child(5) {
  display: block;
}
header .nav_toggle_pc .menu_txt {
  color: #FFF;
  border: none;
  top: 36px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  left: 0;
  display: block;
  width: 100%;
}
header .global_menu {
  position: fixed;
  top: -500%;
  left: 0;
  width: 100%;
  transition: 0.3s;
  box-sizing: border-box;
  height: 100%;
  z-index: 99;
}
header .global_menu.open {
  top: 55px;
}
header .global_menu .inblock {
  padding: 10px 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #004ea2;
  height: 100% !important;
}
header .global_menu .inblock ul li {
  width: 100%;
}
header .global_menu .inblock ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
header .global_menu .inblock ul li a {
  color: #FFF;
  text-decoration: none;
  letter-spacing: 0.05em;
  padding: 12px 25px 12px 0;
  display: block;
  position: relative;
}
header .global_menu .inblock ul li a span {
  font-weight: 700;
}
header .global_menu .inblock ul li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
header .global_menu .inblock ul li a::after {
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: #FFF #FFF transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  margin-top: -3px;
  transition: 0.3s;
}
header .global_menu .menu_mega .common_inner {
  width: 100%;
}
header .global_menu .menu_mega .menu_second-level.accct,
header .global_menu .menu_mega .menu_second-level .ttlblock,
header .global_menu .menu_mega .menu_second-level ul li .img {
  display: none;
}
header .global_menu .menu_mega .menu_mega_ttl {
  display: none;
}
header .global_menu .menu_mega .acctit {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 12px 25px 12px 0;
  position: relative;
  cursor: pointer;
}
header .global_menu .menu_mega .acctit span {
  background: url(../images/common/aco_plus.png) no-repeat left top;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 6px;
  top: 16px;
}
header .global_menu .menu_mega .acctit.open span {
  background: url(../images/common/aco_minus.png) no-repeat left top;
  background-size: 14px 2px;
  width: 14px;
  height: 2px;
  position: absolute;
  right: 6px;
  top: 22px;
}
header .global_menu ul li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
header .global_menu ul li a {
  color: #FFF;
  text-decoration: none;
  letter-spacing: 0.05em;
  padding: 12px 25px 12px 0;
  display: block;
  position: relative;
}
header .global_menu ul li a span {
  font-weight: 700;
}
header .global_menu ul li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
header .global_menu ul li a::after {
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: #FFF #FFF transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  margin-top: -3px;
  transition: 0.3s;
}
header .global_menu .accct ul {
  margin: -5px 0 10px 0;
}
header .global_menu .accct ul li {
  border-bottom: none !important;
}
header .global_menu .accct ul li a {
  padding: 6px 25px 6px 1em;
}
header .global_menu .accct ul li a span {
  font-weight: 400;
}
header .global_menu .accct ul li a::after {
  content: inherit !important;
}

/*----------------------------------------------------------------------------
******************************************************************************
** common layout
******************************************************************************
----------------------------------------------------------------------------*/
.sub_main_bg {
  position: relative;
  background: linear-gradient(to right, #184e9e 50%, #386ebf 50%);
  margin-top: 55px;
}
.sub_main_bg .sub_main_contents {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.sub_main_bg .sub_main_contents .main_contents_wrap {
  width: 100%;
  padding: 50px 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.sub_main_bg .sub_main_contents .main_contents_wrap .sub_main_ttl {
  width: 100%;
}
.sub_main_bg .sub_main_contents .main_contents_wrap .sub_main_ttl .ttl_sub {
  font-size: 18px;
  color: #154a83;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  display: inline-block;
  background-color: #fff;
  padding: 5px 10px 8px;
  transform: skew(-10deg);
}
.sub_main_bg .sub_main_contents .main_contents_wrap .sub_main_ttl .ttl_sub .border {
  text-decoration: underline;
  text-decoration-color: #fff68c;
  text-decoration-thickness: 10px;
  text-underline-offset: -3px;
  margin-right: 3px;
}
.sub_main_bg .sub_main_contents .main_contents_wrap .sub_main_ttl .ttl_main {
  width: 100%;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-shadow: 0 0 12px rgba(1, 30, 73, 0.9);
  display: block;
  transform: skew(-10deg);
  display: block;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
.sub_main_bg .sub_main_contents .main_contents_wrap .sub_main_txt {
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-shadow: 0 0 12px rgba(1, 30, 73, 0.9);
  margin-top: 20px;
  margin-left: -5px;
}
.sub_main_bg .sub_main_contents .main_contents_wrap .sub_main_img {
  width: 300px;
  margin: 30px auto 0;
}
.sub_main_bg .sub_main_contents .sub_main_contents_bg_img {
  width: 150%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.sub_main_bg .sub_main_contents .sub_main_contents_bg_img figure {
  width: 100%;
}
.sub_main_bg .sub_main_contents .sub_main_contents_bg_img figure img {
  width: 100%;
}
.sub_main_bg .sub_cv_area {
  padding: 57px 20px 39px;
  position: relative;
  z-index: 2;
}
.sub_main_bg .sub_cv_area .cv_area_inner {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.sub_main_bg .sub_main_bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.sub_main_bg .sub_main_bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common_sub_sec01 {
  padding-top: 50px;
  padding-bottom: 40px;
}
.common_sub_sec01 .common_inner .sec01_txt {
  width: 100%;
  text-align: center;
}
.common_sub_sec01 .common_inner .sec01_txt span {
  font-size: 20px;
  color: #19a3cb;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
.common_sub_sec01 .common_inner .sec01_txt span::before, .common_sub_sec01 .common_inner .sec01_txt span::after {
  content: "";
  width: 2px;
  height: 24px;
  background-color: #199ccb;
  position: absolute;
  top: 4px;
  left: 0;
  transform: rotate(-29deg);
}
.common_sub_sec01 .common_inner .sec01_txt span::after {
  right: 0;
  left: auto;
  transform: rotate(29deg);
}
.common_sub_sec01 .common_inner .sec01_box {
  width: 100%;
  padding: 20px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fffac5;
  transform: skew(-10deg);
  margin-top: 20px;
}
.common_sub_sec01 .common_inner .sec01_box .wrap {
  text-align: center;
}
.common_sub_sec01 .common_inner .sec01_box .wrap > span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  transform: skew(10deg);
  display: inline-block;
}
.common_sub_sec01 .common_inner .sec01_box .wrap > span .roboto {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  color: #184e9e;
  letter-spacing: 0em;
  margin: 0 3px;
  position: relative;
}

.sub_main section:nth-of-type(odd) {
  background-color: #dbe6f2;
}

.common_sub_sec02 {
  padding-top: 50px;
  padding-bottom: 40px;
}
.common_sub_sec02 .common_inner .sec02_ttl01 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}
.common_sub_sec02 .common_inner .sec02_ttl01 .color01 {
  color: #199ccb;
}
.common_sub_sec02 .common_inner .sec02_ttl01 .color02 {
  color: #184e9e;
}
.common_sub_sec02 .common_inner .sec02_list01 {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 46px;
}
.common_sub_sec02 .common_inner .sec02_list01 li {
  width: 100%;
}
.common_sub_sec02 .common_inner .sec02_list01 li a {
  width: 100%;
  padding: 15px 40px 15px 20px;
  background-color: #184e9e;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
}
.common_sub_sec02 .common_inner .sec02_list01 li a::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../images/common/nav_arrow.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.2s;
}
.common_sub_sec02 .common_inner .sec02_list01 li a .wrap {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  display: inline-block;
}
.common_sub_sec02 .common_inner .sec02_list01 li a:hover {
  opacity: 0.7;
}
.common_sub_sec02 .common_inner .sec02_list01 li a:hover::before {
  top: calc(50% + 10px);
}

.dib {
  display: inline-block;
}

.common_sub_sec03 {
  padding-top: 50px;
  padding-bottom: 40px;
}
.common_sub_sec03 .common_inner .sec03_block01 {
  width: 100%;
  margin-top: 30px;
}
.common_sub_sec03 .common_inner .sec03_block01 .sec03_box01 {
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  background-color: #dbe6f2;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}
.common_sub_sec03 .common_inner .sec03_block01 .sec03_box01:first-of-type {
  margin-top: 0;
}
.common_sub_sec03 .common_inner .sec03_block01 .sec03_box01 .sec03_ttl01 {
  width: 100%;
  margin-top: 20px;
  order: 2;
}
.common_sub_sec03 .common_inner .sec03_block01 .sec03_box01 .sec03_img01 {
  width: 100%;
  aspect-ratio: 1/0.65625;
  order: 1;
}
.common_sub_sec03 .common_inner .sec03_block01 .sec03_box01 .sec03_img01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common_sub_sec03 .common_inner .sec03_block01 .sec03_box01 .sec03_txt01 {
  width: 100%;
  margin-top: 20px;
  order: 3;
}

.common_txt02 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
  margin-top: 30px;
}

.common_sub_sec04 {
  padding-top: 50px;
  padding-bottom: 40px;
}
.common_sub_sec05 {
  padding-top: 50px;
  padding-bottom: 40px;
}
.common_sub_sec05 .common_inner .sec05_block01 {
  width: 100%;
  margin-top: 30px;
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box01 {
  width: 100%;
  min-height: 110px;
  border: solid 2px #199ccb;
  padding: 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 65px;
  position: relative;
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box01::before {
  content: "";
  width: 43px;
  height: 32.5px;
  background: url(../images/function/sales/sec05_arrow.png) no-repeat center/contain;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box01:last-of-type {
  margin-bottom: 0;
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box01:last-of-type::before {
  display: none;
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box01 .box01_wrap {
  text-align: center;
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box01 .box01_wrap .box01_ttl01 {
  width: 100%;
  font-size: 20px;
  color: #199ccb;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box01 .box01_wrap .box01_txt01 {
  margin-top: 6px;
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box02 {
  width: 100%;
  margin-bottom: 65px;
  position: relative;
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box02::before {
  content: "";
  width: 43px;
  height: 32.5px;
  background: url(../images/function/sales/sec05_arrow.png) no-repeat center/contain;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box02 .box02_ttl01 {
  width: 100%;
  text-align: center;
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box02 .box02_contents_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box02 .box02_contents_wrap .box02_contents {
  width: calc((100% - 10px) / 2);
  background-color: #fff;
  padding: 20px 10px;
  margin-top: 10px;
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box02 .box02_contents_wrap .box02_contents:nth-of-type(-n + 2) {
  margin-top: 0;
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box02 .box02_contents_wrap .box02_contents .contents_ttl {
  width: 100%;
  max-width: 180px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 5px 10px;
  background-color: #199ccb;
  margin: 0 auto;
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box02 .box02_contents_wrap .box02_contents .contents_list {
  width: 100%;
  margin-top: 9px;
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box02 .box02_contents_wrap .box02_contents .contents_list li {
  width: 100%;
  text-align: center;
  margin-top: 0;
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box02 .box02_contents_wrap .box02_contents .contents_list li:first-of-type {
  margin-top: 0;
}

.common_sub_sec06 {
  padding-top: 50px;
  padding-bottom: 40px;
}
.common_sub_sec06 .common_inner .sec06_list01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.common_sub_sec06 .common_inner .sec06_list01 li {
  width: calc((100% - 10px) / 2);
  margin-top: 10px;
}
.common_sub_sec06 .common_inner .sec06_list01 li:nth-of-type(-n + 2) {
  margin-top: 0;
}
.common_sub_sec06 .common_inner .sec06_list01 li a {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #184e9e;
  text-decoration: none;
  transition: 0.2s;
}
.common_sub_sec06 .common_inner .sec06_list01 li a .icon {
  width: 30px;
  margin-right: 10px;
}
.common_sub_sec06 .common_inner .sec06_list01 li a .txt {
  width: calc(100% - 40px);
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-bottom: 2px;
}
.common_sub_sec06 .common_inner .sec06_list01 li a:hover {
  opacity: 0.7;
}

.common_slide_box {
  width: 100%;
  padding: 30px 20px;
  background-color: #fff;
  margin-top: 30px;
}
.common_slide_box .common_slider-wrap {
  width: 100%;
  position: relative;
}
.common_slide_box .common_slider-wrap .common_slider_list {
  width: 100%;
}
.common_slide_box .common_slider-wrap .common_slider_list li {
  width: 100%;
  font-size: 16px;
  color: #184e9e;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  background-color: #fff;
  border: solid 2px #184e9e;
  padding: 15px 20px 15px 48px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  transition: 0.2s;
  position: relative;
  cursor: pointer;
}
.common_slide_box .common_slider-wrap .common_slider_list li::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/common/common_slider_list_arrow_b.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: 0.2s;
}
.common_slide_box .common_slider-wrap .common_slider_list li.active {
  color: #fff;
  background-color: #184e9e;
}
.common_slide_box .common_slider-wrap .common_slider_list li.active::before {
  background: url("../images/common/common_slider_list_arrow_w.png") no-repeat center/contain;
}
.common_slide_box .common_slider-wrap .common_slider_list li:first-of-type {
  margin-top: 0;
}
.common_slide_box .common_slider-wrap .common_slider_list li:hover {
  color: #fff;
  background-color: #184e9e;
}
.common_slide_box .common_slider-wrap .common_slider_list li:hover::before {
  background: url("../images/common/common_slider_list_arrow_w.png") no-repeat center/contain;
}
.common_slide_box .common_slider_container {
  width: 100%;
  margin-top: 20px;
}
.common_slide_box .common_slider_container .common_slider {
  width: 100%;
}
.common_slide_box .common_slider_container .common_slider .common_slider01_in {
  width: 100%;
}
.common_slide_box .common_slider_container .common_slider .common_slider01_in .slider01_in_wrap {
  width: 100%;
}
.common_slide_box .common_slider_container .common_slider .common_slider01_in .slider01_in_wrap .slider_img {
  width: 100%;
  aspect-ratio: 1/0.6666666;
}
.common_slide_box .common_slider_container .common_slider .common_slider01_in .slider01_in_wrap .slider_txt01 {
  width: 100%;
  margin-top: 20px;
}
.common_slide_box .common_slider_container .common_slider01_navi_wrap {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.common_slide_box .common_slider_container .common_slider01_navi_wrap .slider01_navi_wrap {
  position: relative;
  padding: 0 40px;
}
.common_slide_box .common_slider_container .common_slider01_navi_wrap .slider01_navi_wrap .slick-dots {
  display: flex;
  position: static;
}
.common_slide_box .common_slider_container .common_slider01_navi_wrap .slider01_navi_wrap .slick-dots li {
  width: auto;
  height: auto;
}
.common_slide_box .common_slider_container .common_slider01_navi_wrap .slider01_navi_wrap .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #dbe6f2;
  transition: 0.2s;
}
.common_slide_box .common_slider_container .common_slider01_navi_wrap .slider01_navi_wrap .slick-dots li button::before {
  display: none;
}
.common_slide_box .common_slider_container .common_slider01_navi_wrap .slider01_navi_wrap .slick-dots li.slick-active button {
  background-color: #184e9e;
}
.common_slide_box .common_slider_container .common_slider01_navi_wrap .slider01_navi_wrap .slide-arrow {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.common_slide_box .common_slider_container .common_slider01_navi_wrap .slider01_navi_wrap .slide-arrow.next-arrow {
  left: auto;
  right: 0;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
/*.pagetop{
		position: fixed;
		right: 10px;
		z-index: 9;
		opacity: 0;
		transform: translateY(100px);
		bottom:40px!important;
	a{
		width: 30px;
		height: 30px;
		display: block;
		position: relative;
		background: $mainColor;
		border-radius: 50%;
		transition: 0.3s;
		span{
			position: absolute;
			top: 50%;
			left: 50%;
			content: "";
			width: 8px;
			height: 8px;
			border: 2px solid;
			border-color: #fff #fff transparent transparent;
			transform: rotate(-45deg);
			margin: -2px 0 0 -4px;
		}
	}
	a:hover{
		transition: 0.3s;
		opacity: 0.7;
	}
}
.pagetop.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
.pagetop.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}*/
.ft_service_bg {
  background-color: #004ea2;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
}

.ft_service_bnr {
  margin-bottom: 15px;
  text-align: center;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.ft_service_bnr a {
  transition: 0.3s;
  background-color: #fff;
}
.ft_service_bnr a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.ft_service_ttl {
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

footer {
  margin-bottom: 50px;
}
footer a {
  transition: 0.3s;
}
footer a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
footer .ft_01 {
  width: 100%;
  padding: 15px 0 20px 0;
}
footer .ft_01_logo {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}
footer .ft_01_logo img {
  width: 100%;
}
footer .ft_01_link {
  display: none;
}
footer .ft_02 {
  background-color: #edf2f8;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0 25px 0;
}
footer .ft_02 .common_en_01 {
  color: #004ea2;
  font-size: 16px;
  margin-bottom: 5px;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  display: inline-block;
}
footer .ft_02 .common_en_01::after {
  border-bottom: 1px solid #004ea2;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 40px;
  height: 1px;
  margin-top: -2px;
}
footer .ft_02_flex {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
footer address {
  background-color: #022444;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  letter-spacing: 0.05em;
}

.side_01 {
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
.side_01.show {
  opacity: 1;
  pointer-events: auto;
}
.side_01 .side_01_btn {
  width: 50%;
  height: 50px;
  border: solid 2px #e48100;
  background-color: #e48100;
}
.side_01 .side_01_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.2s;
}
.side_01 .side_01_btn a span {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.side_01 .side_01_btn a:hover {
  opacity: 0.7;
}
.side_01 .side_01_btn.mail a span {
  padding-left: 26px;
}
.side_01 .side_01_btn.mail a span::before {
  content: "";
  width: 20px;
  height: 15px;
  background: url(../images/common/mail_icon.svg) no-repeat center/contain;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}
.side_01 .side_01_btn.document {
  background-color: #fff;
}
.side_01 .side_01_btn.document a span {
  color: #e48100;
  padding-left: 21px;
}
.side_01 .side_01_btn.document a span::before {
  content: "";
  width: 15px;
  height: 18px;
  background: url(../images/common/document_icon.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.ft_sp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}

.ft_sp_bnr01 {
  width: 49.5%;
}
.ft_sp_bnr01 a {
  text-decoration: none;
  height: 50px;
  background: #199ccb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ft_sp_bnr01 a span {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}

.ft_sp_bnr02 {
  width: 49.5%;
}
.ft_sp_bnr02 a {
  text-decoration: none;
  background: #199ccb;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
}
.ft_sp_bnr02 a span {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}

/*----------------------------------------------------------------------------
******************************************************************************
** top
******************************************************************************
----------------------------------------------------------------------------*/
.top_main_bg {
  position: relative;
  background: linear-gradient(to right, #184e9e 50%, #386ebf 50%);
  margin-top: 55px;
}
.top_main_bg .top_main_contents {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.top_main_bg .top_main_contents .main_contents_wrap {
  width: 100%;
  padding: 50px 20px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 2;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_ttl {
  width: 100%;
  text-align: center;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_ttl .ttl_sub {
  font-size: 18px;
  color: #154a83;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  display: inline-block;
  background-color: #fff;
  padding: 5px 10px 8px;
  transform: skew(-10deg);
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_ttl .ttl_sub .border {
  text-decoration: underline;
  text-decoration-color: #fff68c;
  text-decoration-thickness: 10px;
  text-underline-offset: -3px;
  margin-right: 3px;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_ttl .ttl_main {
  width: 100%;
  display: block;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_ttl .ttl_main .txt01 {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-shadow: 0 0 12px rgba(1, 30, 73, 0.9);
  display: block;
  transform: skew(-10deg);
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_ttl .ttl_main .txt02 {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.062em;
  text-shadow: 0 0 12px rgba(1, 30, 73, 0.9);
  display: block;
  transform: skew(-10deg);
  margin: 5px 0 0 -5px;
  display: block;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_ttl .ttl_main .txt02 .color {
  color: #fff68c;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_list {
  margin-top: 20px;
  margin-left: -5px;
  display: inline-block;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_list li {
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding-left: 24px;
  position: relative;
  text-shadow: 0 0 12px rgba(1, 30, 73, 0.9);
  margin-top: 5px;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_list li:first-of-type {
  margin-top: 0;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_list li::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/common/check.png) no-repeat center/contain;
  position: absolute;
  top: -1px;
  left: -5px;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_img {
  width: 300px;
  text-align: right;
  margin-top: 30px;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_img .main_img_txt {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-shadow: 0 0 12px rgba(1, 30, 73, 0.9);
  transform: skew(-10deg);
  display: inline-block;
  position: relative;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_img .main_img_txt::before {
  content: "";
  width: 48.9541611%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 1px;
  left: 0;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_img .main_img_txt::after {
  content: "";
  width: 47.3965287%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 1px;
  right: 0;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_img .main_img_txt .wrap::after {
  content: "";
  width: 18px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 1px;
  right: 47.3965287%;
  transform: rotate(-55deg);
  transform-origin: bottom right;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_img .main_img_txt .wrap .roboto {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  letter-spacing: 0.055em;
  display: inline-block;
  margin: 0 5px;
  position: relative;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_img .main_img {
  margin-top: 20px;
}
.top_main_bg .top_main_contents .top_main_contents_bg_img {
  width: 150%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.top_main_bg .top_main_contents .top_main_contents_bg_img figure {
  width: 100%;
}
.top_main_bg .top_main_contents .top_main_contents_bg_img figure img {
  width: 100%;
}
.top_main_bg .top_cv_area {
  padding: 57px 20px 39px;
  position: relative;
  z-index: 2;
}
.top_main_bg .top_cv_area .cv_area_inner {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.top_main_bg .top_main_bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.top_main_bg .top_main_bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_main_box {
  background: linear-gradient(to right, #184e9e, #386fbf);
  padding: 30px 0;
  position: relative;
}
.top_main_box::after {
  background: url(../images/top/makasetenetex_mainparts.png) no-repeat left top;
  background-size: 85px 69px;
  position: absolute;
  top: -40px;
  right: 20px;
  content: "";
  width: 85px;
  height: 69px;
}

.top_main_img img {
  width: 100%;
}

.scroll_line {
  position: absolute;
  z-index: 9;
  right: 10px;
  bottom: 30px;
}
.scroll_line a {
  text-decoration: none;
}
.scroll_line .scroll_line_anim {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  height: 40px;
  width: 1px;
  background-color: white;
  animation-name: pagetopscroll;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  transition: 0.2s;
}
.scroll_line .scroll_line_anim::after {
  position: absolute;
  bottom: 5px;
  left: -6px;
  content: "";
  width: 8px;
  height: 1px;
  transform: rotate(60deg);
  border-bottom: 1px solid #FFF;
}
.scroll_line .scroll_line_txt {
  transform-origin: center center;
  transform: rotate(90deg);
  position: absolute;
  left: 50%;
  bottom: 55px;
  display: inline;
  margin-left: -16px;
}
.scroll_line .scroll_line_txt .common_en_01 {
  font-size: 10px;
  color: #FFF;
  letter-spacing: 0.07em;
  white-space: nowrap;
  line-height: 1;
  transition: 0.2s;
  font-style: italic;
}

@keyframes pagetopscroll {
  0% {
    bottom: 0;
  }
  49% {
    bottom: -20px;
  }
  50% {
    bottom: 0;
  }
  50% {
    bottom: -20px;
  }
  100% {
    bottom: -20px;
  }
}
.common_cv_btn01 {
  width: 100%;
}
.common_cv_btn01 a {
  width: 100%;
  padding: 22px 10px 12px;
  background-color: #e48100;
  border: solid 4px #e48100;
  border-radius: 52px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  box-shadow: 0 0 12px 0 rgba(8, 25, 49, 0.86);
  transition: 0.2s;
  margin-top: 45px !important;
}
.common_cv_btn01 a:first-of-type {
  margin-top: 0 !important;
}
.common_cv_btn01 a .fukidashi {
  min-width: 260px;
  font-size: 14px;
  color: #e48100;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 8px 5px 10px;
  background-color: #fff;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
}
.common_cv_btn01 a .fukidashi::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  -webkit-clip-path: polygon(50% 12px, 0% 0%, 12px 0%);
          clip-path: polygon(50% 12px, 0% 0%, 12px 0%);
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.common_cv_btn01 a .txt {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-right: 28px;
  position: relative;
}
.common_cv_btn01 a .txt::before {
  content: "";
  width: 30px;
  height: 6px;
  background: url(../images/common/common_btn_arrow.png) no-repeat center/contain;
  position: absolute;
  top: calc(50% - 1px);
  right: -9px;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
  transition: 0.2s;
}
.common_cv_btn01 a .txt span {
  font-size: 16px;
  color: #e48100;
  display: inline-block;
  padding: 5px 8px;
  background-color: #fff;
  border-radius: 50px;
  margin-right: 5px;
  position: relative;
}
.common_cv_btn01 a.document {
  background-color: #fff;
}
.common_cv_btn01 a.document:last-of-type {
  margin-right: 0;
}
.common_cv_btn01 a.document .fukidashi {
  color: #fff;
  background-color: #e48100;
}
.common_cv_btn01 a.document .fukidashi::before {
  background-color: #e48100;
}
.common_cv_btn01 a.document .txt {
  color: #e48100;
}
.common_cv_btn01 a.document .txt::before {
  filter: brightness(1) invert(0);
}
.common_cv_btn01 a.document .txt span {
  color: #fff;
  background-color: #e48100;
}
.common_cv_btn01 a:hover {
  opacity: 0.7;
}
.common_cv_btn01 a:hover .txt::before {
  right: -19px;
}
.common_cv_btn01.white_bg a {
  box-shadow: 0 0 18px 0 rgba(158, 158, 158, 0.9);
}
.common_cv_btn01.white_bg a .fukidashi {
  border: solid 2px #e48100;
}

.common_h2_ttl02 {
  width: 100%;
  text-align: center;
}
.common_h2_ttl02 .sub {
  display: inline-block;
  padding: 8px 20px 8px 28px;
  background-color: #004ea2;
  transform: skew(-10deg);
  margin-bottom: 15px;
}
.common_h2_ttl02 .sub span {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.11em;
  display: inline-block;
  transform: skew(10deg);
}
.common_h2_ttl02 .ttl {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  display: block;
  position: relative;
}
.common_h2_ttl02 .ttl::before {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #004ea2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.common_h2_ttl02 .ttl::after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #199ccb;
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  transform: translateX(-50%);
}
.common_h2_ttl02 .ttl .color {
  color: #004ea2;
}

.top_worries_bg {
  background-color: #ffffff;
  padding: 50px 0 40px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.top_worries_bg .top_worries_block {
  width: 100%;
  margin-top: 30px;
}
.top_worries_bg .top_worries_block .top_worries_box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_worries_bg .top_worries_block .top_worries_box01 .top_worries_inbox01 {
  width: calc((100% - 10px) / 2);
  background: url(../images/common/worries_icon.png) no-repeat center/80px, #f5f5f5;
  padding: 30px 20px;
  margin-top: 10px;
}
.top_worries_bg .top_worries_block .top_worries_box01 .top_worries_inbox01 br {
  display: none;
}
.top_worries_bg .top_worries_block .top_worries_box01 .top_worries_inbox01:nth-of-type(-n + 2) {
  margin-top: 0;
}
.top_worries_bg .top_worries_block .top_worries_box01 .top_worries_inbox01 .top_worries_bfttl {
  font-size: 14px;
  color: #111111;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.05em;
  position: relative;
  font-weight: 500;
}
.top_worries_bg .top_worries_block .top_worries_box01 .top_worries_inbox01 .bold {
  color: #004ea2;
  font-weight: 700;
}
.top_worries_bg .top_worries_block .top_worries_box02 {
  width: 100%;
}
.top_worries_bg .top_worries_block .top_worries_box02 .top_worries_box02_txt {
  width: 100%;
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%) skewX(-10deg);
  background-color: #199ccb;
  z-index: 1;
}
.top_worries_bg .top_worries_block .top_worries_box02 .top_worries_box02_txt .wrap {
  width: 100%;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 10px;
  transform: skewX(10deg);
  display: block;
}
.top_worries_bg .top_worries_block .top_worries_box02 .top_worries_box02_txt .wrap img {
  width: 80%;
  margin: 3px auto;
  position: relative;
  display: block;
}
.top_worries_bg .top_worries_block .top_worries_box02 .top_worries_box02_txt .wrap .bold {
  font-size: 26px;
  margin: 0 3px;
  position: relative;
  top: -1px;
}
.top_worries_bg .top_worries_block .top_worries_box02 .top_worries_box02_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.top_worries_bg .top_worries_block .top_worries_box02 .top_worries_box02_flex .top_worries_inbox02 {
  width: calc((100% - 30px) / 4);
  max-width: 285px;
  height: 220px;
  background: url(../images/top/makasetenetex_flow_arrow.png) no-repeat center top/24px 220px;
}
.top_worries_bg .top_worries_block .top_worries_box03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.top_worries_bg .top_worries_block .top_worries_box03 .top_worries_inbox03 {
  width: calc((100% - 10px) / 2);
  background-color: #dbe6f2;
  box-sizing: border-box;
  position: relative;
  padding: 30px 15px;
  position: relative;
  margin-top: 10px;
}
.top_worries_bg .top_worries_block .top_worries_box03 .top_worries_inbox03:nth-of-type(-n + 2) {
  margin-top: 0;
}
.top_worries_bg .top_worries_block .top_worries_box03 .top_worries_inbox03::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 24px, 0% 0%, 24px 0%);
  clip-path: polygon(50% 24px, 0% 0%, 24px 0%);
  position: absolute;
  top: 0;
  left: -7px;
  transform: rotate(18deg);
  transform-origin: right top;
}
.top_worries_bg .top_worries_block .top_worries_box03 .top_worries_inbox03 .top_worries_img {
  width: 60%;
  text-align: center;
  margin: 20px auto 0;
}
.top_worries_bg .top_worries_block .top_worries_box03 .top_worries_inbox03 .top_worries_txt {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0;
  margin-top: 20px;
}
.top_worries_bg .top_worries_btn {
  margin-top: 50px;
}

.common_ttl01 {
  font-size: 18px;
  color: #2f65b5;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.common_ttl01 br {
  display: none;
}
.common_ttl01 .line {
  text-decoration: underline;
  text-decoration-color: #fff68c;
  text-decoration-thickness: 12px;
  text-underline-offset: -4px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.common_cv_tel {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.common_cv_tel a {
  display: block;
  text-decoration: none;
}
.common_cv_tel a .tel {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 42px;
  color: #004ea2;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  display: inline-block;
  padding-left: 46px;
  position: relative;
}
.common_cv_tel a .tel::before {
  content: "";
  width: 40px;
  height: 42px;
  background: url(../images/common/tel_icon.png) no-repeat center/contain;
  position: absolute;
  top: 1px;
  left: 0;
}
.common_cv_tel a .txt {
  font-size: 16px;
  color: #004ea2;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: inline-block;
  border: solid 1px #004ea2;
  padding: 11px 37px 12px 39px;
  border-radius: 50px;
  position: relative;
  top: -2px;
  margin: 20px 0;
}
.common_cv_tel.white a .tel {
  color: #fff;
}
.common_cv_tel.white a .tel::before {
  filter: brightness(0) invert(1);
}
.common_cv_tel.white a .txt {
  color: #fff;
  border: solid 1px #fff;
}

.top_about_bg {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #dbe6f2;
  overflow: hidden;
}
.top_about_bg .common_inner .about_block01 {
  width: 100%;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.top_about_bg .common_inner .about_block01 .block01_box01 {
  width: 100%;
  padding: 30px 20px;
  background-color: #fff;
}
.top_about_bg .common_inner .about_block01 .block01_box01 .about_box01_ttl01 {
  width: 100%;
  font-size: 24px;
  color: #004ea2;
  font-weight: 700;
  line-height: 1.44444;
  letter-spacing: 0.05em;
}
.top_about_bg .common_inner .about_block01 .block01_box01 .about_box01_badge {
  width: 140px;
  position: absolute;
  top: -40px;
  right: -30px;
}
.top_about_bg .common_inner .about_block01 .block01_box01 .about_box01_video {
  width: 100%;
  aspect-ratio: 1/0.5625;
  margin: 20px auto 0;
}
.top_about_bg .common_inner .about_block01 .block01_box01 .about_box01_video .youtube {
  width: 100%;
  height: 100%;
  background-color: #333;
}
.top_about_bg .common_inner .about_block01 .block01_box01 .about_box01_txt01 {
  width: 100%;
  margin-top: 20px;
}
.top_about_bg .common_inner .about_txt01 {
  width: 100%;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  margin-top: 35px;
}
.top_about_bg .common_inner .about_txt01 .bold {
  font-weight: 700;
}
.top_about_bg .common_inner .about_block02 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 10px;
  margin-top: 30px;
}
.top_about_bg .common_inner .about_block02 .block02_box01 {
  padding: 50px 15px 70px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.04);
}
.top_about_bg .common_inner .about_block02 .block02_box01 .box01_ttl01 {
  width: 100%;
  font-size: 18px;
  color: #2f65b5;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.top_about_bg .common_inner .about_block02 .block02_box01 .box01_img01 {
  width: 60px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.top_about_bg .common_inner .about_block02 .block02_box01 .box01_txt01 {
  font-weight: 500;
  margin-top: 10px;
}
.top_about_bg .common_inner .about_block02 .block02_box01 .box01_btn01 {
  width: 100%;
  padding: 0 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.top_about_bg .common_inner .about_block02 .block02_box01 .box01_btn01 a {
  width: 100%;
  min-height: 32px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  background: linear-gradient(to right, #184e9e, #386fbf);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 50px;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  transition: 0.2s;
}
.top_about_bg .common_inner .about_block02 .block02_box01 .box01_btn01 a::before {
  content: "";
  width: 24px;
  height: 4px;
  background: url(../images/common/common_btn_arrow.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
  transition: 0.2s;
}
.top_about_bg .common_inner .about_block02 .block02_box01 .box01_btn01 a:hover {
  opacity: 0.7;
}
.top_about_bg .common_inner .about_block02 .block02_box01 .box01_btn01 a:hover::before {
  right: 6px;
}

.common_cv_btn02 {
  width: 100%;
  margin-top: 50px;
}
.common_cv_btn02.functions {
  margin-top: -1vw;
  margin-bottom: 50px;
}
.common_cv_btn02.functions a {
  width: 100%;
}
.common_cv_btn02.functions a::before {
  display: none;
}
.common_cv_btn02 a {
  width: 300px;
  min-height: 50px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  background: linear-gradient(to right, #184e9e, #386fbf);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 50px;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
  transition: 0.2s;
}
.common_cv_btn02 a:first-of-type {
  margin-top: 0;
}
.common_cv_btn02 a::before {
  content: "";
  width: 35px;
  height: 6px;
  background: url(../images/common/common_btn_arrow.png) no-repeat center/contain;
  position: absolute;
  top: calc(50% + 1px);
  right: 16px;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
  transition: 0.2s;
}
.common_cv_btn02 a:hover {
  opacity: 0.7;
}
.common_cv_btn02 a:hover::before {
  right: 6px;
}

.top_about_ttl {
  background-color: #004ea2;
  position: relative;
  padding: 20px 0;
  z-index: 1;
}
.top_about_ttl .h2_ttl {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.top_about_ttl::after {
  position: absolute;
  left: 50%;
  bottom: -15px;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #004ea2;
  margin-left: -20px;
}

.top_about_box {
  background: url(../images/top/makasetenetex_about02.jpg) no-repeat center top;
  background-size: cover;
  padding: 35px 0 40px 0;
  display: flex;
  justify-content: center;
  text-align: center;
  filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.1));
}
.top_about_box .common_txt01 {
  text-align: left;
}
.top_about_box .common_txt01 .bold {
  font-weight: 700;
}

.top_about_lead {
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.top_about_lead .bold {
  color: #004ea2;
}

.top_point_bg {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 40px;
}
.top_point_bg .common_inner .top_point_ttl01 .large {
  font-size: 32px;
  color: #199ccb;
  display: inline-block;
  padding-left: 3px;
  margin-right: 3px;
  position: relative;
  top: 1px;
}
.top_point_bg .common_inner .top_point_block01 {
  width: 100%;
  margin-top: 30px;
}
.top_point_bg .common_inner .top_point_block01 .block01_box01 {
  width: 100%;
  position: relative;
  padding-top: 80px;
  margin-top: 30px;
}
.top_point_bg .common_inner .top_point_block01 .block01_box01:first-of-type {
  margin-top: 0;
}
.top_point_bg .common_inner .top_point_block01 .block01_box01 .block01_inner01 {
  width: calc(100% - 40px);
  padding: 22px 26px 31px;
  background-color: #dbe6f2;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.top_point_bg .common_inner .top_point_block01 .block01_box01 .block01_inner01 .inner01_txt01 {
  width: 100%;
  margin-top: 15px;
}
.top_point_bg .common_inner .top_point_block01 .block01_box01 .block01_inner01 .inner01_txt01 a {
  color: #2f65b5;
  text-underline-offset: 4px;
  margin-right: 1px;
}
.top_point_bg .common_inner .top_point_block01 .block01_box01 .inner01_img01 {
  width: 100%;
  aspect-ratio: 1/0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top_point_bg .common_inner .top_point_block01 .block01_box01 .inner01_img01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_point_bg .common_inner .top_point_btn {
  margin-top: 50px;
}

.top_effect_bg {
  background-color: #dbe6f2;
  padding-top: 50px;
  padding-bottom: 40px;
}
.top_effect_bg .common_inner .top_effect_ttl01 .large {
  font-size: 32px;
  color: #199ccb;
}
.top_effect_bg .common_inner .top_effect_block01 {
  width: 100%;
  margin-top: 30px;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 {
  width: 100%;
  background-color: #fffbcb;
  margin-top: 20px;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01:first-of-type {
  margin-top: 0;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_ttl01 {
  width: 100%;
  min-height: 42px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #184e9e;
  padding: 6px 10px;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner01 {
  width: 100%;
  padding: 20px;
  background-color: #f2f2f2;
  position: relative;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner01::before {
  content: "";
  width: 90px;
  height: 24px;
  background-color: #f2f2f2;
  -webkit-clip-path: polygon(50% 24px, 0% 0%, 90px 0%);
          clip-path: polygon(50% 24px, 0% 0%, 90px 0%);
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner01 .inner01_txt01 {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner01 .inner01_message {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner01 .inner01_message .message {
  width: calc(100% - 90px);
  max-width: 220px;
  min-height: 80px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.05em;
  padding: 5px 5px 5px 13px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 3px;
  margin-right: 18px;
  margin-bottom: 1px;
  position: relative;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner01 .inner01_message .message::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-clip-path: polygon(20px 50%, 0% 0%, 0% 20px);
          clip-path: polygon(20px 50%, 0% 0%, 0% 20px);
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translate(100%, -50%);
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner01 .inner01_message .icon {
  width: 90px;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner01 .inner01_message .icon picture {
  width: 70px;
  height: 94px;
  display: flex;
  align-items: flex-end;
  position: relative;
  bottom: 8px;
  margin: 0 auto;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner01 .inner01_message .icon picture img {
  height: -moz-fit-content;
  height: fit-content;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner01 .inner01_message .icon figcaption {
  width: 100%;
  font-size: 14px;
  color: #2f65b5;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 0;
  white-space: nowrap;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner02 {
  width: 100%;
  padding: 40px 10px 30px;
  background-color: #fffbcb;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner02 .inner02_ttl01 {
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: #199ccb;
  border-radius: 50px;
  margin: 0 auto;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner02 .inner02_ttl01 span {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner02 .inner02_ttl01 span::before {
  content: "";
  width: 15px;
  height: 20px;
  background: url(../images/top/effect_icon.png) no-repeat center/contain;
  position: absolute;
  top: -1px;
  left: 0;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner02 .inner02_list01 {
  width: 100%;
  margin-top: 10px;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner02 .inner02_list01 li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding-left: 28px;
  margin-top: 0;
  position: relative;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner02 .inner02_list01 li::before {
  content: "";
  width: 12px;
  height: 15px;
  background: url(../images/top/check02.png) no-repeat center/contain;
  position: absolute;
  top: 6px;
  left: 9px;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner02 .inner02_list01 li:first-of-type {
  margin-top: 0;
}

.top_point_ttl {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.top_point_ttl .in_ttl01 {
  color: #004ea2;
  display: block;
  line-height: 1;
}
.top_point_ttl .in_ttl02 {
  font-size: 46px;
  color: #199ccb;
  line-height: 1;
  position: relative;
  top: 5px;
}
.top_point_ttl:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 50px;
  height: 3px;
  margin-left: -50px;
  border-bottom: 3px solid #199ccb;
}
.top_point_ttl:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 50px;
  height: 3px;
  border-bottom: 3px solid #004ea2;
}

.top_point_inbox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.top_point_disc {
  background-color: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.1));
  padding: 20px;
  box-sizing: border-box;
  overflow-x: hidden;
  width: 90%;
  position: relative;
  z-index: 1;
  order: 1;
  top: -30px;
  margin-bottom: -30px;
}

.top_point_inttl {
  position: relative;
  padding: 10px 0;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end;
  margin-right: -20px;
}
.top_point_inttl .h3_ttl {
  color: #FFF;
  font-size: 20px;
  line-height: 1.3;
  text-align: right;
  padding-right: 5px;
}
.top_point_inttl .h3_ttl::before {
  transform: skewX(-12deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -10px;
  z-index: -1;
  background-color: #199ccb;
}
.top_point_inttl .num {
  color: #bce1ee;
  font-style: italic;
  font-weight: 700;
  font-size: 60px;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  letter-spacing: -0.05em;
  top: -0.55em;
  right: 0;
  line-height: 1;
  margin-bottom: -0.55em;
}

.top_point_img {
  width: 100%;
  height: 200px;
  order: 0;
}

.top_point_box {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.top_point_box.point01 .top_point_img {
  background: url(../images/top/makasetenetex_point01.png) no-repeat right top;
  background-size: cover;
}
.top_point_box.point02 .top_point_img {
  background: url(../images/top/makasetenetex_point02.png) no-repeat left top;
  background-size: cover;
}
.top_point_box.point03 .top_point_img {
  background: url(../images/top/makasetenetex_point03.png) no-repeat right top;
  background-size: cover;
}
.top_point_box.point01 .top_point_disc, .top_point_box.point03 .top_point_disc {
  margin-left: 10%;
}

.top_contact_bg {
  background: linear-gradient(to right, #184e9e, #386fbf);
  padding: 30px 0 35px 0;
  display: flex;
  justify-content: center;
}

.top_contact_ttl {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-style: italic;
  text-align: center;
  color: #FFF;
  margin-bottom: 10px;
  text-shadow: 5px 3px 8px rgba(5, 17, 43, 0.66);
}

.top_contact_point {
  margin-bottom: 25px;
}

.top_contact_point_box {
  width: 90%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #004ea2;
  padding: 5px 0 7px 0;
  box-sizing: border-box;
  padding-right: 0.8em;
  letter-spacing: 0.03em;
}
.top_contact_point_box::before {
  transform: skewX(-12deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
}
.top_contact_point_box .line {
  background: linear-gradient(transparent 50%, #fff68c 50%);
  letter-spacing: -0.05em;
  margin-top: 5px;
  line-height: 1;
  display: inline-block;
  font-weight: 900;
  font-size: 20px;
  font-style: italic;
}

.top_contact_tel {
  margin-bottom: 15px;
}
.top_contact_tel .tel {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #FFF;
  display: flex;
  justify-content: center;
}
.top_contact_tel .tel a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #FFF;
  font-size: 36px;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  min-height: 20px;
  padding-left: 30px;
}
.top_contact_tel .tel a::before {
  background: url(../images/common/makasetenetex_icon_tel_wh.png) no-repeat left top;
  background-size: 24px 26px;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 24px;
  height: 26px;
  margin-top: -13px;
}
.top_contact_tel .time {
  color: #FFF;
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
}

.top_function_bg {
  background-color: #ebf0f8;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  position: relative;
}
.top_function_bg::before {
  background: url(../images/top/makasetenetex_function_bk01.png) no-repeat left top;
  background-size: 135px 338px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 135px;
  height: 338px;
}
.top_function_bg::after {
  background: url(../images/top/makasetenetex_function_bk02.png) no-repeat left top;
  background-size: 135px 338px;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 135px;
  height: 338px;
}
.top_function_bg .common_leadtxt,
.top_function_bg .common_btn01 {
  z-index: 1;
  position: relative;
}

.top_function_box {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.top_function_inbox {
  background-color: #FFF;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3));
  padding: 0 10px 20px 10px;
  margin-bottom: 30px;
}
.top_function_inbox:nth-child(1) .top_function_ttl::before {
  background: url(../images/top/makasetenetex_function_01.png) no-repeat left top;
  background-size: 85px 85px;
}
.top_function_inbox:nth-child(2) .top_function_ttl::before {
  background: url(../images/top/makasetenetex_function_02.png) no-repeat left top;
  background-size: 85px 85px;
}
.top_function_inbox:nth-child(3) .top_function_ttl::before {
  background: url(../images/top/makasetenetex_function_03.png) no-repeat left top;
  background-size: 85px 85px;
}
.top_function_inbox:nth-child(4) .top_function_ttl::before {
  background: url(../images/top/makasetenetex_function_04.png) no-repeat left top;
  background-size: 85px 85px;
}
.top_function_inbox:nth-child(5) .top_function_ttl::before {
  background: url(../images/top/makasetenetex_function_05.png) no-repeat left top;
  background-size: 85px 85px;
}
.top_function_inbox .common_txt01 {
  padding: 0 10px;
  margin-bottom: 10px;
}

.top_function_ttl {
  position: relative;
  top: -10px;
  color: #004ea2;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  padding-left: 95px;
  position: relative;
  line-height: 85px;
}
.top_function_ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 85px;
  height: 85px;
}

.top_case_bg {
  background-color: #FFF;
  padding-top: 50px;
  padding-bottom: 40px;
}
.top_case_bg .common_inner {
  width: 100%;
  max-width: initial;
  max-width: auto;
}
.top_case_bg .common_inner .top_case_txt01 {
  text-align: center;
  margin-top: 20px;
}
.top_case_bg .common_inner .top_case_slider {
  margin-top: 30px;
}

.top_case_slider {
  margin-bottom: 70px !important;
}
.top_case_slider .slide-arrow {
  position: absolute;
  top: 80px;
  z-index: 99;
  cursor: pointer;
  transition: 0.3s;
  width: 80px;
  height: 80px;
}
.top_case_slider .slide-arrow img {
  width: 100%;
}
.top_case_slider .prev-arrow {
  left: 3%;
}
.top_case_slider .next-arrow {
  right: 3%;
}
.top_case_slider .slick-dots {
  bottom: -40px;
}
.top_case_slider .slick-dots li {
  width: 30px;
  height: 3px;
  margin: 0 5px;
}
.top_case_slider .slick-dots li button {
  width: 30px;
  height: 3px;
  padding: 0;
}
.top_case_slider .slick-dots li button::before {
  width: 30px;
  height: 4px;
  background-color: rgba(24, 78, 158, 0.2);
  font-size: 0;
  opacity: 1;
}
.top_case_slider .slick-dots li.slick-active button::before {
  background-color: #184e9e;
  opacity: 1;
}

.top_case_slider_in {
  height: auto !important;
}
.top_case_slider_in .slider_in_wrap {
  padding: 0 4.7169811321%;
}

.archive_case_list {
  width: 100%;
}
.archive_case_list .common_case_contents {
  margin-top: 30px;
}
.archive_case_list .common_case_contents:first-of-type {
  margin-top: 0;
}

.archive_document_list {
  width: 100%;
}
.archive_document_list .common_document_contents {
  margin-top: 30px;
}
.archive_document_list .common_document_contents:first-of-type {
  margin-top: 0;
}

.document_request {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
}
.document_request .common_inner .document_request_box {
  width: 100%;
}
.document_request .common_inner .document_request_box .box_inner01 {
  width: 100%;
}
.document_request .common_inner .document_request_box .box_inner01 .document_name {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.document_request .common_inner .document_request_box .box_inner01 .document_img {
  width: 100%;
  aspect-ratio: 1/0.7083333333;
  margin-top: 20px;
  position: relative;
}
.document_request .common_inner .document_request_box .box_inner01 .document_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.document_request .common_inner .document_request_box .box_inner01 .document_recommend {
  width: 100%;
  border: solid 2px #004ea2;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-top: 20px;
}
.document_request .common_inner .document_request_box .box_inner01 .document_recommend .recommend_ttl {
  width: 100%;
  font-size: 18px;
  color: #004ea2;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
}
.document_request .common_inner .document_request_box .box_inner01 .document_recommend .recommend_list li {
  width: 100%;
  padding-left: 22px;
  position: relative;
}
.document_request .common_inner .document_request_box .box_inner01 .document_recommend .recommend_list li::before {
  content: "";
  width: 12px;
  height: 13px;
  background: url(../images/common/check_b.png) no-repeat center/contain;
  position: absolute;
  top: 6px;
  left: 0;
}
.document_request .common_inner .document_request_box .box_inner02 {
  width: 100%;
  margin-top: 30px;
}

.sub_content02_bg {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #dbe6f2;
}
.sub_content02_bg.white {
  background-color: #fff;
}
.sub_content02_bg .common_inner .archive_document_list {
  margin-top: 30px;
}

.common_case_contents {
  width: 100%;
}
.common_case_contents a {
  width: 100%;
  display: block;
  text-decoration: none;
  transition: 0.2s;
}
.common_case_contents a .top_case_slider_img {
  width: 100%;
  aspect-ratio: 1/0.7083333333;
}
.common_case_contents a .top_case_slider_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common_case_contents a .top_case_slider_disc {
  width: calc(100% - 30px);
  padding: 20px;
  background-color: #ebf0f8;
  margin: -50px auto 0;
  position: relative;
  z-index: 1;
}
.common_case_contents a .top_case_slider_disc .categories {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.common_case_contents a .top_case_slider_disc .categories span {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 5px 10px 7px;
  background-color: #184e9e;
  margin: 0 5px 5px 0;
}
.common_case_contents a .top_case_slider_disc .top_case_slider_ttl {
  width: 100%;
  font-size: 18px;
  color: #004ea2;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.common_case_contents a .top_case_slider_disc .top_case_slider_name {
  width: 100%;
  font-size: 16px;
  color: #111111;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 7px;
}
.common_case_contents a .top_case_slider_disc .top_case_slider_service {
  width: 100%;
  margin-top: 10px;
}
.common_case_contents a .top_case_slider_disc .top_case_slider_service dt {
  width: 100%;
  margin-bottom: 10px;
}
.common_case_contents a .top_case_slider_disc .top_case_slider_service dt span {
  font-size: 14px;
  color: #184e9e;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 6px 20px;
  background-color: #fff;
  border-radius: 50px;
  display: inline-block;
}
.common_case_contents a .top_case_slider_disc .top_case_slider_service dd {
  width: 100%;
  font-size: 14px;
  color: #111111;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.common_case_contents a:hover {
  opacity: 0.7;
}

.top_case_slider_img img {
  width: 100%;
}

.top_case_slider_disc {
  padding: 10px 15px 15px 15px;
}

.top_case_slider_ttl {
  color: #004ea2;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.top_case_slider_date {
  color: #555555;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: block;
}

.common_cv_area_bg {
  padding-top: 50px;
  padding-bottom: 40px;
  background: url(../images/top/common_cv_area_bg.jpg) no-repeat center/cover, #1c52a2;
}
.common_cv_area_bg.sub {
  background: url(../images/function/common/common_cv_area_sub_bg.jpg) no-repeat center right -350px/cover, #1095cf;
}
.common_cv_area_bg .common_inner .cv_area_ttl01 {
  width: 100%;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  transform: skew(-10deg);
  margin-bottom: 50px;
}

.top_flow_bg {
  background-color: #ebf0f8;
  padding-top: 50px;
  padding-bottom: 40px;
}
.top_flow_bg .common_inner .top_flow_box {
  margin-top: 30px;
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox {
  background-color: #FFF;
  text-align: center;
  margin-top: 20px;
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox:first-of-type {
  margin-top: 0;
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox > a,
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox > span {
  height: 100%;
  display: block;
  padding-bottom: 20px;
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox .top_flow_num {
  background-color: #004ea2;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 12px 10px 10px;
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox .top_flow_num .num {
  font-size: 32px;
  line-height: 1;
  display: block;
  margin-top: 2px;
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox .top_flow_img {
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 20px auto 0;
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox .top_flow_img.icon01 {
  width: 40px;
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox .top_flow_img.icon02 {
  width: 60px;
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox .top_flow_img.icon03 {
  width: 30px;
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox .top_flow_img.icon04 {
  width: 60px;
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox .top_flow_ttl {
  color: #004ea2;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox .top_flow_ttl a {
  transition: 0.2s;
  text-underline-offset: 5px;
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox .top_flow_ttl a:hover {
  opacity: 0.7;
}

.top_document_bg {
  padding-top: 50px;
  padding-bottom: 40px;
}
.top_document_bg .common_inner {
  width: 100%;
  max-width: initial;
  max-width: auto;
}

.top_document_slider_in .slider_in_wrap {
  width: 100%;
  padding: 0 3.658536585%;
}

.common_document_contents {
  width: 100%;
}
.common_document_contents a {
  width: 100%;
  text-decoration: none;
  transition: 0.2s;
}
.common_document_contents a .top_document_slider_img {
  width: 100%;
  aspect-ratio: 1/0.7105263158;
}
.common_document_contents a .top_document_slider_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common_document_contents a .top_document_slider_txt {
  width: 100%;
  font-size: 16px;
  color: #111111;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
.common_document_contents a .top_document_slider_btn {
  width: 100%;
  text-align: center;
  margin-top: 8px;
}
.common_document_contents a .top_document_slider_btn span {
  font-size: 16px;
  color: #184e9e;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
.common_document_contents a .top_document_slider_btn span::before {
  content: "";
  width: 26px;
  height: 6px;
  background: url(../images/common/common_document_btn_arrow.png) no-repeat center/contain;
  position: absolute;
  top: calc(50% + 1px);
  right: -11px;
  transform: translateY(-50%);
  transition: 0.2s;
}
.common_document_contents a:hover {
  opacity: 0.7;
}
.common_document_contents a:hover .top_document_slider_btn span::before {
  right: -21px;
}

.top_document_slider {
  margin-top: 30px;
  margin-bottom: 70px !important;
}
.top_document_slider .slide-arrow {
  position: absolute;
  top: 80px;
  z-index: 99;
  cursor: pointer;
  transition: 0.3s;
  width: 80px;
  height: 80px;
}
.top_document_slider .slide-arrow img {
  width: 100%;
}
.top_document_slider .prev-arrow {
  left: 3%;
}
.top_document_slider .next-arrow {
  right: 3%;
}
.top_document_slider .slick-dots {
  bottom: -40px;
}
.top_document_slider .slick-dots li {
  width: 30px;
  height: 3px;
  margin: 0 5px;
}
.top_document_slider .slick-dots li button {
  width: 30px;
  height: 3px;
  padding: 0;
}
.top_document_slider .slick-dots li button::before {
  width: 30px;
  height: 4px;
  background-color: rgba(24, 78, 158, 0.2);
  font-size: 0;
  opacity: 1;
}
.top_document_slider .slick-dots li.slick-active button::before {
  background-color: #184e9e;
  opacity: 1;
}

.top_request_bg {
  background: linear-gradient(to right, #184e9e, #386fbf);
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
.top_request_bg .common_leadtxt {
  color: #FFF;
}

.top_faq_bg {
  background-color: #FFF;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}

.top_faq_box .faq_block {
  margin-bottom: 5px;
}
.top_faq_box .faq_ttl {
  background-color: #ebf0f8;
  border-top: 4px solid #004ea2;
  padding: 10px 40px 10px 45px;
  position: relative;
  cursor: pointer;
}
.top_faq_box .faq_ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  height: 100%;
  font-size: 28px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #FFF;
  background-color: #004ea2;
  padding: 0 10px 5px 10px;
  line-height: 1;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.top_faq_box .faq_ttl .h3_ttl {
  font-weight: 400;
  letter-spacing: 0.05em;
}
.top_faq_box .faq_ttl .arrow {
  background: url(../images/common/makasetenetex_accopen.png) no-repeat left top;
  background-size: 13px 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  width: 13px;
  height: 8px;
  margin-top: -4px;
}
.top_faq_box .faq_ttl.open .arrow {
  background: url(../images/common/makasetenetex_accclose.png) no-repeat left top;
  background-size: 13px 8px;
}
.top_faq_box .faq_ans {
  display: none;
  padding: 10px 10px 10px 50px;
  position: relative;
}
.top_faq_box .faq_ans::before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "A";
  height: 100%;
  font-size: 28px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #d71315;
  padding: 0 15px 0 15px;
  line-height: 1;
  box-sizing: border-box;
}

/*----------------------------------------------------------------------------
******************************************************************************
** sub
******************************************************************************
----------------------------------------------------------------------------*/
.common_submain_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-top: 55px;
}

.common_submain_ttl {
  display: table;
  margin: 0 auto;
  text-align: center;
}
.common_submain_ttl .common_en_01 {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
.common_submain_ttl .h1_ttl {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.notfound .common_submain_bg,
.company .common_submain_bg {
  background: url(../images/company/company_mainimg.jpg) no-repeat right center;
  background-size: cover;
}

.common_bread {
  padding: 15px 0;
  display: flex;
  justify-content: center;
}
.common_bread ul {
  display: flex;
  flex-wrap: wrap;
}
.common_bread li {
  font-size: 12px;
  letter-spacing: 0.05em;
  position: relative;
}
.common_bread li:not(:first-child) {
  padding-left: 12px;
}
.common_bread li:not(:last-child) {
  margin-right: 5px;
}
.common_bread li:not(:first-child)::before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 7px;
  height: 1px;
  border-bottom: 1px solid #004ea2;
}
.common_bread a {
  color: #004ea2;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
.common_bread a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

.common_tbl_cover {
  border: 1px solid #ddd;
  padding: 5px 20px 20px 20px;
  background-color: #fff;
}

.common_tbl01 > table {
  display: block;
  width: 100%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.common_tbl01 > table > tbody,
.common_tbl01 > table > thead,
.common_tbl01 > table > tfoot {
  display: block;
  width: 100%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.common_tbl01 > table > tbody > tr {
  display: block;
  width: 100%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.common_tbl01 > table > tbody > tr > th,
.common_tbl01 > table > tbody > tr > td {
  display: block;
  width: 100%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.common_tbl01 > table > tbody > tr > th {
  border-bottom: 1px solid #199ccb;
  padding: 20px 0 10px 0;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  line-height: 1.8;
  position: relative;
}
.common_tbl01 > table > tbody > tr > th .must {
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  width: 38px;
  background-color: #e71a19;
  position: absolute;
  right: 0;
  top: 23px;
  text-align: center;
}
.common_tbl01 > table > tbody > tr > th .any {
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  width: 38px;
  background-color: #999;
  position: absolute;
  right: 0;
  top: 23px;
  text-align: center;
}
.common_tbl01 > table > tbody > tr > td {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.common_tbl01 > table > tbody > tr > td input[type=text], .common_tbl01 > table > tbody > tr > td input[type=email], .common_tbl01 > table > tbody > tr > td input[type=tel] {
  box-sizing: border-box;
  background-color: #f0f0f0;
  padding: 10px;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  letter-spacing: 0.05em;
  border: none;
  width: 100%;
}
.common_tbl01 > table > tbody > tr > td textarea {
  background-color: #f0f0f0;
  padding: 10px;
  line-height: 1.6;
  height: 180px;
  font-size: 16px;
  letter-spacing: 0.05em;
  border: none;
  width: 100%;
}
.common_tbl01 > table > tbody > tr > td.requestcheck01 .horizontal-item,
.common_tbl01 > table > tbody > tr > td.requestcheck01 .wpcf7-list-item {
  margin-bottom: 10px;
  display: block;
}
.common_tbl01 > table > tbody > tr > td.requestcheck01 .horizontal-item label,
.common_tbl01 > table > tbody > tr > td.requestcheck01 .wpcf7-list-item label {
  text-indent: -1.9em;
  margin-left: 1em;
  line-height: 1.6;
  display: inline-block;
}
.common_tbl01 > table > tbody > tr > td.requestcheck01 .horizontal-item.last,
.common_tbl01 > table > tbody > tr > td.requestcheck01 .wpcf7-list-item.last {
  margin-bottom: 0;
}
.common_tbl01 > table > tbody > tr > td.requestcheck01 .horizontal-item + .horizontal-item {
  margin-left: 0;
  display: block;
}
.common_tbl01 tr.radiobtn td .mwform-radio-field {
  display: block;
}
.common_tbl01 input[type=checkbox] {
  transform: scale(1.5);
  border: 1px solid #cccccc;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 10px;
}

.privacy_agree {
  text-align: center;
  margin: 30px 0 20px 0;
}
.privacy_agree input[type=checkbox] {
  transform: scale(1.5);
  border: 1px solid #cccccc;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 10px;
}
.privacy_agree a {
  color: #004ea2;
}

.privacy_agree_error {
  text-align: center;
}

.send_btn {
  display: flex;
  justify-content: center;
  margin: 20px 0 10px 0;
}
.send_btn .btn_submit {
  height: 45px;
  display: block;
  line-height: 45px;
  position: relative;
  text-align: center;
  width: 280px;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s;
  background: #f7e624;
  border-radius: 40px;
}
.send_btn .btn_submit:hover {
  filter: none;
}
.send_btn .btn_submit::before {
  border-bottom: 1px solid #000;
  position: absolute;
  right: 6%;
  top: 50%;
  content: "";
  width: 8px;
  height: 1px;
  transform: rotate(30deg);
  margin-top: -2px;
  transition: 0.3s;
}
.send_btn .btn_submit:hover::before {
  right: 4%;
  transition: 0.3s;
}
.send_btn .btn_submit::after {
  border-bottom: 1px solid #000;
  position: absolute;
  right: 6%;
  top: 50%;
  content: "";
  width: 30px;
  height: 1px;
  transition: 0.3s;
}
.send_btn .btn_submit:hover::after {
  right: 4%;
  transition: 0.3s;
}
.send_btn .btn_submit input {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  border: none;
  color: #111;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  display: block;
  height: 45px;
}

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back {
  height: 45px;
  display: block;
  line-height: 45px;
  position: relative;
  text-align: center;
  width: 200px;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s;
  margin-right: 10px;
  border-radius: 40px;
  background: #bbb;
}
.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back:hover {
  filter: none;
}
.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back:before {
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 6%;
  top: 50%;
  content: "";
  width: 8px;
  height: 1px;
  transform: rotate(-30deg);
  margin-top: -2px;
  transition: 0.3s;
}
.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back:hover:before {
  left: 4%;
  transition: 0.3s;
}
.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back:after {
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 6%;
  top: 50%;
  content: "";
  width: 30px;
  height: 1px;
  transition: 0.3s;
}
.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back:hover:after {
  left: 4%;
  transition: 0.3s;
}
.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back input {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  display: block;
  height: 45px;
  padding-left: 25px;
}
.mw_wp_form.mw_wp_form_confirm .any,
.mw_wp_form.mw_wp_form_confirm .must,
.mw_wp_form.mw_wp_form_confirm .privacy_agree {
  display: none;
}

.privacy_agree label {
  cursor: pointer;
}

/*----------------------------------------------------------------------------
******************************************************************************
** sub
******************************************************************************
----------------------------------------------------------------------------*/
.common_submain_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(57deg, #184e9e, #386fbf);
  width: 100%;
  height: 150px;
  margin-top: 55px;
}
.common_submain_bg .h1_ttl {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}
.common_submain_bg .h1_ttl::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 60px;
  height: 2px;
  margin-left: -30px;
  border-bottom: 2px solid #FFF;
}

.sub_content01_bg {
  display: flex;
  justify-content: center;
  padding: 30px 0 50px 0;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 40px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-weight: 700;
  font-size: 16px;
  text-decoration: none !important;
  border: 1px solid #004ea2 !important;
  color: #004ea2 !important;
  padding-top: 6px !important;
  padding-right: 13px !important;
  padding-bottom: 6px !important;
  padding-left: 13px !important;
  margin-top: 0 !important;
  margin-right: 5px !important;
  margin-bottom: 0 !important;
  margin-left: 5px !important;
  font-family: "Roboto Condensed", sans-serif;
  background-color: #fff;
}
.wp-pagenavi a:hover {
  color: #FFF !important;
  background-color: #004ea2 !important;
  border-top-color: #004ea2 !important;
  border-right-color: #004ea2 !important;
  border-bottom-color: #004ea2 !important;
  border-left-color: #004ea2 !important;
  text-decoration: none !important;
}
.wp-pagenavi span.current {
  color: #FFF !important;
  background-color: #004ea2 !important;
  border-top-color: #004ea2 !important;
  border-right-color: #004ea2 !important;
  border-bottom-color: #004ea2 !important;
  border-left-color: #004ea2 !important;
  text-decoration: none !important;
  color: #004ea2;
}
.wp-pagenavi .page.larger,
.wp-pagenavi .extend,
.wp-pagenavi .page.smaller {
  display: none;
}
.wp-pagenavi span.pages {
  display: block;
  margin: 0 auto 20px auto !important;
  width: 60%;
}

/* faq */
.faq .top_faq_box .faq_ttl,
.faq .top_faq_box .faq_ans {
  background-color: #fff;
}

/* request */
.request .common_tbl01 > table > tbody > tr > th {
  border-bottom: 1px solid #004ea2;
}
.request .common_tbl_cover {
  border: none;
}

/* case*/
.case_page_ttl_cover {
  position: relative;
  margin-bottom: 30px;
}
.case_page_ttl_cover::before {
  border-left: 2px solid #199ccb;
  position: absolute;
  bottom: 2px;
  right: -2px;
  content: "";
  width: 2px;
  height: 40px;
}
.case_page_ttl_cover::after {
  border-top: 2px solid #004ea2;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 40px;
  height: 2px;
}

.case_page_ttl {
  padding: 15px;
  position: relative;
}
.case_page_ttl::before {
  border-left: 2px solid #199ccb;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 2px;
  height: 40px;
}
.case_page_ttl::after {
  border-top: 2px solid #004ea2;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 2px;
}
.case_page_ttl .h1_ttl {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.case_page_date {
  font-size: 16px;
  color: #808080;
  background-color: #fff;
  padding: 5px 10px;
  line-height: 1;
  display: inline-block;
  border-radius: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.case_page_ct h2 {
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-top: 2px solid #004ea2;
  border-bottom: 1px solid #199ccb;
  line-height: 1.4;
}
.case_page_ct h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #184e9e;
}
.case_page_ct h4 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.case_page_ct h5 {
  margin-top: 40px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.case_page_ct h6 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.case_page_ct p {
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.case_page_ct figure {
  margin-bottom: 20px !important;
}
.case_page_ct img.alignright {
  display: block;
  margin: 20px 0 20px auto;
}
.case_page_ct img.alignleft {
  display: block;
  margin: 20px auto 20px 0;
}
.case_page_ct img.aligncenter {
  display: block;
  margin: 20px auto 20px auto;
}
.case_page_ct ul {
  margin: 20px 0;
}
.case_page_ct ul li {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 15px;
}
.case_page_ct ul li::before {
  content: "■";
  position: absolute;
  top: 4px;
  left: 0;
  color: #199ccb;
  font-size: 12px;
}
.case_page_ct ol {
  margin: 20px 0;
}
.case_page_ct ol li {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  position: relative;
  list-style-type: none;
  counter-increment: num 1;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.case_page_ct ol li::before {
  content: counter(num) ".";
  color: #184e9e;
  font-weight: 700;
  font-size: 16px;
  padding-right: 5px;
  font-family: "Roboto Condensed", sans-serif;
}
.case_page_ct pre {
  margin: 30px 0 0 0;
  background-color: #fff;
  border: 2px solid #004ea2;
  padding: 15px;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.case_page_ct table {
  margin: 15px 0 0 0;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
  border: 1px solid #ddd;
}
.case_page_ct table tr > * {
  padding: 10px;
  letter-spacing: 0.05em;
  border: none;
  border-bottom: 1px solid #ddd;
}
.case_page_ct table tr > *:first-child {
  background-color: #ccd8ea;
  border-right: none;
  font-weight: 700;
}
.case_page_ct table tr:not(:last-child) td:first-child {
  border-bottom: 1px solid #fff;
}
.case_page_ct a {
  color: #184e9e;
}

.post_none {
  text-align: center;
}

.mw_wp_form.mw_wp_form_direct_access_error {
  text-align: center;
  color: #b70000;
}

.makasetenetex .grecaptcha-badge {
  bottom: 60px !important;
}

.linkage_logo_box {
  margin-bottom: 30px;
}
.linkage_logo_box img {
  width: 100%;
}

.linkage_box_tab {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.linkage_box_tab .tabli {
  width: calc((100% - 2px) / 3);
  cursor: pointer;
  text-align: center;
  padding: 10px 0;
  background-color: #dbe4ee;
}
.linkage_box_tab .tabli .h2_ttl {
  color: #666666;
  font-weight: 700;
  font-size: 14px;
}
.linkage_box_tab .tabli.is-active {
  background-color: #004ea2;
}
.linkage_box_tab .tabli.is-active .h2_ttl {
  color: #FFF;
}

.linkage_box_ct {
  background-color: #fff;
  padding: 20px;
}

.linkage_box_in_img {
  margin-bottom: 15px;
}

.linkage_box_in .h3_ttl {
  font-size: 18px;
  color: #004ea2;
  font-weight: 700;
  margin-bottom: 10px;
}
.linkage_box_in .common_txt01 {
  font-size: 14px;
}
.linkage_box_in .cau_txt {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
}
.linkage_box_in:not(:last-child) {
  border-bottom: 1px solid #dbe4ee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.function-list_tbl {
  margin-bottom: 60px;
}
.function-list_tbl table {
  width: 690px;
  margin-bottom: 10px;
}
.function-list_tbl table th {
  background-color: #184e9e;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #dddddd;
  padding: 10px;
}
.function-list_tbl table th:nth-child(1) {
  width: 40%;
}
.function-list_tbl table th:nth-child(2) {
  width: 60%;
}
.function-list_tbl table td {
  background-color: #FFF;
  font-size: 14px;
  border: 1px solid #dddddd;
  padding: 10px;
  white-space: normal;
}
.function-list_tbl table td.td01 {
  font-weight: 700;
  width: 15%;
}

.function-list_tbl_ttl {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #004ea2;
  line-height: 1.2;
  text-align: center;
}

.function-list_tbl .cautxt {
  font-size: 12px;
  margin-bottom: 40px;
}
.function-list_tbl .scroll {
  overflow: auto;
  white-space: nowrap;
}
.function-list_tbl .scroll .scroll::-webkit-scrollbar {
  height: 5px;
}
.function-list_tbl .scroll .scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.function-list_tbl .scroll .scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.function-list_tbl .scroll .scroll::-webkit-scrollbar {
  /* スクロールバー本体 */
  width: 5px;
  background: #F1F1F1;
}
.function-list_tbl .scroll .scroll::-webkit-scrollbar:horizontal {
  /* 横方向のスクロールバー本体 */
  width: 5px;
  background: #F1F1F1;
}
.function-list_tbl .scroll .scroll::-webkit-scrollbar-thumb {
  /* スクロールバーの動く部分 */
  background: #CCCCCC;
  border-radius: 10px;
}
.function-list_tbl .scroll .scroll::-webkit-scrollbar-thumb:horizontal {
  /* 横方向のスクロールバーの動く部分 */
  background: #BCBCBC;
  border-radius: 10px;
}
.function-list_tbl .scroll .scroll::-webkit-scrollbar-track-piece:start {
  /* スクロールバーの動く部分の前 */
  background: #F1F1F1;
}
.function-list_tbl .scroll .scroll::-webkit-scrollbar-track-piece:end {
  /* スクロールバーの動く部分の後ろ */
  background: #F1F1F1;
}
.function-list_tbl .scroll .scroll::-webkit-scrollbar-corner {
  /* スクロールバー角 */
  background: transparent;
}

.linkage .function-list_tbl {
  margin-bottom: 0;
}
.linkage .function-list_tbl table {
  width: 100%;
}
.linkage .function-list_tbl table th:nth-child(1), .linkage .function-list_tbl table th:nth-child(2) {
  width: 25%;
}
.linkage .function-list_tbl table th:nth-child(3) {
  width: 50%;
}

.function-list_link_btn01 {
  margin-bottom: 30px;
}

.function-list_link_btn01_flex {
  display: flex;
  flex-wrap: wrap;
}

.function-list_link_btn01_img {
  width: 85px;
  position: relative;
  top: -10px;
}
.function-list_link_btn01_img img {
  width: 100%;
}

.function-list_link_btn01_disc {
  width: calc(100% - 85px);
  padding-left: 15px;
  display: flex;
  align-items: center;
  position: relative;
}
.function-list_link_btn01_disc::before {
  position: absolute;
  border-bottom: 2px solid #184e9e;
  bottom: 10px;
  left: 50%;
  content: "";
  width: 50px;
  height: 2px;
  margin-left: -25px;
  transition: 0.3s;
}
.function-list_link_btn01_disc::after {
  position: absolute;
  border-bottom: 2px solid #184e9e;
  bottom: 12px;
  left: 50%;
  content: "";
  width: 10px;
  height: 2px;
  transform: rotate(30deg);
  margin-left: 16px;
  transition: 0.3s;
}

.function-list_link_btn01 a {
  background-color: #fff;
  text-decoration: none;
  color: #111;
  display: block;
  padding: 0 10px;
  transition: 0.3s;
}
.function-list_link_btn01 a:hover {
  transition: 0.3s;
}
.function-list_link_btn01 a:hover .function-list_link_btn01_disc::before {
  margin-left: -15px;
  transition: 0.3s;
}
.function-list_link_btn01 a:hover .function-list_link_btn01_disc::after {
  margin-left: 26px;
  transition: 0.3s;
}

.function-list_link_btn01_txt {
  color: #184e9e;
  font-size: 12px;
  font-weight: 700;
}
.function-list_link_btn01_txt .f_b {
  font-size: 16px;
}

.function-list_link_btn02_flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  z-index: 1;
  align-items: center;
}

.function-list_link_btn02_img {
  width: 53px;
}
.function-list_link_btn02_img img {
  width: 100%;
}

.function-list_link_btn02_disc {
  width: calc(100% - 63px);
  padding-left: 10px;
  position: relative;
}
.function-list_link_btn02_disc::before {
  position: absolute;
  border-bottom: 2px solid #199ccb;
  bottom: 1px;
  right: 0;
  content: "";
  width: 50px;
  height: 2px;
  transition: 0.3s;
}
.function-list_link_btn02_disc::after {
  position: absolute;
  border-bottom: 2px solid #199ccb;
  bottom: 4px;
  right: 0;
  content: "";
  width: 10px;
  height: 2px;
  transform: rotate(30deg);
  transition: 0.3s;
}

.function-list_link_btn02 a {
  height: 81px;
  box-sizing: border-box;
  border: 3px solid #199ccb;
  position: relative;
  background-color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px 0 15px;
  transition: 0.3s;
  overflow: hidden;
}
.function-list_link_btn02 a::before {
  background: url(../images/function/list/function-list_link05_bk01.png) no-repeat left top;
  background-size: 48px 81px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 48px;
  height: 81px;
}
.function-list_link_btn02 a::after {
  background: url(../images/function/list/function-list_link05_bk02.png) no-repeat left top;
  background-size: 48px 81px;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 48px;
  height: 81px;
}
.function-list_link_btn02 a:hover {
  transition: 0.3s;
}
.function-list_link_btn02 a:hover .function-list_link_btn02_disc::before, .function-list_link_btn02 a:hover .function-list_link_btn02_disc::after {
  right: -10px;
  transition: 0.3s;
}

.function-list_link_btn02_txt01 {
  color: #199ccb;
  font-size: 17px;
  font-weight: 700;
}

.function-list_link_btn02_txt02 {
  color: #111111;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.function_content01_bg {
  display: flex;
  justify-content: center;
  background-color: #ebf0f8;
  padding: 50px 0;
}

.function_content01_ttl {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  color: #004ea2;
}

.function_content01_box01 {
  margin-bottom: 50px;
}

.function_content01_box01_in {
  margin-bottom: 40px;
  padding: 20px;
  border-top: 5px solid #184e9e;
  background-color: #fff;
}

.function_content01_box01_in_img {
  margin: 0 auto 30px auto;
  max-width: 260px;
}
.function_content01_box01_in_img a {
  text-decoration: none;
}
.function_content01_box01_in_img .kakudai .txt {
  /*background: url(../images/common/icon_search.png) no-repeat left center;
  padding-left: 27px;*/
  color: #666;
  font-weight: 500;
  font-size: 12px;
  display: block;
  margin-top: 10px;
  letter-spacing: 0.05em;
  text-align: center;
}
.function_content01_box01_in_img > div:nth-child(2) {
  margin-top: 30px;
}

.function_content01_box01_in_ttl {
  font-size: 18px;
  color: #004ea2;
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #ebf0f8;
  line-height: 1.4;
}

.function_content01_box01_in_ttl02 {
  font-size: 16px;
  color: #004ea2;
  margin-bottom: 5px;
  margin-top: 10px;
}

.function_content01_box01_in_txt {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.function_content01_box01_in.mobile .function_content01_box01_in_img img {
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.function_content01_box02 {
  background-color: #fff;
}

.function_content01_box02_in {
  margin-bottom: 20px;
}

.function_content01_box02_in_ttl {
  text-align: center;
  font-size: 16px;
  color: #004ea2;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
}
.function_content01_box02_in_ttl .f_b {
  font-size: 22px;
  display: block;
  margin-top: 5px;
}

.function_content01_box02_in_txt {
  font-size: 14px;
  line-height: 1.8;
}

.function_content01_box02_in_img img {
  width: 100%;
}

.function_content01_box02_in_disc {
  box-sizing: border-box;
  padding: 20px;
}

.function_content01_box02_in_ttl02 {
  font-size: 16px;
  color: #004ea2;
  padding: 5px 10px;
  margin-bottom: 15px;
  background-color: #ebf0f8;
  text-align: center;
}

.function_content01_box02_in_img02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.function_content01_box02_in_img02 .imgblock {
  margin-bottom: 15px;
  width: calc((100% - 20px) / 2);
}
.function_content01_box02_in_img02 .imgblock img {
  width: 100%;
}

.function_content01_box02_in02 {
  padding: 0 10px 20px 10px;
}

.wp-block-image img {
  height: auto !important;
}

.makasetenetex.sub .wpcf7 form.invalid .wpcf7-response-output, .makasetenetex.sub .wpcf7 form.unaccepted .wpcf7-response-output, .makasetenetex.sub .wpcf7 form.payment-required .wpcf7-response-output {
  color: #FFF;
}
.makasetenetex.sub .inquiry .wpcf7 form.invalid .wpcf7-response-output, .makasetenetex.sub .inquiry .wpcf7 form.unaccepted .wpcf7-response-output, .makasetenetex.sub .inquiry .wpcf7 form.payment-required .wpcf7-response-output {
  color: #111;
}

.grecaptcha-badge {
  z-index: 99;
}/*# sourceMappingURL=sp.css.map */