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

@media screen and (max-width: 1600px) {
  html {
    /*font-size: .8px;*/
    font-size: 50%;
  }
}
a[href^="tel:"] {
  pointer-events: none;
}

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;
  /*font-size: 1.6rem;*/
  font-size: 16px;
}

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

.sp {
  display: none;
}

.pc {
  display: block;
}

.common_container {
  overflow: hidden;
}

.common_pcnolink {
  pointer-events: none;
}

.common_inner {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}

.ank {
  padding-top: 10rem;
  margin-top: -10rem;
  display: block;
}
@media screen and (max-width: 1349.9px) {
  .ank {
    padding-top: 7rem;
    margin-top: -7rem;
  }
}

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

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

.common_leadtxt {
  text-align: center;
  margin-bottom: 1.5625vw;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 18px;
}

.common_h2_ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-bottom: 1.5625vw;
  margin-bottom: 2.6041666667vw;
  text-align: center;
  position: relative;
}
.common_h2_ttl:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 50px;
  height: 3px;
  margin-left: -50px;
}
.common_h2_ttl:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 50px;
  height: 3px;
}
.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: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-bottom: 0.5vw;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
.common_h2_ttl2 span {
  color: #004ea2;
}

.common_h2_ttl_wh {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-bottom: 1.5625vw;
  margin-bottom: 2.6041666667vw;
  text-align: center;
  position: relative;
  color: #FFF;
}
.common_h2_ttl_wh:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 50px;
  height: 3px;
  margin-left: -50px;
}
.common_h2_ttl_wh:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 50px;
  height: 3px;
}
.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: 350px;
  height: 50px;
  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: 1.6rem;
  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: 300px;
  height: 50px;
  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: 1.6rem;
  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: 33.1770833333vw;
  height: 4.375vw;
}
.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: 3.1rem;
  color: #111;
  width: auto;
  height: auto;
}
.common_btn01_yl_big a span:before {
  width: 0.625vw;
  margin-top: -0.15625vw;
}
.common_btn01_yl_big a span:after {
  width: 2.1354166667vw;
}
.common_btn01_yl_big a span:before, .common_btn01_yl_big a span:after {
  border-bottom: 1px solid #111;
  right: 9%;
}

.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: 29.53125vw;
  height: 4.375vw;
}
.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: 3.1rem;
  color: #111;
  width: auto;
  height: auto;
}
.common_btn01_yl a span:before {
  width: 0.625vw;
  margin-top: -3px;
}
.common_btn01_yl a span:after {
  width: 2.1354166667vw;
}
.common_btn01_yl a span:before, .common_btn01_yl a span:after {
  border-bottom: 1px solid #111;
  right: 9%;
}

.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: 50px;
  top: 50%;
}

@keyframes btnrightscroll {
  0% {
    right: 50px;
  }
  49% {
    right: 30px;
  }
  50% {
    right: 50px;
  }
  50% {
    right: 30px;
  }
  100% {
    right: 30px;
  }
}
.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: 99;
  background: #FFF;
  width: 100%;
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 3.125%;
  filter: drop-shadow(-1px 1px 4px rgba(0, 0, 0, 0.2));
}
header .acctit {
  display: none;
}
header .hd_logo {
  width: 202px;
  padding-bottom: 6px;
}
header .hd_logo img {
  width: 100%;
}
header .hd_logo a {
  transition: 0.3s;
}
header .hd_logo a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
header .hd_right {
  width: calc(100% - 222px);
  max-width: 1620px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .hd_right .hd_nav01 {
  width: 67.9012346%;
  height: 100%;
}
header .hd_right .hd_nav01 .inblock {
  height: 100%;
}
header .hd_right .hd_nav01 .inblock .accordion {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 4.545454%;
}
header .hd_right .hd_nav01 .inblock .accordion > li {
  height: 100%;
  margin-right: 5.1425714%;
}
header .hd_right .hd_nav01 .inblock .accordion > li.menu_mega .menu_mega_ttl {
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 20px;
  cursor: pointer;
  font-weight: 700;
  position: relative;
}
header .hd_right .hd_nav01 .inblock .accordion > li.menu_mega .menu_mega_ttl::before {
  background: url(../images/common/icon_arrow01.png) left top;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 11px;
  height: 6px;
  margin-top: -3px;
}
header .hd_right .hd_nav01 .inblock .accordion > li.menu_mega .menu_mega_ttl span {
  position: relative;
}
header .hd_right .hd_nav01 .inblock .accordion > li.menu_mega .menu_mega_ttl span::after {
  border-bottom: 2px solid #004ea2;
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  transition: 0.3s;
  opacity: 0;
}
header .hd_right .hd_nav01 .inblock .accordion > li.menu_mega .menu_mega_ttl:hover span::after {
  transition: 0.3s;
  opacity: 1;
  bottom: -8px;
}
header .hd_right .hd_nav01 .inblock .accordion > li.menu_mega:hover .menu_second-level {
  visibility: visible;
  opacity: 1;
}
header .hd_right .hd_nav01 .inblock .accordion > li:last-of-type {
  margin-right: 0;
}
header .hd_right .hd_nav01 .inblock .accordion > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  color: #111;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
}
header .hd_right .hd_nav01 .inblock .accordion > li > a span {
  position: relative;
}
header .hd_right .hd_nav01 .inblock .accordion > li > a span::after {
  border-bottom: 2px solid #004ea2;
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  transition: 0.3s;
  opacity: 0;
}
header .hd_right .hd_nav01 .inblock .accordion > li > a:hover span::after {
  transition: 0.3s;
  opacity: 1;
  bottom: -8px;
}
header .hd_right .hd_btn_wrap {
  width: 32.0987654%;
  max-width: 520px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
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: center;
  justify-content: center;
  transition: 0.2s;
}
header .hd_right .hd_btn_wrap .hd_btn a span {
  font-size: 16px;
  color: #004ea2;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  display: inline-block;
  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 {
  padding-left: 15.3846154%;
}
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: 50%;
  left: -2px;
  transform: translateY(-50%);
}
header .hd_right .hd_btn_wrap .hd_btn.document {
  background-color: #004ea2;
  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-left: 8.46153846%;
}
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: 50%;
  left: -17px;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}
header button {
  display: none;
}
@media screen and (max-width: 1499.9px) {
  header {
    padding-left: 20px;
  }
  header .hd_logo {
    width: 180px;
  }
  header .hd_right {
    width: calc(100% - 200px);
  }
  header .hd_right .hd_nav01 {
    width: calc(100% - 400px);
  }
  header .hd_right .hd_nav01 .accordion {
    padding-right: 20px;
  }
  header .hd_right .hd_nav01 .accordion > li {
    margin-right: 30px;
  }
  header .hd_right .hd_nav01 .accordion > li:last-of-type {
    margin-right: 0;
  }
  header .hd_right .hd_btn_wrap {
    width: 400px;
  }
  header button {
    display: none;
  }
}

@media screen and (min-width: 1350px) {
  .menu_second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    background: #fff;
    transition: all 0.2s ease;
  }
  .menu_second-level .flex {
    padding: 3.64583333% 0 2.08333333%;
    background: #ebf0f8;
    position: relative;
  }
  .menu_second-level .flex .common_inner {
    margin-left: auto;
    margin-right: auto;
  }
  .menu_second-level .flex ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .menu_second-level .flex ul li {
    width: 25%;
    margin-right: 0;
    margin-bottom: 1.5625vw;
  }
  .menu_second-level .flex ul li .img {
    width: 35.4%;
    display: block;
    margin-right: 15px;
  }
  .menu_second-level .flex ul li .img img {
    width: 100%;
  }
  .menu_second-level .flex ul li .txt {
    width: calc(64.6% - 15px);
    display: block;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.2;
    color: #184e9e;
  }
  .menu_second-level .flex ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    transition: 0.3s;
  }
  .menu_second-level .flex ul li a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  .menu_second-level .flex ul li a:hover::after {
    content: inherit;
  }
}
@media screen and (max-width: 1349.9px) {
  header {
    height: 70px;
  }
  header .hd_right .hd_nav01 {
    width: 100%;
  }
  header .hd_right .hd_nav01 .inblock .accordion {
    display: block !important;
  }
  header .hd_right .hd_nav01 .inblock .accordion li a {
    color: #fff;
  }
  header .hd_right .hd_nav01 .inblock .accordion li a span {
    font-weight: 500;
  }
  header .hd_right .hd_nav01 .inblock .accordion .menu_mega .pc {
    display: none;
  }
  header .hd_right .hd_nav01 .inblock .accordion .menu_mega .sp {
    display: block;
  }
  header .hd_right .hd_nav01 .inblock .accordion .menu_mega .menu_mega_ttl {
    display: none !important;
  }
  header .hd_right .hd_nav01 .inblock .accordion .menu_mega .acctit {
    color: #fff;
    letter-spacing: 0.05em;
    padding: 12px 25px 12px 0;
    position: relative;
    cursor: pointer;
    display: block;
  }
  header .hd_right .hd_nav01 .inblock .accordion .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 .hd_right .hd_nav01 .inblock .accordion .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 .hd_right .hd_nav01 .inblock .accordion .menu_mega .menu_second-level.accct,
  header .hd_right .hd_nav01 .inblock .accordion .menu_mega .menu_second-level .ttlblock,
  header .hd_right .hd_nav01 .inblock .accordion .menu_mega .menu_second-level ul li .img {
    display: none;
  }
  header .hd_right .hd_nav01 .inblock .accordion .menu_mega .accct ul {
    margin: -5px 0 10px 0;
    display: block;
  }
  header .hd_right .hd_nav01 .inblock .accordion .menu_mega .accct ul li {
    border-bottom: none !important;
  }
  header .hd_right .hd_nav01 .inblock .accordion .menu_mega .accct ul li a {
    padding: 6px 25px 6px 1em !important;
  }
  header .hd_right .hd_nav01 .inblock .accordion .menu_mega .accct ul li a span {
    font-weight: 400 !important;
  }
  header .hd_right .hd_nav01 .inblock .accordion .menu_mega .accct ul li a::after {
    content: inherit !important;
  }
  header .hd_right .hd_btn_wrap {
    width: 140px;
    margin-right: 70px;
  }
  header .hd_right .hd_btn_wrap .hd_btn a {
    align-items: flex-start;
  }
  header .hd_right .hd_btn_wrap .hd_btn a span {
    font-size: 10px;
    padding-top: 43px;
    padding-left: 0 !important;
    text-align: center;
  }
  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::before {
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
  }
  header .hd_right .hd_btn_wrap .hd_btn.document {
    background: #199ccb;
  }
  header .hd_right .hd_btn_wrap .hd_btn.document a span {
    color: #fff;
  }
  header .hd_right .hd_btn_wrap .hd_btn.document a span::before {
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
  }
  header button {
    display: block;
    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: 70px;
    height: 70px;
    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: 20px;
    left: calc((100% - 24px) / 2);
  }
  header .nav_toggle_pc span:nth-child(2) {
    top: 27px;
  }
  header .nav_toggle_pc span:nth-child(3) {
    top: 34px;
  }
  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: 46px;
    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 {
    width: 100% !important;
    position: fixed;
    top: -600%;
    left: 0;
    width: 100%;
    transition: 0.3s;
    box-sizing: border-box;
    height: auto !important;
    z-index: 99;
  }
  header .global_menu.open {
    top: 70px;
  }
  header .global_menu .inblock {
    padding: 10px 20px;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
    background-color: #004ea2;
    height: auto !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;
    left: inherit;
    bottom: inherit;
    opacity: 1;
  }
}
/*----------------------------------------------------------------------------
******************************************************************************
** common layout
******************************************************************************
----------------------------------------------------------------------------*/
.sub_main_bg {
  margin-top: 100px;
  position: relative;
  background: linear-gradient(to right, #097cd4 50%, #19a3cb 50%);
}
@media screen and (max-width: 1349.9px) {
  .sub_main_bg {
    margin-top: 70px;
  }
}
.sub_main_bg .sub_main_contents {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.sub_main_bg .sub_main_contents .main_contents_wrap {
  width: 100%;
  max-width: 154rem;
  min-height: 64.8rem;
  padding: 9.3rem 2rem 4rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.sub_main_bg .sub_main_contents .main_contents_wrap .sub_main_ttl {
  width: 100%;
  padding-right: 48rem;
}
.sub_main_bg .sub_main_contents .main_contents_wrap .sub_main_ttl .ttl_sub {
  width: 100%;
  max-width: 74rem;
  font-size: 3.6rem;
  color: #154a83;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  padding: 0.4rem 4.9rem 0.96rem 5.8rem;
  transform: skew(-10deg);
  margin-left: 2rem;
}
.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: 1.6rem;
  text-underline-offset: -0.3rem;
  margin-right: 1.1rem;
}
.sub_main_bg .sub_main_contents .main_contents_wrap .sub_main_ttl .ttl_main {
  width: 100%;
  display: block;
  font-size: 8rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.37;
  letter-spacing: 0.045em;
  text-shadow: 0 0 2.4rem rgba(1, 30, 73, 0.9);
  display: block;
  transform: skew(-10deg);
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  margin-top: 1.9rem;
  position: relative;
  z-index: 1;
}
.sub_main_bg .sub_main_contents .main_contents_wrap .sub_main_txt {
  width: 100%;
  font-size: 2.52rem;
  color: #fff;
  font-weight: 700;
  line-height: 2.14285714;
  letter-spacing: 0.035em;
  margin-top: 1.3rem;
  padding-left: 0.5rem;
}
.sub_main_bg .sub_main_contents .main_contents_wrap .sub_main_img {
  width: 51rem;
  text-align: right;
  position: absolute;
  top: 35.4rem;
  right: 3.6rem;
  transform: translateY(-50%);
}
.sub_main_bg .sub_main_contents .main_contents_wrap .sub_main_img .main_img {
  width: 100%;
}
.sub_main_bg .sub_main_contents .sub_main_contents_bg_img {
  width: 1920px;
  position: absolute;
  bottom: -12.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.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: 5.7rem 2rem 3.9rem;
  position: relative;
  z-index: 2;
}
.sub_main_bg .sub_cv_area .cv_area_inner {
  width: 100%;
  max-width: 120rem;
  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;
}
@media screen and (max-width: 9999px) {
  .sub_main_bg .sub_main_contents .main_contents_wrap {
    width: 100%;
    max-width: clamp(0px, 87.5vw, 134.75rem);
    min-height: clamp(0px, 36.818182vw, 56.7rem);
    padding: clamp(0px, 5.284091vw, 8.1375rem) clamp(0px, 1.136364vw, 1.75rem) clamp(0px, 2.272727vw, 3.5rem);
  }
  .sub_main_bg .sub_main_contents .main_contents_wrap .sub_main_ttl {
    padding-right: clamp(0px, 27.272727vw, 42rem);
  }
  .sub_main_bg .sub_main_contents .main_contents_wrap .sub_main_ttl .ttl_sub {
    max-width: clamp(0px, 42.045455vw, 64.75rem);
    font-size: clamp(0px, 2.045455vw, 3.15rem);
    padding: clamp(0px, 0.227273vw, 0.35rem) clamp(0px, 2.784091vw, 4.2875rem) clamp(0px, 0.545455vw, 0.84rem) clamp(0px, 3.295455vw, 5.075rem);
    margin-left: clamp(0px, 1.136364vw, 1.75rem);
  }
  .sub_main_bg .sub_main_contents .main_contents_wrap .sub_main_ttl .ttl_sub .border {
    text-decoration-thickness: clamp(0px, 0.909091vw, 1.4rem);
    text-underline-offset: clamp(-0.2625rem, -0.170455vw, 0px);
    margin-right: clamp(0px, 0.625vw, 0.9625rem);
  }
  .sub_main_bg .sub_main_contents .main_contents_wrap .sub_main_ttl .ttl_main {
    font-size: clamp(0px, 4.545455vw, 7rem);
    text-shadow: 0 0 clamp(0px, 1.363636vw, 2.1rem) rgba(1, 30, 73, 0.9);
    margin-top: clamp(0px, 1.079545vw, 1.6625rem);
  }
  .sub_main_bg .sub_main_contents .main_contents_wrap .sub_main_txt {
    font-size: clamp(0px, 1.431818vw, 2.205rem);
    margin-top: clamp(0px, 0.738636vw, 1.1375rem);
    padding-left: clamp(0px, 0.284091vw, 0.4375rem);
  }
  .sub_main_bg .sub_main_contents .main_contents_wrap .sub_main_img {
    width: clamp(0px, 28.977273vw, 44.625rem);
    top: clamp(0px, 20.113636vw, 30.975rem);
    right: calc(clamp(0px, 0.909091vw, 1.4rem) + 2rem);
  }
  .sub_main_bg .sub_main_contents .sub_main_contents_bg_img {
    width: 1920px;
    bottom: -12.6rem;
  }
}
@media screen and (max-width: 1600px) {
  .sub_main_bg .sub_main_contents .sub_main_contents_bg_img {
    width: clamp(0px, 129.87013vw, 1600px);
    bottom: clamp(-11.025rem, -7.159091vw, 0px);
  }
}

.common_sub_sec01 {
  padding-top: clamp(0px, 4.833333vw, 5.8rem);
  padding-bottom: clamp(0px, 8.333333333vw, 10rem);
}
.common_sub_sec01 .common_inner .sec01_txt {
  width: 100%;
  text-align: center;
}
.common_sub_sec01 .common_inner .sec01_txt span {
  font-size: 4rem;
  color: #19a3cb;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  padding: 0 3.9rem;
}
.common_sub_sec01 .common_inner .sec01_txt span::before, .common_sub_sec01 .common_inner .sec01_txt span::after {
  content: "";
  width: 0.5rem;
  height: 4.6rem;
  background-color: #199ccb;
  position: absolute;
  top: 1.4rem;
  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%;
  max-width: 117rem;
  min-height: 20rem;
  padding: 1rem 1rem 3.7rem 2.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fffac5;
  transform: skew(-10deg);
  margin: 1.3rem auto 0;
}
.common_sub_sec01 .common_inner .sec01_box .wrap > span {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  transform: skew(10deg);
  display: inline-block;
}
.common_sub_sec01 .common_inner .sec01_box .wrap > span .roboto {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10rem;
  color: #184e9e;
  letter-spacing: 0.055em;
  margin: 0 0.7rem 0 0.9rem;
  position: relative;
  top: 0.9rem;
}

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

.common_sub_sec02 {
  padding-top: clamp(0rem, 5.08333333vw, 6.1rem);
  padding-bottom: clamp(0rem, 6.66666666vw, 8rem);
}
.common_sub_sec02 .common_inner .sec02_ttl01 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.64;
  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(auto-fit, minmax(0, 1fr));
  gap: 1.666666%;
  margin-top: 4.6rem;
}
.common_sub_sec02 .common_inner .sec02_list01 li {
  width: 100%;
}
.common_sub_sec02 .common_inner .sec02_list01 li a {
  width: 100%;
  min-height: 9.7rem;
  padding: 1rem calc(7.04225352% + 3.4rem);
  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: 2.4rem;
  aspect-ratio: 1/1;
  background: url(../images/common/nav_arrow.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 7.04225352%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.common_sub_sec02 .common_inner .sec02_list01 li a .wrap {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  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% + 1rem);
}

.common_sub_sec03 {
  padding-top: clamp(0rem, 7.4166666vw, 8.9rem);
  padding-bottom: clamp(0rem, 8.166666vw, 9.8rem);
}
.common_sub_sec03 .common_inner .sec03_block01 {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 2.5%;
  margin-top: 5rem;
}
.common_sub_sec03 .common_inner .sec03_block01 .sec03_box01 {
  width: 100%;
  height: 100%;
  padding: 3rem 7.89473684% 2.2rem;
  background-color: #dbe6f2;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.common_sub_sec03 .common_inner .sec03_block01 .sec03_box01 .sec03_ttl01 {
  width: 100%;
  margin-top: 2.1rem;
  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%;
  max-width: 29rem;
  margin: 1.7rem auto 0;
  order: 3;
}

.common_txt02 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
  margin-top: 3.8rem;
}

.common_sub_sec04 {
  padding-top: clamp(0rem, 7.25vw, 8.7rem);
  padding-bottom: clamp(0rem, 8.166666vw, 9.8rem);
}
.common_sub_sec05 {
  padding-top: clamp(0rem, 7.25vw, 8.7rem);
  padding-bottom: clamp(0rem, 8.166666vw, 9.8rem);
}
.common_sub_sec05 .common_inner .sec05_block01 {
  width: 100%;
  margin-top: 5rem;
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box01 {
  width: 100%;
  min-height: 13.3rem;
  border: solid 0.4rem #199ccb;
  padding: 1rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12.8rem;
  position: relative;
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box01::before {
  content: "";
  width: 8.6rem;
  height: 6.5rem;
  background: url(../images/function/sales/sec05_arrow.png) no-repeat center/contain;
  position: absolute;
  bottom: -10rem;
  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: 2.4rem;
  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: 0.6rem;
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box02 {
  width: 100%;
  margin-bottom: 12.4rem;
  position: relative;
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box02::before {
  content: "";
  width: 8.6rem;
  height: 6.5rem;
  background: url(../images/function/sales/sec05_arrow.png) no-repeat center/contain;
  position: absolute;
  bottom: -9.4rem;
  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: 2.8rem;
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box02 .box02_contents_wrap .box02_contents {
  width: 24.16666666%;
  background-color: #fff;
  padding: 2.6rem 1rem 1.7rem;
  margin-right: 1.111111%;
  margin-top: 1.111111%;
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box02 .box02_contents_wrap .box02_contents:nth-of-type(4n) {
  margin-right: 0;
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box02 .box02_contents_wrap .box02_contents:nth-of-type(-n + 4) {
  margin-top: 0;
}
.common_sub_sec05 .common_inner .sec05_block01 .block01_box02 .box02_contents_wrap .box02_contents .contents_ttl {
  width: 100%;
  max-width: 18rem;
  min-height: 3.8rem;
  font-size: 2.4rem;
  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: 5rem;
  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: 0.9rem;
}
.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: clamp(0rem, 7.4166666vw, 8.9rem);
  padding-bottom: clamp(0rem, 8.33333333vw, 10rem);
}
.common_sub_sec06 .common_inner .sec06_list01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.9rem;
}
.common_sub_sec06 .common_inner .sec06_list01 li {
  width: 24.16666666%;
  margin-right: 1.111111%;
  margin-top: 1.583333333%;
}
.common_sub_sec06 .common_inner .sec06_list01 li:nth-of-type(-n + 4) {
  margin-top: 0;
}
.common_sub_sec06 .common_inner .sec06_list01 li:nth-of-type(4n) {
  margin-right: 0;
}
.common_sub_sec06 .common_inner .sec06_list01 li a {
  width: 100%;
  min-height: 10rem;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  padding: 1rem 3.448275862% 1rem 7.586206896%;
  background-color: #184e9e;
  text-decoration: none;
  transition: 0.2s;
}
.common_sub_sec06 .common_inner .sec06_list01 li a .icon {
  width: 23.26483133%;
  margin-right: 7.367196587%;
}
.common_sub_sec06 .common_inner .sec06_list01 li a .txt {
  width: 69.367972083%;
  display: inline-block;
  padding-bottom: 0.2rem;
}
.common_sub_sec06 .common_inner .sec06_list01 li a:hover {
  opacity: 0.7;
}

.common_slide_box {
  width: 100%;
  padding: 4rem 3.333333% 5rem;
  background-color: #fff;
  margin-top: 4.9rem;
}
.common_slide_box .common_slider-wrap {
  width: 100%;
  position: relative;
}
.common_slide_box .common_slider-wrap .common_slider_list {
  width: 41.5700268%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.common_slide_box .common_slider-wrap .common_slider_list li {
  width: 100%;
  min-height: 6.6rem;
  font-size: 2rem;
  color: #184e9e;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  background-color: #fff;
  border: solid 0.2rem #184e9e;
  padding: 1rem 1rem 1.2rem calc(3.4rem + 9%);
  display: flex;
  align-items: center;
  margin-top: 1.4rem;
  transition: 0.2s;
  position: relative;
  cursor: pointer;
}
.common_slide_box .common_slider-wrap .common_slider_list li::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url("../images/common/common_slider_list_arrow_b.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 7%;
  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%;
}
.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: 56.1998216%;
  height: 42rem;
}
.common_slide_box .common_slider_container .common_slider .common_slider01_in .slider01_in_wrap .slider_txt01 {
  width: 100%;
  margin-top: 3rem;
}
.common_slide_box .common_slider_container .common_slider01_navi_wrap {
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.2rem;
}
.common_slide_box .common_slider_container .common_slider01_navi_wrap .slider01_navi_wrap {
  position: relative;
  padding: 0 6.2rem;
}
.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: 1rem;
  height: 1rem;
  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 {
  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: 90px;
		z-index: 9;
		opacity: 0;
		transform: translateY(100px);
	a{
		width: 60px;
		height: 60px;
		display: block;
		position: relative;
		background: $mainColor;
		border-radius: 50%;
		transition: 0.3s;
		span{
			position: absolute;
			top: 50%;
			left: 50%;
			content: "";
			width: 16px;
			height: 16px;
			border: 2px solid;
			border-color: #fff #fff transparent transparent;
			transform: rotate(-45deg);
			margin: -4px 0 0 -8px;
		}
	}
	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: clamp(0rem, 3.75vw, 5.4rem);
  padding-bottom: clamp(0rem, 5.666666vw, 6.8rem);
  display: flex;
  justify-content: center;
}

.ft_service_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1600px) {
  .ft_service_flex {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ft_service_bnr {
  width: calc(50% - 1.04vw);
}
.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: 4.2rem;
  color: #fff;
  margin-bottom: 2.0833333333vw;
  text-align: center;
}

footer a {
  transition: 0.3s;
}
footer a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
footer .ft_01 {
  width: 100%;
  padding-top: clamp(0rem, 5vw, 6rem);
  padding-bottom: clamp(0rem, 4.75vw, 5.7rem);
}
footer .ft_01 .common_inner {
  display: flex;
  justify-content: space-between;
}
footer .ft_01 .common_inner .ft_01_logo {
  width: 27.5rem;
}
footer .ft_01 .common_inner .ft_01_link {
  width: calc(100% - 30rem);
  max-width: 73.4rem;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
}
footer .ft_01 .common_inner .ft_01_link a,
footer .ft_01 .common_inner .ft_01_link span {
  font-size: 1.6rem;
  color: #184e9e;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  text-decoration: none;
}
footer .ft_01 .common_inner .ft_01_link a {
  transition: 0.2s;
}
footer .ft_01 .common_inner .ft_01_link a:hover {
  opacity: 0.7;
}
footer .ft_01 .common_inner .ft_01_link > ul > li {
  margin-top: 2.4rem;
}
footer .ft_01 .common_inner .ft_01_link > ul > li:first-of-type {
  margin-top: 0;
}
footer .ft_01 .common_inner .ft_01_link > ul > li > ul {
  margin-top: 2.4rem;
}
footer .ft_01 .common_inner .ft_01_link > ul > li > ul > li {
  margin-top: 2.4rem;
}
footer .ft_01 .common_inner .ft_01_link > ul > li > ul > li:first-of-type {
  margin-top: 0;
}
footer .ft_01 .common_inner .ft_01_link > ul > li > ul > li a {
  padding-left: 1.4rem;
  position: relative;
}
footer .ft_01 .common_inner .ft_01_link > ul > li > ul > li a::before {
  content: "";
  width: 1rem;
  height: 0.2rem;
  background-color: #199ccb;
  position: absolute;
  top: 0.8rem;
  left: -0.1rem;
}
@media screen and (max-width: 1000px) {
  footer .ft_01 .common_inner {
    display: block;
  }
  footer .ft_01 .common_inner .ft_01_logo {
    margin: 0 auto 3rem;
  }
  footer .ft_01 .common_inner .ft_01_link {
    width: 100%;
    margin: 0 0 0 auto;
  }
}
footer .ft_02 {
  background-color: #edf2f8;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 3.6458333333vw 0;
}
footer .ft_02 .common_en_01 {
  color: #004ea2;
  font-size: 2rem;
  position: relative;
  margin-right: 15px;
  padding-right: 93px;
  font-weight: 500;
}
footer .ft_02 .common_en_01::after {
  border-bottom: 1px solid #004ea2;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 78px;
  height: 1px;
}
footer .ft_02_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 6.666666%;
}
footer address {
  background-color: #022444;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 25px 0;
  color: #fff;
  letter-spacing: 0.05em;
}

.side_01 {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
.side_01.show {
  opacity: 1;
  pointer-events: auto;
}
.side_01 .side_01_btn {
  width: 10rem;
  height: 26rem;
  border: solid 0.3rem #e48100;
  background-color: #e48100;
}
.side_01 .side_01_btn a {
  width: 100%;
  height: 100%;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.2s;
}
.side_01 .side_01_btn a span {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  padding-top: 2.7rem;
}
.side_01 .side_01_btn a:hover {
  opacity: 0.7;
}
.side_01 .side_01_btn.mail a span::before {
  content: "";
  width: 2.4rem;
  height: 1.8rem;
  background: url(../images/common/mail_icon.svg) no-repeat center/contain;
  position: absolute;
  top: -0.1rem;
  left: 50%;
  transform: translateX(-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-top: 3.6rem;
}
.side_01 .side_01_btn.document a span::before {
  content: "";
  width: 2.3rem;
  height: 2.7rem;
  background: url(../images/common/document_icon.svg) no-repeat center/contain;
  position: absolute;
  top: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
}

.ft_sp {
  display: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
** top
******************************************************************************
----------------------------------------------------------------------------*/
.top_main_bg {
  margin-top: 100px;
  position: relative;
  background: linear-gradient(to right, #184e9e 50%, #386ebf 50%);
}
@media screen and (max-width: 1349.9px) {
  .top_main_bg {
    margin-top: 70px;
  }
}
.top_main_bg .top_main_contents {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.top_main_bg .top_main_contents .main_contents_wrap {
  width: 100%;
  max-width: 154rem;
  min-height: 64.8rem;
  padding: 9.3rem 2rem 4rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_ttl {
  width: 100%;
  padding-right: 48rem;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_ttl .ttl_sub {
  font-size: 3.6rem;
  color: #154a83;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  display: inline-block;
  background-color: #fff;
  padding: 0.4rem 4.9rem 0.96rem 5.8rem;
  transform: skew(-10deg);
  margin-left: 2rem;
}
.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: 1.6rem;
  text-underline-offset: -0.3rem;
  margin-right: 1.1rem;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_ttl .ttl_main {
  width: 100%;
  display: block;
  margin-top: 2.2rem;
  position: relative;
  z-index: 1;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_ttl .ttl_main .txt01 {
  font-size: 7rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-shadow: 0 0 2.4rem rgba(1, 30, 73, 0.9);
  display: block;
  transform: skew(-10deg);
  padding-left: 0.9rem;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_ttl .ttl_main .txt02 {
  font-size: 10rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.062em;
  text-shadow: 0 0 2.4rem rgba(1, 30, 73, 0.9);
  display: block;
  transform: skew(-10deg);
  margin: 1rem 0 0 -0.6rem;
  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 {
  width: 100%;
  padding-right: 32%;
  margin-top: 1.5rem;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_list li {
  width: 100%;
  font-size: 2.52rem;
  color: #fff;
  font-weight: 700;
  line-height: 2.14285714;
  letter-spacing: 0.05em;
  padding-left: 3.2rem;
  position: relative;
  text-shadow: 0 0 2.4rem rgba(1, 30, 73, 0.9);
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_list li::before {
  content: "";
  width: 5.7rem;
  height: 5.9rem;
  background: url(../images/common/check.png) no-repeat center/contain;
  position: absolute;
  top: -0.2rem;
  left: -1.5rem;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_img {
  width: 51rem;
  text-align: right;
  position: absolute;
  top: 50%;
  right: 3.6rem;
  transform: translateY(-50%);
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_img .main_img_txt {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  transform: skew(-10deg);
  display: inline-block;
  position: relative;
  margin-right: -0.7rem;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_img .main_img_txt::before {
  content: "";
  width: 48.9541611%;
  height: 0.1rem;
  background-color: #fff;
  position: absolute;
  bottom: 0.1rem;
  left: 0;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_img .main_img_txt::after {
  content: "";
  width: 47.3965287%;
  height: 0.1rem;
  background-color: #fff;
  position: absolute;
  bottom: 0.1rem;
  right: 0;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_img .main_img_txt .wrap::after {
  content: "";
  width: 2.3rem;
  height: 0.1rem;
  background-color: #fff;
  position: absolute;
  bottom: 0.1rem;
  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: 6.2rem;
  letter-spacing: 0.055em;
  display: inline-block;
  margin: 0rem 0.9rem 0 1.1rem;
  position: relative;
  top: 0.4rem;
}
.top_main_bg .top_main_contents .main_contents_wrap .top_main_img .main_img {
  margin-top: 4.3rem;
}
.top_main_bg .top_main_contents .top_main_contents_bg_img {
  width: 1920px;
  position: absolute;
  bottom: -12.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.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: 5.7rem 2rem 3.9rem;
  position: relative;
  z-index: 2;
}
.top_main_bg .top_cv_area .cv_area_inner {
  width: 100%;
  max-width: 120rem;
  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;
}
@media screen and (max-width: 9999px) {
  .top_main_bg .top_main_contents .main_contents_wrap {
    max-width: clamp(0px, 87.5vw, 134.75rem);
    min-height: clamp(0px, 36.818182vw, 56.7rem);
    padding: clamp(0px, 5.284091vw, 8.1375rem) clamp(0px, 1.136364vw, 1.75rem) clamp(0px, 2.272727vw, 3.5rem);
  }
  .top_main_bg .top_main_contents .main_contents_wrap .top_main_ttl {
    padding-right: clamp(0px, 27.272727vw, 42rem);
  }
  .top_main_bg .top_main_contents .main_contents_wrap .top_main_ttl .ttl_sub {
    font-size: clamp(0px, 2.045455vw, 3.15rem);
    padding: clamp(0px, 0.227273vw, 0.35rem) clamp(0px, 2.784091vw, 4.2875rem) clamp(0px, 0.545455vw, 0.84rem) clamp(0px, 3.295455vw, 5.075rem);
    margin-left: clamp(0px, 1.136364vw, 1.75rem);
  }
  .top_main_bg .top_main_contents .main_contents_wrap .top_main_ttl .ttl_sub .border {
    text-decoration-thickness: clamp(0px, 0.909091vw, 1.4rem);
    text-underline-offset: clamp(-0.2625rem, -0.170455vw, 0px);
    margin-right: clamp(0px, 0.625vw, 0.9625rem);
  }
  .top_main_bg .top_main_contents .main_contents_wrap .top_main_ttl .ttl_main {
    margin-top: clamp(0px, 1.25vw, 1.925rem);
  }
  .top_main_bg .top_main_contents .main_contents_wrap .top_main_ttl .ttl_main .txt01 {
    font-size: clamp(0px, 3.977273vw, 6.125rem);
    text-shadow: 0 0 clamp(0px, 1.363636vw, 2.1rem) rgba(1, 30, 73, 0.9);
    padding-left: clamp(0px, 0.511364vw, 0.7875rem);
  }
  .top_main_bg .top_main_contents .main_contents_wrap .top_main_ttl .ttl_main .txt02 {
    font-size: clamp(0px, 5.681818vw, 8.75rem);
    text-shadow: 0 0 clamp(0px, 1.363636vw, 2.1rem) rgba(1, 30, 73, 0.9);
    margin: clamp(0px, 0.568182vw, 0.875rem) 0 0 clamp(-0.525rem, -0.340909vw, 0px);
  }
  .top_main_bg .top_main_contents .main_contents_wrap .top_main_list {
    margin-top: clamp(0px, 0.852273vw, 1.3125rem);
  }
  .top_main_bg .top_main_contents .main_contents_wrap .top_main_list li {
    font-size: clamp(0px, 1.431818vw, 2.205rem);
    padding-left: clamp(0px, 1.818182vw, 2.8rem);
    text-shadow: 0 0 clamp(0px, 1.363636vw, 2.1rem) rgba(1, 30, 73, 0.9);
  }
  .top_main_bg .top_main_contents .main_contents_wrap .top_main_list li::before {
    width: clamp(0px, 3.238636vw, 4.9875rem);
    height: clamp(0px, 3.352273vw, 5.1625rem);
    top: clamp(-0.175rem, -0.113636vw, 0px);
    left: clamp(-1.3125rem, -0.852273vw, 0px);
  }
  .top_main_bg .top_main_contents .main_contents_wrap .top_main_img {
    width: clamp(0px, 28.977273vw, 44.625rem);
    right: calc(clamp(0px, 0.909091vw, 1.4rem) + 2rem);
  }
  .top_main_bg .top_main_contents .main_contents_wrap .top_main_img .main_img_txt {
    font-size: clamp(0px, 1.590909vw, 2.45rem);
    margin-right: clamp(-0.6125rem, -0.397727vw, 0px);
  }
  .top_main_bg .top_main_contents .main_contents_wrap .top_main_img .main_img_txt::before {
    height: clamp(0px, 0.056818vw, 0.0875rem);
    bottom: clamp(0px, 0.056818vw, 0.0875rem);
  }
  .top_main_bg .top_main_contents .main_contents_wrap .top_main_img .main_img_txt::after {
    height: clamp(0px, 0.056818vw, 0.0875rem);
    bottom: clamp(0px, 0.056818vw, 0.0875rem);
  }
  .top_main_bg .top_main_contents .main_contents_wrap .top_main_img .main_img_txt .wrap::after {
    width: clamp(0px, 1.306818vw, 2.0125rem);
    height: clamp(0px, 0.056818vw, 0.0875rem);
    bottom: clamp(0px, 0.056818vw, 0.0875rem);
  }
  .top_main_bg .top_main_contents .main_contents_wrap .top_main_img .main_img_txt .wrap .roboto {
    font-size: clamp(0px, 3.522727vw, 5.425rem);
    margin: 0rem clamp(0px, 0.511364vw, 0.7875rem) 0 clamp(0px, 0.625vw, 0.9625rem);
    top: 0.4rem;
  }
  .top_main_bg .top_main_contents .main_contents_wrap .top_main_img .main_img {
    margin-top: clamp(0px, 2.443182vw, 3.7625rem);
  }
  .top_main_bg .top_main_contents .top_main_contents_bg_img {
    width: 1920px;
    bottom: -12.6rem;
  }
}
@media screen and (max-width: 1600px) {
  .top_main_bg .top_main_contents .top_main_contents_bg_img {
    width: clamp(0px, 129.87013vw, 1600px);
    bottom: clamp(-11.025rem, -7.159091vw, 0px);
  }
}

.top_main_box {
  background: linear-gradient(to right, #184e9e, #386fbf);
  padding: 2.6041666667vw;
  position: relative;
}
.top_main_box::after {
  background: url(../images/top/makasetenetex_mainparts.png) no-repeat left top;
  background-size: 17.5520833333vw 14.375vw;
  position: absolute;
  bottom: 0.5208333333vw;
  right: 6.7708333333vw;
  content: "";
  width: 17.5520833333vw;
  height: 14.375vw;
}

.top_main_img img {
  width: 100%;
  margin-top: 0;
}

.scroll_line {
  position: absolute;
  z-index: 9;
  right: 2.0833333333vw;
  bottom: 2vw;
}
.scroll_line a {
  text-decoration: none;
}
.scroll_line .scroll_line_anim {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  height: 90px;
  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: 6px;
  left: -11px;
  content: "";
  width: 15px;
  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: 120px;
  display: inline;
  margin-left: -20px;
}
.scroll_line .scroll_line_txt .common_en_01 {
  font-size: 12px;
  color: #FFF;
  letter-spacing: 0.07em;
  white-space: nowrap;
  line-height: 1;
  transition: 0.2s;
  font-style: italic;
}

.common_h2_ttl02 {
  width: 100%;
  text-align: center;
}
.common_h2_ttl02 .sub {
  display: inline-block;
  padding: 0.7rem 3.1rem 1rem 3.8rem;
  background-color: #004ea2;
  transform: skew(-10deg);
  margin-bottom: 1.5rem;
}
.common_h2_ttl02 .sub span {
  font-size: 3.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.11em;
  display: inline-block;
  transform: skew(10deg);
}
.common_h2_ttl02 .ttl {
  width: 100%;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-bottom: 3.2rem;
  display: block;
  position: relative;
}
.common_h2_ttl02 .ttl::before {
  content: "";
  width: 10rem;
  height: 0.3rem;
  background-color: #004ea2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.common_h2_ttl02 .ttl::after {
  content: "";
  width: 5rem;
  height: 0.3rem;
  background-color: #199ccb;
  position: absolute;
  bottom: 0;
  left: calc(50% - 2.5rem);
  transform: translateX(-50%);
}
.common_h2_ttl02 .ttl .color {
  color: #004ea2;
}

.dib {
  display: inline-block;
}

.common_cv_btn01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.common_cv_btn01 a {
  width: calc((100% - 2rem) / 2);
  max-width: 58rem;
  padding: 3.9rem 1rem 2.2rem;
  background-color: #e48100;
  border: solid 0.4rem #e48100;
  border-radius: 5.2rem;
  margin-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  box-shadow: 0 0 2.4rem 0 rgba(8, 25, 49, 0.86);
  transition: 0.2s;
}
.common_cv_btn01 a:last-of-type {
  margin-right: 0;
}
.common_cv_btn01 a .fukidashi {
  min-width: 40rem;
  font-size: 2.2rem;
  color: #e48100;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.8rem 0.5rem 1rem;
  background-color: #fff;
  border-radius: 5rem;
  display: inline-block;
  position: absolute;
  top: -2.3rem;
  left: 50%;
  transform: translateX(-50%);
}
.common_cv_btn01 a .fukidashi::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-color: #ffffff;
  -webkit-clip-path: polygon(50% 1.6rem, 0% 0%, 1.6rem 0%);
          clip-path: polygon(50% 1.6rem, 0% 0%, 1.6rem 0%);
  position: absolute;
  bottom: 0.1rem;
  left: 50%;
  transform: translate(-50%, 100%);
}
.common_cv_btn01 a .txt {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-right: 2.8rem;
  position: relative;
}
.common_cv_btn01 a .txt::before {
  content: "";
  width: 4.2rem;
  height: 0.8rem;
  background: url(../images/common/common_btn_arrow.png) no-repeat center/contain;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: -3.8rem;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
  transition: 0.2s;
}
.common_cv_btn01 a .txt span {
  font-size: 2.2rem;
  color: #e48100;
  display: inline-block;
  padding: 0.5rem 1.1rem 0.7rem 1.2rem;
  background-color: #fff;
  border-radius: 5rem;
  margin-right: 1.3rem;
  position: relative;
  top: -0.2rem;
}
.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: -4.8rem;
}
.common_cv_btn01.white_bg a {
  box-shadow: 0 0 1.8rem 0 rgba(158, 158, 158, 0.9);
}
.common_cv_btn01.white_bg a .fukidashi {
  border: solid 0.2rem #e48100;
}
@media screen and (max-width: 1150px) {
  .common_cv_btn01 {
    display: block;
  }
  .common_cv_btn01 a {
    width: 58rem;
    margin: 5rem auto 0 !important;
  }
  .common_cv_btn01 a:first-of-type {
    margin-top: 0 !important;
  }
}

.common_cv_tel {
  width: 100%;
  text-align: center;
  margin-top: clamp(0px, 2.866666vw, 43px);
}
.common_cv_tel a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.common_cv_tel a .tel {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 57.66px;
  color: #004ea2;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  display: inline-block;
  padding-left: 63px;
  position: relative;
  margin-right: 24px;
}
.common_cv_tel a .tel::before {
  content: "";
  width: 48px;
  height: 52px;
  background: url(../images/common/tel_icon.png) no-repeat center/contain;
  position: absolute;
  top: 4px;
  left: 0;
}
.common_cv_tel a .txt {
  font-size: 16px;
  color: #004ea2;
  font-weight: 400;
  line-height: 1;
  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;
}

@keyframes pagetopscroll {
  0% {
    bottom: 0;
  }
  49% {
    bottom: -20px;
  }
  50% {
    bottom: 0;
  }
  50% {
    bottom: -20px;
  }
  100% {
    bottom: -20px;
  }
}
.top_worries_bg {
  background-color: #ffffff;
  padding: clamp(0rem, 8.333333vw, 10rem) 0 clamp(0rem, 6.666666vw, 8rem);
  display: flex;
  justify-content: center;
}
.top_worries_bg .top_worries_block {
  width: 100%;
  margin-top: 4.166666%;
}
.top_worries_bg .top_worries_block .top_worries_box01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.5208333333vw;
}
.top_worries_bg .top_worries_block .top_worries_box01 .top_worries_inbox01 {
  width: calc((100% - 3rem) / 4);
  max-width: 28.5rem;
  background: url(../images/common/worries_icon.png) no-repeat center/8rem, #f5f5f5;
  margin-bottom: 0.5208333333vw;
  text-align: center;
  padding: 3.5rem 1rem;
}
.top_worries_bg .top_worries_block .top_worries_box01 .top_worries_inbox01 .top_worries_bfttl {
  font-size: 1.6rem;
  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;
}
@media screen and (max-width: 1100px) {
  .top_worries_bg .top_worries_block .top_worries_box01 .top_worries_inbox01 {
    padding: 3rem 2rem;
  }
  .top_worries_bg .top_worries_block .top_worries_box01 .top_worries_inbox01 .top_worries_bfttl br {
    display: none;
  }
}
.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%;
  max-width: 108.3rem;
  position: absolute;
  top: 2.2rem;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  white-space: nowrap;
  padding: 3.2rem 1rem 3rem 0;
  transform: skewX(10deg);
}
.top_worries_bg .top_worries_block .top_worries_box02 .top_worries_box02_txt .wrap img {
  width: 41.35rem;
  margin: 0 1.6rem;
  position: relative;
  top: -1px;
}
.top_worries_bg .top_worries_block .top_worries_box02 .top_worries_box02_txt .wrap .bold {
  font-size: 4.2rem;
  margin: 0 0.3rem;
  position: relative;
  top: -0.4rem;
}
.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% - 3rem) / 4);
  max-width: 28.5rem;
  height: 19.2rem;
  background: url(../images/top/makasetenetex_flow_arrow.png) no-repeat center top/2.4rem 19.2rem;
}
.top_worries_bg .top_worries_block .top_worries_box03 {
  display: flex;
  justify-content: space-between;
  margin-top: 2.2rem;
}
.top_worries_bg .top_worries_block .top_worries_box03 .top_worries_inbox03 {
  width: calc((100% - 3rem) / 4);
  max-width: 28.5rem;
  min-height: 46.6rem;
  background-color: #dbe6f2;
  box-sizing: border-box;
  position: relative;
  padding: 4.3rem 1rem 3rem;
  position: relative;
}
.top_worries_bg .top_worries_block .top_worries_box03 .top_worries_inbox03::before {
  content: "";
  width: 5.5rem;
  height: 5.5rem;
  background-color: #ffffff;
  -webkit-clip-path: polygon(50% 5.5rem, 0% 0%, 5.5rem 0%);
          clip-path: polygon(50% 5.5rem, 0% 0%, 5.5rem 0%);
  position: absolute;
  top: 0;
  left: -1.3rem;
  transform: rotate(19deg);
  transform-origin: right top;
}
.top_worries_bg .top_worries_block .top_worries_box03 .top_worries_inbox03 .top_worries_img {
  width: 100%;
  text-align: center;
  margin-top: 3.6rem;
}
.top_worries_bg .top_worries_block .top_worries_box03 .top_worries_inbox03 .top_worries_img img {
  width: 12.6rem;
  margin: 0 auto;
}
.top_worries_bg .top_worries_block .top_worries_box03 .top_worries_inbox03 .top_worries_txt {
  width: 100%;
  max-width: 22rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0;
  margin: 2.4rem auto 0;
}
.top_worries_bg .top_worries_btn {
  margin-top: clamp(0rem, 9.833333vw, 11.8rem);
}

.common_ttl01 {
  font-size: 2.4rem;
  color: #2f65b5;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.common_ttl01 .line {
  text-decoration: underline;
  text-decoration-color: #fff68c;
  text-decoration-thickness: 1.6rem;
  text-underline-offset: -0.4rem;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (max-width: 1100px) {
  .common_ttl01 br {
    display: none;
  }
}

.top_about_bg {
  padding-top: clamp(0rem, 7.25vw, 8.7rem);
  padding-bottom: clamp(0rem, 7.91666666vw, 9.5rem);
  background-color: #dbe6f2;
  overflow: hidden;
}
.top_about_bg .common_inner .about_block01 {
  width: 100%;
  position: relative;
  margin-bottom: clamp(0rem, 6.25vw, 7.5rem);
}
.top_about_bg .common_inner .about_block01 .block01_box01 {
  width: 58.333333%;
  padding: 4rem 5rem 4.7rem 11.6rem;
  background-color: #fff;
  margin: 6.1rem 0 0 auto;
}
.top_about_bg .common_inner .about_block01 .block01_box01 .about_box01_ttl01 {
  width: 100%;
  font-size: 3.6rem;
  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: 21.7rem;
  position: absolute;
  top: -8.8rem;
  right: -4rem;
}
.top_about_bg .common_inner .about_block01 .block01_box01 .about_box01_video {
  width: 48.333333%;
  aspect-ratio: 1/0.5625;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.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: 2.3rem;
}
@media screen and (max-width: 1050px) {
  .top_about_bg .common_inner .about_block01 .block01_box01 {
    width: 80%;
    min-width: 70rem;
    padding: 4rem 5rem;
    margin-right: auto;
  }
  .top_about_bg .common_inner .about_block01 .block01_box01 .about_box01_badge {
    top: -6rem;
  }
  .top_about_bg .common_inner .about_block01 .block01_box01 .about_box01_video {
    width: 100%;
    position: static;
    transform: translateY(0);
    margin-top: 2rem;
  }
}
.top_about_bg .common_inner .about_txt01 {
  width: 100%;
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  margin-top: 3.5rem;
}
.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(4, 1fr);
  gap: 6rem 1.3rem;
  margin-top: clamp(0rem, 7.5vw, 9rem);
}
.top_about_bg .common_inner .about_block02 .block02_box01 {
  padding: 5.1rem 2.6rem 8.2rem;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 1.8rem rgba(0, 0, 0, 0.04);
}
.top_about_bg .common_inner .about_block02 .block02_box01 .box01_ttl01 {
  width: 100%;
  font-size: 2.4rem;
  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: 8rem;
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
.top_about_bg .common_inner .about_block02 .block02_box01 .box01_txt01 {
  font-weight: 500;
  margin-top: 0.7rem;
}
.top_about_bg .common_inner .about_block02 .block02_box01 .box01_btn01 {
  width: 100%;
  padding: 0 1rem;
  position: absolute;
  bottom: 2.1rem;
  left: 0;
}
.top_about_bg .common_inner .about_block02 .block02_box01 .box01_btn01 a {
  width: 100%;
  max-width: 24rem;
  min-height: 4rem;
  font-size: 1.6rem;
  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: 0.5rem;
  border-radius: 5rem;
  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: 3.5rem;
  height: 0.6rem;
  background: url(../images/common/common_btn_arrow.png) no-repeat center/contain;
  position: absolute;
  top: calc(50% + 0.1rem);
  right: 1.6rem;
  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: 0.6rem;
}
@media screen and (max-width: 1000px) {
  .top_about_bg .common_inner .about_block02 .block02_box01 .box01_btn01 a::before {
    width: 3rem;
    height: 0.5rem;
    right: 0.6rem;
  }
}

.common_cv_btn02 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: clamp(0rem, 6.666666vw, 8rem);
}
.common_cv_btn02.functions {
  margin-top: -1vw;
  margin-bottom: 8rem;
}
.common_cv_btn02.functions a {
  width: 43rem;
}
.common_cv_btn02 a {
  width: 35rem;
  min-height: 5rem;
  font-size: 1.6rem;
  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: 0.5rem;
  border-radius: 5rem;
  text-decoration: none;
  margin-right: 3rem;
  position: relative;
  transition: 0.2s;
}
.common_cv_btn02 a:last-of-type {
  margin-right: 0;
}
.common_cv_btn02 a::before {
  content: "";
  width: 3.5rem;
  height: 0.6rem;
  background: url(../images/common/common_btn_arrow.png) no-repeat center/contain;
  position: absolute;
  top: calc(50% + 0.1rem);
  right: 1.6rem;
  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: 0.6rem;
}

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

.top_about_box {
  background: url(../images/top/makasetenetex_about02.jpg) no-repeat center top;
  background-size: cover;
  padding: 4.1666666667vw 0 5.2083333333vw 0;
  display: flex;
  justify-content: center;
  text-align: center;
  filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.1));
}

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

@media screen and (max-width: 1600px) {
  .top_about_img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.top_point_bg {
  background-color: #fff;
  padding-top: clamp(0rem, 7.166666vw, 8.6rem);
  padding-bottom: clamp(0rem, 7.5vw, 9rem);
}
.top_point_bg .common_inner .top_point_ttl01 .large {
  font-size: 10rem;
  color: #199ccb;
  display: inline-block;
  padding-left: 2.4rem;
  margin-top: -3.2rem;
  margin-right: 0.3rem;
  position: relative;
  top: 1rem;
}
.top_point_bg .common_inner .top_point_block01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: clamp(0rem, 3.5vw, 4.2rem);
}
.top_point_bg .common_inner .top_point_block01 .block01_box01 {
  width: calc((100% - 2rem) / 3);
  max-width: 38rem;
  position: relative;
  padding-top: 19rem;
}
.top_point_bg .common_inner .top_point_block01 .block01_box01 .block01_inner01 {
  width: calc(100% - 2rem);
  height: 100%;
  max-width: 34rem;
  min-height: 36.4rem;
  padding: 2.2rem 2.6rem 3.1rem;
  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: 1.5rem;
}
.top_point_bg .common_inner .top_point_block01 .block01_box01 .block01_inner01 .inner01_txt01 a {
  color: #2f65b5;
  text-underline-offset: 0.4rem;
}
.top_point_bg .common_inner .top_point_block01 .block01_box01 .inner01_img01 {
  width: 100%;
  height: 25rem;
  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: clamp(0rem, 9.833333vw, 11.8rem);
}

.top_effect_bg {
  background-color: #dbe6f2;
  padding-top: clamp(0rem, 7vw, 8.4rem);
  padding-bottom: clamp(0rem, 8.5vw, 10.2rem);
}
.top_effect_bg .common_inner .top_effect_ttl01 .large {
  font-size: 6.2rem;
  color: #199ccb;
}
.top_effect_bg .common_inner .top_effect_block01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: clamp(0rem, 4.1666666667vw, 5rem);
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 {
  width: calc((100% - 2rem) / 3);
  background-color: #fffbcb;
  max-width: 38rem;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_ttl01 {
  width: 100%;
  min-height: 5rem;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #184e9e;
  padding: 0.6rem 1rem;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner01 {
  width: 100%;
  padding: 1.9rem 2.1rem;
  background-color: #f2f2f2;
  position: relative;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner01::before {
  content: "";
  width: 9rem;
  height: 3.2rem;
  background-color: #f2f2f2;
  -webkit-clip-path: polygon(50% 32px, 0% 0%, 9rem 0%);
          clip-path: polygon(50% 32px, 0% 0%, 9rem 0%);
  position: absolute;
  bottom: 0.1rem;
  left: 50%;
  transform: translate(-50%, 100%);
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner01 .inner01_txt01 {
  width: 100%;
  font-size: 2rem;
  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;
  margin-top: -1.3rem;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner01 .inner01_message .message {
  width: calc(100% - 9rem);
  max-width: 22rem;
  min-height: 8rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.05em;
  padding: 0.5rem 0.5rem 0.5rem 1.3rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 0.3rem;
  margin-right: 1.8rem;
  margin-bottom: 0.1rem;
  position: relative;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner01 .inner01_message .message::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  -webkit-clip-path: polygon(2rem 50%, 0% 0%, 0% 2rem);
          clip-path: polygon(2rem 50%, 0% 0%, 0% 2rem);
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translate(100%, -50%);
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner01 .inner01_message .message.lh {
  line-height: 1.375;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner01 .inner01_message .icon {
  width: 9rem;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner01 .inner01_message .icon picture {
  width: 7rem;
  height: 9.4rem;
  display: flex;
  align-items: flex-end;
  position: relative;
  bottom: 0.8rem;
  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: 1.4rem;
  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%);
}
@media screen and (max-width: 1200px) {
  .top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner01 .inner01_message {
    margin-top: 2rem;
  }
  .top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner01 .inner01_message .message {
    line-height: 1.375;
  }
  .top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner01 .inner01_message .message br {
    display: none;
  }
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner02 {
  width: 100%;
  padding: 4.1rem 1rem 1.9rem;
  background-color: #fffbcb;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner02 .inner02_ttl01 {
  width: 100%;
  max-width: 32.5rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #199ccb;
  border-radius: 5rem;
  margin: 0 auto;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner02 .inner02_ttl01 span {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-left: 1.7rem;
  position: relative;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner02 .inner02_ttl01 span::before {
  content: "";
  width: 1.7rem;
  height: 2.5rem;
  background: url(../images/top/effect_icon.png) no-repeat center/contain;
  position: absolute;
  top: 0.1rem;
  left: -1.4rem;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner02 .inner02_list01 {
  width: 100%;
  margin-top: 0.8rem;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner02 .inner02_list01 li {
  padding-left: 3.6rem;
  margin-top: 0;
  position: relative;
}
.top_effect_bg .common_inner .top_effect_block01 .block01_box01 .box01_inner02 .inner02_list01 li::before {
  content: "";
  width: 1.5rem;
  height: 1.7rem;
  background: url(../images/top/check02.png) no-repeat center/contain;
  position: absolute;
  top: 0.8rem;
  left: 1.4rem;
}
.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: 5rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding-bottom: 2.0833333333vw;
  margin-bottom: 2.6041666667vw;
}
.top_point_ttl .in_ttl01 {
  color: #004ea2;
  display: block;
  line-height: 1;
}
.top_point_ttl .in_ttl02 {
  font-size: 10rem;
  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;
  max-width: 1600px;
  width: 88.8%;
}

@media screen and (max-width: 1294px) {
  .top_point_inbox {
    width: 100%;
  }
}
.top_point_disc {
  background-color: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.1));
  min-width: 35.9375vw;
  padding: 70px 3.6458333333vw;
  box-sizing: border-box;
  overflow-x: hidden;
  width: 43.1%;
  position: relative;
  z-index: 1;
  margin-top: 7.2916666667vw;
}

@media screen and (max-width: 1294px) {
  .top_point_disc {
    min-width: 470px;
  }
}
.top_point_inttl {
  position: relative;
  padding: 1.0416666667vw 0;
  margin-bottom: 1.5625vw;
  display: flex;
  justify-content: flex-end;
  margin-right: -2.0833333333vw;
}
.top_point_inttl .h3_ttl {
  color: #FFF;
  font-size: 3.6rem;
  line-height: 1.3;
  text-align: right;
  padding-right: 0.5208333333vw;
}
.top_point_inttl .h3_ttl::before {
  transform: skewX(-12deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.0416666667vw;
  right: -5.2083333333vw;
  z-index: -1;
  background-color: #199ccb;
}
.top_point_inttl .num {
  color: #bce1ee;
  font-style: italic;
  font-weight: 700;
  font-size: 14rem;
  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 {
  height: 33.75vw;
  width: 69.3%;
}

.top_point_box {
  margin: 0 3.125vw 5.2083333333vw 3.125vw;
}
.top_point_box.point02 {
  display: flex;
  justify-content: flex-end;
}
.top_point_box.point01 .top_point_disc, .top_point_box.point03 .top_point_disc {
  order: 1;
}
.top_point_box.point01 .top_point_img, .top_point_box.point03 .top_point_img {
  order: 0;
  margin-right: -12.4%;
}
.top_point_box.point02 .top_point_disc {
  order: 0;
}
.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 {
  order: 1;
  margin-left: -12.4%;
  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_contact_bg {
  background: linear-gradient(to right, #184e9e, #386fbf);
  padding: 3.125vw 0 3.6458333333vw 0;
  display: flex;
  justify-content: center;
}

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

.top_contact_point {
  display: flex;
  justify-content: center;
  margin-bottom: 3.125vw;
}

.top_contact_point_box {
  max-width: 16em;
  width: calc((100% - 2.08vw) / 3);
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #004ea2;
  padding: 1.0416666667vw 0 1.3020833333vw 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: 0.5208333333vw;
  line-height: 1;
  display: inline-block;
  font-weight: 900;
  font-size: 2.6rem;
  font-style: italic;
}
.top_contact_point_box:nth-child(1), .top_contact_point_box:nth-child(2) {
  margin-right: 1.0416666667vw;
}
.top_contact_point_box:nth-child(3) .line {
  margin-bottom: 0.5208333333vw;
  margin-top: 0;
}

.top_contact_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_contact_tel {
  margin-right: 3.90625vw;
}
.top_contact_tel .tel {
  padding-bottom: 0.5208333333vw;
  margin-bottom: 0.2604166667vw;
  border-bottom: 1px solid #FFF;
  display: block;
}
.top_contact_tel .tel a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #FFF;
  font-size: 5.76rem;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  min-height: 2.7083333333vw;
  padding-left: 3.28125vw;
}
.top_contact_tel .tel a::before {
  background: url(../images/common/makasetenetex_icon_tel_wh.png) no-repeat left top;
  background-size: 2.5vw 2.7083333333vw;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 2.5vw;
  height: 2.7083333333vw;
  margin-top: -1.3541666667vw;
}
.top_contact_tel .time {
  color: #FFF;
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
}

.lower_contact_tel .time {
  color: #004ea2;
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
}

.top_function_bg {
  background-color: #ebf0f8;
  padding: 5.2083333333vw 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: 28.0729166667vw 70.4166666667vw;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 28.0729166667vw;
  height: 70.4166666667vw;
}
.top_function_bg::after {
  background: url(../images/top/makasetenetex_function_bk02.png) no-repeat left top;
  background-size: 28.0729166667vw 70.4166666667vw;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 28.0729166667vw;
  height: 70.4166666667vw;
}

.top_function_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2.0833333333vw;
  position: relative;
  z-index: 1;
}

.top_function_inbox {
  width: calc(50% - 0.78vw);
  background-color: #FFF;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3));
  margin: 1.3020833333vw 0;
  padding: 0 1.0416666667vw 1.8229166667vw 1.0416666667vw;
}
.top_function_inbox:nth-child(1) .top_function_ttl::before {
  background: url(../images/top/makasetenetex_function_01.png) no-repeat left top;
  background-size: 8.8541666667vw 8.8541666667vw;
}
.top_function_inbox:nth-child(2) .top_function_ttl::before {
  background: url(../images/top/makasetenetex_function_02.png) no-repeat left top;
  background-size: 8.8541666667vw 8.8541666667vw;
}
.top_function_inbox:nth-child(3) .top_function_ttl::before {
  background: url(../images/top/makasetenetex_function_03.png) no-repeat left top;
  background-size: 8.8541666667vw 8.8541666667vw;
}
.top_function_inbox:nth-child(4) .top_function_ttl::before {
  background: url(../images/top/makasetenetex_function_04.png) no-repeat left top;
  background-size: 8.8541666667vw 8.8541666667vw;
}
.top_function_inbox:nth-child(5) .top_function_ttl::before {
  background: url(../images/top/makasetenetex_function_05.png) no-repeat left top;
  background-size: 8.8541666667vw 8.8541666667vw;
}
.top_function_inbox .common_txt01 {
  padding: 0 2.0833333333vw;
  margin-bottom: 2.0833333333vw;
}

.top_function_ttl {
  margin-top: -1.0416666667vw;
  margin-bottom: 1.5625vw;
  color: #004ea2;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  padding-left: 9.8958333333vw;
  position: relative;
  line-height: 8.8541666667vw;
}
.top_function_ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8.8541666667vw;
  height: 8.8541666667vw;
}

.top_case_bg {
  background-color: #FFF;
  padding-top: clamp(0rem, 7.083333333vw, 8.5rem);
  padding-bottom: clamp(0rem, 7.5vw, 9rem);
}
.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: 4rem;
}
.top_case_bg .common_inner .top_case_slider {
  margin-top: 5.2rem;
}

.top_case_slider {
  margin-bottom: clamp(0rem, 6rem + 5vw, 12rem) !important;
  position: relative;
}
.top_case_slider .slick-list {
  padding: 0 !important;
}
.top_case_slider .slide-arrow {
  position: absolute;
  top: 12.4rem;
  z-index: 99;
  cursor: pointer;
  transition: 0.3s;
  width: 9.2rem;
  height: 9.2rem;
}
.top_case_slider .slide-arrow img {
  width: 100%;
}
.top_case_slider .prev-arrow {
  left: 16.5%;
}
.top_case_slider .next-arrow {
  right: 16.5%;
}
.top_case_slider .slick-dots {
  bottom: -6.5rem;
}
.top_case_slider .slick-dots li {
  width: 6rem;
  height: 0.4rem;
  margin: 0 1rem;
}
.top_case_slider .slick-dots li button {
  width: 6rem;
  height: 0.4rem;
  padding: 0;
}
.top_case_slider .slick-dots li button::before {
  width: 6rem;
  height: 0.4rem;
  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%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2rem;
}

.archive_document_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.4rem 2.133333333rem;
}

.document_request {
  width: 100%;
  padding-top: clamp(0rem, 7.5vw, 9rem);
  padding-bottom: clamp(0rem, 8.333333333vw, 10rem);
}
.document_request .common_inner .document_request_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.document_request .common_inner .document_request_box .box_inner01 {
  width: calc(100% - 480px);
}
.document_request .common_inner .document_request_box .box_inner01 .document_name {
  width: 100%;
  font-size: 2.4rem;
  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: 2.2rem;
  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 0.2rem #004ea2;
  padding: 2.2rem 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-top: 2rem;
}
.document_request .common_inner .document_request_box .box_inner01 .document_recommend .recommend_ttl {
  width: 100%;
  font-size: 2rem;
  color: #004ea2;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1.2rem;
}
.document_request .common_inner .document_request_box .box_inner01 .document_recommend .recommend_list li {
  width: 100%;
  padding-left: 2.5rem;
  position: relative;
}
.document_request .common_inner .document_request_box .box_inner01 .document_recommend .recommend_list li::before {
  content: "";
  width: 1.6rem;
  height: 1.7rem;
  background: url(../images/common/check_b.png) no-repeat center/contain;
  position: absolute;
  top: 0.8rem;
  left: 0.2rem;
}
.document_request .common_inner .document_request_box .box_inner02 {
  width: 450px;
  padding: 0 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.document_request .common_inner .document_request_box .box_inner02::-webkit-scrollbar {
  display: none;
}
.document_request .common_inner .document_request_box .box_inner02 iframe {
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.document_request .common_inner .document_request_box .box_inner02 iframe::-webkit-scrollbar {
  display: none;
}

.sub_content02_bg {
  width: 100%;
  padding-top: clamp(0rem, 7.333333333vw, 8.8rem);
  padding-bottom: clamp(0rem, 7.833333333vw, 9.4rem);
  background-color: #dbe6f2;
}
.sub_content02_bg.white {
  background-color: #fff;
}
.sub_content02_bg .common_inner .archive_document_list {
  margin-top: 5rem;
}

.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 {
  max-width: 72.9166666667%;
  padding: 3rem 3rem 2.7rem;
  background-color: #ebf0f8;
  margin: -6.1rem auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .common_case_contents a .top_case_slider_disc {
    width: calc(100% - 4rem);
    max-width: initial;
    max-width: auto;
  }
}
.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: 1.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.6rem 1.1rem;
  background-color: #184e9e;
  margin: 0 1rem 1rem 0;
}
.common_case_contents a .top_case_slider_disc .top_case_slider_ttl {
  width: 100%;
  font-size: 2.4rem;
  color: #004ea2;
  font-weight: 700;
  line-height: 1.5384615385;
  letter-spacing: 0.05em;
}
.common_case_contents a .top_case_slider_disc .top_case_slider_name {
  width: 100%;
  font-size: 1.6rem;
  color: #111111;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 0.9rem;
}
.common_case_contents a .top_case_slider_disc .top_case_slider_service {
  width: 100%;
  margin-top: 2.2rem;
}
.common_case_contents a .top_case_slider_disc .top_case_slider_service dt {
  width: 100%;
  margin-bottom: 1.3rem;
}
.common_case_contents a .top_case_slider_disc .top_case_slider_service dt span {
  font-size: 1.6rem;
  color: #184e9e;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.6rem 2rem;
  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: 1.6rem;
  color: #111111;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.common_case_contents a:hover {
  opacity: 0.7;
}
.common_case_contents.archive_size a .top_case_slider_disc {
  width: calc(100% - 4rem);
  max-width: initial;
  max-width: auto;
  padding: 3rem;
}
.common_case_contents.archive_size a .top_case_slider_disc .top_case_slider_ttl {
  font-size: 2.2rem;
}
.common_case_contents.archive_size a:hover {
  opacity: 0.7;
}

.common_cv_area_bg {
  padding-top: clamp(0rem, 5.833333333vw, 7rem);
  padding-bottom: clamp(0rem, 5.416666666vw, 6.5rem);
  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/cover, #1095cf;
}
.common_cv_area_bg .common_inner .cv_area_ttl01 {
  width: 100%;
  font-size: 5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
  transform: skew(-10deg);
  margin-bottom: 7.2rem;
}

.top_case_slider_date {
  color: #555555;
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 0.2604166667vw;
  display: block;
}

.top_flow_bg {
  background-color: #ebf0f8;
  padding-top: clamp(0rem, 7.083333333vw, 8.5rem);
  padding-bottom: clamp(0rem, 8.333333333vw, 10rem);
}
.top_flow_bg .common_inner .top_flow_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.13rem;
  margin-top: clamp(0rem, 4.166666666vw, 5rem);
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox {
  background-color: #FFF;
  text-align: center;
}
.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: 4rem;
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox .top_flow_num {
  background-color: #004ea2;
  font-size: 1.7rem;
  font-weight: 700;
  color: #FFF;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 1.9rem 1rem 1.3rem;
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox .top_flow_num .num {
  display: block;
  line-height: 1;
  font-size: 4.8rem;
  letter-spacing: -0.05em;
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox .top_flow_img {
  width: 13.7rem;
  height: 11rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 1.9rem auto 0;
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox .top_flow_img.icon01 img {
  width: 9.7rem;
  margin: 0 auto;
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox .top_flow_img.icon02 img {
  width: 11.5rem;
  margin: 0 auto;
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox .top_flow_img.icon03 img {
  width: 7.1rem;
  margin: 0 auto;
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox .top_flow_img.icon04 img {
  width: 13.7rem;
  margin: 0 auto;
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox .top_flow_ttl {
  color: #004ea2;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 4.5rem;
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox .top_flow_ttl a {
  transition: 0.2s;
  display: inline-block;
  text-underline-offset: 1rem;
}
.top_flow_bg .common_inner .top_flow_box .top_flow_inbox .top_flow_ttl a:hover {
  opacity: 0.7;
}

.top_document_bg {
  padding-top: clamp(0rem, 7.25vw, 8.7rem);
  padding-bottom: clamp(0rem, 8.166666666vw, 9.8rem);
}
.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.66%;
}

.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: 1.6rem;
  color: #111111;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
.common_document_contents a .top_document_slider_btn {
  width: 100%;
  text-align: center;
  margin-top: 0.8rem;
}
.common_document_contents a .top_document_slider_btn span {
  font-size: 1.6rem;
  color: #184e9e;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  padding-right: 2.5rem;
  position: relative;
}
.common_document_contents a .top_document_slider_btn span::before {
  content: "";
  width: 2.6rem;
  height: 0.6rem;
  background: url(../images/common/common_document_btn_arrow.png) no-repeat center/contain;
  position: absolute;
  top: calc(50% + 0.1rem);
  right: -1.1rem;
  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: -2.1rem;
}

.top_document_slider {
  margin-top: clamp(0rem, 5vw, 6rem);
  margin-bottom: clamp(0rem, 8rem + 4.833333vw, 13.8rem) !important;
  position: relative;
}
.top_document_slider .slick-list {
  position: relative;
}
.top_document_slider .slide-arrow {
  position: absolute;
  top: 12.4rem;
  z-index: 99;
  cursor: pointer;
  transition: 0.3s;
  width: 9.2rem;
  height: 9.2rem;
}
.top_document_slider .slide-arrow img {
  width: 100%;
}
.top_document_slider .prev-arrow {
  left: 16.5%;
}
.top_document_slider .next-arrow {
  right: 16.5%;
}
.top_document_slider .slick-dots {
  bottom: -8.3rem;
}
.top_document_slider .slick-dots li {
  width: 6rem;
  height: 0.4rem;
  margin: 0 1rem;
}
.top_document_slider .slick-dots li button {
  width: 6rem;
  height: 0.4rem;
  padding: 0;
}
.top_document_slider .slick-dots li button::before {
  width: 6rem;
  height: 0.4rem;
  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: 5.2083333333vw 0;
  display: flex;
  justify-content: center;
}
.top_request_bg .common_leadtxt {
  color: #FFF;
}

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

.top_faq_box .faq_block {
  margin-bottom: 0.5208333333vw;
}
.top_faq_box .faq_ttl {
  background-color: #ebf0f8;
  border-top: 4px solid #004ea2;
  padding: 1.5625vw 5.2083333333vw 1.5625vw 6.7708333333vw;
  position: relative;
  cursor: pointer;
}
.top_faq_box .faq_ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  height: 100%;
  font-size: 4.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #FFF;
  background-color: #004ea2;
  padding: 0 1.5625vw 0.2604166667vw 1.5625vw;
  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: 1.3020833333vw 0.78125vw;
  position: absolute;
  top: 50%;
  right: 2.0833333333vw;
  content: "";
  width: 1.3020833333vw;
  height: 0.78125vw;
  margin-top: -0.3645833333vw;
}
.top_faq_box .faq_ttl.open .arrow {
  background: url(../images/common/makasetenetex_accclose.png) no-repeat left top;
  background-size: 1.3020833333vw 0.78125vw;
}
.top_faq_box .faq_ans {
  display: none;
  padding: 1.5625vw 1.5625vw 1.5625vw 6.7708333333vw;
  position: relative;
}
.top_faq_box .faq_ans::before {
  position: absolute;
  top: 1.5625vw;
  left: 0;
  content: "A";
  height: 100%;
  font-size: 4.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #d71315;
  padding: 0 1.5625vw 0 1.5625vw;
  line-height: 1;
  box-sizing: border-box;
}

/*----------------------------------------------------------------------------
******************************************************************************
** sub
******************************************************************************
----------------------------------------------------------------------------*/
.common_submain_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  z-index: 2;
  position: relative;
}

.common_submain_ttl {
  display: table;
  margin: 0 auto;
  text-align: center;
}
.common_submain_ttl .common_en_01 {
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
.common_submain_ttl .h1_ttl {
  color: #fff;
  font-size: 5rem;
  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 center center;
  background-size: cover;
}

.common_bread {
  padding: 2.4rem 0;
  justify-content: center;
  display: flex;
}
.common_bread ul {
  display: flex;
  flex-wrap: wrap;
}
.common_bread li {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  position: relative;
}
.common_bread li:not(:first-child) {
  padding-left: 2.2rem;
}
.common_bread li:not(:last-child) {
  margin-right: 0.8rem;
}
.common_bread li:not(:first-child)::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  content: "";
  width: 1.2rem;
  height: 0.1rem;
  border-bottom: 0.1rem solid #004ea2;
}
.common_bread a {
  color: #004ea2;
  text-decoration: none;
  font-size: 1.5rem;
  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: 40px 50px;
  background-color: #fff;
}

.common_tbl01 > table {
  width: 100%;
}
.common_tbl01 > table > tbody > tr > th {
  border-bottom: 1px solid #199ccb;
  padding: 45px 0 0 0;
  width: 230px;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  line-height: 1.8;
  position: relative;
  vertical-align: top;
}
.common_tbl01 > table > tbody > tr > th .must {
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
  height: 24px;
  line-height: 24px;
  width: 45px;
  background-color: #e71a19;
  position: absolute;
  right: 10px;
  top: 43px;
  text-align: center;
}
.common_tbl01 > table > tbody > tr > th .any {
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
  height: 24px;
  line-height: 24px;
  width: 45px;
  background-color: #999;
  position: absolute;
  right: 10px;
  top: 43px;
  text-align: center;
}
.common_tbl01 > table > tbody > tr > td {
  border-bottom: 1px solid #ddd;
  width: calc(100% - 230px);
  padding: 30px 10px;
  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: 50px;
  line-height: 50px;
  letter-spacing: 0.05em;
  border: none;
  width: 90%;
}
.common_tbl01 > table > tbody > tr > td textarea {
  background-color: #f0f0f0;
  padding: 10px;
  line-height: 1.6;
  height: 220px;
  font-size: 16px;
  letter-spacing: 0.05em;
  border: none;
  width: 100%;
}
.common_tbl01 > table > tbody > tr > td .horizontal-item,
.common_tbl01 > table > tbody > tr > td .wpcf7-list-item {
  margin-bottom: 10px;
  display: block;
}
.common_tbl01 > table > tbody > tr > td .horizontal-item label,
.common_tbl01 > table > tbody > tr > td .wpcf7-list-item label {
  text-indent: -1.7em;
  margin-left: 1em;
  line-height: 1.6;
  display: inline-block;
}
.common_tbl01 > table > tbody > tr > td .horizontal-item.last,
.common_tbl01 > table > tbody > tr > td .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 > table tr.radiobtn th {
  padding: 30px 0 0 0;
}
.common_tbl01 > table tr.radiobtn th .must,
.common_tbl01 > table tr.radiobtn th .any {
  top: 30px;
}
.common_tbl01 > table tr.radiobtn td .mwform-radio-field {
  margin-right: 25px;
}
.common_tbl01 input[type=checkbox] {
  transform: scale(1.5);
  border: 1px solid #cccccc;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 10px;
}

@media screen and (max-width: 980px) {
  .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] {
    width: 100%;
  }
}
.privacy_agree {
  text-align: center;
  margin: 60px 0 30px 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: 40px 0 20px 0;
}
.send_btn .btn_submit {
  height: 65px;
  display: block;
  line-height: 65px;
  position: relative;
  text-align: center;
  width: 400px;
  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: 30px;
  top: 50%;
  content: "";
  width: 8px;
  height: 1px;
  transform: rotate(30deg);
  margin-top: -2px;
  transition: 0.3s;
}
.send_btn .btn_submit:hover::before {
  right: 25px;
  transition: 0.3s;
}
.send_btn .btn_submit::after {
  border-bottom: 1px solid #000;
  position: absolute;
  right: 30px;
  top: 50%;
  content: "";
  width: 30px;
  height: 1px;
  transition: 0.3s;
}
.send_btn .btn_submit:hover::after {
  right: 25px;
  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: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  display: block;
  height: 60px;
}

.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back {
  height: 64px;
  display: block;
  line-height: 60px;
  position: relative;
  text-align: center;
  width: 200px;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s;
  margin-right: 30px;
  border-radius: 40px;
  background: #bbb;
}
.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back:before {
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 30px;
  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: 25px;
  transition: 0.3s;
}
.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back:after {
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 30px;
  top: 50%;
  content: "";
  width: 30px;
  height: 1px;
  transition: 0.3s;
}
.mw_wp_form.mw_wp_form_confirm .send_btn .btn_back:hover:after {
  left: 25px;
  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: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  display: block;
  height: 60px;
  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;
}

.mw_wp_form.mw_wp_form_confirm .common_tbl01 > table > tbody > tr > th {
  padding: 30px 0;
  vertical-align: middle;
}

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

.sub_content01_bg {
  display: flex;
  justify-content: center;
  padding: clamp(0rem, 8.333333333vw, 10rem) 0;
}
.sub_content01_bg .inquiry_box {
  max-width: 800px;
  margin: 100px auto 0;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 100px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  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: 7px !important;
  margin-bottom: 0 !important;
  margin-left: 7px !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;
}
.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;
  color: #004ea2;
}

.blog_pagenavi {
  padding: 100px 0 0 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.pager_btn span a {
  background: #004ea2;
  border: 1px solid #004ea2;
  width: 200px;
  height: 52px;
  box-sizing: border-box;
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-decoration: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pager_btn span a:hover {
  color: #004ea2;
  background-color: #fff;
}

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

.request_lead {
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

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

/* case*/
.case .top_case_slider {
  display: flex;
  flex-wrap: wrap;
}
.case .top_case_slider_in {
  margin: 0 0 60px 0;
  filter: none;
  width: calc((100% - 60px) / 3);
}
.case .top_case_slider_in:not(:nth-child(3n+0)) {
  margin-right: 30px;
}
.case .top_case_slider {
  margin-bottom: 0 !important;
}
.case .wp-pagenavi {
  margin-top: 40px;
}

.case_page_ttl_cover {
  position: relative;
  margin-bottom: 60px;
}
.case_page_ttl_cover::before {
  border-left: 3px solid #199ccb;
  position: absolute;
  bottom: 3px;
  right: -3px;
  content: "";
  width: 3px;
  height: 80px;
}
.case_page_ttl_cover::after {
  border-top: 3px solid #004ea2;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 80px;
  height: 3px;
}

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

.case_page_date {
  font-size: 2rem;
  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: 80px;
  margin-bottom: 20px;
  padding: 30px 0;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-top: 3px solid #004ea2;
  border-bottom: 1px solid #199ccb;
  line-height: 1.2;
}
.case_page_ct h3 {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #184e9e;
}
.case_page_ct h4 {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.case_page_ct h5 {
  margin-top: 70px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.case_page_ct h6 {
  margin-top: 70px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.case_page_ct p {
  margin-bottom: 40px;
  font-size: 1.6rem;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  word-break: break-all;
}
.case_page_ct figure {
  margin-bottom: 40px !important;
}
.case_page_ct img.alignright {
  display: block;
  margin: 40px 0 40px auto;
}
.case_page_ct img.alignleft {
  display: block;
  margin: 40px auto 40px 0;
}
.case_page_ct img.aligncenter {
  display: block;
  margin: 40px auto 40px auto;
}
.case_page_ct ul {
  margin: 30px 0;
}
.case_page_ct ul li {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-size: 16px;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 20px;
}
.case_page_ct ul li::before {
  content: "■";
  position: absolute;
  top: 4px;
  left: 0;
  color: #199ccb;
  font-size: 12px;
}
.case_page_ct ol {
  margin: 30px 0;
}
.case_page_ct ol li {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-size: 16px;
  letter-spacing: 0.05em;
  position: relative;
  list-style-type: none;
  counter-increment: num 1;
}
.case_page_ct ol li::before {
  content: counter(num) ".";
  color: #184e9e;
  font-weight: 700;
  font-size: 1.8rem;
  padding-right: 10px;
  font-family: "Roboto Condensed", sans-serif;
}
.case_page_ct pre {
  margin: 30px 0 0 0;
  background-color: #fff;
  border: 2px solid #004ea2;
  padding: 30px;
  font-size: 1.6rem;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 2;
}
.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: 20px 15px;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-size: 16px;
  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;
}

.case .top_case_slider .post_none {
  width: 100%;
}

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

.linkage_logo_box {
  margin-bottom: 3.6458333333vw;
}
.linkage_logo_box img {
  width: 100%;
}

.linkage_box {
  margin-bottom: 2.0833333333vw;
}

.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: 15px 0;
  background-color: #dbe4ee;
}
.linkage_box_tab .tabli .h2_ttl {
  color: #666666;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
}
.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: 3.6458333333vw;
}

.linkage_box_in {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.linkage_box_in_img {
  width: 40.5%;
}

.linkage_box_in_disc {
  width: 52%;
}

.linkage_box_in .h3_ttl {
  font-size: 3rem;
  color: #004ea2;
  font-weight: 700;
  margin-bottom: 1.3020833333vw;
}
.linkage_box_in .common_txt01 {
  font-size: 1.6rem;
  font-size: 16px;
}
.linkage_box_in .cau_txt {
  font-size: 1.3rem;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 1.0416666667vw;
}
.linkage_box_in:not(:last-child) {
  border-bottom: 1px solid #dbe4ee;
  padding-bottom: 2.6041666667vw;
  margin-bottom: 2.6041666667vw;
}



.function-list_tbl {
  margin-bottom: 5.7291666667vw;
}
.function-list_tbl table {
  width: 100%;
}
.function-list_tbl table th {
  background-color: #184e9e;
  color: #FFF;
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #dddddd;
  padding: 1.3020833333vw 1.0416666667vw;
}
.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: 1.6rem;
  font-size: 16px;
  border: 1px solid #dddddd;
  padding: 0.78125vw 1.0416666667vw;
}
.function-list_tbl table td.td01 {
  font-weight: 700;
  width: 15%;
}

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

.function-list_tbl .scroll {
  margin-bottom: 3.125vw;
}

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

.function-list_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.function-list_link_btn01 {
  width: calc((100% - 25px) / 2);
  margin-bottom: 3.125vw;
}

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

.function-list_link_btn01_img {
  width: 8.8541666667vw;
  position: relative;
  top: -20px;
}
.function-list_link_btn01_img img {
  width: 100%;
}

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

@media screen and (max-width: 980px) {
  .function-list_link_btn01_disc::after {
    bottom: 1.875vw;
  }
}
.function-list_link_btn01 a {
  background-color: #fff;
  text-decoration: none;
  color: #111;
  display: block;
  padding: 0 20px;
  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: -40px;
  transition: 0.3s;
}
.function-list_link_btn01 a:hover .function-list_link_btn01_disc::after {
  margin-left: 47px;
  transition: 0.3s;
}

.function-list_link_btn01_txt {
  color: #184e9e;
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.function-list_link_btn01_txt .f_b {
  font-size: 2.4rem;
}

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

.function-list_link_btn02_img {
  width: 5.5208333333vw;
}
.function-list_link_btn02_img img {
  width: 100%;
}

.function-list_link_btn02_disc {
  width: calc(100% - 6.56vw);
  padding-left: 1.0416666667vw;
  display: flex;
  align-items: center;
  position: relative;
}
.function-list_link_btn02_disc::before {
  position: absolute;
  border-bottom: 2px solid #199ccb;
  top: 50%;
  right: 0;
  content: "";
  width: 100px;
  height: 2px;
  transition: 0.3s;
}
.function-list_link_btn02_disc::after {
  position: absolute;
  border-bottom: 2px solid #199ccb;
  top: 50%;
  right: 0;
  content: "";
  width: 15px;
  height: 2px;
  transform: rotate(30deg);
  margin-top: -4px;
  transition: 0.3s;
}

@media screen and (max-width: 980px) {
  .function-list_link_btn02_disc::before {
    top: inherit;
    bottom: 1px;
  }
}
@media screen and (max-width: 980px) {
  .function-list_link_btn02_disc::after {
    top: inherit;
    bottom: 5px;
  }
}
.function-list_link_btn02 a {
  height: 8.8541666667vw;
  border: 4px solid #199ccb;
  position: relative;
  background-color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4.6875vw;
  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: 5vw 8.4375vw;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 5vw;
  height: 8.4375vw;
}
.function-list_link_btn02 a::after {
  background: url(../images/function/list/function-list_link05_bk02.png) no-repeat left top;
  background-size: 5vw 8.4375vw;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 5vw;
  height: 8.4375vw;
}
.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: 3.6rem;
  font-weight: 700;
}

.function-list_link_btn02_txt02 {
  color: #111111;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-left: 20px;
}

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

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

.function_content01_box01 {
  margin-bottom: 1.0416666667vw;
}

.function_content01_box01_in {
  margin-bottom: 5.2083333333vw;
  display: flex;
  justify-content: space-between;
  padding: 2.6041666667vw 3.90625vw 2.0833333333vw 1.3020833333vw;
  border-top: 8px solid #184e9e;
  background-color: #fff;
}

.function_content01_box01_in_img {
  width: 51.4%;
}
.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: 1.4rem;
  display: block;
  margin-top: 20px;
  letter-spacing: 0.05em;
  text-align: center;
}
.function_content01_box01_in_img img {
  width: 100%;
}
.function_content01_box01_in_img > div:nth-child(2) {
  margin-top: 50px;
}

.function_content01_box01_in_disc {
  width: 43.6%;
}

.function_content01_box01_in_disc02 {
  width: 100%;
  padding-left: 2.6041666667vw;
  box-sizing: border-box;
}

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

.function_content01_box01_in_ttl02 {
  font-size: 2rem;
  color: #004ea2;
  margin-bottom: 5px;
  margin-top: 20px;
}

.function_content01_box01_in_txt {
  font-size: 1.6rem;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}

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

.function_content01_box02 {
  background-color: #fff;
}

.function_content01_box02_in {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.9479166667vw;
}

.function_content01_box02_in_ttl {
  text-align: center;
  font-size: 2rem;
  color: #004ea2;
  font-weight: 700;
  margin-bottom: 3.125vw;
}
.function_content01_box02_in_ttl .f_b {
  font-size: 4.4rem;
  display: block;
}

.function_content01_box02_in_txt {
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 2;
}

.function_content01_box02_in_img {
  width: 48.75%;
}
.function_content01_box02_in_img img {
  width: 100%;
}

.function_content01_box02_in_disc {
  width: 51.25%;
  box-sizing: border-box;
  padding: 3.125vw 2.8645833333vw;
}

.function_content01_box02_in_ttl02 {
  font-size: 3rem;
  color: #004ea2;
  padding: 5px 10px;
  margin-bottom: 2.6041666667vw;
  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 {
  width: calc((100% - 90px) / 4);
}
.function_content01_box02_in_img02 .imgblock img {
  width: 100%;
}

.function_content01_box02_in02 {
  padding: 0 25px 4.1666666667vw 25px;
}

.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=pc.css.map */