@charset "UTF-8";
/* Scss Document */
body {
  background-color: #cdcdcd;
  font-family: sans-serif;
  line-height: 1.5; }

.ly_cont {
  max-width: 1230px;
  padding: 60px 15px;
  margin-right: auto;
  margin-left: auto; }

.el_lv1_mainTtl {
  padding: 30px 20px;
  background-color: #333;
  color: #fff;
  font-size: 1.75rem;
  text-align: center; }
  .el_lv1_mainTtl > span {
    position: relative;
    display: inline-block; }

.el_lv2_subTtl {
  padding: 20px;
  background-color: #999;
  color: #fff;
  font-size: 1.25rem;
  text-align: left; }

.el_lv3_subTtl {
  padding: 20px;
  background-color: #FEFEFE;
  color: #999;
  font-size: 1.25rem;
  text-align: left; }

.el_lv3_subTtl__variation {
  background-color: #E8F0FF; }

.hp_mb40 {
  margin-bottom: 40px; }

/*ーーーーーーーーボタンーーーーーーーー*/
/*横並びレイアウト用*/
.bl_horizBtnList {
  display: flex;
  justify-content: center; }
  .bl_horizBtnList > *:last-child {
    margin-right: 0; }
  .bl_horizBtnList > li {
    flex: 1 1 0;
    max-width: 300px;
    margin-right: 10px; }
  .bl_horizBtnList .el_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }

.el_btn__bgcSlide01_lr {
  position: relative;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  border: 2px solid #0085D8;
  color: #0085D8;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  transition: .3s; }
  .el_btn__bgcSlide01_lr:focus, .el_btn__bgcSlide01_lr:hover {
    color: #fff;
    border-radius: 6px; }
  .el_btn__bgcSlide01_lr::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #0085D8;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s; }
  .el_btn__bgcSlide01_lr:focus::before, .el_btn__bgcSlide01_lr:hover::before {
    transform-origin: left top;
    transform: scale(1, 1); }

.el_btn__bgcSlide01_rl {
  position: relative;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  border: 2px solid #0085D8;
  color: #0085D8;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  transition: .3s; }
  .el_btn__bgcSlide01_rl:focus, .el_btn__bgcSlide01_rl:hover {
    color: #fff;
    border-radius: 6px; }
  .el_btn__bgcSlide01_rl::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #0085D8;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: transform .3s; }
  .el_btn__bgcSlide01_rl:focus::before, .el_btn__bgcSlide01_rl:hover::before {
    transform-origin: right top;
    transform: scale(1, 1); }

.el_btn__bgcSlide01_tb {
  position: relative;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  border: 2px solid #0085D8;
  color: #0085D8;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  transition: .3s; }
  .el_btn__bgcSlide01_tb:focus, .el_btn__bgcSlide01_tb:hover {
    color: #fff;
    border-radius: 6px; }
  .el_btn__bgcSlide01_tb::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #0085D8;
    transform-origin: left bottom;
    transform: scale(1, 0);
    transition: transform .3s; }
  .el_btn__bgcSlide01_tb:focus::before, .el_btn__bgcSlide01_tb:hover::before {
    transform-origin: left top;
    transform: scale(1, 1); }

.el_btn__bgcSlide01_bt {
  position: relative;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  border: 2px solid #0085D8;
  color: #0085D8;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  transition: .3s; }
  .el_btn__bgcSlide01_bt:focus, .el_btn__bgcSlide01_bt:hover {
    color: #fff;
    border-radius: 6px; }
  .el_btn__bgcSlide01_bt::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #0085D8;
    transform-origin: left top;
    transform: scale(1, 0);
    transition: transform .3s; }
  .el_btn__bgcSlide01_bt:focus::before, .el_btn__bgcSlide01_bt:hover::before {
    transform-origin: left bottom;
    transform: scale(1, 1); }

.el_btn__bgcSlide02_lr {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  background-color: #0085D8;
  color: #fff !important;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, transparent 50%, #998bfa 50%);
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease; }
  .el_btn__bgcSlide02_lr:focus, .el_btn__bgcSlide02_lr:hover {
    background-color: #998bfa;
    background-position: -100% 100%;
    border-radius: 6px; }

.el_btn__bgcSlide02_rl {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  background-color: #0085D8;
  color: #fff !important;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, transparent 50%, #998bfa 50%);
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease; }
  .el_btn__bgcSlide02_rl:focus, .el_btn__bgcSlide02_rl:hover {
    background-color: #998bfa;
    background-position: 100% -100%;
    border-radius: 6px; }

.el_btn__bgcSlide02_tb {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  background-color: #0085D8;
  color: #fff !important;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, transparent 50%, #998bfa 50%);
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease; }
  .el_btn__bgcSlide02_tb:focus, .el_btn__bgcSlide02_tb:hover {
    background-color: #998bfa;
    background-position: 100% -100%;
    border-radius: 6px; }

.el_btn__bgcSlide02_bt {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  background-color: #0085D8;
  color: #fff !important;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, transparent 50%, #998bfa 50%);
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease; }
  .el_btn__bgcSlide02_bt:focus, .el_btn__bgcSlide02_bt:hover {
    background-color: #998bfa;
    background-position: -100% 100%;
    border-radius: 6px; }

.el_btn__radiusAnimation {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  background-color: #0085D8;
  border: 3px solid #0085D8;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: all .3s; }
  .el_btn__radiusAnimation:focus, .el_btn__radiusAnimation:hover {
    background-color: transparent;
    color: #0085D8;
    border-radius: 12%/50%; }

.el_btn__gloss {
  position: relative;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  background-color: #0085D8;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  overflow: hidden; }
  .el_btn__gloss::after {
    position: absolute;
    top: 0;
    background: #fff;
    content: '';
    height: 100%;
    left: -71px;
    opacity: .2;
    transform: skewX(-25deg);
    transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1; }
  .el_btn__gloss:hover:after {
    left: 120%;
    transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1); }

.el_btn__bgc-change {
  position: relative;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  border: 2px solid #0085D8;
  background: #0085D8;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  transition: .2s; }
  .el_btn__bgc-change:focus, .el_btn__bgc-change:hover {
    color: #333;
    border: 2px solid #f1de00;
    background: #f1de00;
    border-radius: 12px; }

.el_btn__arrowRight {
  position: relative;
  padding-right: 2em;
  padding-left: 1.38em; }
  .el_btn__arrowRight::after {
    content: '\f061';
    position: absolute;
    top: 50%;
    right: .83em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transform: translateY(-50%); }

.el_btn__large {
  width: 340px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.5rem;
  font-weight: 900; }

.el_btn.el_btn__yellow {
  background-color: #f1de00;
  color: #222; }
  .el_btn.el_btn__yellow:focus, .el_btn.el_btn__yellow:hover {
    border-color: #f1de00;
    background-color: #fff; }

.el_roundedBtn {
  display: inline-block;
  width: 236px;
  max-width: 100%;
  padding: 15px 10px;
  background-color: #0085D8;
  border: 2px solid transparent;
  border-bottom-color: #00558A;
  border-radius: 10px;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  transition: .25s; }
  .el_roundedBtn:focus, .el_roundedBtn:hover {
    background-color: #fff;
    border-color: currentColor;
    color: #0085D8; }

.el_beforeIconBtn {
  position: relative;
  display: inline-block;
  padding: .2em .3em;
  border: 1px solid currentColor;
  color: #0085D8;
  text-decoration: none;
  transition: .25s; }
  .el_beforeIconBtn:focus, .el_beforeIconBtn:hover {
    background-color: #0085D8;
    color: #fff; }
  .el_beforeIconBtn::before {
    display: inline-block;
    margin-right: .5em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; }

.el_beforeIconBtn.el_beforeIconBtn__download::before {
  content: '\f019'; }

.el_beforeIconBtn.el_beforeIconBtn__zoom::before {
  content: '\f00e';
  transform: translateY(-6%); }

/*ーーーーーーーーアイコンーーーーーーーー*/
.el_beforeIcon a {
  text-decoration: none; }
  .el_beforeIcon a:hover {
    text-decoration: underline; }
.el_beforeIcon::before {
  display: inline-block;
  margin-right: .3em;
  color: #0085D8;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
.el_beforeIcon.el_beforeIcon__pdf::before {
  content: '\f1c1'; }
.el_beforeIcon.el_beforeIcon__excel {
  text-decoration: none; }
  .el_beforeIcon.el_beforeIcon__excel:hover {
    text-decoration: underline; }
  .el_beforeIcon.el_beforeIcon__excel::before {
    content: '\f1c3'; }
.el_beforeIcon.el_beforeIcon__PP::before {
  content: '\f1c4'; }
.el_beforeIcon.el_beforeIcon__checkSquare::before {
  content: '\f14a'; }
.el_beforeIcon.el_beforeIcon__chevLeft::before {
  content: '';
  width: .375em;
  height: .375em;
  border-bottom: 0.125em solid #0085D8;
  border-left: 0.125em solid #0085D8;
  transform: rotate(45deg) translateY(-30%); }

.el_afterIcon a {
  text-decoration: none; }
  .el_afterIcon a:hover {
    text-decoration: underline; }
.el_afterIcon::after {
  display: inline-block;
  margin-right: .3em;
  color: #0085D8;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
.el_afterIcon.el_afterIcon__chevRight::after {
  content: '';
  width: .375em;
  height: .375em;
  border-top: 0.125em solid #0085D8;
  border-right: 0.125em solid #0085D8;
  transform: rotate(45deg) translateY(-30%); }
