@charset "UTF-8";
#index02 {
  padding: 100px 0 0;
  display: flex;
  flex-direction: column-reverse;
}
#index02 .txt_box {
  margin-bottom: 60px;
}
#index02 .txt_box .txt38 {
  line-height: 1.8;
}

#index03 {
  color: #fff;
  background-color: #0b2250;
}
#index03 .stit01 {
  color: #1f4da7;
  margin-bottom: 80px;
}
#index03 .img_txt {
  margin-bottom: 120px;
}
#index03 .img_txt:last-child {
  margin-bottom: 100px;
}
#index03 .img_txt .img {
  width: calc(100% - 30px);
}
#index03 .img_txt .img .en {
  width: 85%;
  max-width: 320px;
  position: absolute;
  top: 0;
  right: -20px;
}
#index03 .img_txt .img .en img {
  width: auto;
  transform: translateY(-50%);
}
#index03 .img_txt .img .en.tL {
  left: -20px;
  right: auto;
}
#index03 .img_txt .txt_box .box1000 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  padding: 56px 0 0px;
}
#index03 .img_txt .txt_box .box1000.riv {
  flex-direction: row-reverse;
}
#index03 .img_txt .txt_box h3.txt_w {
  margin-top: -10px;
  padding-top: 105px;
  padding-right: 10px;
}
#index03 .img_txt .txt_box h3.txt_w .font-r {
  line-height: 1.4;
  font-size: 34px;
  padding-bottom: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
#index03 .img_txt .txt_box h3.txt_w .font-r:after {
  display: block;
  content: "";
  width: 2px;
  height: 35px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: #fff;
}
#index03 .img_txt .txt_box h3.txt_w .txt img {
  width: 66px;
  height: auto;
}
#index03 .img_txt .txt_box .tate h4 {
  font-size: 24px;
  line-height: 1.9;
  letter-spacing: 1px;
  white-space: nowrap;
}
#index03 .img_txt .txt_box .btn01 {
  text-align: center;
}
#index03 .img_txt.riv .img {
  padding-left: 30px;
}
#index03 .img_txt.riv .img .en.tL {
  left: 20px;
}

.dl_box.bg_blue {
  margin: 0px auto 0px;
  text-align: center;
  padding: 22px 20px 21px 20px;
}
.dl_box.bg_blue .txt64 {
  text-align: center;
  font-size: 40px;
  line-height: 1.15;
  margin-bottom: 8px;
}
.dl_box.bg_blue .txt20,
.dl_box.bg_blue .txt18 {
  padding-top: 5px;
  font-size: 13px;
  line-height: 1.6;
}
.dl_box.bg_blue figure img {
  max-width: 210px;
}
.dl_box.bg_blue:hover {
  transition: all 0.4s linear;
  background-color: #2495da;
}

#index04 .bn_clm2 {
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 80px;
}
#index04 .bn_clm2 a {
  max-width: 420px;
}
#index04 .bn_clm2 a + a {
  margin-top: 30px;
}

#csr_box {
  padding-top: 80px;
}
#csr_box .ir_box {
  display: block;
  margin: 0 auto 80px;
  height: 180px;
  background: url(/img/top/bg_ir.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#csr_box .ir_box:before {
  transition: all 0.4s linear;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: #0b2250;
  opacity: 0;
}
#csr_box .ir_box:hover:before {
  opacity: 1;
}
#csr_box .ir_box .txt_box {
  height: 180px;
  text-align: center;
}
#csr_box .ir_box .txt_box .txt64 {
  font-size: 40px;
  line-height: 1.15;
}
#csr_box .ir_box .txt_box .txt18 {
  font-size: 13px;
  padding-top: 10px;
}
#csr_box .bn_csr li .txt_box {
  padding: 20px 0 0;
}
#csr_box .bn_csr li .txt_box .txt28 {
  font-size: 24px;
  margin-bottom: 13px;
}
#csr_box .bn_csr li .txt_box .txt16 {
  font-size: 16px;
}
#csr_box .bn_csr li + li {
  margin-top: 50px;
}

#rec_box {
  padding-bottom: 1px;
}
#rec_box .box1000 {
  padding-left: 30px;
  margin-top: -50px;
}
#rec_box .box1000 .bg_sky {
  margin: -40px 0 0 auto;
  padding: 40px 4px 40px 30px;
  background: #1fb1cc;
  border-radius: 40px 0 0;
}
#rec_box .box1000 .bg_sky .txt64 {
  font-size: 52px;
}
#rec_box .box1000 .bg_sky .txt64 .txt18 {
  padding-top: 10px;
  font-size: 14px;
}
#rec_box .box1000 .bg_sky .txt32 {
  margin: 40px 0 40px -10px;
  font-size: 18px;
  line-height: 1.8;
}
#rec_box .box1000 .bg_sky .btn01 {
  text-align: left;
}

#business .b_box .img_top {
  width: 100%;
}
#business .b_box .img_top img {
  width: 100%;
  height: 250px;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#business .b_box .tit_wrap {
  margin: -70px auto 70px;
  width: 180px;
  padding-top: 32px;
}
#business .b_box .txt_tate {
  margin: 0 auto;
  width: 50px;
  padding-top: 70px;
}
#business .b_box .txt_tate .font-r {
  font-size: 24px;
  line-height: 1;
  padding-bottom: 34px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
#business .b_box .txt_tate .font-r:after {
  display: block;
  content: "";
  width: 2px;
  height: 25px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: #2495da;
}
#business .b_box .txt_tate .font-r.txt_blue:after {
  background: #1f4da7;
}
#business .b_box .txt_tate .font-r.txt_navy:after {
  background: #0b2250;
}
#business .b_box .txt_tate .txt img {
  width: 46px;
}
#business .b_box .imgs .en {
  position: absolute;
  top: 0;
}
#business .b_box .imgs .en.tR {
  right: -15px;
}
#business .b_box .imgs .en.tL {
  left: -15px;
  right: auto;
}
#business .b_box .imgs .en img {
  height: 35px;
  width: auto;
  transform: translateY(-48%);
}

.pagenavi {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  gap: 10px;
}
.pagenavi span:first-child:last-child {
  display: none;
}
.pagenavi a,
.pagenavi .current {
  border: 2px solid #1f4da7;
  background-color: #fff;
  padding: 0 14px;
  height: 44px;
  width: 44px;
  line-height: 40px;
  font-size: 18px;
  color: #1f4da7;
  text-align: center;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
.pagenavi a:not(.prev):not(.next):hover,
.pagenavi a.current,
.pagenavi span.current {
  background-color: #00479d;
  color: #fff;
}
.pagenavi a.prev, .pagenavi a.next {
  width: auto;
  line-height: 44px;
  position: relative;
  border: none;
  color: #191919 !important;
  font-size: 16px;
  margin-left: 40px;
  padding-right: 30px;
}
.pagenavi a.prev:after, .pagenavi a.next:after {
  transition: 0.7s;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  position: absolute;
  background: url(/img/common/ar01_sp.png) 50% 50% no-repeat;
  background-size: 100% auto !important;
  z-index: 3;
}
.pagenavi a.prev.prev, .pagenavi a.next.prev {
  margin-right: 40px;
  padding-left: 30px;
  margin-left: 0px;
  padding-right: 0px;
}
.pagenavi a.prev.prev:after, .pagenavi a.next.prev:after {
  transform: rotate(180deg);
  left: 0px;
  right: auto;
}
.pagenavi a:hover {
  transition: all 0.4s linear;
}
.pagenavi a:hover.prev:after, .pagenavi a:hover.next:after {
  background: url(/img/common/ar01_sp_on.png) 50% 50%;
  right: -5px;
}
.pagenavi a:hover.prev:after {
  left: -5px;
  right: auto;
}

#csr03:before,
#csr02:before {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  background: #0b2250;
}
#csr03 .box01,
#csr02 .box01 {
  width: 93%;
  box-sizing: border-box;
  overflow: visible;
  background: #0b2250;
  padding: 90px 0 56px;
}
#csr03 .box01 .txt_box,
#csr02 .box01 .txt_box {
  padding-left: 7vw;
  padding-right: 7vw;
}
#csr03 .box01 .txt_box .txt30,
#csr02 .box01 .txt_box .txt30 {
  margin-bottom: 30px;
}
#csr03 .box01 .img_sp,
#csr02 .box01 .img_sp {
  display: block;
  width: 93vw;
  margin-bottom: 37px;
}
#csr03 .box01 .img_sp img,
#csr02 .box01 .img_sp img {
  width: 100%;
  max-width: none;
}
#csr03 .box02,
#csr02 .box02 {
  width: 93%;
  margin-left: 7%;
  box-sizing: border-box;
  padding-left: 10%;
  padding-right: 10%;
}
#csr03 .box02 .img,
#csr02 .box02 .img {
  margin-bottom: 60px;
}
#csr03 .box02 .img img,
#csr02 .box02 .img img {
  width: auto;
  min-height: 100px;
  height: 2.66vw;
}

#csr03:before {
  left: auto;
  right: 0;
}
#csr03 .box01 {
  margin-left: 7%;
}
#csr03 .img_sp img {
  margin-left: -14vw;
}
#csr03 .btn01 {
  margin: 40px auto 0;
}
#csr03 .btn01 a {
  width: 100%;
  max-width: 300px;
}

#company #history .mb250 {
  margin-bottom: 0;
}
#company #history .box01 {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#company #history .box01 .txt_box {
  padding: 30px 0;
}
#company #history .box01 .txt_box .txt56 {
  width: 220px;
  margin-bottom: 10px;
}
#company #history .box01 .txt_box .txt13 {
  letter-spacing: 2px;
}
#company #history .box01 .txt_box .txt16 {
  margin-top: 40px;
}
#company #history .box01 .txt_box .txt16:before {
  display: block;
  content: "";
  width: 25px;
  height: 4px;
  top: -18px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: #fff;
}

#co04 .chart {
  display: block;
  text-align: center;
}
#co04 .chart img {
  width: 360px;
}

#co05 .b_list .pa {
  margin-bottom: 35px;
}
#co05 .acc_open {
  position: relative;
  cursor: pointer;
  padding: 5px 0px 8px 4px;
  border-bottom: 4px solid #1f4da7;
}
#co05 .acc_open:before {
  z-index: 3;
  display: block;
  content: "＋";
  position: absolute;
  width: 26px;
  height: 26px;
  text-align: center;
  bottom: 10px;
  right: 4px;
  margin: auto;
  line-height: 26px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
#co05 .acc_open:after {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  bottom: 10px;
  right: 4px;
  margin: auto;
  position: absolute;
  background: #1f4da7;
  border-radius: 20px;
}
#co05 .acc_open.open:before {
  content: "ー";
  font-size: 16px;
}
#co05 .open_box {
  display: none;
  margin-top: 10px;
}
#co05 .open_box .branch {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#co05 .open_box .branch tr,
#co05 .open_box .branch tbody {
  display: block;
  width: 100%;
}
#co05 .open_box .branch th {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 15px;
  text-align: center;
  background-color: #5a7ba8;
  color: #fff;
  letter-spacing: 1.4px;
}
#co05 .open_box .branch td {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 5px;
}
#co05 .open_box .branch td a img {
  width: 42px;
}
#co05 .open_box .branch td .inbox p {
  width: calc(100% - 50px);
}
#co05 .open_box .branch td.division {
  padding: 15px 15px;
  background: #eff6fc;
  font-size: 15px;
}
#co05 .open_box .branch td.division li + li {
  margin-top: 20px;
}
#co05 .open_box .branch + .branch {
  margin-top: 20px;
}

@media screen and (max-width: 374px) {
  /*-----------*/
  #csr03 .box01 .txt_box,
#csr02 .box01 .txt_box {
    padding-left: 26px;
    padding-right: 26px;
  }
  #csr03 .box01 .img_sp,
#csr02 .box01 .img_sp {
    width: 350px;
  }
  #csr03 .img_sp img {
    margin-left: -52px;
  }
} /*---max-width: 374px----*/
.privacy {
  margin: 25px auto;
}
.privacy li {
  border-top: 1px solid #a7c3de;
  padding: 25px 0;
}
.privacy li h2 {
  position: relative;
  line-height: 1.5;
  padding-left: 22px;
}
.privacy li h2 em {
  font-size: 120%;
  position: absolute;
  top: -1px;
  left: 0;
}
.privacy li h3 {
  margin-bottom: 10px;
}
.privacy li p + h3 {
  margin-top: 30px;
}
.privacy li p {
  font-size: 15px;
}

.contact_box .inbox {
  height: 228px;
  background: url(/img/common/bg_inq_sp.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.contact_box .inbox:before {
  transition: all 0.4s linear;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: #456a9d;
  opacity: 0.5;
}
.contact_box .inbox .bg_w {
  margin: 0 auto;
  transition: all 0.4s linear;
  width: 280px;
  height: 134px;
}
.contact_box .inbox .bg_w .stit01 {
  font-size: 13px;
  margin-bottom: 0;
}
.contact_box .inbox .bg_w .stit01 .font-r {
  color: #0b2250;
  margin-bottom: 10px;
  font-size: 40px;
}
.contact_box:hover .inbox:before {
  opacity: 0;
}
.contact_box:hover .inbox .bg_w {
  background-color: #0b2250;
}
.contact_box:hover .inbox .bg_w .stit01 {
  color: #fff !important;
}
.contact_box:hover .inbox .bg_w .stit01 .font-r {
  color: #fff !important;
}

footer {
  padding: 80px 0 30px;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .box1000 .f_logo {
  max-width: 200px;
  margin-bottom: 42px;
}
footer .box1000 .f_info .txt20 {
  font-size: 20px;
}
footer .box1000 .f_info .txt22 {
  font-size: 22px;
  letter-spacing: 1px;
}
footer .box1000 .f_info .txt14 {
  font-size: 14px;
  letter-spacing: 1px;
}
footer .box1000 .f_nav {
  margin: 50px 30px 0;
  padding-top: 40px;
  border-top: 1px solid #284f86;
  gap: 40px;
}
footer .box1000 .f_nav li {
  line-height: 2.5;
  margin-bottom: 8px;
}
footer .box1000 .f_nav li a.pa {
  font-weight: 500;
  padding-bottom: 4px;
}
footer .box1000 .f_nav li .txt13 {
  font-size: 13px;
}
footer .box1000 .f_nav ._child {
  margin-bottom: 40px;
}
footer .box1000 .f_nav .f_nav02 li.sp_only + li.sp_only {
  margin-top: 25px;
}
footer .box1000 .sns_btn {
  padding: 15px 0;
  gap: 30px;
}
footer .box1000 .sns_btn a svg {
  overflow: visible;
  fill: #fff;
  width: 30px;
}
footer .box1000 .sns_btn a.twitter svg {
  width: 26px;
}
footer .box1000 .f_bn {
  margin: 0 30px 10px;
  text-align: center;
}
footer .box1000 .f_bn a {
  background-color: #fff;
  margin: 40px auto 0;
  display: inline-block;
}
footer .box1000 .f_bn img {
  width: 100%;
  max-width: 400px;
}
footer #copy {
  gap: 40px;
  padding: 40px 0 0;
}

#fixed_btn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 12px;
  width: 16px;
  z-index: 990;
  pointer-events: none;
}
#fixed_btn .sns_btn {
  display: none;
}
#fixed_btn #pagetop a {
  height: 90px;
  display: inline-block;
  transition: all 0.4s linear;
  z-index: 99;
  pointer-events: all;
}
#fixed_btn #pagetop a svg text {
  fill: #1f4da7;
}
#fixed_btn #pagetop a svg path {
  stroke: #1f4da7;
}
#fixed_btn #pagetop a:hover {
  opacity: 1;
}
#fixed_btn #pagetop a:hover svg text {
  transition: all 0.4s linear;
  fill: #55b3e0 !important;
}
#fixed_btn #pagetop a:hover svg path {
  transition: all 0.4s linear;
  stroke: #55b3e0 !important;
}
#fixed_btn.is-stop {
  position: absolute;
  top: 50px;
  bottom: auto;
}

.single #fixed_btn #pagetop a svg text,
#fixed_btn.is-stop #pagetop a svg text {
  fill: #fff;
}
.single #fixed_btn #pagetop a svg path,
#fixed_btn.is-stop #pagetop a svg path {
  stroke: #fff;
}
.single #fixed_btn #pagetop a:hover svg text,
#fixed_btn.is-stop #pagetop a:hover svg text {
  fill: #55b3e0 !important;
}
.single #fixed_btn #pagetop a:hover svg path,
#fixed_btn.is-stop #pagetop a:hover svg path {
  stroke: #55b3e0 !important;
}
.single #fixed_btn .sns_btn a svg,
#fixed_btn.is-stop .sns_btn a svg {
  fill: #fff;
}
.single #fixed_btn .sns_btn a:hover svg,
#fixed_btn.is-stop .sns_btn a:hover svg {
  fill: #55b3e0 !important;
  transition: all 0.4s linear;
}

.breadcrumb {
  display: none;
}

.img100.fadein_sp:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  background-color: #0b2250;
  z-index: 100;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}

.img_top.fadein_sp:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  background-color: #fff;
  z-index: 100;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}

.img100.bg_w.fadein_sp:after {
  background-color: #fff;
}

.img100.bg_aqua.fadein_sp:after {
  background-color: #eff6fc;
}

.img_top.fadein_sp.scrollin:after,
.img100.fadein_sp.scrollin:after {
  transform-origin: right top;
  transform: scale(0, 1);
}

.fadein_sp:not(.img100):not(.img_top) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 725ms cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.stit.fadein_sp {
  opacity: 0;
  transition: opacity 725ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.fadein_sp.scrollin:not(.img100):not(.img_top) {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein_sp.delay_sp {
  transition-delay: 0.4s !important;
}

.fadein_sp.delay_sp2 {
  transition-delay: 0.7s !important;
}

.fadein_sp.delay_sp3 {
  transition-delay: 0.85s !important;
}

.fadein_sp.delay_sp4 {
  transition-delay: 1.05s !important;
}

.fadein_sp.lead01 {
  transition-delay: 0.4s;
}

/*
.fadein_sp:not(.slideInRight) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 725ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    transform 500ms;
  will-change: opacity;
  backface-visibility: hidden;
}

.fadein_sp.slideInRight {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
  transition: opacity 725ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    transform 700ms;
  will-change: opacity;
  backface-visibility: hidden;
}*/
/*# sourceMappingURL=sp2.css.map */