@charset "UTF-8";
/* config.scss 
-------------------------------------------------------*/
/* /_config.scss
-------------------------------------------------------*/
/* _function.scss
-------------------------------------------------------*/
/* /_function.scss
-------------------------------------------------------*/
/* _media.scss 
-------------------------------------------------------*/
.brSp,
.spOnly,
.imgSp,
.brTab,
.tabOnly,
.imgTab {
  display: none !important;
}

@media screen and (max-width: 1420px) and (min-width: 768px), print {
  .brTab {
    display: none !important;
  }
  .brTab {
    display: inline !important;
  }
  .tabOnly {
    display: block !important;
  }
  .tabNone {
    display: none !important;
  }
  .imgTab {
    display: none !important;
  }
  .imgTab {
    display: inline !important;
  }
}
@media screen and (max-width: 767px) {
  .brPc {
    display: none !important;
  }
  .brSp {
    display: inline !important;
  }
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
  .spNone {
    display: none !important;
  }
  .imgPc {
    display: none !important;
  }
  .imgSp {
    display: inline !important;
  }
}
/* /_media.scss
-------------------------------------------------------*/
/* _font.scss 
-------------------------------------------------------*/
/* /_font.scss
-------------------------------------------------------*/
/* _over.scss
-------------------------------------------------------*/
/* /_over.scss
-------------------------------------------------------*/
/* _animation.scss 
-------------------------------------------------------*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes popup {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes popup {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes blur {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes blur {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes scrollToLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes scrollToLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
/* inview */
.js_inview {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}

.js_inview-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .js_inview {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .js_inview-show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* /_animation.scss
-------------------------------------------------------*/
/* _other.scss
-------------------------------------------------------*/
/* /_other.scss
-------------------------------------------------------*/
/* _reset.scss 
-------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

* {
  max-height: 999999px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

figure {
  line-height: 0;
}

figcaption {
  line-height: 1.2;
}

.img_inherit {
  max-width: inherit;
  max-height: inherit;
}

main {
  display: block;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

.slick-slide {
  outline: none;
}

table {
  font-size: inherit;
  font: 100%;
}

.slick-dots {
  font-size: 0;
  line-height: 0;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  background: none;
  cursor: pointer;
}

.slick-dots button {
  border: none !important;
  background: none !important;
  outline: none !important;
  font-size: 0;
}

.slick-arrow.slick-disabled {
  pointer-events: none;
}

@media screen and (min-width: 768px), print {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    color: #333 !important;
  }
}
/* /_reset.scss
-------------------------------------------------------*/
/* _layout.scss 
-------------------------------------------------------*/
/*base*/
.ly_wrap_1000 {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ly_wrap_1000 {
    width: 100%;
  }
}
.ly_wrap_1200 {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ly_wrap_1200 {
    width: 100%;
  }
}
.ly_wrap_1240 {
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ly_wrap_1240 {
    width: 100%;
  }
}
.ly_wrap_1400 {
  max-width: 1400px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ly_wrap_1400 {
    width: 100%;
  }
}
.ly_wrap_1920 {
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ly_wrap_sp {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .ly_wrap_sp2 {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.ly_margin_top_xxl {
  margin-top: 180px !important;
}
.ly_margin_top_xl {
  margin-top: 120px !important;
}
.ly_margin_top_lla {
  margin-top: 100px !important;
}
.ly_margin_top_la {
  margin-top: 80px !important;
}
.ly_margin_top_md {
  margin-top: 50px !important;
}
.ly_margin_top_mmd {
  margin-top: 40px !important;
}
.ly_margin_top_sm {
  margin-top: 30px !important;
}
.ly_margin_top_ssm {
  margin-top: 20px !important;
}
.ly_margin_bottom_xxl {
  margin-bottom: 180px !important;
}
.ly_margin_bottom_xl {
  margin-bottom: 120px !important;
}
.ly_margin_bottom_lla {
  margin-bottom: 100px !important;
}
.ly_margin_bottom_la {
  margin-bottom: 80px !important;
}
.ly_margin_bottom_md {
  margin-bottom: 50px !important;
}
.ly_margin_bottom_mmd {
  margin-bottom: 40px !important;
}
.ly_margin_bottom_sm {
  margin-bottom: 30px !important;
}
.ly_margin_bottom_ssm {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .ly_margin_top_xxl {
    margin-top: 120px !important;
  }
  .ly_margin_top_xl {
    margin-top: 80px !important;
  }
  .ly_margin_top_lla {
    margin-top: 70px !important;
  }
  .ly_margin_top_la {
    margin-top: 50px !important;
  }
  .ly_margin_top_md {
    margin-top: 40px !important;
  }
  .ly_margin_top_mmd {
    margin-top: 30px !important;
  }
  .ly_margin_top_sm {
    margin-top: 20px !important;
  }
  .ly_margin_top_ssm {
    margin-top: 15px !important;
  }
  .ly_margin_bottom_xxl {
    margin-bottom: 120px !important;
  }
  .ly_margin_bottom_xl {
    margin-bottom: 80px !important;
  }
  .ly_margin_bottom_lla {
    margin-bottom: 70px !important;
  }
  .ly_margin_bottom_la {
    margin-bottom: 50px !important;
  }
  .ly_margin_bottom_md {
    margin-bottom: 40px !important;
  }
  .ly_margin_bottom_mmd {
    margin-bottom: 30px !important;
  }
  .ly_margin_bottom_sm {
    margin-bottom: 20px !important;
  }
  .ly_margin_bottom_ssm {
    margin-bottom: 15px !important;
  }
}
.ly_padding_top_xxl {
  padding-top: 180px !important;
}
.ly_padding_top_xl {
  padding-top: 120px !important;
}
.ly_padding_top_lla {
  padding-top: 100px !important;
}
.ly_padding_top_la {
  padding-top: 80px !important;
}
.ly_padding_top_md {
  padding-top: 50px !important;
}
.ly_padding_top_mmd {
  padding-top: 40px !important;
}
.ly_padding_top_sm {
  padding-top: 30px !important;
}
.ly_padding_top_ssm {
  padding-top: 20px !important;
}
.ly_padding_bottom_xxl {
  padding-bottom: 180px !important;
}
.ly_padding_bottom_xl {
  padding-bottom: 120px !important;
}
.ly_padding_bottom_lla {
  padding-bottom: 100px !important;
}
.ly_padding_bottom_la {
  padding-bottom: 80px !important;
}
.ly_padding_bottom_md {
  padding-bottom: 50px !important;
}
.ly_padding_bottom_mmd {
  padding-bottom: 40px !important;
}
.ly_padding_bottom_sm {
  padding-bottom: 30px !important;
}
.ly_padding_bottom_ssm {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .ly_padding_top_xxl {
    padding-top: 120px !important;
  }
  .ly_padding_top_xl {
    padding-top: 80px !important;
  }
  .ly_padding_top_lla {
    padding-top: 70px !important;
  }
  .ly_padding_top_la {
    padding-top: 50px !important;
  }
  .ly_padding_top_md {
    padding-top: 40px !important;
  }
  .ly_padding_top_mmd {
    padding-top: 30px !important;
  }
  .ly_padding_top_sm {
    padding-top: 20px !important;
  }
  .ly_padding_top_ssm {
    padding-top: 15px !important;
  }
  .ly_padding_bottom_xxl {
    padding-bottom: 120px !important;
  }
  .ly_padding_bottom_xl {
    padding-bottom: 80px !important;
  }
  .ly_padding_bottom_lla {
    padding-bottom: 70px !important;
  }
  .ly_padding_bottom_la {
    padding-bottom: 50px !important;
  }
  .ly_padding_bottom_md {
    padding-bottom: 40px !important;
  }
  .ly_padding_bottom_mmd {
    padding-bottom: 30px !important;
  }
  .ly_padding_bottom_sm {
    padding-bottom: 20px !important;
  }
  .ly_padding_bottom_ssm {
    padding-bottom: 15px !important;
  }
}
.ly_2split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px 80px;
}
@media screen and (max-width: 767px) {
  .ly_2split {
    gap: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ly_2split > div {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_2split > div {
    margin-top: 25px;
  }
  .ly_2split > div:nth-child(1) {
    margin-top: 0;
  }
}
.ly_2split_item {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .ly_2split_item {
    width: calc((100% - 80px) / 2);
  }
}
.ly_2splitTo2split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px 80px;
}
@media screen and (max-width: 767px) {
  .ly_2splitTo2split {
    gap: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ly_2splitTo2split > div {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_2splitTo2split > div {
    margin-top: 25px;
  }
  .ly_2splitTo2split > div:nth-child(-n+2) {
    margin-top: 0;
  }
}
.ly_2splitTo2split_item {
  width: calc((100% - 25px) / 2);
}
@media screen and (min-width: 768px), print {
  .ly_2splitTo2split_item {
    width: calc((100% - 80px) / 2);
  }
}
.ly_2on1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px 80px;
}
@media screen and (max-width: 767px) {
  .ly_2on1 {
    gap: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ly_2on1 > div {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_2on1 > div {
    margin-top: 25px;
  }
  .ly_2on1 > div:nth-child(-n+2) {
    margin-top: 0;
  }
}
.ly_2on1_item:nth-child(1) {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .ly_2on1_item:nth-child(1) {
    width: calc(66.6666666667% - (80px / 2));
  }
}
.ly_2on1_item:nth-child(2) {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .ly_2on1_item:nth-child(2) {
    width: calc(33.3333333333% - (80px / 2));
  }
}
.ly_2on1_orderReverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px 80px;
}
@media screen and (max-width: 767px) {
  .ly_2on1_orderReverse {
    gap: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ly_2on1_orderReverse > div {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_2on1_orderReverse > div {
    margin-top: 25px;
  }
  .ly_2on1_orderReverse > div:nth-child(-n+2) {
    margin-top: 0;
  }
}
.ly_2on1_orderReverse_item:nth-child(1) {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .ly_2on1_orderReverse_item:nth-child(1) {
    width: calc(66.6666666667% - (80px / 2));
  }
}
.ly_2on1_orderReverse_item:nth-child(2) {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .ly_2on1_orderReverse_item:nth-child(2) {
    width: calc(33.3333333333% - (80px / 2));
  }
}
@media screen and (max-width: 767px) {
  .ly_2on1_orderReverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.ly_2on1to1on1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px 80px;
}
@media screen and (max-width: 767px) {
  .ly_2on1to1on1 {
    gap: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ly_2on1to1on1 > div {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_2on1to1on1 > div {
    margin-top: 25px;
  }
  .ly_2on1to1on1 > div:nth-child(-n+2) {
    margin-top: 0;
  }
}
.ly_2on1to1on1_item:nth-child(1) {
  width: calc((100% - 25px) / 2);
}
@media screen and (min-width: 768px), print {
  .ly_2on1to1on1_item:nth-child(1) {
    width: calc(66.6666666667% - (80px / 2));
  }
}
.ly_2on1to1on1_item:nth-child(2) {
  width: calc((100% - 25px) / 2);
}
@media screen and (min-width: 768px), print {
  .ly_2on1to1on1_item:nth-child(2) {
    width: calc(33.3333333333% - (80px / 2));
  }
}
.ly_1on2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px 80px;
}
@media screen and (max-width: 767px) {
  .ly_1on2 {
    gap: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ly_1on2 > div {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_1on2 > div {
    margin-top: 25px;
  }
  .ly_1on2 > div:nth-child(-n+2) {
    margin-top: 0;
  }
}
.ly_1on2_item:nth-child(1) {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .ly_1on2_item:nth-child(1) {
    width: calc(33.3333333333% - (80px / 2));
  }
}
.ly_1on2_item:nth-child(2) {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .ly_1on2_item:nth-child(2) {
    width: calc(66.6666666667% - (80px / 2));
  }
}
.ly_1on2_orderReverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px 80px;
}
@media screen and (max-width: 767px) {
  .ly_1on2_orderReverse {
    gap: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ly_1on2_orderReverse > div {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_1on2_orderReverse > div {
    margin-top: 25px;
  }
  .ly_1on2_orderReverse > div:nth-child(-n+2) {
    margin-top: 0;
  }
}
.ly_1on2_orderReverse_item:nth-child(1) {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .ly_1on2_orderReverse_item:nth-child(1) {
    width: calc(33.3333333333% - (80px / 2));
  }
}
.ly_1on2_orderReverse_item:nth-child(2) {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .ly_1on2_orderReverse_item:nth-child(2) {
    width: calc(66.6666666667% - (80px / 2));
  }
}
@media screen and (max-width: 767px) {
  .ly_1on2_orderReverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.ly_1on2to1on1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px 80px;
}
@media screen and (max-width: 767px) {
  .ly_1on2to1on1 {
    gap: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ly_1on2to1on1 > div {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_1on2to1on1 > div {
    margin-top: 25px;
  }
  .ly_1on2to1on1 > div:nth-child(-n+2) {
    margin-top: 0;
  }
}
.ly_1on2to1on1_item:nth-child(1) {
  width: calc((100% - 25px) / 2);
}
@media screen and (min-width: 768px), print {
  .ly_1on2to1on1_item:nth-child(1) {
    width: calc(33.3333333333% - (80px / 2));
  }
}
.ly_1on2to1on1_item:nth-child(2) {
  width: calc((100% - 25px) / 2);
}
@media screen and (min-width: 768px), print {
  .ly_1on2to1on1_item:nth-child(2) {
    width: calc(66.6666666667% - (80px / 2));
  }
}
.ly_3split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px 60px;
}
@media screen and (max-width: 767px) {
  .ly_3split {
    gap: 0;
  }
}
.ly_3split > div {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_3split > div {
    margin-top: 25px;
  }
  .ly_3split > div:nth-child(1) {
    margin-top: 0;
  }
}
.ly_3split_item {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .ly_3split_item {
    width: calc((100% - 60px * 2) / 3);
  }
}
.ly_3splitTo2split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px 80px;
}
@media screen and (max-width: 767px) {
  .ly_3splitTo2split {
    gap: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ly_3splitTo2split > div {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_3splitTo2split > div {
    margin-top: 25px;
  }
  .ly_3splitTo2split > div:nth-child(-n+2) {
    margin-top: 0;
  }
}
.ly_3splitTo2split_item {
  width: calc((100% - 25px) / 2);
}
@media screen and (min-width: 768px), print {
  .ly_3splitTo2split_item {
    width: calc((100% - 80px * 2) / 3);
  }
}
.ly_4split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 35px 43px;
}
@media screen and (max-width: 767px) {
  .ly_4split {
    gap: 0;
  }
}
.ly_4split > div {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_4split > div {
    margin-top: 25px;
  }
  .ly_4split > div:nth-child(1) {
    margin-top: 0;
  }
}
.ly_4split_item {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .ly_4split_item {
    width: calc((100% - 43px * 3) / 4);
  }
}
.ly_4splitTo2split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 35px 45px;
}
@media screen and (max-width: 767px) {
  .ly_4splitTo2split {
    gap: 25px;
  }
}
.ly_4splitTo2split > div {
  max-width: 100%;
}
.ly_4splitTo2split_item {
  width: calc((100% - 25px) / 2);
}
@media screen and (min-width: 768px), print {
  .ly_4splitTo2split_item {
    width: calc((100% - 45px * 3) / 4);
  }
}
.ly_5split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 35px 35px;
}
@media screen and (max-width: 767px) {
  .ly_5split {
    gap: 0;
  }
}
.ly_5split > div {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_5split > div {
    margin-top: 25px;
  }
  .ly_5split > div:nth-child(1) {
    margin-top: 0;
  }
}
.ly_5split_item {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .ly_5split_item {
    width: calc((100% - 35px * 4) / 5);
  }
}
.ly_5splitTo2split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 35px 38px;
}
@media screen and (max-width: 767px) {
  .ly_5splitTo2split {
    gap: 25px;
  }
}
.ly_5splitTo2split > div {
  max-width: 100%;
}
.ly_5splitTo2split_item {
  width: calc((100% - 25px) / 2);
}
@media screen and (min-width: 768px), print {
  .ly_5splitTo2split_item {
    width: calc((100% - 38px * 4) / 5);
  }
}
.ly_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .ly_center {
    gap: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ly_center > div {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_center > div {
    margin-top: 25px;
  }
  .ly_center > div:nth-child(-n+2) {
    margin-top: 0;
  }
}
.ly_center_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ly_sect_main {
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .ly_sect_main {
    margin: 60px auto 0;
  }
}

/* /_layout.scss
-------------------------------------------------------*/
/* _hp.css 
-------------------------------------------------------*/
.hp_fc_bk {
  color: #000 !important;
}
.hp_fc_wh {
  color: #fff !important;
}
.hp_fc_ac {
  color: #30435D !important;
}
.hp_fc_main {
  color: #023E98 !important;
}
.hp_fc_sub {
  color: #E70012 !important;
}
.hp_dis_b {
  display: block !important;
}
.hp_dis_ib {
  display: inline-block !important;
}
.hp_dis_i {
  display: inline !important;
}
@media screen and (min-width: 768px), print {
  .hp_dis_b_pc {
    display: block !important;
  }
  .hp_dis_ib_pc {
    display: inline-block !important;
  }
  .hp_dis_i_pc {
    display: inline !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_dis_b_sp {
    display: block !important;
  }
  .hp_dis_ib_sp {
    display: inline-block !important;
  }
  .hp_dis_i_sp {
    display: inline !important;
  }
}
@media screen and (min-width: 768px), print {
  .hp_pcView {
    display: block !important;
  }
  .hp_spView {
    display: none !important;
  }
}
@media screen and (max-width: 1420px) and (min-width: 768px), print {
  .hp_pcMidView {
    display: block !important;
  }
  .hp_pcMaxView {
    display: none !important;
  }
}
@media screen and (max-width: 1300px), print {
  .hp_pcMid2View {
    display: block !important;
  }
  .hp_pcMaxView {
    display: none !important;
  }
}
@media screen and (max-width: 1241px) {
  .hp_pcMaxView {
    display: block !important;
  }
  .hp_pcMid2View {
    display: none !important;
  }
  .hp_pcMidView {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_spView {
    display: block !important;
  }
  .hp_pcView {
    display: none !important;
  }
  .hp_pcMidView {
    display: none !important;
  }
  .hp_pcMaxView {
    display: none !important;
  }
}
.hp_fw_200 {
  font-weight: 200 !important;
}
.hp_fw_300 {
  font-weight: 300 !important;
}
.hp_fw_400 {
  font-weight: 400 !important;
}
.hp_fw_500 {
  font-weight: 500 !important;
}
.hp_fw_700 {
  font-weight: 700 !important;
}
.hp_fw_900 {
  font-weight: 900 !important;
}
.hp_fs_10px {
  font-size: 10px !important;
}
.hp_fs_11px {
  font-size: 11px !important;
}
.hp_fs_12px {
  font-size: 12px !important;
}
.hp_fs_13px {
  font-size: 13px !important;
}
.hp_fs_14px {
  font-size: 14px !important;
}
.hp_fs_15px {
  font-size: 15px !important;
}
.hp_fs_16px {
  font-size: 16px !important;
}
.hp_fs_18px {
  font-size: 18px !important;
}
.hp_fs_20px {
  font-size: 20px !important;
}
.hp_fs_22px {
  font-size: 22px !important;
}
.hp_fs_24px {
  font-size: 24px !important;
}
.hp_fs_26px {
  font-size: 26px !important;
}
.hp_fs_28px {
  font-size: 28px !important;
}
.hp_fs_30px {
  font-size: 30px !important;
}
.hp_fs_32px {
  font-size: 32px !important;
}
.hp_fs_34px {
  font-size: 34px !important;
}
.hp_fs_36px {
  font-size: 36px !important;
}
.hp_fs_38px {
  font-size: 38px !important;
}
.hp_fs_40px {
  font-size: 40px !important;
}
.hp_fs_42px {
  font-size: 42px !important;
}
.hp_fs_44px {
  font-size: 44px !important;
}
.hp_fs_46px {
  font-size: 46px !important;
}
.hp_fs_48px {
  font-size: 48px !important;
}
.hp_fs_95e {
  font-size: 0.95em !important;
}
.hp_fs_9e {
  font-size: 0.9em !important;
}
.hp_fs_85e {
  font-size: 0.85em !important;
}
.hp_fs_8e {
  font-size: 0.8em !important;
}
.hp_fs_75e {
  font-size: 0.75em !important;
}
.hp_fs_7e {
  font-size: 0.7em !important;
}
@media screen and (max-width: 767px) {
  .hp_fs_10px_sp {
    font-size: 10px !important;
  }
  .hp_fs_11px_sp {
    font-size: 11px !important;
  }
  .hp_fs_12px_sp {
    font-size: 12px !important;
  }
  .hp_fs_13px_sp {
    font-size: 13px !important;
  }
  .hp_fs_14px_sp {
    font-size: 14px !important;
  }
  .hp_fs_15px_sp {
    font-size: 15px !important;
  }
  .hp_fs_16px_sp {
    font-size: 16px !important;
  }
  .hp_fs_18px_sp {
    font-size: 18px !important;
  }
  .hp_fs_20px_sp {
    font-size: 20px !important;
  }
  .hp_fs_22px_sp {
    font-size: 22px !important;
  }
  .hp_fs_24px_sp {
    font-size: 24px !important;
  }
  .hp_fs_26px_sp {
    font-size: 26px !important;
  }
  .hp_fs_28px_sp {
    font-size: 28px !important;
  }
  .hp_fs_30px_sp {
    font-size: 30px !important;
  }
  .hp_fs_32px_sp {
    font-size: 32px !important;
  }
  .hp_fs_34px_sp {
    font-size: 34px !important;
  }
  .hp_fs_36px_sp {
    font-size: 36px !important;
  }
  .hp_fs_38px_sp {
    font-size: 38px !important;
  }
  .hp_fs_40px_sp {
    font-size: 40px !important;
  }
  .hp_fs_42px_sp {
    font-size: 42px !important;
  }
  .hp_fs_44px_sp {
    font-size: 44px !important;
  }
  .hp_fs_46px_sp {
    font-size: 46px !important;
  }
  .hp_fs_48px_sp {
    font-size: 48px !important;
  }
  .hp_fs_95e_sp {
    font-size: 0.95em !important;
  }
  .hp_fs_9e_sp {
    font-size: 0.9em !important;
  }
  .hp_fs_85e_sp {
    font-size: 0.85em !important;
  }
  .hp_fs_8e_sp {
    font-size: 0.8em !important;
  }
  .hp_fs_75e_sp {
    font-size: 0.75em !important;
  }
  .hp_fs_7e_sp {
    font-size: 0.7em !important;
  }
}
.hp_bg_tp {
  background: transparent !important;
}
.hp_bg_bk {
  background: #333 !important;
}
.hp_bd_bk {
  border: solid 1px #333 !important;
}
.hp_bd_wh {
  border: solid 1px #fff !important;
}
.hp_bd_gr {
  border: solid 1px #023E98 !important;
}
.hp_bd_gray {
  border: solid 1px #888 !important;
}
.hp_bd_gray {
  border: solid 1px #ccc !important;
}
.hp_bd_rd5 {
  border-radius: 5px !important;
}
.hp_bd_rd10 {
  border-radius: 10px !important;
}
.hp_bd_rd15 {
  border-radius: 15px !important;
}
.hp_bd_top_grayC {
  border-top: solid 1px #ccc !important;
}
.hp_bd_right_grayC {
  border-right: solid 1px #ccc !important;
}
.hp_bd_bottom_grayC {
  border-bottom: solid 1px #ccc !important;
}
.hp_bd_left_grayC {
  border-left: solid 1px #ccc !important;
}
.hp_bd_top_wh {
  border-top: solid 1px #fff !important;
}
.hp_bd_right_wh {
  border-right: solid 1px #fff !important;
}
.hp_bd_bottom_wh {
  border-bottom: solid 1px #fff !important;
}
.hp_bd_left_wh {
  border-left: solid 1px #fff !important;
}
.hp_mAuto {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (min-width: 768px), print {
  .hp_mAuto_pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 768px), print {
  .hp_mAuto_sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.hp_mt_0 {
  margin-top: 0px !important;
}
.hp_mt_5 {
  margin-top: 5px !important;
}
.hp_mt_10 {
  margin-top: 10px !important;
}
.hp_mt_15 {
  margin-top: 15px !important;
}
.hp_mt_20 {
  margin-top: 20px !important;
}
.hp_mt_25 {
  margin-top: 25px !important;
}
.hp_mt_30 {
  margin-top: 30px !important;
}
.hp_mt_35 {
  margin-top: 35px !important;
}
.hp_mt_40 {
  margin-top: 40px !important;
}
.hp_mt_45 {
  margin-top: 45px !important;
}
.hp_mt_50 {
  margin-top: 50px !important;
}
.hp_mt_55 {
  margin-top: 55px !important;
}
.hp_mt_60 {
  margin-top: 60px !important;
}
.hp_mt_65 {
  margin-top: 65px !important;
}
.hp_mt_70 {
  margin-top: 70px !important;
}
.hp_mt_75 {
  margin-top: 75px !important;
}
.hp_mt_80 {
  margin-top: 80px !important;
}
.hp_mt_85 {
  margin-top: 85px !important;
}
.hp_mt_90 {
  margin-top: 90px !important;
}
.hp_mt_95 {
  margin-top: 95px !important;
}
.hp_mt_100 {
  margin-top: 100px !important;
}
.hp_mt_pfem {
  margin-top: 0.5em !important;
}
.hp_mt_1em {
  margin-top: 1em !important;
}
.hp_mt_1pfem {
  margin-top: 1.5em !important;
}
.hp_mt_2em {
  margin-top: 2em !important;
}
.hp_mt_2pfem {
  margin-top: 2.5em !important;
}
.hp_mt_3em {
  margin-top: 3em !important;
}
.hp_mt_auto {
  margin-top: auto !important;
}
@media screen and (min-width: 768px), print {
  .hp_mt_0_pc {
    margin-top: 0px !important;
  }
  .hp_mt_5_pc {
    margin-top: 5px !important;
  }
  .hp_mt_10_pc {
    margin-top: 10px !important;
  }
  .hp_mt_15_pc {
    margin-top: 15px !important;
  }
  .hp_mt_20_pc {
    margin-top: 20px !important;
  }
  .hp_mt_25_pc {
    margin-top: 25px !important;
  }
  .hp_mt_30_pc {
    margin-top: 30px !important;
  }
  .hp_mt_35_pc {
    margin-top: 35px !important;
  }
  .hp_mt_40_pc {
    margin-top: 40px !important;
  }
  .hp_mt_45_pc {
    margin-top: 45px !important;
  }
  .hp_mt_50_pc {
    margin-top: 50px !important;
  }
  .hp_mt_55_pc {
    margin-top: 55px !important;
  }
  .hp_mt_60_pc {
    margin-top: 60px !important;
  }
  .hp_mt_65_pc {
    margin-top: 65px !important;
  }
  .hp_mt_70_pc {
    margin-top: 70px !important;
  }
  .hp_mt_75_pc {
    margin-top: 75px !important;
  }
  .hp_mt_80_pc {
    margin-top: 80px !important;
  }
  .hp_mt_85_pc {
    margin-top: 85px !important;
  }
  .hp_mt_90_pc {
    margin-top: 90px !important;
  }
  .hp_mt_95_pc {
    margin-top: 95px !important;
  }
  .hp_mt_100_pc {
    margin-top: 100px !important;
  }
  .hp_mt_pfem_pc {
    margin-top: 0.5em !important;
  }
  .hp_mt_1em_pc {
    margin-top: 1em !important;
  }
  .hp_mt_1pfem_pc {
    margin-top: 1.5em !important;
  }
  .hp_mt_2em_pc {
    margin-top: 2em !important;
  }
  .hp_mt_2pfem_pc {
    margin-top: 2.5em !important;
  }
  .hp_mt_3em_pc {
    margin-top: 3em !important;
  }
  .hp_mt_auto_pc {
    margin-top: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_mt_0_sp {
    margin-top: 0px !important;
  }
  .hp_mt_5_sp {
    margin-top: 5px !important;
  }
  .hp_mt_10_sp {
    margin-top: 10px !important;
  }
  .hp_mt_15_sp {
    margin-top: 15px !important;
  }
  .hp_mt_20_sp {
    margin-top: 20px !important;
  }
  .hp_mt_25_sp {
    margin-top: 25px !important;
  }
  .hp_mt_30_sp {
    margin-top: 30px !important;
  }
  .hp_mt_35_sp {
    margin-top: 35px !important;
  }
  .hp_mt_40_sp {
    margin-top: 40px !important;
  }
  .hp_mt_45_sp {
    margin-top: 45px !important;
  }
  .hp_mt_50_sp {
    margin-top: 50px !important;
  }
  .hp_mt_55_sp {
    margin-top: 55px !important;
  }
  .hp_mt_60_sp {
    margin-top: 60px !important;
  }
  .hp_mt_65_sp {
    margin-top: 65px !important;
  }
  .hp_mt_70_sp {
    margin-top: 70px !important;
  }
  .hp_mt_75_sp {
    margin-top: 75px !important;
  }
  .hp_mt_80_sp {
    margin-top: 80px !important;
  }
  .hp_mt_85_sp {
    margin-top: 85px !important;
  }
  .hp_mt_90_sp {
    margin-top: 90px !important;
  }
  .hp_mt_95_sp {
    margin-top: 95px !important;
  }
  .hp_mt_100_sp {
    margin-top: 100px !important;
  }
  .hp_mt_pfem_sp {
    margin-top: 0.5em !important;
  }
  .hp_mt_1em_sp {
    margin-top: 1em !important;
  }
  .hp_mt_1pfem_sp {
    margin-top: 1.5em !important;
  }
  .hp_mt_2em_sp {
    margin-top: 2em !important;
  }
  .hp_mt_2pfem_sp {
    margin-top: 2.5em !important;
  }
  .hp_mt_3em_sp {
    margin-top: 3em !important;
  }
  .hp_mt_auto_sp {
    margin-top: auto !important;
  }
}
.hp_mr_0 {
  margin-right: 0px !important;
}
.hp_mr_5 {
  margin-right: 5px !important;
}
.hp_mr_10 {
  margin-right: 10px !important;
}
.hp_mr_15 {
  margin-right: 15px !important;
}
.hp_mr_20 {
  margin-right: 20px !important;
}
.hp_mr_25 {
  margin-right: 25px !important;
}
.hp_mr_30 {
  margin-right: 30px !important;
}
.hp_mr_35 {
  margin-right: 35px !important;
}
.hp_mr_40 {
  margin-right: 40px !important;
}
.hp_mr_45 {
  margin-right: 45px !important;
}
.hp_mr_50 {
  margin-right: 50px !important;
}
.hp_mr_55 {
  margin-right: 55px !important;
}
.hp_mr_60 {
  margin-right: 60px !important;
}
.hp_mr_65 {
  margin-right: 65px !important;
}
.hp_mr_70 {
  margin-right: 70px !important;
}
.hp_mr_75 {
  margin-right: 75px !important;
}
.hp_mr_80 {
  margin-right: 80px !important;
}
.hp_mr_85 {
  margin-right: 85px !important;
}
.hp_mr_90 {
  margin-right: 90px !important;
}
.hp_mr_95 {
  margin-right: 95px !important;
}
.hp_mr_100 {
  margin-right: 100px !important;
}
.hp_mr_pfem {
  margin-right: 0.5em !important;
}
.hp_mr_1em {
  margin-right: 1em !important;
}
.hp_mr_1pfem {
  margin-right: 1.5em !important;
}
.hp_mr_2em {
  margin-right: 2em !important;
}
.hp_mr_2pfem {
  margin-right: 2.5em !important;
}
.hp_mr_3em {
  margin-right: 3em !important;
}
.hp_mr_auto {
  margin-right: auto !important;
}
@media screen and (min-width: 768px), print {
  .hp_mr_0_pc {
    margin-right: 0px !important;
  }
  .hp_mr_5_pc {
    margin-right: 5px !important;
  }
  .hp_mr_10_pc {
    margin-right: 10px !important;
  }
  .hp_mr_15_pc {
    margin-right: 15px !important;
  }
  .hp_mr_20_pc {
    margin-right: 20px !important;
  }
  .hp_mr_25_pc {
    margin-right: 25px !important;
  }
  .hp_mr_30_pc {
    margin-right: 30px !important;
  }
  .hp_mr_35_pc {
    margin-right: 35px !important;
  }
  .hp_mr_40_pc {
    margin-right: 40px !important;
  }
  .hp_mr_45_pc {
    margin-right: 45px !important;
  }
  .hp_mr_50_pc {
    margin-right: 50px !important;
  }
  .hp_mr_55_pc {
    margin-right: 55px !important;
  }
  .hp_mr_60_pc {
    margin-right: 60px !important;
  }
  .hp_mr_65_pc {
    margin-right: 65px !important;
  }
  .hp_mr_70_pc {
    margin-right: 70px !important;
  }
  .hp_mr_75_pc {
    margin-right: 75px !important;
  }
  .hp_mr_80_pc {
    margin-right: 80px !important;
  }
  .hp_mr_85_pc {
    margin-right: 85px !important;
  }
  .hp_mr_90_pc {
    margin-right: 90px !important;
  }
  .hp_mr_95_pc {
    margin-right: 95px !important;
  }
  .hp_mr_100_pc {
    margin-right: 100px !important;
  }
  .hp_mr_pfem_pc {
    margin-right: 0.5em !important;
  }
  .hp_mr_1em_pc {
    margin-right: 1em !important;
  }
  .hp_mr_1pfem_pc {
    margin-right: 1.5em !important;
  }
  .hp_mr_2em_pc {
    margin-right: 2em !important;
  }
  .hp_mr_2pfem_pc {
    margin-right: 2.5em !important;
  }
  .hp_mr_3em_pc {
    margin-right: 3em !important;
  }
  .hp_mr_auto_pc {
    margin-right: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_mr_0_sp {
    margin-right: 0px !important;
  }
  .hp_mr_5_sp {
    margin-right: 5px !important;
  }
  .hp_mr_10_sp {
    margin-right: 10px !important;
  }
  .hp_mr_15_sp {
    margin-right: 15px !important;
  }
  .hp_mr_20_sp {
    margin-right: 20px !important;
  }
  .hp_mr_25_sp {
    margin-right: 25px !important;
  }
  .hp_mr_30_sp {
    margin-right: 30px !important;
  }
  .hp_mr_35_sp {
    margin-right: 35px !important;
  }
  .hp_mr_40_sp {
    margin-right: 40px !important;
  }
  .hp_mr_45_sp {
    margin-right: 45px !important;
  }
  .hp_mr_50_sp {
    margin-right: 50px !important;
  }
  .hp_mr_55_sp {
    margin-right: 55px !important;
  }
  .hp_mr_60_sp {
    margin-right: 60px !important;
  }
  .hp_mr_65_sp {
    margin-right: 65px !important;
  }
  .hp_mr_70_sp {
    margin-right: 70px !important;
  }
  .hp_mr_75_sp {
    margin-right: 75px !important;
  }
  .hp_mr_80_sp {
    margin-right: 80px !important;
  }
  .hp_mr_85_sp {
    margin-right: 85px !important;
  }
  .hp_mr_90_sp {
    margin-right: 90px !important;
  }
  .hp_mr_95_sp {
    margin-right: 95px !important;
  }
  .hp_mr_100_sp {
    margin-right: 100px !important;
  }
  .hp_mr_pfem_sp {
    margin-right: 0.5em !important;
  }
  .hp_mr_1em_sp {
    margin-right: 1em !important;
  }
  .hp_mr_1pfem_sp {
    margin-right: 1.5em !important;
  }
  .hp_mr_2em_sp {
    margin-right: 2em !important;
  }
  .hp_mr_2pfem_sp {
    margin-right: 2.5em !important;
  }
  .hp_mr_3em_sp {
    margin-right: 3em !important;
  }
  .hp_mr_auto_sp {
    margin-right: auto !important;
  }
}
.hp_mb_0 {
  margin-bottom: 0px !important;
}
.hp_mb_5 {
  margin-bottom: 5px !important;
}
.hp_mb_10 {
  margin-bottom: 10px !important;
}
.hp_mb_15 {
  margin-bottom: 15px !important;
}
.hp_mb_20 {
  margin-bottom: 20px !important;
}
.hp_mb_25 {
  margin-bottom: 25px !important;
}
.hp_mb_30 {
  margin-bottom: 30px !important;
}
.hp_mb_35 {
  margin-bottom: 35px !important;
}
.hp_mb_40 {
  margin-bottom: 40px !important;
}
.hp_mb_45 {
  margin-bottom: 45px !important;
}
.hp_mb_50 {
  margin-bottom: 50px !important;
}
.hp_mb_55 {
  margin-bottom: 55px !important;
}
.hp_mb_60 {
  margin-bottom: 60px !important;
}
.hp_mb_65 {
  margin-bottom: 65px !important;
}
.hp_mb_70 {
  margin-bottom: 70px !important;
}
.hp_mb_75 {
  margin-bottom: 75px !important;
}
.hp_mb_80 {
  margin-bottom: 80px !important;
}
.hp_mb_85 {
  margin-bottom: 85px !important;
}
.hp_mb_90 {
  margin-bottom: 90px !important;
}
.hp_mb_95 {
  margin-bottom: 95px !important;
}
.hp_mb_100 {
  margin-bottom: 100px !important;
}
.hp_mb_pfem {
  margin-bottom: 0.5em !important;
}
.hp_mb_1em {
  margin-bottom: 1em !important;
}
.hp_mb_1pfem {
  margin-bottom: 1.5em !important;
}
.hp_mb_2em {
  margin-bottom: 2em !important;
}
.hp_mb_2pfem {
  margin-bottom: 2.5em !important;
}
.hp_mb_3em {
  margin-bottom: 3em !important;
}
.hp_mb_auto {
  margin-bottom: auto !important;
}
@media screen and (min-width: 768px), print {
  .hp_mb_0_pc {
    margin-bottom: 0px !important;
  }
  .hp_mb_5_pc {
    margin-bottom: 5px !important;
  }
  .hp_mb_10_pc {
    margin-bottom: 10px !important;
  }
  .hp_mb_15_pc {
    margin-bottom: 15px !important;
  }
  .hp_mb_20_pc {
    margin-bottom: 20px !important;
  }
  .hp_mb_25_pc {
    margin-bottom: 25px !important;
  }
  .hp_mb_30_pc {
    margin-bottom: 30px !important;
  }
  .hp_mb_35_pc {
    margin-bottom: 35px !important;
  }
  .hp_mb_40_pc {
    margin-bottom: 40px !important;
  }
  .hp_mb_45_pc {
    margin-bottom: 45px !important;
  }
  .hp_mb_50_pc {
    margin-bottom: 50px !important;
  }
  .hp_mb_55_pc {
    margin-bottom: 55px !important;
  }
  .hp_mb_60_pc {
    margin-bottom: 60px !important;
  }
  .hp_mb_65_pc {
    margin-bottom: 65px !important;
  }
  .hp_mb_70_pc {
    margin-bottom: 70px !important;
  }
  .hp_mb_75_pc {
    margin-bottom: 75px !important;
  }
  .hp_mb_80_pc {
    margin-bottom: 80px !important;
  }
  .hp_mb_85_pc {
    margin-bottom: 85px !important;
  }
  .hp_mb_90_pc {
    margin-bottom: 90px !important;
  }
  .hp_mb_95_pc {
    margin-bottom: 95px !important;
  }
  .hp_mb_100_pc {
    margin-bottom: 100px !important;
  }
  .hp_mb_pfem_pc {
    margin-bottom: 0.5em !important;
  }
  .hp_mb_1em_pc {
    margin-bottom: 1em !important;
  }
  .hp_mb_1pfem_pc {
    margin-bottom: 1.5em !important;
  }
  .hp_mb_2em_pc {
    margin-bottom: 2em !important;
  }
  .hp_mb_2pfem_pc {
    margin-bottom: 2.5em !important;
  }
  .hp_mb_3em_pc {
    margin-bottom: 3em !important;
  }
  .hp_mb_auto_pc {
    margin-bottom: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_mb_0_sp {
    margin-bottom: 0px !important;
  }
  .hp_mb_5_sp {
    margin-bottom: 5px !important;
  }
  .hp_mb_10_sp {
    margin-bottom: 10px !important;
  }
  .hp_mb_15_sp {
    margin-bottom: 15px !important;
  }
  .hp_mb_20_sp {
    margin-bottom: 20px !important;
  }
  .hp_mb_25_sp {
    margin-bottom: 25px !important;
  }
  .hp_mb_30_sp {
    margin-bottom: 30px !important;
  }
  .hp_mb_35_sp {
    margin-bottom: 35px !important;
  }
  .hp_mb_40_sp {
    margin-bottom: 40px !important;
  }
  .hp_mb_45_sp {
    margin-bottom: 45px !important;
  }
  .hp_mb_50_sp {
    margin-bottom: 50px !important;
  }
  .hp_mb_55_sp {
    margin-bottom: 55px !important;
  }
  .hp_mb_60_sp {
    margin-bottom: 60px !important;
  }
  .hp_mb_65_sp {
    margin-bottom: 65px !important;
  }
  .hp_mb_70_sp {
    margin-bottom: 70px !important;
  }
  .hp_mb_75_sp {
    margin-bottom: 75px !important;
  }
  .hp_mb_80_sp {
    margin-bottom: 80px !important;
  }
  .hp_mb_85_sp {
    margin-bottom: 85px !important;
  }
  .hp_mb_90_sp {
    margin-bottom: 90px !important;
  }
  .hp_mb_95_sp {
    margin-bottom: 95px !important;
  }
  .hp_mb_100_sp {
    margin-bottom: 100px !important;
  }
  .hp_mb_pfem_sp {
    margin-bottom: 0.5em !important;
  }
  .hp_mb_1em_sp {
    margin-bottom: 1em !important;
  }
  .hp_mb_1pfem_sp {
    margin-bottom: 1.5em !important;
  }
  .hp_mb_2em_sp {
    margin-bottom: 2em !important;
  }
  .hp_mb_2pfem_sp {
    margin-bottom: 2.5em !important;
  }
  .hp_mb_3em_sp {
    margin-bottom: 3em !important;
  }
  .hp_mb_auto_sp {
    margin-bottom: auto !important;
  }
}
.hp_ml_0 {
  margin-left: 0px !important;
}
.hp_ml_5 {
  margin-left: 5px !important;
}
.hp_ml_10 {
  margin-left: 10px !important;
}
.hp_ml_15 {
  margin-left: 15px !important;
}
.hp_ml_20 {
  margin-left: 20px !important;
}
.hp_ml_25 {
  margin-left: 25px !important;
}
.hp_ml_30 {
  margin-left: 30px !important;
}
.hp_ml_35 {
  margin-left: 35px !important;
}
.hp_ml_40 {
  margin-left: 40px !important;
}
.hp_ml_45 {
  margin-left: 45px !important;
}
.hp_ml_50 {
  margin-left: 50px !important;
}
.hp_ml_55 {
  margin-left: 55px !important;
}
.hp_ml_60 {
  margin-left: 60px !important;
}
.hp_ml_65 {
  margin-left: 65px !important;
}
.hp_ml_70 {
  margin-left: 70px !important;
}
.hp_ml_75 {
  margin-left: 75px !important;
}
.hp_ml_80 {
  margin-left: 80px !important;
}
.hp_ml_85 {
  margin-left: 85px !important;
}
.hp_ml_90 {
  margin-left: 90px !important;
}
.hp_ml_95 {
  margin-left: 95px !important;
}
.hp_ml_100 {
  margin-left: 100px !important;
}
.hp_ml_pfem {
  margin-left: 0.5em !important;
}
.hp_ml_1em {
  margin-left: 1em !important;
}
.hp_ml_1pfem {
  margin-left: 1.5em !important;
}
.hp_ml_2em {
  margin-left: 2em !important;
}
.hp_ml_2pfem {
  margin-left: 2.5em !important;
}
.hp_ml_3em {
  margin-left: 3em !important;
}
.hp_ml_auto {
  margin-left: auto !important;
}
@media screen and (min-width: 768px), print {
  .hp_ml_0_pc {
    margin-left: 0px !important;
  }
  .hp_ml_5_pc {
    margin-left: 5px !important;
  }
  .hp_ml_10_pc {
    margin-left: 10px !important;
  }
  .hp_ml_15_pc {
    margin-left: 15px !important;
  }
  .hp_ml_20_pc {
    margin-left: 20px !important;
  }
  .hp_ml_25_pc {
    margin-left: 25px !important;
  }
  .hp_ml_30_pc {
    margin-left: 30px !important;
  }
  .hp_ml_35_pc {
    margin-left: 35px !important;
  }
  .hp_ml_40_pc {
    margin-left: 40px !important;
  }
  .hp_ml_45_pc {
    margin-left: 45px !important;
  }
  .hp_ml_50_pc {
    margin-left: 50px !important;
  }
  .hp_ml_55_pc {
    margin-left: 55px !important;
  }
  .hp_ml_60_pc {
    margin-left: 60px !important;
  }
  .hp_ml_65_pc {
    margin-left: 65px !important;
  }
  .hp_ml_70_pc {
    margin-left: 70px !important;
  }
  .hp_ml_75_pc {
    margin-left: 75px !important;
  }
  .hp_ml_80_pc {
    margin-left: 80px !important;
  }
  .hp_ml_85_pc {
    margin-left: 85px !important;
  }
  .hp_ml_90_pc {
    margin-left: 90px !important;
  }
  .hp_ml_95_pc {
    margin-left: 95px !important;
  }
  .hp_ml_100_pc {
    margin-left: 100px !important;
  }
  .hp_ml_pfem_pc {
    margin-left: 0.5em !important;
  }
  .hp_ml_1em_pc {
    margin-left: 1em !important;
  }
  .hp_ml_1pfem_pc {
    margin-left: 1.5em !important;
  }
  .hp_ml_2em_pc {
    margin-left: 2em !important;
  }
  .hp_ml_2pfem_pc {
    margin-left: 2.5em !important;
  }
  .hp_ml_3em_pc {
    margin-left: 3em !important;
  }
  .hp_ml_auto_pc {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_ml_0_sp {
    margin-left: 0px !important;
  }
  .hp_ml_5_sp {
    margin-left: 5px !important;
  }
  .hp_ml_10_sp {
    margin-left: 10px !important;
  }
  .hp_ml_15_sp {
    margin-left: 15px !important;
  }
  .hp_ml_20_sp {
    margin-left: 20px !important;
  }
  .hp_ml_25_sp {
    margin-left: 25px !important;
  }
  .hp_ml_30_sp {
    margin-left: 30px !important;
  }
  .hp_ml_35_sp {
    margin-left: 35px !important;
  }
  .hp_ml_40_sp {
    margin-left: 40px !important;
  }
  .hp_ml_45_sp {
    margin-left: 45px !important;
  }
  .hp_ml_50_sp {
    margin-left: 50px !important;
  }
  .hp_ml_55_sp {
    margin-left: 55px !important;
  }
  .hp_ml_60_sp {
    margin-left: 60px !important;
  }
  .hp_ml_65_sp {
    margin-left: 65px !important;
  }
  .hp_ml_70_sp {
    margin-left: 70px !important;
  }
  .hp_ml_75_sp {
    margin-left: 75px !important;
  }
  .hp_ml_80_sp {
    margin-left: 80px !important;
  }
  .hp_ml_85_sp {
    margin-left: 85px !important;
  }
  .hp_ml_90_sp {
    margin-left: 90px !important;
  }
  .hp_ml_95_sp {
    margin-left: 95px !important;
  }
  .hp_ml_100_sp {
    margin-left: 100px !important;
  }
  .hp_ml_pfem_sp {
    margin-left: 0.5em !important;
  }
  .hp_ml_1em_sp {
    margin-left: 1em !important;
  }
  .hp_ml_1pfem_sp {
    margin-left: 1.5em !important;
  }
  .hp_ml_2em_sp {
    margin-left: 2em !important;
  }
  .hp_ml_2pfem_sp {
    margin-left: 2.5em !important;
  }
  .hp_ml_3em_sp {
    margin-left: 3em !important;
  }
  .hp_ml_auto_sp {
    margin-left: auto !important;
  }
}
.hp_p_0 {
  padding: 0px !important;
}
.hp_p_5 {
  padding: 5px !important;
}
.hp_p_10 {
  padding: 10px !important;
}
.hp_p_15 {
  padding: 15px !important;
}
.hp_p_20 {
  padding: 20px !important;
}
.hp_p_25 {
  padding: 25px !important;
}
.hp_p_30 {
  padding: 30px !important;
}
.hp_p_35 {
  padding: 35px !important;
}
.hp_p_40 {
  padding: 40px !important;
}
.hp_p_45 {
  padding: 45px !important;
}
.hp_p_50 {
  padding: 50px !important;
}
.hp_p_55 {
  padding: 55px !important;
}
.hp_p_60 {
  padding: 60px !important;
}
.hp_p_65 {
  padding: 65px !important;
}
.hp_p_70 {
  padding: 70px !important;
}
.hp_p_75 {
  padding: 75px !important;
}
.hp_p_80 {
  padding: 80px !important;
}
.hp_p_85 {
  padding: 85px !important;
}
.hp_p_90 {
  padding: 90px !important;
}
.hp_p_95 {
  padding: 95px !important;
}
.hp_p_100 {
  padding: 100px !important;
}
.hp_p_pfem {
  padding: 0.5em !important;
}
.hp_p_1em {
  padding: 1em !important;
}
.hp_p_1pfem {
  padding: 1.5em !important;
}
.hp_p_2em {
  padding: 2em !important;
}
.hp_p_2pfem {
  padding: 2.5em !important;
}
.hp_p_3em {
  padding: 3em !important;
}
@media screen and (min-width: 768px), print {
  .hp_p_0_pc {
    padding: 0px !important;
  }
  .hp_p_5_pc {
    padding: 5px !important;
  }
  .hp_p_10_pc {
    padding: 10px !important;
  }
  .hp_p_15_pc {
    padding: 15px !important;
  }
  .hp_p_20_pc {
    padding: 20px !important;
  }
  .hp_p_25_pc {
    padding: 25px !important;
  }
  .hp_p_30_pc {
    padding: 30px !important;
  }
  .hp_p_35_pc {
    padding: 35px !important;
  }
  .hp_p_40_pc {
    padding: 40px !important;
  }
  .hp_p_45_pc {
    padding: 45px !important;
  }
  .hp_p_50_pc {
    padding: 50px !important;
  }
  .hp_p_55_pc {
    padding: 55px !important;
  }
  .hp_p_60_pc {
    padding: 60px !important;
  }
  .hp_p_65_pc {
    padding: 65px !important;
  }
  .hp_p_70_pc {
    padding: 70px !important;
  }
  .hp_p_75_pc {
    padding: 75px !important;
  }
  .hp_p_80_pc {
    padding: 80px !important;
  }
  .hp_p_85_pc {
    padding: 85px !important;
  }
  .hp_p_90_pc {
    padding: 90px !important;
  }
  .hp_p_95_pc {
    padding: 95px !important;
  }
  .hp_p_100_pc {
    padding: 100px !important;
  }
  .hp_p_pfem_pc {
    padding: 0.5em !important;
  }
  .hp_p_1em_pc {
    padding: 1em !important;
  }
  .hp_p_1pfem_pc {
    padding: 1.5em !important;
  }
  .hp_p_2em_pc {
    padding: 2em !important;
  }
  .hp_p_2pfem_pc {
    padding: 2.5em !important;
  }
  .hp_p_3em_pc {
    padding: 3em !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_p_0_sp {
    padding: 0px !important;
  }
  .hp_p_5_sp {
    padding: 5px !important;
  }
  .hp_p_10_sp {
    padding: 10px !important;
  }
  .hp_p_15_sp {
    padding: 15px !important;
  }
  .hp_p_20_sp {
    padding: 20px !important;
  }
  .hp_p_25_sp {
    padding: 25px !important;
  }
  .hp_p_30_sp {
    padding: 30px !important;
  }
  .hp_p_35_sp {
    padding: 35px !important;
  }
  .hp_p_40_sp {
    padding: 40px !important;
  }
  .hp_p_45_sp {
    padding: 45px !important;
  }
  .hp_p_50_sp {
    padding: 50px !important;
  }
  .hp_p_55_sp {
    padding: 55px !important;
  }
  .hp_p_60_sp {
    padding: 60px !important;
  }
  .hp_p_65_sp {
    padding: 65px !important;
  }
  .hp_p_70_sp {
    padding: 70px !important;
  }
  .hp_p_75_sp {
    padding: 75px !important;
  }
  .hp_p_80_sp {
    padding: 80px !important;
  }
  .hp_p_85_sp {
    padding: 85px !important;
  }
  .hp_p_90_sp {
    padding: 90px !important;
  }
  .hp_p_95_sp {
    padding: 95px !important;
  }
  .hp_p_100_sp {
    padding: 100px !important;
  }
  .hp_p_pfem_sp {
    padding: 0.5em !important;
  }
  .hp_p_1em_sp {
    padding: 1em !important;
  }
  .hp_p_1pfem_sp {
    padding: 1.5em !important;
  }
  .hp_p_2em_sp {
    padding: 2em !important;
  }
  .hp_p_2pfem_sp {
    padding: 2.5em !important;
  }
  .hp_p_3em_sp {
    padding: 3em !important;
  }
}
.hp_pt_0 {
  padding-top: 0px !important;
}
.hp_pt_5 {
  padding-top: 5px !important;
}
.hp_pt_10 {
  padding-top: 10px !important;
}
.hp_pt_15 {
  padding-top: 15px !important;
}
.hp_pt_20 {
  padding-top: 20px !important;
}
.hp_pt_25 {
  padding-top: 25px !important;
}
.hp_pt_30 {
  padding-top: 30px !important;
}
.hp_pt_35 {
  padding-top: 35px !important;
}
.hp_pt_40 {
  padding-top: 40px !important;
}
.hp_pt_45 {
  padding-top: 45px !important;
}
.hp_pt_50 {
  padding-top: 50px !important;
}
.hp_pt_55 {
  padding-top: 55px !important;
}
.hp_pt_60 {
  padding-top: 60px !important;
}
.hp_pt_65 {
  padding-top: 65px !important;
}
.hp_pt_70 {
  padding-top: 70px !important;
}
.hp_pt_75 {
  padding-top: 75px !important;
}
.hp_pt_80 {
  padding-top: 80px !important;
}
.hp_pt_85 {
  padding-top: 85px !important;
}
.hp_pt_90 {
  padding-top: 90px !important;
}
.hp_pt_95 {
  padding-top: 95px !important;
}
.hp_pt_100 {
  padding-top: 100px !important;
}
.hp_pt_pfem {
  padding-top: 0.5em !important;
}
.hp_pt_1em {
  padding-top: 1em !important;
}
.hp_pt_1pfem {
  padding-top: 1.5em !important;
}
.hp_pt_2em {
  padding-top: 2em !important;
}
.hp_pt_2pfem {
  padding-top: 2.5em !important;
}
.hp_pt_3em {
  padding-top: 3em !important;
}
@media screen and (min-width: 768px), print {
  .hp_pt_0_pc {
    padding-top: 0px !important;
  }
  .hp_pt_5_pc {
    padding-top: 5px !important;
  }
  .hp_pt_10_pc {
    padding-top: 10px !important;
  }
  .hp_pt_15_pc {
    padding-top: 15px !important;
  }
  .hp_pt_20_pc {
    padding-top: 20px !important;
  }
  .hp_pt_25_pc {
    padding-top: 25px !important;
  }
  .hp_pt_30_pc {
    padding-top: 30px !important;
  }
  .hp_pt_35_pc {
    padding-top: 35px !important;
  }
  .hp_pt_40_pc {
    padding-top: 40px !important;
  }
  .hp_pt_45_pc {
    padding-top: 45px !important;
  }
  .hp_pt_50_pc {
    padding-top: 50px !important;
  }
  .hp_pt_55_pc {
    padding-top: 55px !important;
  }
  .hp_pt_60_pc {
    padding-top: 60px !important;
  }
  .hp_pt_65_pc {
    padding-top: 65px !important;
  }
  .hp_pt_70_pc {
    padding-top: 70px !important;
  }
  .hp_pt_75_pc {
    padding-top: 75px !important;
  }
  .hp_pt_80_pc {
    padding-top: 80px !important;
  }
  .hp_pt_85_pc {
    padding-top: 85px !important;
  }
  .hp_pt_90_pc {
    padding-top: 90px !important;
  }
  .hp_pt_95_pc {
    padding-top: 95px !important;
  }
  .hp_pt_100_pc {
    padding-top: 100px !important;
  }
  .hp_pt_pfem_pc {
    padding-top: 0.5em !important;
  }
  .hp_pt_1em_pc {
    padding-top: 1em !important;
  }
  .hp_pt_1pfem_pc {
    padding-top: 1.5em !important;
  }
  .hp_pt_2em_pc {
    padding-top: 2em !important;
  }
  .hp_pt_2pfem_pc {
    padding-top: 2.5em !important;
  }
  .hp_pt_3em_pc {
    padding-top: 3em !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_pt_0_sp {
    padding-top: 0px !important;
  }
  .hp_pt_5_sp {
    padding-top: 5px !important;
  }
  .hp_pt_10_sp {
    padding-top: 10px !important;
  }
  .hp_pt_15_sp {
    padding-top: 15px !important;
  }
  .hp_pt_20_sp {
    padding-top: 20px !important;
  }
  .hp_pt_25_sp {
    padding-top: 25px !important;
  }
  .hp_pt_30_sp {
    padding-top: 30px !important;
  }
  .hp_pt_35_sp {
    padding-top: 35px !important;
  }
  .hp_pt_40_sp {
    padding-top: 40px !important;
  }
  .hp_pt_45_sp {
    padding-top: 45px !important;
  }
  .hp_pt_50_sp {
    padding-top: 50px !important;
  }
  .hp_pt_55_sp {
    padding-top: 55px !important;
  }
  .hp_pt_60_sp {
    padding-top: 60px !important;
  }
  .hp_pt_65_sp {
    padding-top: 65px !important;
  }
  .hp_pt_70_sp {
    padding-top: 70px !important;
  }
  .hp_pt_75_sp {
    padding-top: 75px !important;
  }
  .hp_pt_80_sp {
    padding-top: 80px !important;
  }
  .hp_pt_85_sp {
    padding-top: 85px !important;
  }
  .hp_pt_90_sp {
    padding-top: 90px !important;
  }
  .hp_pt_95_sp {
    padding-top: 95px !important;
  }
  .hp_pt_100_sp {
    padding-top: 100px !important;
  }
  .hp_pt_pfem_sp {
    padding-top: 0.5em !important;
  }
  .hp_pt_1em_sp {
    padding-top: 1em !important;
  }
  .hp_pt_1pfem_sp {
    padding-top: 1.5em !important;
  }
  .hp_pt_2em_sp {
    padding-top: 2em !important;
  }
  .hp_pt_2pfem_sp {
    padding-top: 2.5em !important;
  }
  .hp_pt_3em_sp {
    padding-top: 3em !important;
  }
}
.hp_pr_0 {
  padding-right: 0px !important;
}
.hp_pr_5 {
  padding-right: 5px !important;
}
.hp_pr_10 {
  padding-right: 10px !important;
}
.hp_pr_15 {
  padding-right: 15px !important;
}
.hp_pr_20 {
  padding-right: 20px !important;
}
.hp_pr_25 {
  padding-right: 25px !important;
}
.hp_pr_30 {
  padding-right: 30px !important;
}
.hp_pr_35 {
  padding-right: 35px !important;
}
.hp_pr_40 {
  padding-right: 40px !important;
}
.hp_pr_45 {
  padding-right: 45px !important;
}
.hp_pr_50 {
  padding-right: 50px !important;
}
.hp_pr_55 {
  padding-right: 55px !important;
}
.hp_pr_60 {
  padding-right: 60px !important;
}
.hp_pr_65 {
  padding-right: 65px !important;
}
.hp_pr_70 {
  padding-right: 70px !important;
}
.hp_pr_75 {
  padding-right: 75px !important;
}
.hp_pr_80 {
  padding-right: 80px !important;
}
.hp_pr_85 {
  padding-right: 85px !important;
}
.hp_pr_90 {
  padding-right: 90px !important;
}
.hp_pr_95 {
  padding-right: 95px !important;
}
.hp_pr_100 {
  padding-right: 100px !important;
}
.hp_pr_pfem {
  padding-right: 0.5em !important;
}
.hp_pr_1em {
  padding-right: 1em !important;
}
.hp_pr_1pfem {
  padding-right: 1.5em !important;
}
.hp_pr_2em {
  padding-right: 2em !important;
}
.hp_pr_2pfem {
  padding-right: 2.5em !important;
}
.hp_pr_3em {
  padding-right: 3em !important;
}
@media screen and (min-width: 768px), print {
  .hp_pr_0_pc {
    padding-right: 0px !important;
  }
  .hp_pr_5_pc {
    padding-right: 5px !important;
  }
  .hp_pr_10_pc {
    padding-right: 10px !important;
  }
  .hp_pr_15_pc {
    padding-right: 15px !important;
  }
  .hp_pr_20_pc {
    padding-right: 20px !important;
  }
  .hp_pr_25_pc {
    padding-right: 25px !important;
  }
  .hp_pr_30_pc {
    padding-right: 30px !important;
  }
  .hp_pr_35_pc {
    padding-right: 35px !important;
  }
  .hp_pr_40_pc {
    padding-right: 40px !important;
  }
  .hp_pr_45_pc {
    padding-right: 45px !important;
  }
  .hp_pr_50_pc {
    padding-right: 50px !important;
  }
  .hp_pr_55_pc {
    padding-right: 55px !important;
  }
  .hp_pr_60_pc {
    padding-right: 60px !important;
  }
  .hp_pr_65_pc {
    padding-right: 65px !important;
  }
  .hp_pr_70_pc {
    padding-right: 70px !important;
  }
  .hp_pr_75_pc {
    padding-right: 75px !important;
  }
  .hp_pr_80_pc {
    padding-right: 80px !important;
  }
  .hp_pr_85_pc {
    padding-right: 85px !important;
  }
  .hp_pr_90_pc {
    padding-right: 90px !important;
  }
  .hp_pr_95_pc {
    padding-right: 95px !important;
  }
  .hp_pr_100_pc {
    padding-right: 100px !important;
  }
  .hp_pr_pfem_pc {
    padding-right: 0.5em !important;
  }
  .hp_pr_1em_pc {
    padding-right: 1em !important;
  }
  .hp_pr_1pfem_pc {
    padding-right: 1.5em !important;
  }
  .hp_pr_2em_pc {
    padding-right: 2em !important;
  }
  .hp_pr_2pfem_pc {
    padding-right: 2.5em !important;
  }
  .hp_pr_3em_pc {
    padding-right: 3em !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_pr_0_sp {
    padding-right: 0px !important;
  }
  .hp_pr_5_sp {
    padding-right: 5px !important;
  }
  .hp_pr_10_sp {
    padding-right: 10px !important;
  }
  .hp_pr_15_sp {
    padding-right: 15px !important;
  }
  .hp_pr_20_sp {
    padding-right: 20px !important;
  }
  .hp_pr_25_sp {
    padding-right: 25px !important;
  }
  .hp_pr_30_sp {
    padding-right: 30px !important;
  }
  .hp_pr_35_sp {
    padding-right: 35px !important;
  }
  .hp_pr_40_sp {
    padding-right: 40px !important;
  }
  .hp_pr_45_sp {
    padding-right: 45px !important;
  }
  .hp_pr_50_sp {
    padding-right: 50px !important;
  }
  .hp_pr_55_sp {
    padding-right: 55px !important;
  }
  .hp_pr_60_sp {
    padding-right: 60px !important;
  }
  .hp_pr_65_sp {
    padding-right: 65px !important;
  }
  .hp_pr_70_sp {
    padding-right: 70px !important;
  }
  .hp_pr_75_sp {
    padding-right: 75px !important;
  }
  .hp_pr_80_sp {
    padding-right: 80px !important;
  }
  .hp_pr_85_sp {
    padding-right: 85px !important;
  }
  .hp_pr_90_sp {
    padding-right: 90px !important;
  }
  .hp_pr_95_sp {
    padding-right: 95px !important;
  }
  .hp_pr_100_sp {
    padding-right: 100px !important;
  }
  .hp_pr_pfem_sp {
    padding-right: 0.5em !important;
  }
  .hp_pr_1em_sp {
    padding-right: 1em !important;
  }
  .hp_pr_1pfem_sp {
    padding-right: 1.5em !important;
  }
  .hp_pr_2em_sp {
    padding-right: 2em !important;
  }
  .hp_pr_2pfem_sp {
    padding-right: 2.5em !important;
  }
  .hp_pr_3em_sp {
    padding-right: 3em !important;
  }
}
.hp_pb_0 {
  padding-bottom: 0px !important;
}
.hp_pb_5 {
  padding-bottom: 5px !important;
}
.hp_pb_10 {
  padding-bottom: 10px !important;
}
.hp_pb_15 {
  padding-bottom: 15px !important;
}
.hp_pb_20 {
  padding-bottom: 20px !important;
}
.hp_pb_25 {
  padding-bottom: 25px !important;
}
.hp_pb_30 {
  padding-bottom: 30px !important;
}
.hp_pb_35 {
  padding-bottom: 35px !important;
}
.hp_pb_40 {
  padding-bottom: 40px !important;
}
.hp_pb_45 {
  padding-bottom: 45px !important;
}
.hp_pb_50 {
  padding-bottom: 50px !important;
}
.hp_pb_55 {
  padding-bottom: 55px !important;
}
.hp_pb_60 {
  padding-bottom: 60px !important;
}
.hp_pb_65 {
  padding-bottom: 65px !important;
}
.hp_pb_70 {
  padding-bottom: 70px !important;
}
.hp_pb_75 {
  padding-bottom: 75px !important;
}
.hp_pb_80 {
  padding-bottom: 80px !important;
}
.hp_pb_85 {
  padding-bottom: 85px !important;
}
.hp_pb_90 {
  padding-bottom: 90px !important;
}
.hp_pb_95 {
  padding-bottom: 95px !important;
}
.hp_pb_100 {
  padding-bottom: 100px !important;
}
.hp_pb_pfem {
  padding-bottom: 0.5em !important;
}
.hp_pb_1em {
  padding-bottom: 1em !important;
}
.hp_pb_1pfem {
  padding-bottom: 1.5em !important;
}
.hp_pb_2em {
  padding-bottom: 2em !important;
}
.hp_pb_2pfem {
  padding-bottom: 2.5em !important;
}
.hp_pb_3em {
  padding-bottom: 3em !important;
}
@media screen and (min-width: 768px), print {
  .hp_pb_0_pc {
    padding-bottom: 0px !important;
  }
  .hp_pb_5_pc {
    padding-bottom: 5px !important;
  }
  .hp_pb_10_pc {
    padding-bottom: 10px !important;
  }
  .hp_pb_15_pc {
    padding-bottom: 15px !important;
  }
  .hp_pb_20_pc {
    padding-bottom: 20px !important;
  }
  .hp_pb_25_pc {
    padding-bottom: 25px !important;
  }
  .hp_pb_30_pc {
    padding-bottom: 30px !important;
  }
  .hp_pb_35_pc {
    padding-bottom: 35px !important;
  }
  .hp_pb_40_pc {
    padding-bottom: 40px !important;
  }
  .hp_pb_45_pc {
    padding-bottom: 45px !important;
  }
  .hp_pb_50_pc {
    padding-bottom: 50px !important;
  }
  .hp_pb_55_pc {
    padding-bottom: 55px !important;
  }
  .hp_pb_60_pc {
    padding-bottom: 60px !important;
  }
  .hp_pb_65_pc {
    padding-bottom: 65px !important;
  }
  .hp_pb_70_pc {
    padding-bottom: 70px !important;
  }
  .hp_pb_75_pc {
    padding-bottom: 75px !important;
  }
  .hp_pb_80_pc {
    padding-bottom: 80px !important;
  }
  .hp_pb_85_pc {
    padding-bottom: 85px !important;
  }
  .hp_pb_90_pc {
    padding-bottom: 90px !important;
  }
  .hp_pb_95_pc {
    padding-bottom: 95px !important;
  }
  .hp_pb_100_pc {
    padding-bottom: 100px !important;
  }
  .hp_pb_pfem_pc {
    padding-bottom: 0.5em !important;
  }
  .hp_pb_1em_pc {
    padding-bottom: 1em !important;
  }
  .hp_pb_1pfem_pc {
    padding-bottom: 1.5em !important;
  }
  .hp_pb_2em_pc {
    padding-bottom: 2em !important;
  }
  .hp_pb_2pfem_pc {
    padding-bottom: 2.5em !important;
  }
  .hp_pb_3em_pc {
    padding-bottom: 3em !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_pb_0_sp {
    padding-bottom: 0px !important;
  }
  .hp_pb_5_sp {
    padding-bottom: 5px !important;
  }
  .hp_pb_10_sp {
    padding-bottom: 10px !important;
  }
  .hp_pb_15_sp {
    padding-bottom: 15px !important;
  }
  .hp_pb_20_sp {
    padding-bottom: 20px !important;
  }
  .hp_pb_25_sp {
    padding-bottom: 25px !important;
  }
  .hp_pb_30_sp {
    padding-bottom: 30px !important;
  }
  .hp_pb_35_sp {
    padding-bottom: 35px !important;
  }
  .hp_pb_40_sp {
    padding-bottom: 40px !important;
  }
  .hp_pb_45_sp {
    padding-bottom: 45px !important;
  }
  .hp_pb_50_sp {
    padding-bottom: 50px !important;
  }
  .hp_pb_55_sp {
    padding-bottom: 55px !important;
  }
  .hp_pb_60_sp {
    padding-bottom: 60px !important;
  }
  .hp_pb_65_sp {
    padding-bottom: 65px !important;
  }
  .hp_pb_70_sp {
    padding-bottom: 70px !important;
  }
  .hp_pb_75_sp {
    padding-bottom: 75px !important;
  }
  .hp_pb_80_sp {
    padding-bottom: 80px !important;
  }
  .hp_pb_85_sp {
    padding-bottom: 85px !important;
  }
  .hp_pb_90_sp {
    padding-bottom: 90px !important;
  }
  .hp_pb_95_sp {
    padding-bottom: 95px !important;
  }
  .hp_pb_100_sp {
    padding-bottom: 100px !important;
  }
  .hp_pb_pfem_sp {
    padding-bottom: 0.5em !important;
  }
  .hp_pb_1em_sp {
    padding-bottom: 1em !important;
  }
  .hp_pb_1pfem_sp {
    padding-bottom: 1.5em !important;
  }
  .hp_pb_2em_sp {
    padding-bottom: 2em !important;
  }
  .hp_pb_2pfem_sp {
    padding-bottom: 2.5em !important;
  }
  .hp_pb_3em_sp {
    padding-bottom: 3em !important;
  }
}
.hp_pl_0 {
  padding-left: 0px !important;
}
.hp_pl_5 {
  padding-left: 5px !important;
}
.hp_pl_10 {
  padding-left: 10px !important;
}
.hp_pl_15 {
  padding-left: 15px !important;
}
.hp_pl_20 {
  padding-left: 20px !important;
}
.hp_pl_25 {
  padding-left: 25px !important;
}
.hp_pl_30 {
  padding-left: 30px !important;
}
.hp_pl_35 {
  padding-left: 35px !important;
}
.hp_pl_40 {
  padding-left: 40px !important;
}
.hp_pl_45 {
  padding-left: 45px !important;
}
.hp_pl_50 {
  padding-left: 50px !important;
}
.hp_pl_55 {
  padding-left: 55px !important;
}
.hp_pl_60 {
  padding-left: 60px !important;
}
.hp_pl_65 {
  padding-left: 65px !important;
}
.hp_pl_70 {
  padding-left: 70px !important;
}
.hp_pl_75 {
  padding-left: 75px !important;
}
.hp_pl_80 {
  padding-left: 80px !important;
}
.hp_pl_85 {
  padding-left: 85px !important;
}
.hp_pl_90 {
  padding-left: 90px !important;
}
.hp_pl_95 {
  padding-left: 95px !important;
}
.hp_pl_100 {
  padding-left: 100px !important;
}
.hp_pl_pfem {
  padding-left: 0.5em !important;
}
.hp_pl_1em {
  padding-left: 1em !important;
}
.hp_pl_1pfem {
  padding-left: 1.5em !important;
}
.hp_pl_2em {
  padding-left: 2em !important;
}
.hp_pl_2pfem {
  padding-left: 2.5em !important;
}
.hp_pl_3em {
  padding-left: 3em !important;
}
@media screen and (min-width: 768px), print {
  .hp_pl_0_pc {
    padding-left: 0px !important;
  }
  .hp_pl_5_pc {
    padding-left: 5px !important;
  }
  .hp_pl_10_pc {
    padding-left: 10px !important;
  }
  .hp_pl_15_pc {
    padding-left: 15px !important;
  }
  .hp_pl_20_pc {
    padding-left: 20px !important;
  }
  .hp_pl_25_pc {
    padding-left: 25px !important;
  }
  .hp_pl_30_pc {
    padding-left: 30px !important;
  }
  .hp_pl_35_pc {
    padding-left: 35px !important;
  }
  .hp_pl_40_pc {
    padding-left: 40px !important;
  }
  .hp_pl_45_pc {
    padding-left: 45px !important;
  }
  .hp_pl_50_pc {
    padding-left: 50px !important;
  }
  .hp_pl_55_pc {
    padding-left: 55px !important;
  }
  .hp_pl_60_pc {
    padding-left: 60px !important;
  }
  .hp_pl_65_pc {
    padding-left: 65px !important;
  }
  .hp_pl_70_pc {
    padding-left: 70px !important;
  }
  .hp_pl_75_pc {
    padding-left: 75px !important;
  }
  .hp_pl_80_pc {
    padding-left: 80px !important;
  }
  .hp_pl_85_pc {
    padding-left: 85px !important;
  }
  .hp_pl_90_pc {
    padding-left: 90px !important;
  }
  .hp_pl_95_pc {
    padding-left: 95px !important;
  }
  .hp_pl_100_pc {
    padding-left: 100px !important;
  }
  .hp_pl_pfem_pc {
    padding-left: 0.5em !important;
  }
  .hp_pl_1em_pc {
    padding-left: 1em !important;
  }
  .hp_pl_1pfem_pc {
    padding-left: 1.5em !important;
  }
  .hp_pl_2em_pc {
    padding-left: 2em !important;
  }
  .hp_pl_2pfem_pc {
    padding-left: 2.5em !important;
  }
  .hp_pl_3em_pc {
    padding-left: 3em !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_pl_0_sp {
    padding-left: 0px !important;
  }
  .hp_pl_5_sp {
    padding-left: 5px !important;
  }
  .hp_pl_10_sp {
    padding-left: 10px !important;
  }
  .hp_pl_15_sp {
    padding-left: 15px !important;
  }
  .hp_pl_20_sp {
    padding-left: 20px !important;
  }
  .hp_pl_25_sp {
    padding-left: 25px !important;
  }
  .hp_pl_30_sp {
    padding-left: 30px !important;
  }
  .hp_pl_35_sp {
    padding-left: 35px !important;
  }
  .hp_pl_40_sp {
    padding-left: 40px !important;
  }
  .hp_pl_45_sp {
    padding-left: 45px !important;
  }
  .hp_pl_50_sp {
    padding-left: 50px !important;
  }
  .hp_pl_55_sp {
    padding-left: 55px !important;
  }
  .hp_pl_60_sp {
    padding-left: 60px !important;
  }
  .hp_pl_65_sp {
    padding-left: 65px !important;
  }
  .hp_pl_70_sp {
    padding-left: 70px !important;
  }
  .hp_pl_75_sp {
    padding-left: 75px !important;
  }
  .hp_pl_80_sp {
    padding-left: 80px !important;
  }
  .hp_pl_85_sp {
    padding-left: 85px !important;
  }
  .hp_pl_90_sp {
    padding-left: 90px !important;
  }
  .hp_pl_95_sp {
    padding-left: 95px !important;
  }
  .hp_pl_100_sp {
    padding-left: 100px !important;
  }
  .hp_pl_pfem_sp {
    padding-left: 0.5em !important;
  }
  .hp_pl_1em_sp {
    padding-left: 1em !important;
  }
  .hp_pl_1pfem_sp {
    padding-left: 1.5em !important;
  }
  .hp_pl_2em_sp {
    padding-left: 2em !important;
  }
  .hp_pl_2pfem_sp {
    padding-left: 2.5em !important;
  }
  .hp_pl_3em_sp {
    padding-left: 3em !important;
  }
}
.hp_wd_auto {
  width: auto !important;
}
.hp_wd_20px {
  width: 20px !important;
}
.hp_wd_30px {
  width: 30px !important;
}
.hp_wd_40px {
  width: 40px !important;
}
.hp_wd_50px {
  width: 50px !important;
}
.hp_wd_60px {
  width: 60px !important;
}
.hp_wd_70px {
  width: 70px !important;
}
.hp_wd_80px {
  width: 80px !important;
}
.hp_wd_90px {
  width: 90px !important;
}
.hp_wd_100px {
  width: 100px !important;
}
.hp_wd_110px {
  width: 110px !important;
}
.hp_wd_120px {
  width: 120px !important;
}
.hp_wd_130px {
  width: 130px !important;
}
.hp_wd_140px {
  width: 140px !important;
}
.hp_wd_150px {
  width: 150px !important;
}
.hp_wd_160px {
  width: 160px !important;
}
.hp_wd_170px {
  width: 170px !important;
}
.hp_wd_180px {
  width: 180px !important;
}
.hp_wd_190px {
  width: 190px !important;
}
.hp_wd_200px {
  width: 200px !important;
}
.hp_wd_210px {
  width: 210px !important;
}
.hp_wd_220px {
  width: 220px !important;
}
.hp_wd_230px {
  width: 230px !important;
}
.hp_wd_240px {
  width: 240px !important;
}
.hp_wd_250px {
  width: 250px !important;
}
.hp_wd_260px {
  width: 260px !important;
}
.hp_wd_270px {
  width: 270px !important;
}
.hp_wd_280px {
  width: 280px !important;
}
.hp_wd_290px {
  width: 290px !important;
}
.hp_wd_300px {
  width: 300px !important;
}
.hp_wd_310px {
  width: 310px !important;
}
.hp_wd_320px {
  width: 320px !important;
}
.hp_wd_330px {
  width: 330px !important;
}
.hp_wd_340px {
  width: 340px !important;
}
.hp_wd_350px {
  width: 350px !important;
}
.hp_wd_360px {
  width: 360px !important;
}
.hp_wd_370px {
  width: 370px !important;
}
.hp_wd_380px {
  width: 380px !important;
}
.hp_wd_390px {
  width: 390px !important;
}
.hp_wd_400px {
  width: 400px !important;
}
.hp_wd_410px {
  width: 410px !important;
}
.hp_wd_420px {
  width: 420px !important;
}
.hp_wd_430px {
  width: 430px !important;
}
.hp_wd_440px {
  width: 440px !important;
}
.hp_wd_450px {
  width: 450px !important;
}
.hp_wd_460px {
  width: 460px !important;
}
.hp_wd_470px {
  width: 470px !important;
}
.hp_wd_480px {
  width: 480px !important;
}
.hp_wd_490px {
  width: 490px !important;
}
.hp_wd_500px {
  width: 500px !important;
}
.hp_wd_510px {
  width: 510px !important;
}
.hp_wd_520px {
  width: 520px !important;
}
.hp_wd_530px {
  width: 530px !important;
}
.hp_wd_540px {
  width: 540px !important;
}
.hp_wd_550px {
  width: 550px !important;
}
.hp_wd_560px {
  width: 560px !important;
}
.hp_wd_570px {
  width: 570px !important;
}
.hp_wd_580px {
  width: 580px !important;
}
.hp_wd_590px {
  width: 590px !important;
}
.hp_wd_600px {
  width: 600px !important;
}
.hp_wd_610px {
  width: 610px !important;
}
.hp_wd_620px {
  width: 620px !important;
}
.hp_wd_630px {
  width: 630px !important;
}
.hp_wd_640px {
  width: 640px !important;
}
.hp_wd_650px {
  width: 650px !important;
}
.hp_wd_660px {
  width: 660px !important;
}
.hp_wd_670px {
  width: 670px !important;
}
.hp_wd_680px {
  width: 680px !important;
}
.hp_wd_690px {
  width: 690px !important;
}
.hp_wd_700px {
  width: 700px !important;
}
.hp_wd_710px {
  width: 710px !important;
}
.hp_wd_720px {
  width: 720px !important;
}
.hp_wd_730px {
  width: 730px !important;
}
.hp_wd_740px {
  width: 740px !important;
}
.hp_wd_750px {
  width: 750px !important;
}
.hp_wd_760px {
  width: 760px !important;
}
.hp_wd_770px {
  width: 770px !important;
}
.hp_wd_780px {
  width: 780px !important;
}
.hp_wd_790px {
  width: 790px !important;
}
.hp_wd_800px {
  width: 800px !important;
}
.hp_wd_810px {
  width: 810px !important;
}
.hp_wd_820px {
  width: 820px !important;
}
.hp_wd_830px {
  width: 830px !important;
}
.hp_wd_840px {
  width: 840px !important;
}
.hp_wd_850px {
  width: 850px !important;
}
.hp_wd_860px {
  width: 860px !important;
}
.hp_wd_870px {
  width: 870px !important;
}
.hp_wd_880px {
  width: 880px !important;
}
.hp_wd_890px {
  width: 890px !important;
}
.hp_wd_900px {
  width: 900px !important;
}
.hp_wd_910px {
  width: 910px !important;
}
.hp_wd_920px {
  width: 920px !important;
}
.hp_wd_930px {
  width: 930px !important;
}
.hp_wd_940px {
  width: 940px !important;
}
.hp_wd_950px {
  width: 950px !important;
}
.hp_wd_960px {
  width: 960px !important;
}
.hp_wd_970px {
  width: 970px !important;
}
.hp_wd_980px {
  width: 980px !important;
}
.hp_wd_990px {
  width: 990px !important;
}
.hp_wd_1000px {
  width: 1000px !important;
}
.hp_wd_5pc {
  width: 5% !important;
}
.hp_wd_10pc {
  width: 10% !important;
}
.hp_wd_11pc {
  width: 11% !important;
}
.hp_wd_12pc {
  width: 12% !important;
}
.hp_wd_13pc {
  width: 13% !important;
}
.hp_wd_14pc {
  width: 14% !important;
}
.hp_wd_15pc {
  width: 15% !important;
}
.hp_wd_16pc {
  width: 16% !important;
}
.hp_wd_17pc {
  width: 17% !important;
}
.hp_wd_18pc {
  width: 18% !important;
}
.hp_wd_19pc {
  width: 19% !important;
}
.hp_wd_20pc {
  width: 20% !important;
}
.hp_wd_25pc {
  width: 25% !important;
}
.hp_wd_30pc {
  width: 30% !important;
}
.hp_wd_31pc {
  width: 31% !important;
}
.hp_wd_32pc {
  width: 32% !important;
}
.hp_wd_33pc {
  width: 33.3333333333% !important;
}
.hp_wd_34pc {
  width: 34% !important;
}
.hp_wd_35pc {
  width: 35% !important;
}
.hp_wd_36pc {
  width: 36% !important;
}
.hp_wd_37pc {
  width: 37% !important;
}
.hp_wd_38pc {
  width: 38% !important;
}
.hp_wd_39pc {
  width: 39% !important;
}
.hp_wd_40pc {
  width: 40% !important;
}
.hp_wd_41pc {
  width: 41% !important;
}
.hp_wd_42pc {
  width: 42% !important;
}
.hp_wd_43pc {
  width: 43% !important;
}
.hp_wd_44pc {
  width: 44% !important;
}
.hp_wd_45pc {
  width: 45% !important;
}
.hp_wd_46pc {
  width: 46% !important;
}
.hp_wd_47pc {
  width: 47% !important;
}
.hp_wd_48pc {
  width: 48% !important;
}
.hp_wd_49pc {
  width: 49% !important;
}
.hp_wd_50pc {
  width: 50% !important;
}
.hp_wd_55pc {
  width: 55% !important;
}
.hp_wd_60pc {
  width: 60% !important;
}
.hp_wd_65pc {
  width: 65% !important;
}
.hp_wd_70pc {
  width: 70% !important;
}
.hp_wd_75pc {
  width: 75% !important;
}
.hp_wd_80pc {
  width: 80% !important;
}
.hp_wd_85pc {
  width: 85% !important;
}
.hp_wd_90pc {
  width: 90% !important;
}
.hp_wd_95pc {
  width: 95% !important;
}
.hp_wd_100pc {
  width: 100% !important;
}
@media screen and (min-width: 768px), print {
  .hp_wd_auto_pc {
    width: auto !important;
  }
  .hp_wd_20px_pc {
    width: 20px !important;
  }
  .hp_wd_30px_pc {
    width: 30px !important;
  }
  .hp_wd_40px_pc {
    width: 40px !important;
  }
  .hp_wd_50px_pc {
    width: 50px !important;
  }
  .hp_wd_60px_pc {
    width: 60px !important;
  }
  .hp_wd_70px_pc {
    width: 70px !important;
  }
  .hp_wd_80px_pc {
    width: 80px !important;
  }
  .hp_wd_90px_pc {
    width: 90px !important;
  }
  .hp_wd_100px_pc {
    width: 100px !important;
  }
  .hp_wd_110px_pc {
    width: 110px !important;
  }
  .hp_wd_120px_pc {
    width: 120px !important;
  }
  .hp_wd_130px_pc {
    width: 130px !important;
  }
  .hp_wd_140px_pc {
    width: 140px !important;
  }
  .hp_wd_150px_pc {
    width: 150px !important;
  }
  .hp_wd_160px_pc {
    width: 160px !important;
  }
  .hp_wd_170px_pc {
    width: 170px !important;
  }
  .hp_wd_180px_pc {
    width: 180px !important;
  }
  .hp_wd_190px_pc {
    width: 190px !important;
  }
  .hp_wd_200px_pc {
    width: 200px !important;
  }
  .hp_wd_210px_pc {
    width: 210px !important;
  }
  .hp_wd_220px_pc {
    width: 220px !important;
  }
  .hp_wd_230px_pc {
    width: 230px !important;
  }
  .hp_wd_240px_pc {
    width: 240px !important;
  }
  .hp_wd_250px_pc {
    width: 250px !important;
  }
  .hp_wd_260px_pc {
    width: 260px !important;
  }
  .hp_wd_270px_pc {
    width: 270px !important;
  }
  .hp_wd_280px_pc {
    width: 280px !important;
  }
  .hp_wd_290px_pc {
    width: 290px !important;
  }
  .hp_wd_300px_pc {
    width: 300px !important;
  }
  .hp_wd_310px_pc {
    width: 310px !important;
  }
  .hp_wd_320px_pc {
    width: 320px !important;
  }
  .hp_wd_330px_pc {
    width: 330px !important;
  }
  .hp_wd_340px_pc {
    width: 340px !important;
  }
  .hp_wd_350px_pc {
    width: 350px !important;
  }
  .hp_wd_360px_pc {
    width: 360px !important;
  }
  .hp_wd_370px_pc {
    width: 370px !important;
  }
  .hp_wd_380px_pc {
    width: 380px !important;
  }
  .hp_wd_390px_pc {
    width: 390px !important;
  }
  .hp_wd_400px_pc {
    width: 400px !important;
  }
  .hp_wd_410px_pc {
    width: 410px !important;
  }
  .hp_wd_420px_pc {
    width: 420px !important;
  }
  .hp_wd_430px_pc {
    width: 430px !important;
  }
  .hp_wd_440px_pc {
    width: 440px !important;
  }
  .hp_wd_450px_pc {
    width: 450px !important;
  }
  .hp_wd_460px_pc {
    width: 460px !important;
  }
  .hp_wd_470px_pc {
    width: 470px !important;
  }
  .hp_wd_480px_pc {
    width: 480px !important;
  }
  .hp_wd_490px_pc {
    width: 490px !important;
  }
  .hp_wd_500px_pc {
    width: 500px !important;
  }
  .hp_wd_510px_pc {
    width: 510px !important;
  }
  .hp_wd_520px_pc {
    width: 520px !important;
  }
  .hp_wd_530px_pc {
    width: 530px !important;
  }
  .hp_wd_540px_pc {
    width: 540px !important;
  }
  .hp_wd_550px_pc {
    width: 550px !important;
  }
  .hp_wd_560px_pc {
    width: 560px !important;
  }
  .hp_wd_570px_pc {
    width: 570px !important;
  }
  .hp_wd_580px_pc {
    width: 580px !important;
  }
  .hp_wd_590px_pc {
    width: 590px !important;
  }
  .hp_wd_600px_pc {
    width: 600px !important;
  }
  .hp_wd_610px_pc {
    width: 610px !important;
  }
  .hp_wd_620px_pc {
    width: 620px !important;
  }
  .hp_wd_630px_pc {
    width: 630px !important;
  }
  .hp_wd_640px_pc {
    width: 640px !important;
  }
  .hp_wd_650px_pc {
    width: 650px !important;
  }
  .hp_wd_660px_pc {
    width: 660px !important;
  }
  .hp_wd_670px_pc {
    width: 670px !important;
  }
  .hp_wd_680px_pc {
    width: 680px !important;
  }
  .hp_wd_690px_pc {
    width: 690px !important;
  }
  .hp_wd_700px_pc {
    width: 700px !important;
  }
  .hp_wd_710px_pc {
    width: 710px !important;
  }
  .hp_wd_720px_pc {
    width: 720px !important;
  }
  .hp_wd_730px_pc {
    width: 730px !important;
  }
  .hp_wd_740px_pc {
    width: 740px !important;
  }
  .hp_wd_750px_pc {
    width: 750px !important;
  }
  .hp_wd_760px_pc {
    width: 760px !important;
  }
  .hp_wd_770px_pc {
    width: 770px !important;
  }
  .hp_wd_780px_pc {
    width: 780px !important;
  }
  .hp_wd_790px_pc {
    width: 790px !important;
  }
  .hp_wd_800px_pc {
    width: 800px !important;
  }
  .hp_wd_810px_pc {
    width: 810px !important;
  }
  .hp_wd_820px_pc {
    width: 820px !important;
  }
  .hp_wd_830px_pc {
    width: 830px !important;
  }
  .hp_wd_840px_pc {
    width: 840px !important;
  }
  .hp_wd_850px_pc {
    width: 850px !important;
  }
  .hp_wd_860px_pc {
    width: 860px !important;
  }
  .hp_wd_870px_pc {
    width: 870px !important;
  }
  .hp_wd_880px_pc {
    width: 880px !important;
  }
  .hp_wd_890px_pc {
    width: 890px !important;
  }
  .hp_wd_900px_pc {
    width: 900px !important;
  }
  .hp_wd_910px_pc {
    width: 910px !important;
  }
  .hp_wd_920px_pc {
    width: 920px !important;
  }
  .hp_wd_930px_pc {
    width: 930px !important;
  }
  .hp_wd_940px_pc {
    width: 940px !important;
  }
  .hp_wd_950px_pc {
    width: 950px !important;
  }
  .hp_wd_960px_pc {
    width: 960px !important;
  }
  .hp_wd_970px_pc {
    width: 970px !important;
  }
  .hp_wd_980px_pc {
    width: 980px !important;
  }
  .hp_wd_990px_pc {
    width: 990px !important;
  }
  .hp_wd_1000px_pc {
    width: 1000px !important;
  }
  .hp_wd_5pc_pc {
    width: 5% !important;
  }
  .hp_wd_10pc_pc {
    width: 10% !important;
  }
  .hp_wd_15pc_pc {
    width: 15% !important;
  }
  .hp_wd_20pc_pc {
    width: 20% !important;
  }
  .hp_wd_25pc_pc {
    width: 25% !important;
  }
  .hp_wd_30pc_pc {
    width: 30% !important;
  }
  .hp_wd_35pc_pc {
    width: 35% !important;
  }
  .hp_wd_40pc_pc {
    width: 40% !important;
  }
  .hp_wd_45pc_pc {
    width: 45% !important;
  }
  .hp_wd_50pc_pc {
    width: 50% !important;
  }
  .hp_wd_55pc_pc {
    width: 55% !important;
  }
  .hp_wd_60pc_pc {
    width: 60% !important;
  }
  .hp_wd_65pc_pc {
    width: 65% !important;
  }
  .hp_wd_70pc_pc {
    width: 70% !important;
  }
  .hp_wd_75pc_pc {
    width: 75% !important;
  }
  .hp_wd_80pc_pc {
    width: 80% !important;
  }
  .hp_wd_85pc_pc {
    width: 85% !important;
  }
  .hp_wd_90pc_pc {
    width: 90% !important;
  }
  .hp_wd_95pc_pc {
    width: 95% !important;
  }
  .hp_wd_100pc_pc {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_wd_auto_sp {
    width: auto !important;
  }
  .hp_wd_20px_sp {
    width: 20px !important;
  }
  .hp_wd_30px_sp {
    width: 30px !important;
  }
  .hp_wd_40px_sp {
    width: 40px !important;
  }
  .hp_wd_50px_sp {
    width: 50px !important;
  }
  .hp_wd_60px_sp {
    width: 60px !important;
  }
  .hp_wd_70px_sp {
    width: 70px !important;
  }
  .hp_wd_80px_sp {
    width: 80px !important;
  }
  .hp_wd_90px_sp {
    width: 90px !important;
  }
  .hp_wd_100px_sp {
    width: 100px !important;
  }
  .hp_wd_110px_sp {
    width: 110px !important;
  }
  .hp_wd_120px_sp {
    width: 120px !important;
  }
  .hp_wd_130px_sp {
    width: 130px !important;
  }
  .hp_wd_140px_sp {
    width: 140px !important;
  }
  .hp_wd_150px_sp {
    width: 150px !important;
  }
  .hp_wd_160px_sp {
    width: 160px !important;
  }
  .hp_wd_170px_sp {
    width: 170px !important;
  }
  .hp_wd_180px_sp {
    width: 180px !important;
  }
  .hp_wd_190px_sp {
    width: 190px !important;
  }
  .hp_wd_200px_sp {
    width: 200px !important;
  }
  .hp_wd_210px_sp {
    width: 210px !important;
  }
  .hp_wd_220px_sp {
    width: 220px !important;
  }
  .hp_wd_230px_sp {
    width: 230px !important;
  }
  .hp_wd_240px_sp {
    width: 240px !important;
  }
  .hp_wd_250px_sp {
    width: 250px !important;
  }
  .hp_wd_260px_sp {
    width: 260px !important;
  }
  .hp_wd_270px_sp {
    width: 270px !important;
  }
  .hp_wd_280px_sp {
    width: 280px !important;
  }
  .hp_wd_290px_sp {
    width: 290px !important;
  }
  .hp_wd_300px_sp {
    width: 300px !important;
  }
  .hp_wd_310px_sp {
    width: 310px !important;
  }
  .hp_wd_320px_sp {
    width: 320px !important;
  }
  .hp_wd_330px_sp {
    width: 330px !important;
  }
  .hp_wd_340px_sp {
    width: 340px !important;
  }
  .hp_wd_350px_sp {
    width: 350px !important;
  }
  .hp_wd_360px_sp {
    width: 360px !important;
  }
  .hp_wd_370px_sp {
    width: 370px !important;
  }
  .hp_wd_380px_sp {
    width: 380px !important;
  }
  .hp_wd_390px_sp {
    width: 390px !important;
  }
  .hp_wd_400px_sp {
    width: 400px !important;
  }
  .hp_wd_410px_sp {
    width: 410px !important;
  }
  .hp_wd_420px_sp {
    width: 420px !important;
  }
  .hp_wd_430px_sp {
    width: 430px !important;
  }
  .hp_wd_440px_sp {
    width: 440px !important;
  }
  .hp_wd_450px_sp {
    width: 450px !important;
  }
  .hp_wd_460px_sp {
    width: 460px !important;
  }
  .hp_wd_470px_sp {
    width: 470px !important;
  }
  .hp_wd_480px_sp {
    width: 480px !important;
  }
  .hp_wd_490px_sp {
    width: 490px !important;
  }
  .hp_wd_500px_sp {
    width: 500px !important;
  }
  .hp_wd_510px_sp {
    width: 510px !important;
  }
  .hp_wd_520px_sp {
    width: 520px !important;
  }
  .hp_wd_530px_sp {
    width: 530px !important;
  }
  .hp_wd_540px_sp {
    width: 540px !important;
  }
  .hp_wd_550px_sp {
    width: 550px !important;
  }
  .hp_wd_560px_sp {
    width: 560px !important;
  }
  .hp_wd_570px_sp {
    width: 570px !important;
  }
  .hp_wd_580px_sp {
    width: 580px !important;
  }
  .hp_wd_590px_sp {
    width: 590px !important;
  }
  .hp_wd_600px_sp {
    width: 600px !important;
  }
  .hp_wd_610px_sp {
    width: 610px !important;
  }
  .hp_wd_620px_sp {
    width: 620px !important;
  }
  .hp_wd_630px_sp {
    width: 630px !important;
  }
  .hp_wd_640px_sp {
    width: 640px !important;
  }
  .hp_wd_650px_sp {
    width: 650px !important;
  }
  .hp_wd_660px_sp {
    width: 660px !important;
  }
  .hp_wd_670px_sp {
    width: 670px !important;
  }
  .hp_wd_680px_sp {
    width: 680px !important;
  }
  .hp_wd_690px_sp {
    width: 690px !important;
  }
  .hp_wd_700px_sp {
    width: 700px !important;
  }
  .hp_wd_710px_sp {
    width: 710px !important;
  }
  .hp_wd_720px_sp {
    width: 720px !important;
  }
  .hp_wd_730px_sp {
    width: 730px !important;
  }
  .hp_wd_740px_sp {
    width: 740px !important;
  }
  .hp_wd_750px_sp {
    width: 750px !important;
  }
  .hp_wd_760px_sp {
    width: 760px !important;
  }
  .hp_wd_770px_sp {
    width: 770px !important;
  }
  .hp_wd_780px_sp {
    width: 780px !important;
  }
  .hp_wd_790px_sp {
    width: 790px !important;
  }
  .hp_wd_800px_sp {
    width: 800px !important;
  }
  .hp_wd_810px_sp {
    width: 810px !important;
  }
  .hp_wd_820px_sp {
    width: 820px !important;
  }
  .hp_wd_830px_sp {
    width: 830px !important;
  }
  .hp_wd_840px_sp {
    width: 840px !important;
  }
  .hp_wd_850px_sp {
    width: 850px !important;
  }
  .hp_wd_860px_sp {
    width: 860px !important;
  }
  .hp_wd_870px_sp {
    width: 870px !important;
  }
  .hp_wd_880px_sp {
    width: 880px !important;
  }
  .hp_wd_890px_sp {
    width: 890px !important;
  }
  .hp_wd_900px_sp {
    width: 900px !important;
  }
  .hp_wd_910px_sp {
    width: 910px !important;
  }
  .hp_wd_920px_sp {
    width: 920px !important;
  }
  .hp_wd_930px_sp {
    width: 930px !important;
  }
  .hp_wd_940px_sp {
    width: 940px !important;
  }
  .hp_wd_5pc_sp {
    width: 5% !important;
  }
  .hp_wd_10pc_sp {
    width: 10% !important;
  }
  .hp_wd_15pc_sp {
    width: 15% !important;
  }
  .hp_wd_20pc_sp {
    width: 20% !important;
  }
  .hp_wd_25pc_sp {
    width: 25% !important;
  }
  .hp_wd_30pc_sp {
    width: 30% !important;
  }
  .hp_wd_35pc_sp {
    width: 35% !important;
  }
  .hp_wd_40pc_sp {
    width: 40% !important;
  }
  .hp_wd_45pc_sp {
    width: 45% !important;
  }
  .hp_wd_50pc_sp {
    width: 50% !important;
  }
  .hp_wd_55pc_sp {
    width: 55% !important;
  }
  .hp_wd_60pc_sp {
    width: 60% !important;
  }
  .hp_wd_65pc_sp {
    width: 65% !important;
  }
  .hp_wd_70pc_sp {
    width: 70% !important;
  }
  .hp_wd_75pc_sp {
    width: 75% !important;
  }
  .hp_wd_80pc_sp {
    width: 80% !important;
  }
  .hp_wd_85pc_sp {
    width: 85% !important;
  }
  .hp_wd_90pc_sp {
    width: 90% !important;
  }
  .hp_wd_95pc_sp {
    width: 95% !important;
  }
  .hp_wd_100pc_sp {
    width: 100% !important;
  }
}
.hp_ht_auto {
  height: auto !important;
}
.hp_ht_20px {
  height: 20px !important;
}
.hp_ht_30px {
  height: 30px !important;
}
.hp_ht_40px {
  height: 40px !important;
}
.hp_ht_50px {
  height: 50px !important;
}
.hp_ht_60px {
  height: 60px !important;
}
.hp_ht_70px {
  height: 70px !important;
}
.hp_ht_80px {
  height: 80px !important;
}
.hp_ht_90px {
  height: 90px !important;
}
.hp_ht_100px {
  height: 100px !important;
}
.hp_ht_110px {
  height: 110px !important;
}
.hp_ht_120px {
  height: 120px !important;
}
.hp_ht_130px {
  height: 130px !important;
}
.hp_ht_140px {
  height: 140px !important;
}
.hp_ht_150px {
  height: 150px !important;
}
.hp_ht_160px {
  height: 160px !important;
}
.hp_ht_170px {
  height: 170px !important;
}
.hp_ht_180px {
  height: 180px !important;
}
.hp_ht_190px {
  height: 190px !important;
}
.hp_ht_200px {
  height: 200px !important;
}
.hp_ht_210px {
  height: 210px !important;
}
.hp_ht_220px {
  height: 220px !important;
}
.hp_ht_230px {
  height: 230px !important;
}
.hp_ht_240px {
  height: 240px !important;
}
.hp_ht_250px {
  height: 250px !important;
}
.hp_ht_260px {
  height: 260px !important;
}
.hp_ht_270px {
  height: 270px !important;
}
.hp_ht_280px {
  height: 280px !important;
}
.hp_ht_290px {
  height: 290px !important;
}
.hp_ht_300px {
  height: 300px !important;
}
.hp_ht_310px {
  height: 310px !important;
}
.hp_ht_320px {
  height: 320px !important;
}
.hp_ht_330px {
  height: 330px !important;
}
.hp_ht_340px {
  height: 340px !important;
}
.hp_ht_350px {
  height: 350px !important;
}
.hp_ht_360px {
  height: 360px !important;
}
.hp_ht_370px {
  height: 370px !important;
}
.hp_ht_380px {
  height: 380px !important;
}
.hp_ht_390px {
  height: 390px !important;
}
.hp_ht_400px {
  height: 400px !important;
}
.hp_ht_410px {
  height: 410px !important;
}
.hp_ht_420px {
  height: 420px !important;
}
.hp_ht_430px {
  height: 430px !important;
}
.hp_ht_440px {
  height: 440px !important;
}
.hp_ht_450px {
  height: 450px !important;
}
.hp_ht_460px {
  height: 460px !important;
}
.hp_ht_470px {
  height: 470px !important;
}
.hp_ht_480px {
  height: 480px !important;
}
.hp_ht_490px {
  height: 490px !important;
}
.hp_ht_500px {
  height: 500px !important;
}
.hp_ht_510px {
  height: 510px !important;
}
.hp_ht_520px {
  height: 520px !important;
}
.hp_ht_530px {
  height: 530px !important;
}
.hp_ht_540px {
  height: 540px !important;
}
.hp_ht_550px {
  height: 550px !important;
}
.hp_ht_560px {
  height: 560px !important;
}
.hp_ht_570px {
  height: 570px !important;
}
.hp_ht_580px {
  height: 580px !important;
}
.hp_ht_590px {
  height: 590px !important;
}
.hp_ht_600px {
  height: 600px !important;
}
.hp_ht_610px {
  height: 610px !important;
}
.hp_ht_620px {
  height: 620px !important;
}
.hp_ht_630px {
  height: 630px !important;
}
.hp_ht_640px {
  height: 640px !important;
}
.hp_ht_650px {
  height: 650px !important;
}
.hp_ht_660px {
  height: 660px !important;
}
.hp_ht_670px {
  height: 670px !important;
}
.hp_ht_680px {
  height: 680px !important;
}
.hp_ht_690px {
  height: 690px !important;
}
.hp_ht_700px {
  height: 700px !important;
}
.hp_ht_710px {
  height: 710px !important;
}
.hp_ht_720px {
  height: 720px !important;
}
.hp_ht_730px {
  height: 730px !important;
}
.hp_ht_740px {
  height: 740px !important;
}
.hp_ht_750px {
  height: 750px !important;
}
.hp_ht_760px {
  height: 760px !important;
}
.hp_ht_770px {
  height: 770px !important;
}
.hp_ht_780px {
  height: 780px !important;
}
.hp_ht_790px {
  height: 790px !important;
}
.hp_ht_800px {
  height: 800px !important;
}
.hp_ht_810px {
  height: 810px !important;
}
.hp_ht_820px {
  height: 820px !important;
}
.hp_ht_830px {
  height: 830px !important;
}
.hp_ht_840px {
  height: 840px !important;
}
.hp_ht_850px {
  height: 850px !important;
}
.hp_ht_860px {
  height: 860px !important;
}
.hp_ht_870px {
  height: 870px !important;
}
.hp_ht_880px {
  height: 880px !important;
}
.hp_ht_890px {
  height: 890px !important;
}
.hp_ht_900px {
  height: 900px !important;
}
.hp_ht_910px {
  height: 910px !important;
}
.hp_ht_920px {
  height: 920px !important;
}
.hp_ht_930px {
  height: 930px !important;
}
.hp_ht_940px {
  height: 940px !important;
}
.hp_ht_950px {
  height: 950px !important;
}
.hp_ht_960px {
  height: 960px !important;
}
.hp_ht_970px {
  height: 970px !important;
}
.hp_ht_980px {
  height: 980px !important;
}
.hp_ht_990px {
  height: 990px !important;
}
.hp_ht_1000px {
  height: 1000px !important;
}
.hp_ht_5pc {
  height: 5% !important;
}
.hp_ht_10pc {
  height: 10% !important;
}
.hp_ht_11pc {
  height: 11% !important;
}
.hp_ht_12pc {
  height: 12% !important;
}
.hp_ht_13pc {
  height: 13% !important;
}
.hp_ht_14pc {
  height: 14% !important;
}
.hp_ht_15pc {
  height: 15% !important;
}
.hp_ht_16pc {
  height: 16% !important;
}
.hp_ht_17pc {
  height: 17% !important;
}
.hp_ht_18pc {
  height: 18% !important;
}
.hp_ht_19pc {
  height: 19% !important;
}
.hp_ht_20pc {
  height: 20% !important;
}
.hp_ht_25pc {
  height: 25% !important;
}
.hp_ht_30pc {
  height: 30% !important;
}
.hp_ht_31pc {
  height: 31% !important;
}
.hp_ht_32pc {
  height: 32% !important;
}
.hp_ht_33pc {
  height: 33.3333333333% !important;
}
.hp_ht_34pc {
  height: 34% !important;
}
.hp_ht_35pc {
  height: 35% !important;
}
.hp_ht_36pc {
  height: 36% !important;
}
.hp_ht_37pc {
  height: 37% !important;
}
.hp_ht_38pc {
  height: 38% !important;
}
.hp_ht_39pc {
  height: 39% !important;
}
.hp_ht_40pc {
  height: 40% !important;
}
.hp_ht_41pc {
  height: 41% !important;
}
.hp_ht_42pc {
  height: 42% !important;
}
.hp_ht_43pc {
  height: 43% !important;
}
.hp_ht_44pc {
  height: 44% !important;
}
.hp_ht_45pc {
  height: 45% !important;
}
.hp_ht_46pc {
  height: 46% !important;
}
.hp_ht_47pc {
  height: 47% !important;
}
.hp_ht_48pc {
  height: 48% !important;
}
.hp_ht_49pc {
  height: 49% !important;
}
.hp_ht_50pc {
  height: 50% !important;
}
.hp_ht_55pc {
  height: 55% !important;
}
.hp_ht_60pc {
  height: 60% !important;
}
.hp_ht_65pc {
  height: 65% !important;
}
.hp_ht_70pc {
  height: 70% !important;
}
.hp_ht_75pc {
  height: 75% !important;
}
.hp_ht_80pc {
  height: 80% !important;
}
.hp_ht_85pc {
  height: 85% !important;
}
.hp_ht_90pc {
  height: 90% !important;
}
.hp_ht_95pc {
  height: 95% !important;
}
.hp_ht_100pc {
  height: 100% !important;
}
@media screen and (min-width: 768px), print {
  .hp_ht_auto_pc {
    height: auto !important;
  }
  .hp_ht_20px_pc {
    height: 20px !important;
  }
  .hp_ht_30px_pc {
    height: 30px !important;
  }
  .hp_ht_40px_pc {
    height: 40px !important;
  }
  .hp_ht_50px_pc {
    height: 50px !important;
  }
  .hp_ht_60px_pc {
    height: 60px !important;
  }
  .hp_ht_70px_pc {
    height: 70px !important;
  }
  .hp_ht_80px_pc {
    height: 80px !important;
  }
  .hp_ht_90px_pc {
    height: 90px !important;
  }
  .hp_ht_100px_pc {
    height: 100px !important;
  }
  .hp_ht_110px_pc {
    height: 110px !important;
  }
  .hp_ht_120px_pc {
    height: 120px !important;
  }
  .hp_ht_130px_pc {
    height: 130px !important;
  }
  .hp_ht_140px_pc {
    height: 140px !important;
  }
  .hp_ht_150px_pc {
    height: 150px !important;
  }
  .hp_ht_160px_pc {
    height: 160px !important;
  }
  .hp_ht_170px_pc {
    height: 170px !important;
  }
  .hp_ht_180px_pc {
    height: 180px !important;
  }
  .hp_ht_190px_pc {
    height: 190px !important;
  }
  .hp_ht_200px_pc {
    height: 200px !important;
  }
  .hp_ht_210px_pc {
    height: 210px !important;
  }
  .hp_ht_220px_pc {
    height: 220px !important;
  }
  .hp_ht_230px_pc {
    height: 230px !important;
  }
  .hp_ht_240px_pc {
    height: 240px !important;
  }
  .hp_ht_250px_pc {
    height: 250px !important;
  }
  .hp_ht_260px_pc {
    height: 260px !important;
  }
  .hp_ht_270px_pc {
    height: 270px !important;
  }
  .hp_ht_280px_pc {
    height: 280px !important;
  }
  .hp_ht_290px_pc {
    height: 290px !important;
  }
  .hp_ht_300px_pc {
    height: 300px !important;
  }
  .hp_ht_310px_pc {
    height: 310px !important;
  }
  .hp_ht_320px_pc {
    height: 320px !important;
  }
  .hp_ht_330px_pc {
    height: 330px !important;
  }
  .hp_ht_340px_pc {
    height: 340px !important;
  }
  .hp_ht_350px_pc {
    height: 350px !important;
  }
  .hp_ht_360px_pc {
    height: 360px !important;
  }
  .hp_ht_370px_pc {
    height: 370px !important;
  }
  .hp_ht_380px_pc {
    height: 380px !important;
  }
  .hp_ht_390px_pc {
    height: 390px !important;
  }
  .hp_ht_400px_pc {
    height: 400px !important;
  }
  .hp_ht_410px_pc {
    height: 410px !important;
  }
  .hp_ht_420px_pc {
    height: 420px !important;
  }
  .hp_ht_430px_pc {
    height: 430px !important;
  }
  .hp_ht_440px_pc {
    height: 440px !important;
  }
  .hp_ht_450px_pc {
    height: 450px !important;
  }
  .hp_ht_460px_pc {
    height: 460px !important;
  }
  .hp_ht_470px_pc {
    height: 470px !important;
  }
  .hp_ht_480px_pc {
    height: 480px !important;
  }
  .hp_ht_490px_pc {
    height: 490px !important;
  }
  .hp_ht_500px_pc {
    height: 500px !important;
  }
  .hp_ht_510px_pc {
    height: 510px !important;
  }
  .hp_ht_520px_pc {
    height: 520px !important;
  }
  .hp_ht_530px_pc {
    height: 530px !important;
  }
  .hp_ht_540px_pc {
    height: 540px !important;
  }
  .hp_ht_550px_pc {
    height: 550px !important;
  }
  .hp_ht_560px_pc {
    height: 560px !important;
  }
  .hp_ht_570px_pc {
    height: 570px !important;
  }
  .hp_ht_580px_pc {
    height: 580px !important;
  }
  .hp_ht_590px_pc {
    height: 590px !important;
  }
  .hp_ht_600px_pc {
    height: 600px !important;
  }
  .hp_ht_610px_pc {
    height: 610px !important;
  }
  .hp_ht_620px_pc {
    height: 620px !important;
  }
  .hp_ht_630px_pc {
    height: 630px !important;
  }
  .hp_ht_640px_pc {
    height: 640px !important;
  }
  .hp_ht_650px_pc {
    height: 650px !important;
  }
  .hp_ht_660px_pc {
    height: 660px !important;
  }
  .hp_ht_670px_pc {
    height: 670px !important;
  }
  .hp_ht_680px_pc {
    height: 680px !important;
  }
  .hp_ht_690px_pc {
    height: 690px !important;
  }
  .hp_ht_700px_pc {
    height: 700px !important;
  }
  .hp_ht_710px_pc {
    height: 710px !important;
  }
  .hp_ht_720px_pc {
    height: 720px !important;
  }
  .hp_ht_730px_pc {
    height: 730px !important;
  }
  .hp_ht_740px_pc {
    height: 740px !important;
  }
  .hp_ht_750px_pc {
    height: 750px !important;
  }
  .hp_ht_760px_pc {
    height: 760px !important;
  }
  .hp_ht_770px_pc {
    height: 770px !important;
  }
  .hp_ht_780px_pc {
    height: 780px !important;
  }
  .hp_ht_790px_pc {
    height: 790px !important;
  }
  .hp_ht_800px_pc {
    height: 800px !important;
  }
  .hp_ht_810px_pc {
    height: 810px !important;
  }
  .hp_ht_820px_pc {
    height: 820px !important;
  }
  .hp_ht_830px_pc {
    height: 830px !important;
  }
  .hp_ht_840px_pc {
    height: 840px !important;
  }
  .hp_ht_850px_pc {
    height: 850px !important;
  }
  .hp_ht_860px_pc {
    height: 860px !important;
  }
  .hp_ht_870px_pc {
    height: 870px !important;
  }
  .hp_ht_880px_pc {
    height: 880px !important;
  }
  .hp_ht_890px_pc {
    height: 890px !important;
  }
  .hp_ht_900px_pc {
    height: 900px !important;
  }
  .hp_ht_910px_pc {
    height: 910px !important;
  }
  .hp_ht_920px_pc {
    height: 920px !important;
  }
  .hp_ht_930px_pc {
    height: 930px !important;
  }
  .hp_ht_940px_pc {
    height: 940px !important;
  }
  .hp_ht_950px_pc {
    height: 950px !important;
  }
  .hp_ht_960px_pc {
    height: 960px !important;
  }
  .hp_ht_970px_pc {
    height: 970px !important;
  }
  .hp_ht_980px_pc {
    height: 980px !important;
  }
  .hp_ht_990px_pc {
    height: 990px !important;
  }
  .hp_ht_1000px_pc {
    height: 1000px !important;
  }
  .hp_ht_5pc_pc {
    height: 5% !important;
  }
  .hp_ht_10pc_pc {
    height: 10% !important;
  }
  .hp_ht_15pc_pc {
    height: 15% !important;
  }
  .hp_ht_20pc_pc {
    height: 20% !important;
  }
  .hp_ht_25pc_pc {
    height: 25% !important;
  }
  .hp_ht_30pc_pc {
    height: 30% !important;
  }
  .hp_ht_35pc_pc {
    height: 35% !important;
  }
  .hp_ht_40pc_pc {
    height: 40% !important;
  }
  .hp_ht_45pc_pc {
    height: 45% !important;
  }
  .hp_ht_50pc_pc {
    height: 50% !important;
  }
  .hp_ht_55pc_pc {
    height: 55% !important;
  }
  .hp_ht_60pc_pc {
    height: 60% !important;
  }
  .hp_ht_65pc_pc {
    height: 65% !important;
  }
  .hp_ht_70pc_pc {
    height: 70% !important;
  }
  .hp_ht_75pc_pc {
    height: 75% !important;
  }
  .hp_ht_80pc_pc {
    height: 80% !important;
  }
  .hp_ht_85pc_pc {
    height: 85% !important;
  }
  .hp_ht_90pc_pc {
    height: 90% !important;
  }
  .hp_ht_95pc_pc {
    height: 95% !important;
  }
  .hp_ht_100pc_pc {
    height: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_ht_auto_sp {
    height: auto !important;
  }
  .hp_ht_20px_sp {
    height: 20px !important;
  }
  .hp_ht_30px_sp {
    height: 30px !important;
  }
  .hp_ht_40px_sp {
    height: 40px !important;
  }
  .hp_ht_50px_sp {
    height: 50px !important;
  }
  .hp_ht_60px_sp {
    height: 60px !important;
  }
  .hp_ht_70px_sp {
    height: 70px !important;
  }
  .hp_ht_80px_sp {
    height: 80px !important;
  }
  .hp_ht_90px_sp {
    height: 90px !important;
  }
  .hp_ht_100px_sp {
    height: 100px !important;
  }
  .hp_ht_110px_sp {
    height: 110px !important;
  }
  .hp_ht_120px_sp {
    height: 120px !important;
  }
  .hp_ht_130px_sp {
    height: 130px !important;
  }
  .hp_ht_140px_sp {
    height: 140px !important;
  }
  .hp_ht_150px_sp {
    height: 150px !important;
  }
  .hp_ht_160px_sp {
    height: 160px !important;
  }
  .hp_ht_170px_sp {
    height: 170px !important;
  }
  .hp_ht_180px_sp {
    height: 180px !important;
  }
  .hp_ht_190px_sp {
    height: 190px !important;
  }
  .hp_ht_200px_sp {
    height: 200px !important;
  }
  .hp_ht_210px_sp {
    height: 210px !important;
  }
  .hp_ht_220px_sp {
    height: 220px !important;
  }
  .hp_ht_230px_sp {
    height: 230px !important;
  }
  .hp_ht_240px_sp {
    height: 240px !important;
  }
  .hp_ht_250px_sp {
    height: 250px !important;
  }
  .hp_ht_260px_sp {
    height: 260px !important;
  }
  .hp_ht_270px_sp {
    height: 270px !important;
  }
  .hp_ht_280px_sp {
    height: 280px !important;
  }
  .hp_ht_290px_sp {
    height: 290px !important;
  }
  .hp_ht_300px_sp {
    height: 300px !important;
  }
  .hp_ht_310px_sp {
    height: 310px !important;
  }
  .hp_ht_320px_sp {
    height: 320px !important;
  }
  .hp_ht_330px_sp {
    height: 330px !important;
  }
  .hp_ht_340px_sp {
    height: 340px !important;
  }
  .hp_ht_350px_sp {
    height: 350px !important;
  }
  .hp_ht_360px_sp {
    height: 360px !important;
  }
  .hp_ht_370px_sp {
    height: 370px !important;
  }
  .hp_ht_380px_sp {
    height: 380px !important;
  }
  .hp_ht_390px_sp {
    height: 390px !important;
  }
  .hp_ht_400px_sp {
    height: 400px !important;
  }
  .hp_ht_410px_sp {
    height: 410px !important;
  }
  .hp_ht_420px_sp {
    height: 420px !important;
  }
  .hp_ht_430px_sp {
    height: 430px !important;
  }
  .hp_ht_440px_sp {
    height: 440px !important;
  }
  .hp_ht_450px_sp {
    height: 450px !important;
  }
  .hp_ht_460px_sp {
    height: 460px !important;
  }
  .hp_ht_470px_sp {
    height: 470px !important;
  }
  .hp_ht_480px_sp {
    height: 480px !important;
  }
  .hp_ht_490px_sp {
    height: 490px !important;
  }
  .hp_ht_500px_sp {
    height: 500px !important;
  }
  .hp_ht_510px_sp {
    height: 510px !important;
  }
  .hp_ht_520px_sp {
    height: 520px !important;
  }
  .hp_ht_530px_sp {
    height: 530px !important;
  }
  .hp_ht_540px_sp {
    height: 540px !important;
  }
  .hp_ht_550px_sp {
    height: 550px !important;
  }
  .hp_ht_560px_sp {
    height: 560px !important;
  }
  .hp_ht_570px_sp {
    height: 570px !important;
  }
  .hp_ht_580px_sp {
    height: 580px !important;
  }
  .hp_ht_590px_sp {
    height: 590px !important;
  }
  .hp_ht_600px_sp {
    height: 600px !important;
  }
  .hp_ht_610px_sp {
    height: 610px !important;
  }
  .hp_ht_620px_sp {
    height: 620px !important;
  }
  .hp_ht_630px_sp {
    height: 630px !important;
  }
  .hp_ht_640px_sp {
    height: 640px !important;
  }
  .hp_ht_650px_sp {
    height: 650px !important;
  }
  .hp_ht_660px_sp {
    height: 660px !important;
  }
  .hp_ht_670px_sp {
    height: 670px !important;
  }
  .hp_ht_680px_sp {
    height: 680px !important;
  }
  .hp_ht_690px_sp {
    height: 690px !important;
  }
  .hp_ht_700px_sp {
    height: 700px !important;
  }
  .hp_ht_710px_sp {
    height: 710px !important;
  }
  .hp_ht_720px_sp {
    height: 720px !important;
  }
  .hp_ht_730px_sp {
    height: 730px !important;
  }
  .hp_ht_740px_sp {
    height: 740px !important;
  }
  .hp_ht_750px_sp {
    height: 750px !important;
  }
  .hp_ht_760px_sp {
    height: 760px !important;
  }
  .hp_ht_770px_sp {
    height: 770px !important;
  }
  .hp_ht_780px_sp {
    height: 780px !important;
  }
  .hp_ht_790px_sp {
    height: 790px !important;
  }
  .hp_ht_800px_sp {
    height: 800px !important;
  }
  .hp_ht_810px_sp {
    height: 810px !important;
  }
  .hp_ht_820px_sp {
    height: 820px !important;
  }
  .hp_ht_830px_sp {
    height: 830px !important;
  }
  .hp_ht_840px_sp {
    height: 840px !important;
  }
  .hp_ht_850px_sp {
    height: 850px !important;
  }
  .hp_ht_860px_sp {
    height: 860px !important;
  }
  .hp_ht_870px_sp {
    height: 870px !important;
  }
  .hp_ht_880px_sp {
    height: 880px !important;
  }
  .hp_ht_890px_sp {
    height: 890px !important;
  }
  .hp_ht_900px_sp {
    height: 900px !important;
  }
  .hp_ht_910px_sp {
    height: 910px !important;
  }
  .hp_ht_920px_sp {
    height: 920px !important;
  }
  .hp_ht_930px_sp {
    height: 930px !important;
  }
  .hp_ht_940px_sp {
    height: 940px !important;
  }
  .hp_ht_5pc_sp {
    height: 5% !important;
  }
  .hp_ht_10pc_sp {
    height: 10% !important;
  }
  .hp_ht_15pc_sp {
    height: 15% !important;
  }
  .hp_ht_20pc_sp {
    height: 20% !important;
  }
  .hp_ht_25pc_sp {
    height: 25% !important;
  }
  .hp_ht_30pc_sp {
    height: 30% !important;
  }
  .hp_ht_35pc_sp {
    height: 35% !important;
  }
  .hp_ht_40pc_sp {
    height: 40% !important;
  }
  .hp_ht_45pc_sp {
    height: 45% !important;
  }
  .hp_ht_50pc_sp {
    height: 50% !important;
  }
  .hp_ht_55pc_sp {
    height: 55% !important;
  }
  .hp_ht_60pc_sp {
    height: 60% !important;
  }
  .hp_ht_65pc_sp {
    height: 65% !important;
  }
  .hp_ht_70pc_sp {
    height: 70% !important;
  }
  .hp_ht_75pc_sp {
    height: 75% !important;
  }
  .hp_ht_80pc_sp {
    height: 80% !important;
  }
  .hp_ht_85pc_sp {
    height: 85% !important;
  }
  .hp_ht_90pc_sp {
    height: 90% !important;
  }
  .hp_ht_95pc_sp {
    height: 95% !important;
  }
  .hp_ht_100pc_sp {
    height: 100% !important;
  }
}
.hp_float_l {
  float: left !important;
}
.hp_float_r {
  float: right !important;
}
@media screen and (min-width: 768px), print {
  .hp_float_l_pc {
    float: left !important;
  }
  .hp_float_r_pc {
    float: right !important;
  }
}
.hp_clearfix::after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
.hp_ta_l {
  text-align: left !important;
}
.hp_ta_c {
  text-align: center !important;
}
.hp_ta_r {
  text-align: right !important;
}
@media screen and (min-width: 768px), print {
  .hp_ta_l_pc {
    text-align: left !important;
  }
  .hp_ta_c_pc {
    text-align: center !important;
  }
  .hp_ta_r_pc {
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_ta_l_sp {
    text-align: left !important;
  }
  .hp_ta_c_sp {
    text-align: center !important;
  }
  .hp_ta_r_sp {
    text-align: right !important;
  }
}
.hp_td_u {
  text-decoration: underline !important;
}
.hp_va_t {
  vertical-align: top !important;
}
.hp_va_m {
  vertical-align: middle !important;
}
.hp_va_b {
  vertical-align: bottom !important;
}
.hp_va_rl {
  -webkit-writing-mode: vertical-rl !important;
      -ms-writing-mode: tb-rl !important;
          writing-mode: vertical-rl !important;
}
.hp_ti_1em {
  text-indent: -1em !important;
  padding-left: 1em !important;
}
.hp_ti_1pfem {
  text-indent: -1.5em !important;
  padding-left: 1.5em !important;
}
.hp_ti_2em {
  text-indent: -2em !important;
  padding-left: 2em !important;
}
.hp_ti_2pfem {
  text-indent: -2.5em !important;
  padding-left: 2.5em !important;
}
.hp_ti_3em {
  text-indent: -3em !important;
  padding-left: 3em !important;
}
.hp_ti_3pfem {
  text-indent: -3.5em !important;
  padding-left: 3.5em !important;
}
.hp_ti_4em {
  text-indent: -4em !important;
  padding-left: 4em !important;
}
.hp_ti_4pfem {
  text-indent: -4.5em !important;
  padding-left: 4.5em !important;
}
.hp_flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.hp_flex_jc {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.hp_flex_jb {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.hp_flex_ja {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}
.hp_flex_js {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.hp_flex_je {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.hp_flex_ac {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.hp_flex_ae {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.hp_flex_wp {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}
.hp_flex_cl {
  display: inherit !important;
}
.hp_flex_fx1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}
@media screen and (min-width: 768px), print {
  .hp_flex_pc {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_flex_cl_sp {
    display: inherit !important;
  }
  .hp_flex_jc_sp {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.hp_hover_normal {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.hp_hover_normal:hover {
  opacity: 0.8;
}
.hp_gap_10 {
  gap: 10px;
}
.hp_gap_20 {
  gap: 20px;
}
.hp_gap_30 {
  gap: 30px;
}
.hp_gap_40 {
  gap: 40px;
}
.hp_gap_50 {
  gap: 50px;
}
.hp_mix_multiply {
  mix-blend-mode: multiply;
}

/* /_hp.css 
-------------------------------------------------------*/
/* _base.scss
-------------------------------------------------------*/
body {
  min-width: 1280px;
  position: relative;
  font-weight: 400;
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  body {
    font-size: 0.8888888889rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}
@media print {
  body {
    zoom: 0.7;
  }
}

main {
  overflow: hidden;
  display: block;
}

hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #ccc;
}

sup,
sub {
  font-size: 0.5em;
}

figure figcaption {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #818181;
}
@media screen and (max-width: 767px) {
  figure figcaption {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  figure figcaption {
    font-size: 0.7777777778rem;
  }
}

.noicon::after {
  display: none !important;
}

.b_p, .b_p_s, .b_p_l {
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .b_p, .b_p_s, .b_p_l {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .b_p, .b_p_s, .b_p_l {
    font-size: 0.8888888889rem;
  }
}
.b_p > a, .b_p_s > a, .b_p_l > a {
  color: #0062B1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.b_p > a:hover, .b_p_s > a:hover, .b_p_l > a:hover {
  opacity: 0.8;
}
.b_p > a[target=_blank]::after, .b_p_s > a[target=_blank]::after, .b_p_l > a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/corporation/icon_link_03.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.b_p > a[href$=".pdf"]::after, .b_p_s > a[href$=".pdf"]::after, .b_p_l > a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/indivisual/icon_pdf.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.b_p > a[href^=tel], .b_p_s > a[href^=tel], .b_p_l > a[href^=tel] {
  color: #333;
}
@media screen and (max-width: 767px) {
  .b_p > a[href^=tel], .b_p_s > a[href^=tel], .b_p_l > a[href^=tel] {
    color: #0062B1;
  }
}
.b_p > strong, .b_p_s > strong, .b_p_l > strong {
  font-weight: 700;
}
.b_p_red, .b_p_s_red, .b_p_l_red {
  color: #E70012;
}
.b_p_line, .b_p_s_line, .b_p_l_line {
  border-bottom: #78A9EF solid 2px;
}
.b_p_line--indivisual, .b_p_s_line--indivisual, .b_p_l_line--indivisual {
  border-color: #ED6E7D;
}
.b_p_gray, .b_p_s_gray, .b_p_l_gray {
  color: #818181;
}
.b_p_blue, .b_p_s_blue, .b_p_l_blue {
  color: #023E98;
}
@media screen and (max-width: 767px) {
  .b_p, .b_p_s, .b_p_l {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .b_p, .b_p_s, .b_p_l {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .b_p, .b_p_s, .b_p_l {
    font-size: 0.8333333333rem;
  }
}
.b_p_s {
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .b_p_s {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .b_p_s {
    font-size: 0.7777777778rem;
  }
}
.b_p_s > a[target=_blank]::after {
  width: 12px;
  height: 12px;
}
.b_p_s > a[href$=".pdf"]::after {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .b_p_s {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .b_p_s {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .b_p_s {
    font-size: 0.7222222222rem;
  }
}
.b_p_l {
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .b_p_l {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 360px) {
  .b_p_l {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .b_p_l {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .b_p_l {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .b_p_l {
    font-size: 0.8888888889rem;
  }
}
.b_caption {
  font-size: 0.75rem;
  line-height: 1.6;
  color: #818181;
}
@media screen and (max-width: 767px) {
  .b_caption {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 360px) {
  .b_caption {
    font-size: 0.6666666667rem;
  }
}
.b_tag1 {
  display: inline-block;
  min-width: 80px;
  border-radius: 30px;
  text-align: center;
  padding: 4px 8px;
  font-size: 0.625rem;
  line-height: 1.2;
  color: #FFF;
  background: #023E98;
}
@media screen and (max-width: 767px) {
  .b_tag1 {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 360px) {
  .b_tag1 {
    font-size: 0.5555555556rem;
  }
}
.b_tag1--indivisual {
  background-color: #E70012;
}
.b_tag2 {
  display: inline-block;
  min-width: 80px;
  border-radius: 30px;
  text-align: center;
  padding: 4px 8px;
  font-size: 0.625rem;
  line-height: 1.2;
  color: #999;
  border: #E1E1E1 solid 1px;
}
@media screen and (max-width: 767px) {
  .b_tag2 {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 360px) {
  .b_tag2 {
    font-size: 0.5555555556rem;
  }
}
.b_tag3 {
  display: inline-block;
  min-width: 71px;
  border-radius: 4px;
  text-align: center;
  padding: 3px 8px;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #023E98;
  border: #023E98 solid 1px;
}
@media screen and (max-width: 767px) {
  .b_tag3 {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 360px) {
  .b_tag3 {
    font-size: 0.6666666667rem;
  }
}
.b_tag3--indivisual {
  color: #E70012;
}
.b_tag3--indivisual {
  border-color: #E70012;
}
.b_deco1 {
  display: inline-block;
  min-width: 188px;
  border-radius: 20px;
  text-align: center;
  padding: 7px 15px 8px;
  font-size: 1rem;
  line-height: 1.4;
  color: #023E98;
  border: #023E98 solid 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .b_deco1 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .b_deco1 {
    font-size: 0.8888888889rem;
  }
}
.b_deco1--indivisual {
  color: #E70012;
}
.b_deco1--indivisual {
  border-color: #E70012;
}
@media screen and (max-width: 767px) {
  .b_deco1 {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .b_deco1 {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .b_deco1 {
    font-size: 0.8333333333rem;
  }
}
.b_deco2 {
  display: inline-block;
  min-width: 144px;
  border-radius: 20px;
  text-align: center;
  padding: 7px 10px 8px;
  font-size: 1rem;
  line-height: 1.4;
  color: #FFF;
  background: #023E98;
}
@media screen and (max-width: 767px) {
  .b_deco2 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .b_deco2 {
    font-size: 0.8888888889rem;
  }
}
.b_deco2--indivisual {
  background-color: #E70012;
}
@media screen and (max-width: 767px) {
  .b_deco2 {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .b_deco2 {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .b_deco2 {
    font-size: 0.8333333333rem;
  }
}
.b_border {
  border-top: #D1D1D1 solid 1px;
}

p + p {
  margin-top: 15px;
}

/* .rswrapped.rsbtn .rsbtn_exp {
    position: static !important;
} */
@media screen and (min-width: 768px), print {
  #readspeaker_button1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/* /_base.scss
-------------------------------------------------------*/
/* _header.scss
-------------------------------------------------------*/
.l-header {
  width: 100%;
  border-bottom: #EFEFEF solid 1px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 400;
  background: #fff;
}
@media print {
  .l-header {
    display: none !important;
  }
}
.l-header_inner {
  height: 91px;
}
.l-header_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.l-header_main_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  padding-bottom: 17px;
}
.l-header_main_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header_code {
  font-size: 0.625rem;
  line-height: 1.5;
  color: #808080;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .l-header_code {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 360px) {
  .l-header_code {
    font-size: 0.5555555556rem;
  }
}
.l-header_subList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-right: 20px;
}
.l-header_subLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 700;
  color: #333;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (max-width: 767px) {
  .l-header_subLink {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 360px) {
  .l-header_subLink {
    font-size: 0.6666666667rem;
  }
}
.l-header_subLink:hover, .l-header_subLink.is-active {
  color: #023E98;
}
.p-indivisual .l-header_subLink:hover, .p-indivisual .l-header_subLink.is-active {
  color: #E70012;
}
.l-header_subLink::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}
.l-header_subLink--1::before {
  background-image: url(/assets/img/common/corporation/icon_sitemap.svg);
}
.p-indivisual .l-header_subLink--1::before {
  background-image: url(/assets/img/common/indivisual/icon_sitemap.svg);
}
.l-header_subLink--2::before {
  background-image: url(/assets/img/common/corporation/icon_pin.svg);
}
.p-indivisual .l-header_subLink--2::before {
  background-image: url(/assets/img/common/indivisual/icon_pin.svg);
}
.l-header_subLink--3::before {
  background-image: url(/assets/img/common/corporation/icon_question_01.svg);
}
.p-indivisual .l-header_subLink--3::before {
  background-image: url(/assets/img/common/indivisual/icon_question_01.svg);
}
.l-header_subLink--4::before {
  background-image: url(/assets/img/common/corporation/icon_speaker.svg);
}
.p-indivisual .l-header_subLink--4::before {
  background-image: url(/assets/img/common/indivisual/icon_speaker.svg);
}
.l-header_mainList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header_mainLink {
  color: #333;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 700;
  padding: 12px 20px 14px;
  position: relative;
  display: block;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (max-width: 767px) {
  .l-header_mainLink {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .l-header_mainLink {
    font-size: 0.7777777778rem;
  }
}
.l-header_mainLink::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: auto;
  background-color: #023E98;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.l-header_mainLink:hover, .l-header_mainLink.is-active {
  color: #023E98;
}
.l-header_mainLink:hover::after, .l-header_mainLink.is-active::after {
  width: 100%;
}
.p-indivisual .l-header_mainLink::after {
  background-color: #E70012;
}
.p-indivisual .l-header_mainLink:hover, .p-indivisual .l-header_mainLink.is-active {
  color: #E70012;
}
.l-header_mainLink--indivisual::after {
  background-color: #E70012 !important;
}
.l-header_mainLink--indivisual:hover, .l-header_mainLink--indivisual.is-active {
  color: #E70012 !important;
}
.l-header_mainLink--corporation::after {
  background-color: #023E98 !important;
}
.l-header_mainLink--corporation:hover, .l-header_mainLink--corporation.is-active {
  color: #023E98 !important;
}
.l-header_login {
  width: 200px;
  margin-bottom: 20px;
}
.l-header_login > * {
  border: #023E98 solid 1px;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  color: #023E98;
  height: 50px;
  position: relative;
  font-size: 1.125rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .l-header_login > * {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 360px) {
  .l-header_login > * {
    font-size: 1rem;
  }
}
.l-header_login > *::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/assets/img/common/corporation/icon_link_01.svg) center/contain no-repeat;
  position: absolute;
  right: 26px;
  bottom: 0;
  top: 0;
  margin: auto;
}
.l-header_login > *::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-header_login > *:hover {
  color: #fff;
  background-color: #023E98;
}
.p-indivisual .l-header_login > * {
  border-color: #E70012;
  color: #E70012;
}
.p-indivisual .l-header_login > *::after {
  background-image: url(/assets/img/common/indivisual/icon_link_01.svg);
}
.p-indivisual .l-header_login > *:hover {
  color: #fff;
  background-color: #E70012;
}
.l-header_search {
  width: 143px;
  position: relative;
}
.l-header_search > input {
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
  border: none;
  background: #F6F6F6;
  border-radius: 16px;
  line-height: 1.4;
  padding: 5px 15px 5px 43px;
  width: 100%;
  height: 32px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .l-header_search > input {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 360px) {
  .l-header_search > input {
    font-size: 0.6666666667rem;
  }
}
.l-header_search > input:focus {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
}
.l-header_search::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(/assets/img/common/corporation/icon_search.svg) center/contain no-repeat;
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.p-indivisual .l-header_search::before {
  background-image: url(/assets/img/common/indivisual/icon_search.svg);
}
.l-header_mainSp {
  display: none;
}
@media screen and (max-width: 1420px) and (min-width: 768px), print {
  .l-header_main_left {
    padding-bottom: 24px;
  }
  .l-header_logo {
    width: 200px;
  }
  .l-header_subList {
    gap: 24px;
  }
  .l-header_mainLink {
    padding-left: 13px;
    padding-right: 13px;
  }
  .l-header_login {
    width: 180px;
  }
  .l-header_login > * {
    height: 46px;
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 1420px) and (min-width: 768px) and (max-width: 767px) {
  .l-header_login > * {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 1420px) and (min-width: 768px) and (max-width: 360px) {
  .l-header_login > * {
    font-size: 0.9444444444rem;
  }
}
@media screen and (max-width: 1420px) and (min-width: 768px), print {
  .l-header_login > *::before {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 1420px) and (min-width: 768px), print {
  .l-header_login > *::after {
    right: 22px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    border: none;
    background: none;
  }
  .l-header_logo {
    max-width: 160px;
  }
  .l-header_inner {
    height: 60px;
    width: 100%;
    background: #fff;
  }
  .l-header_main {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .l-header_main_left {
    padding-bottom: 0;
  }
  .l-header_mainSp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header_mainSp_item {
    margin-left: 15px;
  }
  .l-header_mainSp_link {
    display: block;
    white-space: nowrap;
  }
  .l-header_mainSp_link > span {
    color: #333;
    font-size: 0.625rem;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    display: block;
    position: relative;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-header_mainSp_link > span {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .l-header_mainSp_link > span {
    font-size: 0.5555555556rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header_mainSp_link > span::after {
    content: "閉じる";
    font-size: 10px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-header_mainSp_link::before {
    content: "";
    height: 26px;
    width: 26px;
    display: block;
    margin: 0 auto 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .l-header_mainSp_link--1::before {
    background-image: url(/assets/img/common/corporation/icon_pin.svg);
  }
  .p-indivisual .l-header_mainSp_link--1::before {
    background-image: url(/assets/img/common/indivisual/icon_pin.svg);
  }
}
@media screen and (max-width: 767px) {
  .l-header_mainSp_link--2::before {
    background-image: url(/assets/img/common/corporation/icon_link_01.svg);
  }
  .p-indivisual .l-header_mainSp_link--2::before {
    background-image: url(/assets/img/common/indivisual/icon_link_01.svg);
  }
}
@media screen and (max-width: 767px) {
  .l-header_mainSp_link--3 {
    min-width: 40px;
  }
  .l-header_mainSp_link--3::before {
    background-image: url(/assets/img/common/corporation/icon_menuH.svg);
  }
  .p-indivisual .l-header_mainSp_link--3::before {
    background-image: url(/assets/img/common/indivisual/icon_menuH.svg);
  }
  .l-header_mainSp_link--3.is-active::before {
    width: 24px;
    background-image: url(/assets/img/common/corporation/icon_x.svg);
  }
  .p-indivisual .l-header_mainSp_link--3.is-active::before {
    background-image: url(/assets/img/common/indivisual/icon_x.svg);
  }
  .l-header_mainSp_link--3.is-active > span {
    display: block;
    height: 10px;
    font-size: 0;
  }
  .l-header_mainSp_link--3.is-active > span::after {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-header_search {
    width: 100%;
    background-color: #EFF3F6;
    padding: 17px 10px;
  }
  .p-indivisual .l-header_search {
    background-color: #F0EAEA;
  }
  .l-header_search > input {
    font-family: "Noto Sans JP", sans-serif;
    height: 37px;
    font-size: 0.875rem;
    background-color: #fff;
    border-radius: 25px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-header_search > input {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .l-header_search > input {
    font-size: 0.7777777778rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header_search::before {
    width: 18px;
    height: 18px;
    left: 25px;
  }
}

@media print {
  .l-navi {
    display: none !important;
  }
}
.l-navi_body {
  position: fixed;
  top: 92px;
  left: 0;
  width: 100%;
  z-index: 200;
  background: #fff;
  border-bottom: #EFEFEF solid 1px;
  display: none;
}
.l-navi_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-navi_item {
  width: 100%;
}
.l-navi_tit {
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  .l-navi_tit--seco {
    display: none;
  }
}
.l-navi_tit--third {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-navi_tit--third:hover, .l-navi_tit--third.is-active {
  color: #023E98;
  background-color: #ECF4FF;
}
.l-navi_body--indivisual .l-navi_tit--third:hover, .l-navi_body--indivisual .l-navi_tit--third.is-active {
  color: #E70012;
  background-color: #FEF5F6;
}
.l-navi_tit_link {
  height: 82px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  color: #333;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .l-navi_tit_link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .l-navi_tit_link {
    font-size: 0.8888888889rem;
  }
}
@media screen and (min-width: 768px), print {
  .l-navi_tit_link {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    pointer-events: none;
  }
  .l-navi_tit_link--events {
    pointer-events: all;
  }
}
@media screen and (min-width: 768px), print {
  .l-navi_tit_ac {
    display: none;
  }
}
.l-navi_four {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 83px;
  background-color: #fff;
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
  padding: 50px 0;
}
@media screen and (min-width: 768px), print {
  .l-navi_four {
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 190px);
  }
  .l-navi_four::-webkit-scrollbar {
    display: none;
  }
}
.l-navi_four_close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
}
.l-navi_four.is-active {
  display: block;
}
.l-navi_four_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
.l-navi_four_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px 100px;
  width: 100%;
}
.l-navi_four_list--2 {
  display: block;
}
.l-navi_four_item {
  width: calc((100% - 200px) / 3);
}
.l-navi_four_item--2 {
  width: 100%;
  margin-top: 18px;
}
.l-navi_four_btn {
  min-width: 257px;
}
.l-navi_four_btn > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  color: #fff;
  background-color: #023E98;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  padding: 10px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-navi_four_btn > * {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 360px) {
  .l-navi_four_btn > * {
    font-size: 1rem;
  }
}
.l-navi_four_btn > *::after {
  content: "";
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
  z-index: -1;
}
.l-navi_four_btn > *::before {
  content: "";
  width: 14px;
  height: 10px;
  background: url(/assets/img/common/icon_arrow_01_w.svg) center/contain no-repeat;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.l-navi_four_btn > *:hover {
  color: #023E98;
}
.l-navi_four_btn > *:hover::after {
  opacity: 1;
}
.l-navi_four_btn > *:hover::before {
  background-image: url(/assets/img/common/icon_arrow_01_b.svg);
}
.l-navi_body--indivisual .l-navi_four_btn > * {
  background: #E70012;
}
.l-navi_body--indivisual .l-navi_four_btn > *:hover {
  color: #E70012;
}
.l-navi_body--indivisual .l-navi_four_btn > *:hover::before {
  background-image: url(/assets/img/common/icon_arrow_01_r.svg);
}
.l-navi_four_tit {
  width: 100%;
  border-radius: 5px;
  min-height: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ECF4FF;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  padding: 8px 15px;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .l-navi_four_tit {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .l-navi_four_tit {
    font-size: 0.8888888889rem;
  }
}
.l-navi_body--indivisual .l-navi_four_tit {
  background-color: #FEF5F6;
}
.l-navi_child {
  padding-left: 8px;
}
.l-navi_child--2 {
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px;
}
.l-navi_child_item + .l-navi_child_item {
  margin-top: 5px;
}
.l-navi_child_item--2 {
  width: calc((100% - 100px) / 3);
}
.l-navi_child_item--2 + .l-navi_child_item--2 {
  margin-top: 0;
}
.l-navi_child_link {
  color: #333;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  padding-left: 24px;
  line-height: 1.5;
}
.l-navi_child_link::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/assets/img/common/icon_link_01.svg) center/cover;
  position: absolute;
  left: 0;
  top: 4px;
}
.l-navi_child_link:hover {
  color: #023E98;
}
.l-navi_body--indivisual .l-navi_child_link:hover {
  color: #E70012;
}
@media screen and (min-width: 768px), print {
  .l-navi.is-active {
    height: 83px;
    background-color: #F8F8F8;
  }
  .l-navi_body.is-active {
    display: block;
  }
}
@media screen and (max-width: 1420px) and (min-width: 768px), print {
  .l-navi_four_inner {
    gap: 50px;
  }
  .l-navi_four_list {
    gap: 50px 70px;
  }
  .l-navi_four_item {
    width: calc((100% - 140px) / 3);
  }
  .l-navi_four_item--2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-navi {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 200;
    height: calc(100vh - 60px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    display: none;
  }
  .l-navi_body {
    display: block;
    position: static;
    border: none;
  }
  .l-navi_list {
    display: none;
  }
  .l-navi_tit {
    border-bottom: #EEE solid 1px;
  }
  .l-navi_tit_link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    height: auto;
    min-height: 60px;
    padding-left: 43px;
    width: 100%;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-navi_tit--seco {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .l-navi_body--indivisual .l-navi_tit--seco {
    background-color: #E70012;
  }
  .l-navi_body--corporation .l-navi_tit--seco {
    background-color: #023E98;
  }
  .l-navi_tit--third {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .l-navi_tit_ac {
    width: 60px;
    min-height: 60px;
    height: 100%;
    display: block;
    border-left: #EEE solid 1px;
    position: relative;
  }
  .l-navi_tit_ac::after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(/assets/img/common/icon_plus_g.svg) center/contain no-repeat;
  }
  .l-navi_tit_ac.is-active::after {
    background-image: url(/assets/img/common/icon_minus_g.svg);
  }
  .l-navi_four {
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
  .l-navi_four_close {
    display: none;
  }
  .l-navi_four_btn {
    display: none;
  }
  .l-navi_four_inner {
    display: block;
  }
  .l-navi_four_item {
    width: 100%;
    margin-top: 0;
  }
  .l-navi_four_list {
    display: none;
  }
  .l-navi_four_tit {
    background: #fff !important;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    margin: 0;
    border-bottom: #EEE solid 1px;
  }
  .l-navi_four_tit_main {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
    min-height: 60px;
    padding: 7px 10px 7px 43px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-navi_child {
    display: none;
    padding-left: 0;
  }
  .l-navi_child_item {
    width: 100%;
    border-bottom: #EEE solid 1px;
  }
  .l-navi_child_item + .l-navi_child_item {
    margin-top: 0;
  }
  .l-navi_child_link {
    width: 100%;
    min-height: 60px;
    padding: 10px 10px 10px 43px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background: #F5F5F5;
  }
  .l-navi_child_link::before {
    width: 19px;
    height: 13px;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/assets/img/common/corporation/icon_arrow_02.svg) center/contain no-repeat;
  }
  .p-indivisual .l-navi_child_link::before {
    background-image: url(/assets/img/common/indivisual/icon_arrow_02.svg);
  }
  .l-navi_close {
    padding: 25px 0 60px;
  }
  .l-navi_close_btn {
    width: 228px;
    height: 43px;
    margin: 0 auto;
    background: #C1C1C1;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 4px;
    font-size: 14px;
    margin: 0 auto;
  }
  .l-navi_close_btn > i {
    width: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    display: block;
    margin: 3px 6px 0 0;
  }
  .l-navi_sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: #D1D1D1 solid 1px;
  }
  .l-navi_sub_link {
    width: 50%;
    height: 104px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .l-navi_sub_link:not(:last-child) {
    border-right: #D1D1D1 solid 1px;
  }
  .l-navi_sub_link > span {
    font-size: 0.75rem;
    line-height: 1.4;
    color: #333;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-navi_sub_link > span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .l-navi_sub_link > span {
    font-size: 0.6666666667rem;
  }
}
@media screen and (max-width: 767px) {
  .l-navi_sub_link::before {
    content: "";
    width: 42px;
    height: 42px;
    display: block;
    margin: 0 auto 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .l-navi_sub_link--1::before {
    background-image: url(/assets/img/common/corporation/icon_pin.svg);
  }
  .p-indivisual .l-navi_sub_link--1::before {
    background-image: url(/assets/img/common/indivisual/icon_pin.svg);
  }
}
@media screen and (max-width: 767px) {
  .l-navi_sub_link--2::before {
    background-image: url(/assets/img/common/corporation/icon_question_01.svg);
  }
  .p-indivisual .l-navi_sub_link--2::before {
    background-image: url(/assets/img/common/indivisual/icon_question_01.svg);
  }
}
@media screen and (max-width: 767px) {
  .l-navi .l-navi_tit--seco .l-navi_tit_link::before,
  .l-navi .l-navi_tit--third .l-navi_tit_link::before {
    content: "";
    width: 19px;
    height: 13px;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/assets/img/common/corporation/icon_arrow_02.svg) center/contain no-repeat;
  }
  .p-indivisual .l-navi .l-navi_tit--seco .l-navi_tit_link::before,
  .p-indivisual .l-navi .l-navi_tit--third .l-navi_tit_link::before {
    background-image: url(/assets/img/common/indivisual/icon_arrow_02.svg);
  }
}
@media screen and (max-width: 767px) {
  .l-navi .l-navi_tit--sitemap .l-navi_tit_link::before {
    width: 20px;
    height: 20px;
    background-image: url(/assets/img/common/corporation/icon_sitemap.svg);
  }
  .p-indivisual .l-navi .l-navi_tit--sitemap .l-navi_tit_link::before {
    background-image: url(/assets/img/common/indivisual/icon_sitemap.svg);
  }
}
@media screen and (max-width: 767px) {
  .l-navi .l-navi_tit--onsei .l-navi_tit_link::before {
    width: 20px;
    height: 20px;
    background-image: url(/assets/img/common/corporation/icon_speaker.svg);
  }
  .p-indivisual .l-navi .l-navi_tit--onsei .l-navi_tit_link::before {
    background-image: url(/assets/img/common/indivisual/icon_speaker.svg);
  }
}
@media screen and (max-width: 767px) {
  .l-navi .l-navi_tit--third .l-navi_tit_link {
    color: #023E98;
  }
  .p-indivisual .l-navi .l-navi_tit--third .l-navi_tit_link {
    color: #E70012;
  }
}
@media screen and (max-width: 767px) {
  .l-navi .l-navi_body--indivisual .l-navi_tit--seco .l-navi_tit_link,
  .l-navi .l-navi_body--corporation .l-navi_tit--seco .l-navi_tit_link {
    color: #fff;
  }
  .l-navi .l-navi_body--indivisual .l-navi_tit--seco .l-navi_tit_link::before,
  .l-navi .l-navi_body--corporation .l-navi_tit--seco .l-navi_tit_link::before {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .l-navi .l-navi_body--indivisual .l-navi_tit--seco .l-navi_tit_ac,
  .l-navi .l-navi_body--corporation .l-navi_tit--seco .l-navi_tit_ac {
    border-color: #fff;
  }
  .l-navi .l-navi_body--indivisual .l-navi_tit--seco .l-navi_tit_ac::after,
  .l-navi .l-navi_body--corporation .l-navi_tit--seco .l-navi_tit_ac::after {
    background-image: url(/assets/img/common/icon_plus_w.svg);
  }
  .l-navi .l-navi_body--indivisual .l-navi_tit--seco .l-navi_tit_ac.is-active::after,
  .l-navi .l-navi_body--corporation .l-navi_tit--seco .l-navi_tit_ac.is-active::after {
    background-image: url(/assets/img/common/icon_minus_w.svg);
  }
}
@media screen and (max-width: 767px) {
  .l-navi .l-navi_body--indivisual .l-navi_tit--third .l-navi_tit_link {
    color: #E70012;
  }
  .l-navi .l-navi_body--indivisual .l-navi_tit--third .l-navi_tit_link::before {
    background-image: url(/assets/img/common/indivisual/icon_arrow_02.svg);
  }
  .l-navi .l-navi_body--indivisual .l-navi_child_link::before {
    background-image: url(/assets/img/common/indivisual/icon_arrow_02.svg);
  }
}
@media screen and (max-width: 767px) {
  .l-navi .l-navi_body--corporation .l-navi_tit--third .l-navi_tit_link {
    color: #023E98;
  }
  .l-navi .l-navi_body--corporation .l-navi_tit--third .l-navi_tit_link::before {
    background-image: url(/assets/img/common/corporation/icon_arrow_02.svg);
  }
  .l-navi .l-navi_body--corporation .l-navi_child_link::before {
    background-image: url(/assets/img/common/corporation/icon_arrow_02.svg);
  }
}

.l-login {
  position: fixed;
  left: 0;
  right: 0;
  top: 77px;
  z-index: 500;
  display: none;
}
.l-login_wrap {
  width: 697px;
  margin: 0 0 0 auto;
  background: #fff;
  padding: 68px 50px 50px;
  position: relative;
  border-radius: 20px;
  border: #EFEFEF solid 1px;
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-login_wrap::before, .l-login_wrap::after {
  content: "";
  position: absolute;
}
.l-login_wrap::before {
  border-right: 13px solid transparent;
  border-bottom: 15px solid #EFEFEF;
  border-left: 13px solid transparent;
  right: 68px;
  top: -16px;
}
.l-login_wrap::after {
  border-right: 12px solid transparent;
  border-bottom: 14px solid #fff;
  border-left: 12px solid transparent;
  right: 69px;
  top: -14px;
}
.l-login_close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
.l-login_btn {
  max-width: 282px;
}
.l-login_btn + .l-login_btn {
  margin-top: 20px;
}
.l-login_tit {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  text-align: center;
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .l-login_tit {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 360px) {
  .l-login_tit {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-login {
    top: 15px;
  }
  .l-login_wrap {
    width: 100%;
    display: block;
    padding: 30px;
    /* &::before {
        right: 56px;
    }

    &::after {
        right: 57px;
    } */
  }
  .l-login_wrap::before, .l-login_wrap::after {
    display: none;
  }
  .l-login_close {
    width: 30px;
    height: 30px;
    top: 12px;
    right: 12px;
  }
  .l-login_tit {
    min-height: 0;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-login_tit {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .l-login_tit {
    font-size: 0.8888888889rem;
  }
}
@media screen and (max-width: 767px) {
  .l-login_body + .l-login_body {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-login_btn + .l-login_btn {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .is-bgOn::after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 400;
  }
}

/* /_header.scss
-------------------------------------------------------*/
/* _footer.scss
-------------------------------------------------------*/
.l-footer {
  margin-top: 150px;
  overflow: hidden;
}
@media print {
  .l-footer {
    display: none !important;
  }
}
.l-footer_bnr {
  margin-bottom: 55px;
}
.l-footer_bnr_list {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-width: 1050px;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .l-footer_bnr_list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 11px;
    grid-row-gap: 15px;
  }
}
.l-footer_bnr_item:nth-child(1) {
  grid-area: 1/1/2/3;
}
.l-footer_bnr_item:nth-child(2) {
  grid-area: 2/1/3/3;
}
.l-footer_bnr_item:nth-child(3) {
  grid-area: 3/1/4/3;
}
.l-footer_bnr_item:nth-child(4) {
  grid-area: 4/1/5/2;
}
.l-footer_bnr_item:nth-child(5) {
  grid-area: 4/2/5/3;
}
@media screen and (min-width: 768px), print {
  .l-footer_bnr_item:nth-child(1) {
    grid-area: 1/1/2/2;
    width: 278px;
  }
  .l-footer_bnr_item:nth-child(2) {
    grid-area: 1/2/2/3;
    width: 299px;
  }
  .l-footer_bnr_item:nth-child(3) {
    grid-area: 1/3/2/4;
    width: 299px;
  }
  .l-footer_bnr_item:nth-child(4) {
    grid-area: 2/1/3/4;
  }
  .l-footer_bnr_item:nth-child(5) {
    grid-area: 1/4/3/5;
    width: 142px;
  }
}
@media screen and (min-width: 768px), print {
  .l-footer_bnr_link {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .l-footer_bnr_link:hover {
    opacity: 0.8;
  }
}
.l-footer_prtn {
  border: #cecece solid 1px;
}
@media screen and (max-width: 767px) {
  .l-footer_prtn {
    width: 134px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer_sec {
  background: #f5f5f5;
}
.l-footer_sec_txt {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer_sec_txt {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 360px) {
  .l-footer_sec_txt {
    font-size: 0.6666666667rem;
  }
}
.l-footer_sec_txt--red {
  color: #E60012;
}
.l-footer_sec_txt--yellow {
  color: #E67C00;
}
.l-footer_sec_btn > * {
  width: 100%;
  min-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: #023E98 solid 1px;
  color: #023E98;
  font-size: 0.75rem;
  font-weight: 700;
  background: #fff;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .l-footer_sec_btn > * {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 360px) {
  .l-footer_sec_btn > * {
    font-size: 0.6666666667rem;
  }
}
.l-footer_sec_btn > *:hover {
  opacity: 0.8;
}
.l-footer_sec_btn > *::before {
  content: "";
  width: 12px;
  height: 9px;
  background: url(/assets/img/common/icon_arrow_01_b.svg) center/contain no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 768px), print {
  .l-footer_sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding: 0 33px;
  }
  .l-footer_sec_txt {
    font-size: 0.9375rem;
    letter-spacing: 2px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .l-footer_sec_txt {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 360px) {
  .l-footer_sec_txt {
    font-size: 0.8333333333rem;
  }
}
@media screen and (min-width: 768px), print {
  .l-footer_sec_btn > * {
    width: 222px;
    min-height: 50px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .l-footer_sec_btn > * {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 360px) {
  .l-footer_sec_btn > * {
    font-size: 0.7777777778rem;
  }
}
@media screen and (min-width: 768px), print {
  .l-footer_sec_btn > *::before {
    width: 14px;
    height: 10px;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_sec {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 12px;
  }
  .l-footer_sec_btn {
    margin-top: 10px;
  }
}
.l-footer_bg {
  background-color: #F7F7F7;
}
.l-footer_bg_inner {
  padding-top: 36px;
  padding-bottom: 30px;
  position: relative;
}
.l-footer_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px 47px;
}
.l-footer_link {
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 500;
  color: #333;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .l-footer_link {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 360px) {
  .l-footer_link {
    font-size: 0.7222222222rem;
  }
}
.l-footer_link:hover {
  color: #023E98;
}
.p-indivisual .l-footer_link {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-indivisual .l-footer_link:hover {
  color: #E70012;
}
.l-footer_pagetop {
  position: absolute;
  right: -147px;
  top: -123px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.l-footer_pagetop:hover {
  opacity: 0.8;
}
.l-footer_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: 30px auto;
}
.l-footer_main_txt {
  font-size: 0.625rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-footer_main_txt {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 360px) {
  .l-footer_main_txt {
    font-size: 0.5555555556rem;
  }
}
.l-footer_copy {
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-weight: 500;
  padding: 13px 10px;
  text-align: center;
  background-color: #023E98;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer_copy {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 360px) {
  .l-footer_copy {
    font-size: 0.6666666667rem;
  }
}
.p-indivisual .l-footer_copy {
  background-color: #E70012;
}
@media screen and (max-width: 1420px) and (min-width: 768px), print {
  .l-footer_pagetop {
    right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 80px;
  }
  .l-footer_list {
    display: block;
  }
  .l-footer_item + .l-footer_item {
    margin-top: 20px;
  }
  .l-footer_pagetop {
    right: -15px;
    top: -30px;
  }
  .l-footer_main {
    display: block;
    text-align: center;
  }
  .l-footer_main_txt {
    margin-top: 18px;
  }
}

.l-footerPop {
  position: relative;
  z-index: 400;
  display: none;
}
.l-footerPop_body {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footerPop_wrap {
  background-color: #fff;
  border-radius: 20px;
  width: 1000px;
  min-height: 400px;
  margin: 0 auto;
  padding: 60px 50px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-animation: fadeIn 0.2s linear forwards;
          animation: fadeIn 0.2s linear forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}
.l-footerPop_tit {
  text-align: center;
  color: #023E98;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-footerPop_tit {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 360px) {
  .l-footerPop_tit {
    font-size: 1.3333333333rem;
  }
}
.p-indivisual .l-footerPop_tit {
  color: #E70012;
}
.l-footerPop_close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-footerPop_wrap {
    width: calc(100% - 30px);
    padding: 60px 20px;
  }
  .l-footerPop_tit {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-footerPop_tit {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .l-footerPop_tit {
    font-size: 1.2222222222rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footerPop_close {
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
  }
}

/* /_footer.scss
-------------------------------------------------------*/
/* _benri.scss
-------------------------------------------------------*/
.l-benriBtn {
  position: fixed;
  right: 20px;
  bottom: 350px;
  z-index: 50;
  cursor: pointer;
  width: 75px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
}
.l-benriBtn:hover:hover {
  -webkit-transform: rotateY(1turn);
          transform: rotateY(1turn);
}
.l-benriBtn.is-active {
  pointer-events: all;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .l-benriBtn {
    width: 50px;
    right: 5px;
    bottom: 120px;
  }
}
@media print {
  .l-benriBtn {
    display: none !important;
  }
}

.l-benri {
  display: none;
  position: relative;
  z-index: 500;
}
.l-benri_body {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-benri_wrap {
  background-color: #fff;
  border-radius: 20px;
  max-width: 1340px;
  min-width: 1200px;
  width: calc(100% - 30px);
  height: 90%;
  margin: 0 auto;
  padding: 90px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-animation: fadeIn 0.6s linear forwards;
          animation: fadeIn 0.6s linear forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  opacity: 0;
}
.l-benri_wrap::-webkit-scrollbar {
  width: 8px;
}
.l-benri_wrap::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 10px;
}
.l-benri_wrap::-webkit-scrollbar-thumb {
  background-color: #78A9EF;
  border-radius: 10px;
}
.p-indivisual .l-benri_wrap::-webkit-scrollbar-thumb {
  background-color: #ED6E7D;
}
.l-benri_main {
  margin-top: 80px;
}
.l-benri_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 35px;
}
.l-benri_item {
  width: calc((100% - 70px) / 3);
}
.l-benri_item .el_btn {
  width: 100%;
}
.l-benri_close {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 1340px;
  min-width: 1200px;
  width: calc(100% - 30px);
  margin: auto;
  height: 90%;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 26px;
  z-index: 200;
}
.l-benri_close_btn {
  pointer-events: all;
  cursor: pointer;
}
.p-indivisual .l-benri .el_h2_setSub::after {
  background-color: #E70012;
}
.p-indivisual .l-benri .el_h3 {
  color: #E70012;
}
.p-indivisual .l-benri .el_btnLink > *::before {
  background-image: url(/assets/img/common/icon_arrow_01_r.svg) !important;
}
.p-indivisual .l-benri .el_btnLink > *:hover {
  color: #E70012;
}
.p-indivisual .l-benri .el_btnLink > *[target=_blank]::before {
  background-image: url(/assets/img/common/indivisual/icon_link_03.svg) !important;
}
@media screen and (max-width: 767px) {
  .l-benri_wrap {
    min-width: 0;
    padding: 50px 20px;
  }
  .l-benri_wrap::-webkit-scrollbar {
    width: 6px;
  }
  .l-benri_main {
    margin-top: 50px;
  }
  .l-benri_list {
    display: block;
  }
  .l-benri_item {
    width: 100%;
  }
  .l-benri_item + .l-benri_item {
    margin-top: 15px;
  }
  .l-benri_close {
    min-width: 0;
    padding: 12px 16px;
  }
  .l-benri_close_btn {
    width: 30px;
  }
}

/* /_benri.scss
-------------------------------------------------------*/
/* _elements.scss
-------------------------------------------------------*/
.el {
  /* 見出し */
  /* 汎用テキストパーツ */
  /* リスト */
  /* ボタン */
  /* フォーム */
  /* 検索ボックス */
  /* 地図 */
  /* パンクズ */
}
.el_kv {
  position: relative;
  height: 340px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto 100px;
}
.el_kv_img {
  width: 900px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 20px;
  overflow: hidden;
}
.el_kv_main {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  max-width: 758px;
  min-width: 500px;
  width: 100%;
  height: auto;
  min-height: 256px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 40px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.el_kv_main--mini {
  max-width: 500px;
}
.el_kv_tit {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .el_kv_tit {
    font-size: 2rem;
  }
}
@media screen and (max-width: 360px) {
  .el_kv_tit {
    font-size: 1.7777777778rem;
  }
}
.el_kv_txt {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .el_kv_txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 360px) {
  .el_kv_txt {
    font-size: 1rem;
  }
}
.el_kv_caption {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #818181;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .el_kv_caption {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 360px) {
  .el_kv_caption {
    font-size: 1rem;
  }
}
.el_kv_btn {
  max-width: 300px;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .el_kv {
    height: auto;
    display: block;
    margin: 50px auto 60px;
  }
  .el_kv_img {
    width: 100%;
    position: static;
    border-radius: 10px;
  }
  .el_kv_main {
    min-width: 0;
    width: 90%;
    height: auto;
    min-height: 0;
    display: block;
    padding: 20px;
    border-radius: 10px;
    margin: -40px auto 0;
    z-index: 2;
    position: relative;
  }
  .el_kv_tit {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_kv_tit {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_kv_tit {
    font-size: 1.4444444444rem;
  }
}
@media screen and (max-width: 767px) {
  .el_kv_txt {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_kv_txt {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_kv_txt {
    font-size: 0.8333333333rem;
  }
}
@media screen and (max-width: 767px) {
  .el_kv_caption {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_kv_caption {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_kv_caption {
    font-size: 0.8333333333rem;
  }
}
.el_h1 {
  padding: 59px 0;
  background: #ECF4FF;
  margin-bottom: 70px;
}
.el_h1--indivisual {
  background-color: #FEF5F6;
}
.el_h1_tit {
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .el_h1_tit {
    font-size: 2rem;
  }
}
@media screen and (max-width: 360px) {
  .el_h1_tit {
    font-size: 1.7777777778rem;
  }
}
@media screen and (max-width: 767px) {
  .el_h1 {
    padding: 40px 0;
    margin-bottom: 50px;
  }
  .el_h1_tit {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_h1_tit {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_h1_tit {
    font-size: 1.4444444444rem;
  }
}
.el_h2_setEn {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}
.el_h2_setEn_en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .el_h2_setEn_en {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 360px) {
  .el_h2_setEn_en {
    font-size: 2.2222222222rem;
  }
}
.el_h2_setEn_ja {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .el_h2_setEn_ja {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .el_h2_setEn_ja {
    font-size: 0.8888888889rem;
  }
}
@media screen and (max-width: 767px) {
  .el_h2_setEn {
    margin-bottom: 50px;
  }
  .el_h2_setEn_en {
    font-size: 2.125rem;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_h2_setEn_en {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_h2_setEn_en {
    font-size: 1.8888888889rem;
  }
}
@media screen and (max-width: 767px) {
  .el_h2_setEn_ja {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_h2_setEn_ja {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_h2_setEn_ja {
    font-size: 0.7777777778rem;
  }
}
.el_h2_setSub {
  border-bottom: #E6E6E6 solid 1px;
  text-align: center;
  padding-bottom: 18px;
  position: relative;
  margin-bottom: 60px;
}
.el_h2_setSub::after {
  content: "";
  width: 228px;
  height: 2px;
  background-color: #023E98;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: auto;
}
.el_h2_setSub--indivisual::after {
  background-color: #E70012;
}
.el_h2_setSub_tit {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .el_h2_setSub_tit {
    font-size: 2rem;
  }
}
@media screen and (max-width: 360px) {
  .el_h2_setSub_tit {
    font-size: 1.7777777778rem;
  }
}
.el_h2_setSub_tit > a {
  color: #333;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.el_h2_setSub_tit > a:hover {
  opacity: 0.8;
}
.el_h2_setSub_sub {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .el_h2_setSub_sub {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .el_h2_setSub_sub {
    font-size: 0.8888888889rem;
  }
}
@media screen and (max-width: 767px) {
  .el_h2_setSub {
    margin-bottom: 50px;
  }
  .el_h2_setSub::after {
    width: 150px;
  }
  .el_h2_setSub_tit {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_h2_setSub_tit {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_h2_setSub_tit {
    font-size: 1.4444444444rem;
  }
}
@media screen and (max-width: 767px) {
  .el_h2_setSub_sub {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_h2_setSub_sub {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_h2_setSub_sub {
    font-size: 0.7777777778rem;
  }
}
.el_h2_setBorder {
  border-bottom: #78A9EF solid 1px;
  color: #023E98;
  text-align: center;
  padding-bottom: 26px;
  position: relative;
  margin-bottom: 60px;
}
.el_h2_setBorder--indivisual {
  border-color: #ED6E7D;
}
.el_h2_setBorder--indivisual {
  color: #E70012;
}
.el_h2_setBorder_tit {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .el_h2_setBorder_tit {
    font-size: 2rem;
  }
}
@media screen and (max-width: 360px) {
  .el_h2_setBorder_tit {
    font-size: 1.7777777778rem;
  }
}
@media screen and (max-width: 767px) {
  .el_h2_setBorder {
    margin-bottom: 50px;
  }
  .el_h2_setBorder_tit {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_h2_setBorder_tit {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_h2_setBorder_tit {
    font-size: 1.4444444444rem;
  }
}
.el_h3 {
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
  color: #023E98;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .el_h3 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 360px) {
  .el_h3 {
    font-size: 1.4444444444rem;
  }
}
.el_h3--indivisual {
  color: #E70012;
}
.el_h3--bk {
  color: #333;
}
@media screen and (max-width: 767px) {
  .el_h3 {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_h3 {
    font-size: 1.1111111111rem;
  }
}
.el_h3_setBorder {
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
  color: #023E98;
  border-bottom: #023E98 solid 2px;
  margin-bottom: 40px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .el_h3_setBorder {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 360px) {
  .el_h3_setBorder {
    font-size: 1.4444444444rem;
  }
}
.el_h3_setBorder--indivisual {
  color: #E70012;
}
.el_h3_setBorder--indivisual {
  border-color: #E70012;
}
@media screen and (max-width: 767px) {
  .el_h3_setBorder {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_h3_setBorder {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_h3_setBorder {
    font-size: 1.1111111111rem;
  }
}
.el_h3_setIcon {
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
  color: #023E98;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .el_h3_setIcon {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 360px) {
  .el_h3_setIcon {
    font-size: 1.4444444444rem;
  }
}
.el_h3_setIcon--indivisual {
  color: #E70012;
}
.el_h3_setIcon_inner {
  position: relative;
  padding-left: 50px;
  display: inline-block;
}
.el_h3_setIcon_inner::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(/assets/img/common/corporation/icon_question_01.svg) center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.el_h3_setIcon--indivisual .el_h3_setIcon_inner::before {
  background-image: url(/assets/img/common/indivisual/icon_question_01.svg);
}
@media screen and (max-width: 767px) {
  .el_h3_setIcon {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_h3_setIcon {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_h3_setIcon {
    font-size: 1.1111111111rem;
  }
}
@media screen and (max-width: 767px) {
  .el_h3_setIcon_inner {
    padding-left: 40px;
  }
  .el_h3_setIcon_inner::before {
    content: "";
    width: 30px;
    height: 30px;
  }
}
.el_h3_setSub {
  margin-bottom: 40px;
  text-align: center;
}
.el_h3_setSub_sub {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 4px;
  position: relative;
  width: 266px;
  padding: 10px;
  margin: 0 auto 13px;
  color: #023E98;
  border: #023E98 solid 2px;
}
@media screen and (max-width: 767px) {
  .el_h3_setSub_sub {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .el_h3_setSub_sub {
    font-size: 0.8888888889rem;
  }
}
.el_h3_setSub_sub--indivisual {
  color: #E70012;
}
.el_h3_setSub_sub--indivisual {
  border-color: #E70012;
}
.el_h3_setSub_sub::after {
  content: "";
  width: 16px;
  height: 10px;
  background: #023E98;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  -webkit-clip-path: polygon(50% 70%, 80% 0, 100% 0, 50% 100%, 0 0, 20% 0);
          clip-path: polygon(50% 70%, 80% 0, 100% 0, 50% 100%, 0 0, 20% 0);
}
.el_h3_setSub_sub--indivisual::after {
  background-color: #E70012;
}
.el_h3_setSub_sub::before {
  content: "";
  width: 12px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  margin: auto;
}
.el_h3_setSub_tit {
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
  color: #023E98;
}
@media screen and (max-width: 767px) {
  .el_h3_setSub_tit {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 360px) {
  .el_h3_setSub_tit {
    font-size: 1.4444444444rem;
  }
}
.el_h3_setSub_tit--indivisual {
  color: #E70012;
}
@media screen and (max-width: 767px) {
  .el_h3_setSub {
    margin-bottom: 30px;
  }
  .el_h3_setSub_tit {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_h3_setSub_tit {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_h3_setSub_tit {
    font-size: 1.2222222222rem;
  }
}
@media screen and (max-width: 767px) {
  .el_h3_setSub_sub {
    width: 220px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_h3_setSub_sub {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_h3_setSub_sub {
    font-size: 0.7777777778rem;
  }
}
.el_h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .el_h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 360px) {
  .el_h4 {
    font-size: 1.3333333333rem;
  }
}
@media screen and (max-width: 767px) {
  .el_h4 {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_h4 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_h4 {
    font-size: 1rem;
  }
}
.el_h4_setBorder {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  padding: 15px 0;
  border-top: #78A9EF solid 2px;
  border-bottom: #78A9EF solid 2px;
}
@media screen and (max-width: 767px) {
  .el_h4_setBorder {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 360px) {
  .el_h4_setBorder {
    font-size: 1.3333333333rem;
  }
}
.el_h4_setBorder--indivisual {
  border-color: #ED6E7D;
}
@media screen and (max-width: 767px) {
  .el_h4_setBorder {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_h4_setBorder {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_h4_setBorder {
    font-size: 1rem;
  }
}
.el_h5 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 18px;
  border-left: #023E98 solid 8px;
}
@media screen and (max-width: 767px) {
  .el_h5 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 360px) {
  .el_h5 {
    font-size: 1.1111111111rem;
  }
}
.el_h5--indivisual {
  border-color: #E70012;
}
@media screen and (max-width: 767px) {
  .el_h5 {
    margin-bottom: 15px;
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_h5 {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_h5 {
    font-size: 0.9444444444rem;
  }
}
.el_copy {
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .el_copy {
    font-size: 2rem;
  }
}
@media screen and (max-width: 360px) {
  .el_copy {
    font-size: 1.7777777778rem;
  }
}
.el_copy > strong {
  color: #023E98;
}
.el_copy--indivisual > strong {
  color: #E70012;
}
@media screen and (max-width: 767px) {
  .el_copy {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_copy {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_copy {
    font-size: 1.2222222222rem;
  }
}
.el_titEx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.el_titEx--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.el_titEx--veCenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el_titEx + .el_titEx {
  margin-top: 50px;
}
.el_titEx_left {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100%;
  margin-right: 16px;
  background: #023E98;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
}
.el_titEx_left--indivisual {
  background-color: #E70012;
}
.el_titEx_left_txt1 {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .el_titEx_left_txt1 {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .el_titEx_left_txt1 {
    font-size: 0.7777777778rem;
  }
}
.el_titEx_left_txt2 {
  font-size: 2.0625rem;
  font-weight: 500;
  margin-bottom: -8px;
}
@media screen and (max-width: 767px) {
  .el_titEx_left_txt2 {
    font-size: 2.0625rem;
  }
}
@media screen and (max-width: 360px) {
  .el_titEx_left_txt2 {
    font-size: 1.8333333333rem;
  }
}
.el_titEx_left_txt3 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: -10px;
}
@media screen and (max-width: 767px) {
  .el_titEx_left_txt3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 360px) {
  .el_titEx_left_txt3 {
    font-size: 2.2222222222rem;
  }
}
.el_titEx_right_tit {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
  color: #023E98;
}
@media screen and (max-width: 767px) {
  .el_titEx_right_tit {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 360px) {
  .el_titEx_right_tit {
    font-size: 1.3333333333rem;
  }
}
.el_titEx_right_tit--indivisual {
  color: #E70012;
}
.el_titEx_right_sub {
  line-height: 1.6;
  color: #818181;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .el_titEx + .el_titEx {
    margin-top: 40px;
  }
  .el_titEx_left {
    width: 64px;
    min-width: 64px;
    height: 64px;
  }
  .el_titEx_left_txt1 {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_titEx_left_txt1 {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_titEx_left_txt1 {
    font-size: 0.6666666667rem;
  }
}
@media screen and (max-width: 767px) {
  .el_titEx_left_txt2 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_titEx_left_txt2 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_titEx_left_txt2 {
    font-size: 1.6666666667rem;
  }
}
@media screen and (max-width: 767px) {
  .el_titEx_left_txt3 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_titEx_left_txt3 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_titEx_left_txt3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .el_titEx_right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .el_titEx_right_tit {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_titEx_right_tit {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_titEx_right_tit {
    font-size: 1.1111111111rem;
  }
}
@media screen and (max-width: 767px) {
  .el_titEx_right_sub {
    font-size: 0.9375rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_titEx_right_sub {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_titEx_right_sub {
    font-size: 0.8333333333rem;
  }
}
.el_txtEx {
  display: inline-block;
}
.el_txtEx > span {
  display: inline-block;
}
.el_txtEx_tag {
  min-width: 142px;
  border-radius: 22px;
  text-align: center;
  background: #023E98;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 9px 10px 10px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .el_txtEx_tag {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 360px) {
  .el_txtEx_tag {
    font-size: 1rem;
  }
}
.el_txtEx_tag--indivisual {
  background-color: #E70012;
}
.el_txtEx_num {
  font-size: 3.375rem;
  font-family: "Josefin Sans", sans-serif;
  color: #023E98;
  font-weight: 500;
  vertical-align: -10px;
}
@media screen and (max-width: 767px) {
  .el_txtEx_num {
    font-size: 3.375rem;
  }
}
@media screen and (max-width: 360px) {
  .el_txtEx_num {
    font-size: 3rem;
  }
}
.el_txtEx_num--indivisual {
  color: #E70012;
}
.el_txtEx_txt {
  color: #818181;
  font-weight: 500;
  vertical-align: -8px;
}
.el_txtEx_txt > sup {
  font-size: 0.75rem;
  vertical-align: 25px;
}
@media screen and (max-width: 767px) {
  .el_txtEx_txt > sup {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 360px) {
  .el_txtEx_txt > sup {
    font-size: 0.6666666667rem;
  }
}
.el_txtEx_icon {
  font-size: 1.875rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  margin: 0 10px;
  color: #023E98;
  vertical-align: -5px;
}
@media screen and (max-width: 767px) {
  .el_txtEx_icon {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 360px) {
  .el_txtEx_icon {
    font-size: 1.6666666667rem;
  }
}
.el_txtEx_icon--indivisual {
  color: #E70012;
}
@media screen and (max-width: 767px) {
  .el_txtEx_tag {
    min-width: 110px;
    font-size: 0.875rem;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_txtEx_tag {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_txtEx_tag {
    font-size: 0.7777777778rem;
  }
}
@media screen and (max-width: 767px) {
  .el_txtEx_num {
    font-size: 2.5rem;
    vertical-align: -8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_txtEx_num {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_txtEx_num {
    font-size: 2.2222222222rem;
  }
}
@media screen and (max-width: 767px) {
  .el_txtEx_txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_txtEx_txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_txtEx_txt {
    font-size: 0.7777777778rem;
  }
}
@media screen and (max-width: 767px) {
  .el_txtEx_txt > sup {
    font-size: 0.625rem;
    vertical-align: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_txtEx_txt > sup {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_txtEx_txt > sup {
    font-size: 0.5555555556rem;
  }
}
@media screen and (max-width: 767px) {
  .el_txtEx_icon {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_txtEx_icon {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_txtEx_icon {
    font-size: 1.3333333333rem;
  }
}
.el_txtTel > a {
  display: inline-block;
  color: #333;
}
.el_txtTel > a > span {
  display: inline-block;
}
.el_txtTel_icon {
  margin-right: 5px;
}
.el_txtTel_num {
  font-size: 2.375rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .el_txtTel_num {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 360px) {
  .el_txtTel_num {
    font-size: 2.1111111111rem;
  }
}
@media screen and (max-width: 767px) {
  .el_txtTel_icon {
    width: 40px;
  }
  .el_txtTel_num {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_txtTel_num {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_txtTel_num {
    font-size: 1.8888888889rem;
  }
}
.el_ulList > li {
  position: relative;
  padding-left: 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 767px) {
  .el_ulList > li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .el_ulList > li {
    font-size: 0.8888888889rem;
  }
}
.el_ulList > li > a {
  color: #0062B1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.el_ulList > li > a:hover {
  opacity: 0.8;
}
.el_ulList > li > a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/corporation/icon_link_03.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.el_ulList > li > a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/indivisual/icon_pdf.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.el_ulList > li > a[href^=tel] {
  color: #333;
}
@media screen and (max-width: 767px) {
  .el_ulList > li > a[href^=tel] {
    color: #0062B1;
  }
}
@media screen and (max-width: 767px) {
  .el_ulList > li {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_ulList > li {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_ulList > li {
    font-size: 0.8333333333rem;
  }
}
.el_ulList > li + li {
  margin-top: 10px;
}
.el_ulList > li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #023E98;
  left: 0;
  top: 0.5em;
}
.el_ulList--indivisual > li::before {
  background: #E70012;
}
.el_ulList--gray > li::before {
  background: #818181;
}
.el_ulList--black > li::before {
  background: #333;
}
.el_ulList__notes > li {
  color: #818181;
  padding-left: 25px;
}
.el_ulList__notes > li::before {
  content: "※";
  width: auto;
  height: auto;
  background: none;
  top: 0;
  left: 0;
}
.el_ulList-s > li {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .el_ulList-s > li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .el_ulList-s > li {
    font-size: 0.7777777778rem;
  }
}
@media screen and (max-width: 767px) {
  .el_ulList-s > li {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_ulList-s > li {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_ulList-s > li {
    font-size: 0.7222222222rem;
  }
}
.el_olList {
  counter-reset: listNum;
}
.el_olList > li {
  position: relative;
  padding-left: 1.5em;
  font-size: 1rem;
  line-height: 1.6;
  counter-increment: listNum;
  color: #333;
}
@media screen and (max-width: 767px) {
  .el_olList > li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .el_olList > li {
    font-size: 0.8888888889rem;
  }
}
.el_olList > li > a {
  color: #0062B1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.el_olList > li > a:hover {
  opacity: 0.8;
}
.el_olList > li > a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/corporation/icon_link_03.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.el_olList > li > a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/indivisual/icon_pdf.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.el_olList > li > a[href^=tel] {
  color: #333;
}
@media screen and (max-width: 767px) {
  .el_olList > li > a[href^=tel] {
    color: #0062B1;
  }
}
@media screen and (max-width: 767px) {
  .el_olList > li {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_olList > li {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_olList > li {
    font-size: 0.8333333333rem;
  }
}
.el_olList > li + li {
  margin-top: 10px;
}
.el_olList > li::before {
  content: counter(listNum) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #023E98;
}
.el_olList--indivisual > li::before {
  color: #E70012;
}
.el_olList--zerostyle > li::before {
  content: "0" counter(listNum) ".";
}
.el_olList--zerostyle > li:nth-of-type(9 + n)::before {
  content: counter(listNum) ".";
}
.el_olList--katakana > li::before {
  content: counter(listNum, katakana) ".";
}
.el_olList--gray > li::before {
  color: #D1D1D1;
}
.el_olList__styleNotes > li {
  padding-left: 2.3em;
  color: #818181;
}
.el_olList__styleNotes > li::before {
  content: "※" counter(listNum);
  color: inherit;
  font-weight: 400;
}
.el_olList__styleNotes2 > li {
  padding-left: 3.3em;
  color: #818181;
}
.el_olList__styleNotes2 > li::before {
  content: "※注" counter(listNum);
  color: inherit;
  font-weight: 400;
}
.el_olList-s > li {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .el_olList-s > li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .el_olList-s > li {
    font-size: 0.7777777778rem;
  }
}
@media screen and (max-width: 767px) {
  .el_olList-s > li {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_olList-s > li {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_olList-s > li {
    font-size: 0.7222222222rem;
  }
}
.el_olList2 {
  counter-reset: listNum;
}
.el_olList2 > li {
  position: relative;
  padding-left: 1.5em;
  font-size: 1rem;
  line-height: 1.6;
  counter-increment: listNum;
  color: #333;
}
@media screen and (max-width: 767px) {
  .el_olList2 > li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .el_olList2 > li {
    font-size: 0.8888888889rem;
  }
}
.el_olList2 > li > a {
  color: #0062B1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.el_olList2 > li > a:hover {
  opacity: 0.8;
}
.el_olList2 > li > a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/corporation/icon_link_03.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.el_olList2 > li > a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/indivisual/icon_pdf.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.el_olList2 > li > a[href^=tel] {
  color: #333;
}
@media screen and (max-width: 767px) {
  .el_olList2 > li > a[href^=tel] {
    color: #0062B1;
  }
}
@media screen and (max-width: 767px) {
  .el_olList2 > li {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_olList2 > li {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_olList2 > li {
    font-size: 0.8333333333rem;
  }
}
.el_olList2 > li + li {
  margin-top: 10px;
}
.el_olList2 > li::before {
  content: counter(listNum);
  position: absolute;
  left: 0;
  top: 4px;
  color: #FFF;
  background: #023E98;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .el_olList2 > li::before {
    width: 17px;
    height: 17px;
  }
}
.el_olList2--indivisual > li::before {
  background-color: #E70012;
}
.el_ulListIcon > li {
  font-size: 1rem;
  line-height: 1.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .el_ulListIcon > li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .el_ulListIcon > li {
    font-size: 0.8888888889rem;
  }
}
@media screen and (max-width: 767px) {
  .el_ulListIcon > li {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_ulListIcon > li {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_ulListIcon > li {
    font-size: 0.8333333333rem;
  }
}
.el_ulListIcon > li + li {
  margin-top: 10px;
}
.el_ulListIcon_icon {
  margin-right: 10px;
}
.el_ulListIcon_icon > img {
  vertical-align: -2px;
}
.el_ulListIcon_txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el_ulListIcon_txt > a {
  color: #0062B1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.el_ulListIcon_txt > a:hover {
  opacity: 0.8;
}
.el_ulListIcon_txt > a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/corporation/icon_link_03.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.el_ulListIcon_txt > a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/indivisual/icon_pdf.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.el_ulListIcon_txt > a[href^=tel] {
  color: #333;
}
@media screen and (max-width: 767px) {
  .el_ulListIcon_txt > a[href^=tel] {
    color: #0062B1;
  }
}
.el_ulListTable > li {
  font-size: 1rem;
  line-height: 1.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #818181;
}
@media screen and (max-width: 767px) {
  .el_ulListTable > li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .el_ulListTable > li {
    font-size: 0.8888888889rem;
  }
}
@media screen and (max-width: 767px) {
  .el_ulListTable > li {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_ulListTable > li {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_ulListTable > li {
    font-size: 0.8333333333rem;
  }
}
.el_ulListTable > li + li {
  margin-top: 10px;
}
.el_ulListTable_left {
  margin-right: 10px;
}
.el_ulListTable_right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el_ulListTable_right > a {
  color: #0062B1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.el_ulListTable_right > a:hover {
  opacity: 0.8;
}
.el_ulListTable_right > a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/corporation/icon_link_03.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.el_ulListTable_right > a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/indivisual/icon_pdf.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.el_ulListTable_right > a[href^=tel] {
  color: #333;
}
@media screen and (max-width: 767px) {
  .el_ulListTable_right > a[href^=tel] {
    color: #0062B1;
  }
}
.el_btn {
  width: 360px;
  text-align: center;
}
.el_btn > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 55px;
  border-radius: 20rem;
  background: #023E98;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  padding: 6px 33px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  z-index: 2;
}
.el_btn > *::after {
  content: "";
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  border-radius: 20rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
  z-index: -1;
}
.el_btn > *::before {
  content: "";
  width: 14px;
  height: 10px;
  background: url(/assets/img/common/icon_arrow_01_w.svg) center/contain no-repeat;
  position: absolute;
  right: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.el_btn > *:hover {
  color: #023E98;
}
.el_btn > *:hover::after {
  opacity: 1;
}
.el_btn > *:hover::before {
  background-image: url(/assets/img/common/icon_arrow_01_b.svg);
}
.el_btn--left {
  text-align: left;
}
.el_btn--left > * {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.el_btn--indivisual > * {
  background: #E70012;
}
.el_btn--indivisual > *:hover {
  color: #E70012;
}
.el_btn--indivisual > *:hover::before {
  background-image: url(/assets/img/common/icon_arrow_01_r.svg);
}
.el_btn--indivisual2 > * {
  background: #ED6E7D;
}
.el_btn--indivisual2 > *:hover {
  color: #ED6E7D;
}
.el_btn--indivisual2 > *:hover::before {
  background-image: url(/assets/img/common/icon_arrow_01_r.svg);
}
.el_btn--corporation2 > * {
  background: #78A9EF;
}
.el_btn--corporation2 > *:hover {
  color: #78A9EF;
}
.el_btn--corporation2 > *:hover::before {
  background-image: url(/assets/img/common/icon_arrow_01_b.svg);
}
.el_btn--cv > * {
  background: #06C655;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(6, 198, 85, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(6, 198, 85, 0.5);
}
.el_btn--cv > *:hover {
  color: #06C655;
}
.el_btn--cv > *:hover::before {
  background-image: url(/assets/img/common/icon_arrow_01_g.svg);
}
.el_btn--cBlack > * {
  color: #333 !important;
}
.el_btn_sub {
  font-size: 0.75rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .el_btn_sub {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 360px) {
  .el_btn_sub {
    font-size: 0.6666666667rem;
  }
}
.el_btn.is-disabled > * {
  background: #D1D1D1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .el_btn {
    width: 100%;
    max-width: 320px;
  }
  .el_btn > * {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_btn > * {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_btn > * {
    font-size: 0.8333333333rem;
  }
}
.el_btnIcon > *::before {
  display: none;
}
.el_btnIcon_icon {
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.el_btnBox > * {
  border-radius: 5px;
}
.el_btnBox > *::after {
  border-radius: 5px;
}
.el_btnBox > *::before {
  right: 17px;
}
.el_btnBoxIcon > *::before {
  display: none;
}
.el_btnBoxIcon_icon {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background: #023E98;
}
.el_btn--indivisual .el_btnBoxIcon_icon {
  background-color: #E70012;
}
.el_btnBox--border > * {
  border: #D5D5D5 solid 2px;
  background: #FFF;
  color: #333;
}
.el_btnBox--border > *::before {
  display: none;
}
.el_btnBox--border > *::after {
  display: none;
}
.el_btnBox--border > *:hover {
  background: #D5D5D5;
  color: #333;
}
.el_btnL {
  width: 400px;
}
.el_btnL > * {
  min-height: 60px;
}
@media screen and (max-width: 767px) {
  .el_btnL {
    width: 100%;
    max-width: 360px;
  }
}
.el_btnM {
  width: 312px;
}
@media screen and (max-width: 767px) {
  .el_btnM {
    width: 100%;
    max-width: 312px;
  }
}
.el_btnS {
  width: 160px;
}
.el_btnS > * {
  min-height: 32px;
  font-size: 0.75rem;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  .el_btnS > * {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 360px) {
  .el_btnS > * {
    font-size: 0.6666666667rem;
  }
}
.el_btnS > *::before {
  width: 10px;
  right: 12px;
}
@media screen and (max-width: 767px) {
  .el_btnS {
    width: 100%;
    max-width: 140px;
  }
}
.el_btnTxt > * {
  color: #0062B1;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  padding-left: 24px;
  line-height: 1.5;
}
.el_btnTxt > *::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/assets/img/common/icon_link_01.svg) center/cover;
  position: absolute;
  left: 0;
  top: 4px;
}
.el_btnTxt > *[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/corporation/icon_link_03.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.el_btnTxt > *[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/indivisual/icon_pdf.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.el_btnTxt > *:hover {
  opacity: 0.8;
}
.el_btnTxt__type2 > * {
  padding-left: 0;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .el_btnTxt__type2 > * {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 360px) {
  .el_btnTxt__type2 > * {
    font-size: 1rem;
  }
}
.el_btnTxt__type2 > *::after {
  position: static;
  display: block;
  margin: 15px auto 0;
}
.el_btnTxt__reverce > *::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (min-width: 768px), print {
  .el_btnTxt_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px 55px;
  }
}
@media screen and (min-width: 768px), print {
  .el_btnTxt_item {
    width: calc((100% - 110px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .el_btnTxt_item + .el_btnTxt_item {
    margin-top: 10px;
  }
}
.el_btnBorder > * {
  border: #023E98 solid 2px;
  background: #FFF;
  color: #023E98;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.el_btnBorder > *::before {
  display: none;
}
.el_btnBorder > *::after {
  border: #023E98 solid 3px;
}
.el_btnBorder_icon {
  margin-right: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el_btnBorder--indivisual > * {
  border-color: #E70012;
  color: #E70012;
}
.el_btnBorder--indivisual > *::after {
  border-color: #E70012;
}
.el_btnBorder--indivisual > *:hover {
  color: #E70012;
}
.el_btnLink > * {
  min-height: 60px;
  background: #F8F8F8;
  border: #D1D1D1 solid 1px;
  color: #333;
}
.el_btnLink > *::before {
  background-image: url(/assets/img/common/icon_arrow_01_b.svg);
}
.el_btnLink > *::after {
  display: none;
}
.el_btnLink > *:hover {
  background: #D1D1D1;
}
.el_btnLink > *[target=_blank]::before {
  height: 14px;
  background-image: url(/assets/img/common/corporation/icon_link_03.svg) !important;
}
.el_btnLink--indivisual > *::before {
  background-image: url(/assets/img/common/icon_arrow_01_r.svg) !important;
}
.el_btnLink--indivisual > *:hover {
  color: #E70012;
}
.el_btnLink--indivisual > *[target=_blank]::before {
  background-image: url(/assets/img/common/indivisual/icon_link_03.svg) !important;
}
.el_btnMore {
  width: 194px;
}
.el_btnMore > * {
  min-height: 45px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  .el_btnMore > * {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .el_btnMore > * {
    font-size: 0.7777777778rem;
  }
}
.el_btnMore > *::before {
  display: none;
}
.el_btnMore > *::after {
  display: none;
}
.el_btnMore > *:hover {
  color: #fff;
  opacity: 0.8;
}
.el_btnMore_icon {
  margin-right: 8px;
}
.el_btnMono > * {
  background: none;
  color: #fff;
  border: #fff solid 2px;
}
.el_btnMono > *::after {
  display: none;
}
.el_btnMono > *:hover {
  color: #fff;
  background-color: #bbb;
}
.el_btnMono > *:hover::before {
  background-image: url(/assets/img/common/icon_arrow_01_w.svg);
}
.el_anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 82px;
  height: 100%;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  color: #818181;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 20px 15px;
  line-height: 1.4;
}
.el_anchor_inner::after {
  content: "";
  width: 19px;
  height: 10px;
  background: url(/assets/img/common/corporation/icon_arrow_01_u.svg) center/contain no-repeat;
  display: block;
  margin: 12px auto -10px;
}
.el_anchor_inner--indivisual::after {
  background-image: url(/assets/img/common/indivisual/icon_arrow_01_u.svg);
}
.el_anchor:hover {
  background: #F8F8F8;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .el_anchor {
    min-height: 70px;
    padding: 16px 12px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_anchor {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .el_anchor {
    font-size: 0.8333333333rem;
  }
}
@media screen and (max-width: 767px) {
  .el_anchor_inner::after {
    width: 17px;
    height: 9px;
    margin: 10px auto -8px;
  }
}
.el_inputText > input {
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
  border: #D1D1D1 solid 1px;
  background: #fff;
  border-radius: 30px;
  line-height: 1.4;
  padding: 8px 20px;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .el_inputText > input {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .el_inputText > input {
    font-size: 0.8888888889rem;
  }
}
.el_inputText > input:focus {
  background: #F8F8F8;
}
.el_inputText > input[type=number]::-webkit-outer-spin-button,
.el_inputText > input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.el_inputText > input:invalid:not(:disabled) {
  background-color: #FEF5F6;
  border-color: #ED6E7D;
}
.el_inputTextArea > textarea {
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
  border: #D1D1D1 solid 1px;
  background: #fff;
  border-radius: 10px;
  line-height: 1.4;
  padding: 14px 15px;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .el_inputTextArea > textarea {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .el_inputTextArea > textarea {
    font-size: 0.8888888889rem;
  }
}
@media screen and (max-width: 767px) {
  .el_inputTextArea > textarea {
    height: 150px;
  }
}
.el_inputTextArea > textarea:focus {
  background: #F8F8F8;
}
.el_selectBox {
  position: relative;
  width: 400px;
}
.el_selectBox > select {
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
  border: #D1D1D1 solid 1px;
  background: #fff;
  border-radius: 30px;
  line-height: 1.4;
  padding: 8px 50px 8px 20px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 100%;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .el_selectBox > select {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .el_selectBox > select {
    font-size: 0.8888888889rem;
  }
}
.el_selectBox > select:focus {
  background: #F8F8F8;
}
.el_selectBox > select:invalid:not(:disabled) {
  background-color: #FEF5F6;
  border-color: #ED6E7D;
}
.el_selectBox::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 9px;
  right: 20px;
  top: calc(50% - 5px);
  background: url(/assets/img/common/corporation/icon_arrow_01_u.svg) center/contain no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .el_selectBox {
    width: 100%;
  }
}
.el_selectBox--indivisual::after {
  background-image: url(/assets/img/common/indivisual/icon_arrow_01_u.svg);
}
.el_inputList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 50px;
}
@media screen and (max-width: 767px) {
  .el_inputList {
    display: block;
  }
  .el_inputList > div + div {
    margin-top: 10px;
  }
}
.el_inputRadio {
  line-height: 1.4;
}
.el_inputRadio > label {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.el_inputRadio input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  margin: -1px 15px 0 0;
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 100%;
  border: #D1D1D1 solid 1px;
  background: #fff;
  cursor: pointer;
}
.el_inputRadio input:checked::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background: #023E98;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .el_inputRadio input {
    width: 26px;
    height: 26px;
    min-width: 26px;
  }
  .el_inputRadio input:checked::after {
    width: 10px;
    height: 10px;
  }
}
.el_inputRadio--indivisual input:checked::after {
  background: #E70012;
}
.el_inputCheck {
  line-height: 1.4;
}
.el_inputCheck > label {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.el_inputCheck input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  margin: -1px 15px 0 0;
  width: 30px;
  height: 30px;
  min-width: 30px;
  background: #fff;
  border: #D1D1D1 solid 1px;
  border-radius: 3px;
  cursor: pointer;
}
.el_inputCheck input:checked::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 21px;
  left: 5px;
  top: 0;
  background: url(/assets/img/common/corporation/icon_check_01.svg) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .el_inputCheck input {
    width: 26px;
    height: 26px;
    min-width: 26px;
  }
  .el_inputCheck input:checked::after {
    width: 26px;
    height: 18px;
    left: 4px;
  }
}
.el_inputCheck--indivisual input:checked::after {
  background-image: url(/assets/img/common/indivisual/icon_check_01.svg);
}
.el_formBtn {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.el_formBtn > input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 55px;
  border-radius: 55px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  font-size: 1rem;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  background: url(/assets/img/common/icon_link_02.svg) calc(100% - 20px) center/16px no-repeat, #023E98;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: #023E98 solid 5px;
}
@media screen and (max-width: 767px) {
  .el_formBtn > input {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .el_formBtn > input {
    font-size: 0.8888888889rem;
  }
}
.el_formBtn > input:disabled {
  background-color: #999;
  border-color: #999;
  background-image: none;
  cursor: default;
}
.el_formBtn > input:hover:not(:disabled) {
  background-color: #fff;
  color: #023E98;
}
.el_search {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.el_search::before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/assets/img/common/icon_search.svg) center/contain no-repeat;
}
.el_search > input {
  background: #EFF3F6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  border: none;
  outline: none;
  width: 100%;
  height: 49px;
  border-radius: 25px;
  padding: 5px 30px 5px 64px;
  color: #818181;
}
@media screen and (max-width: 767px) {
  .el_search > input {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .el_search > input {
    font-size: 0.8888888889rem;
  }
}
.el_search > input::-webkit-input-placeholder {
  color: #AFAFAF;
}
.el_search > input::-moz-placeholder {
  color: #AFAFAF;
}
.el_search > input:-ms-input-placeholder {
  color: #AFAFAF;
}
.el_search > input::-ms-input-placeholder {
  color: #AFAFAF;
}
.el_search > input::placeholder {
  color: #AFAFAF;
}
.el_search--indivisual > input {
  background: #F0EAEA;
}
.el_map {
  width: 100%;
  height: 0;
  padding-top: 40%;
  position: relative;
}
.el_map > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .el_map {
    padding-top: 90%;
  }
}
.el_pnkz {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el_pnkz_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el_pnkz_item {
  color: #999;
  line-height: 1.4;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .el_pnkz_item {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 360px) {
  .el_pnkz_item {
    font-size: 0.6666666667rem;
  }
}
.el_pnkz_item > a {
  color: #999;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.el_pnkz_item > a:last-child::after {
  content: "";
  display: inline-block;
  vertical-align: -1px;
  margin: 0 12px;
  width: 6px;
  height: 12px;
  background: url(/assets/img/common/icon_pnkz.svg) center/contain no-repeat;
}
.el_pnkz_item > a:hover {
  color: #333;
}

/* /_elements.scss
-------------------------------------------------------*/
/* _block.scss
-------------------------------------------------------*/
.bl {
  /* パンクズ */
  /* タブ */
  /* パネル */
  /* ニュース */
  /* テーブル */
  /* テキストボックス */
  /* アコーディオン */
  /* 質問 */
  /* pdfリーダー */
  /* 汎用ボックス */
  /* ボタンコンテナー */
  /* 検索フォーム */
  /* お問い合わせボックス */
  /* お問い合わせボックス2 */
  /* 注意スライダー */
  /* ステップ */
  /* カード */
  /* 注意ボックス */
  /* 注意ボックス */
  /* フォーム */
  /* トップ */
  /* 追従 */
  /* 回遊ボタン */
  /* かわむすお知らせボックス */
}
.bl_pnkz_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_pnkz_item {
  color: #023E98;
  line-height: 1.4;
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .bl_pnkz_item {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 360px) {
  .bl_pnkz_item {
    font-size: 0.6666666667rem;
  }
}
.bl_pnkz_item > a {
  color: #999;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bl_pnkz_item > a:hover {
  color: #023E98;
}
.bl_pnkz_item > a::after {
  content: "＞";
  font-size: 0.625rem;
  display: inline-block;
  vertical-align: 2px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .bl_pnkz_item > a::after {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 360px) {
  .bl_pnkz_item > a::after {
    font-size: 0.5555555556rem;
  }
}
.bl_tab_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto;
}
.bl_tab_list--wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .bl_tab_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.bl_tab_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #818181;
  font-weight: 500;
  width: 100%;
  min-height: 58px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.4;
  padding: 12px 15px;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .bl_tab_list_item {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 360px) {
  .bl_tab_list_item {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .bl_tab_list_item {
    max-width: 240px;
  }
  .bl_tab_list_item:nth-child(1) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .bl_tab_list_item:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .bl_tab_list_item--col3 {
    width: 33.3333333333%;
    max-width: 100%;
    border-radius: 0 !important;
  }
  .bl_tab_list_item--col4 {
    width: 25%;
    max-width: 100%;
    border-radius: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .bl_tab_list_item {
    width: 50%;
    min-height: 50px;
    font-size: 0.9375rem;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_tab_list_item {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_tab_list_item {
    font-size: 0.8333333333rem;
  }
}
.bl_tab_list_item.is-active {
  background: #023E98;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}
.bl_tab_list_item--indivisual.is-active {
  background: #E70012;
}
.bl_tab_list_item--change {
  max-width: 100%;
}
.bl_tab_main {
  margin-top: 30px;
}
.bl_tab_main > li {
  display: none;
}
.bl_tab_main > li.is-active {
  display: block;
}
@media screen and (max-width: 767px) {
  .bl_tab_main {
    margin-top: 20px;
  }
}
.bl_txtPanel {
  border: #EDEDED solid 3px;
  border-radius: 20px;
  height: 100%;
  min-height: 210px;
  padding: 32px 35px;
}
.bl_txtPanel_tit {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .bl_txtPanel_tit {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 360px) {
  .bl_txtPanel_tit {
    font-size: 1.1111111111rem;
  }
}
.bl_txtPanel_txt {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .bl_txtPanel_txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .bl_txtPanel_txt {
    font-size: 0.7777777778rem;
  }
}
.bl_txtPanel_list > li {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .bl_txtPanel {
    min-height: 150px;
    padding: 20px 20px 30px;
  }
  .bl_txtPanel_tit {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_txtPanel_tit {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_txtPanel_tit {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_txtPanel_txt {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_txtPanel_txt {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_txtPanel_txt {
    font-size: 0.7222222222rem;
  }
}
.bl_txtPanelLink {
  border: #D1D1D1 solid 1px;
  border-radius: 20px;
  height: 100%;
  min-height: 240px;
  padding: 30px 20px 68px;
  display: block;
  position: relative;
  color: #023E98;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bl_txtPanelLink::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/assets/img/common/icon_arrow_01_w.svg) center/14px 10px no-repeat, #023E98;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 100%;
}
.bl_txtPanelLink:hover {
  background-color: #ECF4FF;
  border-color: #ECF4FF;
}
.bl_txtPanelLink--indivisual {
  color: #E70012;
}
.bl_txtPanelLink--indivisual:hover {
  background-color: #FEF5F6;
  border-color: #FEF5F6;
}
.bl_txtPanelLink--indivisual::after {
  background-color: #E70012;
}
.bl_txtPanelLink--bg1 {
  background-color: #ECF4FF;
  border-color: #ECF4FF;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bl_txtPanelLink--bg1:hover {
  opacity: 0.8;
}
.bl_txtPanelLink--bg2 {
  color: #E70012;
  background-color: #FEF5F6;
  border-color: #FEF5F6;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bl_txtPanelLink--bg2:hover {
  opacity: 0.8;
}
.bl_txtPanelLink--bg2::after {
  background-color: #E70012;
}
.bl_txtPanelLink--bg2:hover {
  background-color: #FEF5F6;
  border-color: #FEF5F6;
}
.bl_txtPanelLink_tit {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .bl_txtPanelLink_tit {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 360px) {
  .bl_txtPanelLink_tit {
    font-size: 1.1111111111rem;
  }
}
.bl_txtPanelLink_txt {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-top: 10px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .bl_txtPanelLink_txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .bl_txtPanelLink_txt {
    font-size: 0.7777777778rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_txtPanelLink {
    min-height: 150px;
    padding: 20px 20px 68px;
  }
  .bl_txtPanelLink_tit {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_txtPanelLink_tit {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_txtPanelLink_tit {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_txtPanelLink_txt {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_txtPanelLink_txt {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_txtPanelLink_txt {
    font-size: 0.7222222222rem;
  }
}
.bl_panelLink {
  border: #D1D1D1 solid 1px;
  border-radius: 20px;
  height: 100%;
  min-height: 240px;
  padding: 30px 20px 68px;
  display: block;
  position: relative;
  color: #023E98;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bl_panelLink::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/assets/img/common/icon_arrow_01_w.svg) center/14px 10px no-repeat, #023E98;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 100%;
}
.bl_panelLink:hover {
  background-color: #ECF4FF;
  border-color: #ECF4FF;
}
.bl_panelLink--indivisual {
  color: #E70012;
}
.bl_panelLink--indivisual:hover {
  background-color: #FEF5F6;
  border-color: #FEF5F6;
}
.bl_panelLink--indivisual::after {
  background-color: #E70012;
}
.bl_panelLink--bg1 {
  background-color: #ECF4FF;
  border-color: #ECF4FF;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bl_panelLink--bg1:hover {
  opacity: 0.8;
}
.bl_panelLink--bg2 {
  color: #E70012;
  background-color: #FEF5F6;
  border-color: #FEF5F6;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bl_panelLink--bg2:hover {
  opacity: 0.8;
}
.bl_panelLink--bg2::after {
  background-color: #E70012;
}
.bl_panelLink--bg2:hover {
  background-color: #FEF5F6;
  border-color: #FEF5F6;
}
.bl_panelLink_tit {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .bl_panelLink_tit {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 360px) {
  .bl_panelLink_tit {
    font-size: 1rem;
  }
}
.bl_panelLink_txt {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 6px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .bl_panelLink_txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .bl_panelLink_txt {
    font-size: 0.8888888889rem;
  }
}
.bl_panelLink_img {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .bl_panelLink {
    min-height: 150px;
    padding: 20px 20px 68px;
  }
  .bl_panelLink_tit {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_panelLink_tit {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_panelLink_tit {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_panelLink_txt {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_panelLink_txt {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_panelLink_txt {
    font-size: 0.7222222222rem;
  }
}
.bl_exBox {
  border: #D1D1D1 solid 1px;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.bl_exBox_tit {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F8F8F8;
  color: #023E98;
  min-height: 72px;
  padding: 10px 15px;
  border-bottom: #D1D1D1 solid 1px;
  line-height: 1.4;
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .bl_exBox_tit {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .bl_exBox_tit {
    font-size: 0.8888888889rem;
  }
}
.bl_exBox_tit--indivisual {
  color: #E70012;
}
.bl_exBox_txt {
  font-size: 1rem;
  line-height: 1.875;
  padding: 20px 22px 24px;
  min-height: 100px;
}
@media screen and (max-width: 767px) {
  .bl_exBox_txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .bl_exBox_txt {
    font-size: 0.8888888889rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_exBox_tit {
    min-height: 60px;
    padding: 10px 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_exBox_tit {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_exBox_tit {
    font-size: 0.8333333333rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_exBox_txt {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_exBox_txt {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_exBox_txt {
    font-size: 0.8333333333rem;
  }
}
.bl_anchorBox {
  height: 100%;
  color: #333;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bl_anchorBox:hover {
  opacity: 0.8;
}
.bl_anchorBox_img {
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.bl_anchorBox_main {
  border-radius: 0 0 16px 16px;
  border: #D1D1D1 solid 1px;
  background: #F8F8F8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 86px;
  padding: 15px 20px;
}
.bl_anchorBox_tit {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .bl_anchorBox_tit {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .bl_anchorBox_tit {
    font-size: 0.8888888889rem;
  }
}
.bl_anchorBox_tit::after {
  content: "";
  width: 19px;
  height: 10px;
  background: url(/assets/img/common/corporation/icon_arrow_01_u.svg) center/contain no-repeat;
  display: block;
  margin: 15px auto -10px;
}
.bl_anchorBox_tit--indivisual::after {
  background-image: url(/assets/img/common/indivisual/icon_arrow_01_u.svg);
}
@media screen and (max-width: 767px) {
  .bl_anchorBox_main {
    min-height: 70px;
    padding: 12px 15px;
  }
  .bl_anchorBox_tit {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_anchorBox_tit {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_anchorBox_tit {
    font-size: 0.8333333333rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_anchorBox_tit::after {
    content: "";
    width: 17px;
    height: 9px;
    margin: 12px auto -8px;
  }
}
.bl_iconBox {
  border: #eee solid 2px;
  border-radius: 20px;
  padding: 13px 20px 25px;
  min-height: 155px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bl_iconBox:hover {
  background: #eee;
}
.bl_iconBox_icon {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: #eee solid 1px;
  border-radius: 100%;
  margin: 0 auto 8px;
}
.bl_iconBox_tit {
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .bl_iconBox_tit {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .bl_iconBox_tit {
    font-size: 0.8888888889rem;
  }
}
.bl_iconBox::after {
  content: "";
  width: 9px;
  height: 19px;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/assets/img/common/corporation/icon_arrow_01.svg) center/contain no-repeat;
}
.bl_iconBox--indivisual::after {
  background-image: url(/assets/img/common/indivisual/icon_arrow_01.svg);
}
.bl_sidePanel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: #D1D1D1 solid 1px;
  border-radius: 20px;
  overflow: hidden;
}
.bl_sidePanel_img {
  width: 242px;
}
.bl_sidePanel_main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 25px;
}
.bl_sidePanel_tit {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  color: #023E98;
}
@media screen and (max-width: 767px) {
  .bl_sidePanel_tit {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 360px) {
  .bl_sidePanel_tit {
    font-size: 1.1111111111rem;
  }
}
.bl_sidePanel_tit--indivisual {
  color: #E70012;
}
.bl_sidePanel_txt {
  font-size: 1rem;
  line-height: 2.2;
  font-weight: 500;
  color: #999;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .bl_sidePanel_txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .bl_sidePanel_txt {
    font-size: 0.8888888889rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_sidePanel {
    display: block;
  }
  .bl_sidePanel_img {
    width: 100%;
  }
  .bl_sidePanel_main {
    padding: 20px;
  }
}
.bl_news_item {
  border-bottom: #ccc solid 1px;
  /* &:nth-child(1) {
      border-top: $color-grayC solid 1px;
  } */
}
.bl_news_item > a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bl_news_item > a:hover {
  background: #F7F7F7;
}
.bl_news_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 23px 80px 23px 20px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .bl_news_link {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 18px 10px;
  }
}
.bl_news_link--new {
  position: relative;
}
.bl_news_link--new::after {
  content: "NEW";
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  color: #fff;
  width: 50px;
  height: 20px;
  padding: 0 5px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 25px;
  background: #023E98;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .bl_news_link--new::after {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 360px) {
  .bl_news_link--new::after {
    font-size: 0.6666666667rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_news_link--new::after {
    top: 18px;
  }
}
.bl_news_link--indivisual::after {
  background-color: #E70012;
}
.bl_news_days {
  min-width: 100px;
  font-size: 0.875rem;
  font-family: "Josefin Sans", sans-serif;
  color: #B1B1B1;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .bl_news_days {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .bl_news_days {
    font-size: 0.7777777778rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_news_days {
    min-width: 0;
    margin-right: 20px;
  }
}
.bl_news_icon {
  display: inline-block;
  min-width: 120px;
  background: #F54443;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  padding: 9px 22px;
  border-radius: 20px;
  font-weight: 700;
  margin-right: 40px;
  min-width: 137px;
}
@media screen and (max-width: 767px) {
  .bl_news_icon {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 360px) {
  .bl_news_icon {
    font-size: 0.6666666667rem;
  }
}
.bl_news_icon__type1 {
  background: #E70012;
}
.bl_news_icon__type2 {
  background: #AD4049;
}
.bl_news_icon__type3 {
  background: #ED6E7D;
}
@media screen and (max-width: 767px) {
  .bl_news_icon {
    min-width: 120px;
    padding: 8px 20px;
  }
}
.bl_news_main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
}
.bl_news_main i {
  margin-left: 5px;
}
.bl_news_main i > img {
  vertical-align: -2px;
}
@media screen and (max-width: 767px) {
  .bl_news_main {
    padding-left: 15px;
    width: 100%;
    min-width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }
}
.bl_table table {
  width: 100%;
  table-layout: fixed;
  background-color: #fff;
}
.bl_table tr:nth-child(1) td {
  border-top: #ccc solid 1px;
}
.bl_table th {
  background: #3E5F90;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: #fff solid 1px;
  padding: 28px 20px;
}
.bl_table th > a {
  color: #0062B1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bl_table th > a:hover {
  opacity: 0.8;
}
.bl_table th > a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/corporation/icon_link_03.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.bl_table th > a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/indivisual/icon_pdf.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.bl_table th > a[href^=tel] {
  color: #333;
}
@media screen and (max-width: 767px) {
  .bl_table th > a[href^=tel] {
    color: #0062B1;
  }
}
@media screen and (max-width: 767px) {
  .bl_table th {
    padding: 25px 16px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_table th {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_table th {
    font-size: 0.8333333333rem;
  }
}
.bl_table th > a {
  color: #fff;
}
.bl_table td {
  vertical-align: middle;
  line-height: 1.5;
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 28px 20px;
}
.bl_table td > a {
  color: #0062B1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bl_table td > a:hover {
  opacity: 0.8;
}
.bl_table td > a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/corporation/icon_link_03.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.bl_table td > a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/indivisual/icon_pdf.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.bl_table td > a[href^=tel] {
  color: #333;
}
@media screen and (max-width: 767px) {
  .bl_table td > a[href^=tel] {
    color: #0062B1;
  }
}
@media screen and (max-width: 767px) {
  .bl_table td {
    padding: 25px 16px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_table td {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_table td {
    font-size: 0.8333333333rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_table__scroll {
    overflow-y: hidden;
    overflow-x: auto;
    margin-right: -15px;
    padding-right: 15px;
  }
  .bl_table__scroll table {
    width: 1000px;
  }
}
.bl_table--bg2 th {
  background-color: #ECF4FF;
  color: #333;
}
.bl_table--bg3 th {
  background-color: #AD4049;
}
.bl_table--bg4 th {
  background-color: #FEF5F6;
  color: #333;
}
.bl_table2 table {
  width: 100%;
  table-layout: fixed;
  background-color: #fff;
}
.bl_table2 thead {
  background: #3E5F90;
  color: #fff;
}
.bl_table2 thead th {
  text-align: left;
  font-weight: 700;
  line-height: 1.5;
  padding: 18px 20px;
  border-left: #fff solid 1px;
}
@media screen and (max-width: 767px) {
  .bl_table2 thead th {
    padding: 15px 16px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_table2 thead th {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_table2 thead th {
    font-size: 0.8333333333rem;
  }
}
.bl_table2 thead th.bl_table2_theadSub {
  background-color: #ECF4FF;
  color: #333;
  text-align: center;
}
.bl_table2 thead th.bl_table2_theadEmpty {
  background-color: #fff;
  border-bottom: #ccc solid 1px;
}
.bl_table2 thead tr:nth-child(n+2) {
  border-top: #fff solid 1px;
}
.bl_table2 tbody {
  border-right: #ccc solid 1px;
}
.bl_table2 tbody th {
  text-align: left;
  font-weight: 700;
  line-height: 1.5;
  padding: 28px 20px;
  border-left: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  background: #F8F8F8;
  /* + td {
      border-left: none;
  } */
}
.bl_table2 tbody th > a {
  color: #0062B1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bl_table2 tbody th > a:hover {
  opacity: 0.8;
}
.bl_table2 tbody th > a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/corporation/icon_link_03.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.bl_table2 tbody th > a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/indivisual/icon_pdf.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.bl_table2 tbody th > a[href^=tel] {
  color: #333;
}
@media screen and (max-width: 767px) {
  .bl_table2 tbody th > a[href^=tel] {
    color: #0062B1;
  }
}
@media screen and (max-width: 767px) {
  .bl_table2 tbody th {
    padding: 25px 16px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_table2 tbody th {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_table2 tbody th {
    font-size: 0.8333333333rem;
  }
}
.bl_table2 tbody td {
  line-height: 1.5;
  padding: 28px 20px;
  border-left: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
}
.bl_table2 tbody td > a {
  color: #0062B1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bl_table2 tbody td > a:hover {
  opacity: 0.8;
}
.bl_table2 tbody td > a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/corporation/icon_link_03.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.bl_table2 tbody td > a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/indivisual/icon_pdf.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.bl_table2 tbody td > a[href^=tel] {
  color: #333;
}
@media screen and (max-width: 767px) {
  .bl_table2 tbody td > a[href^=tel] {
    color: #0062B1;
  }
}
@media screen and (max-width: 767px) {
  .bl_table2 tbody td {
    padding: 25px 16px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_table2 tbody td {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_table2 tbody td {
    font-size: 0.8333333333rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_table2__scroll {
    overflow-y: hidden;
    overflow-x: auto;
    margin-right: -15px;
    padding-right: 15px;
  }
  .bl_table2__scroll table {
    width: 1000px;
  }
}
.bl_table2--bg2 thead th {
  background-color: #AD4049;
}
.bl_table2--bg2 thead th.bl_table2_theadSub {
  background-color: #FEF5F6;
}
.bl_table2--repeat tbody tr:nth-child(odd) {
  background-color: #F5F5F5;
}
.bl_table3 table {
  width: 100%;
  table-layout: fixed;
  border-radius: 20px;
  border: #eee solid 2px;
  overflow: hidden;
  border-collapse: inherit;
  background-color: #fff;
}
.bl_table3 tbody th {
  text-align: left;
  font-weight: 700;
  line-height: 1.5;
  padding: 22px 20px;
  background: #F5F5F5;
  color: #023E98;
}
.bl_table3 tbody th > a {
  color: #0062B1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bl_table3 tbody th > a:hover {
  opacity: 0.8;
}
.bl_table3 tbody th > a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/corporation/icon_link_03.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.bl_table3 tbody th > a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/indivisual/icon_pdf.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.bl_table3 tbody th > a[href^=tel] {
  color: #333;
}
@media screen and (max-width: 767px) {
  .bl_table3 tbody th > a[href^=tel] {
    color: #0062B1;
  }
}
@media screen and (max-width: 767px) {
  .bl_table3 tbody th {
    padding: 25px 16px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_table3 tbody th {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_table3 tbody th {
    font-size: 0.8333333333rem;
  }
}
.bl_table3 tbody td {
  line-height: 1.5;
  padding: 22px 32px;
}
.bl_table3 tbody td > a {
  color: #0062B1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bl_table3 tbody td > a:hover {
  opacity: 0.8;
}
.bl_table3 tbody td > a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/corporation/icon_link_03.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.bl_table3 tbody td > a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/indivisual/icon_pdf.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.bl_table3 tbody td > a[href^=tel] {
  color: #333;
}
@media screen and (max-width: 767px) {
  .bl_table3 tbody td > a[href^=tel] {
    color: #0062B1;
  }
}
@media screen and (max-width: 767px) {
  .bl_table3 tbody td {
    padding: 25px 16px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_table3 tbody td {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_table3 tbody td {
    font-size: 0.8333333333rem;
  }
}
.bl_table3--indivisual tbody th {
  color: #E70012;
}
.bl_table4 table {
  width: 100%;
  table-layout: fixed;
  background-color: #fff;
}
.bl_table4 tbody {
  border-right: #ccc solid 1px;
  border-top: #ccc solid 1px;
}
.bl_table4 tbody th {
  text-align: left;
  font-weight: 700;
  line-height: 1.5;
  padding: 28px 20px;
  border-left: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  background: #3E5F90;
  color: #fff;
  text-align: center;
  /* + td {
      border-left: none;
  } */
}
.bl_table4 tbody th > a {
  color: #0062B1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bl_table4 tbody th > a:hover {
  opacity: 0.8;
}
.bl_table4 tbody th > a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/corporation/icon_link_03.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.bl_table4 tbody th > a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/indivisual/icon_pdf.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.bl_table4 tbody th > a[href^=tel] {
  color: #333;
}
@media screen and (max-width: 767px) {
  .bl_table4 tbody th > a[href^=tel] {
    color: #0062B1;
  }
}
@media screen and (max-width: 767px) {
  .bl_table4 tbody th {
    padding: 25px 16px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_table4 tbody th {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_table4 tbody th {
    font-size: 0.8333333333rem;
  }
}
.bl_table4 tbody td {
  line-height: 1.5;
  padding: 28px 20px;
  border-left: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  vertical-align: top;
}
.bl_table4 tbody td > a {
  color: #0062B1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bl_table4 tbody td > a:hover {
  opacity: 0.8;
}
.bl_table4 tbody td > a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/corporation/icon_link_03.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.bl_table4 tbody td > a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/indivisual/icon_pdf.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.bl_table4 tbody td > a[href^=tel] {
  color: #333;
}
@media screen and (max-width: 767px) {
  .bl_table4 tbody td > a[href^=tel] {
    color: #0062B1;
  }
}
@media screen and (max-width: 767px) {
  .bl_table4 tbody td {
    padding: 25px 16px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_table4 tbody td {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_table4 tbody td {
    font-size: 0.8333333333rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_table4__scroll {
    overflow-y: hidden;
    overflow-x: auto;
    margin-right: -15px;
    padding-right: 15px;
  }
  .bl_table4__scroll table {
    width: 1000px;
  }
}
.bl_table4--bg2 tbody th {
  background-color: #AD4049;
}
.bl_txtBox {
  border-radius: 10px;
  padding: 20px 24px;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .bl_txtBox {
    padding: 25px 20px;
  }
}
.bl_txtBox--dgray {
  background-color: #EDEDED;
}
.bl_txtBox--corporation {
  background-color: #ECF4FF;
}
.bl_txtBox--corporation > p {
  color: #023E98;
}
.bl_txtBox--indivisual {
  background-color: #FEF5F6;
}
.bl_txtBox--indivisual > p {
  color: #E70012;
}
.bl_txtBox--caution {
  background-color: #FFEDEE;
}
.bl_txtBox--caution > p {
  color: #D32A37;
}
.bl_txtBox--shadow {
  background: none;
  border: #E1E1E1 solid 1px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}
.bl_txtBox--border {
  background: none;
  border: #E1E1E1 solid 1px;
}
.bl_acordion_box {
  border-bottom: #D1D1D1 solid 1px;
}
.bl_acordion_box:nth-child(1) {
  border-top: #D1D1D1 solid 1px;
}
.bl_acordion_tit {
  min-height: 80px;
  padding: 20px 80px 20px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 768px), print {
  .bl_acordion_tit:hover {
    background: #eee;
  }
}
.bl_acordion_tit::after {
  content: "";
  width: 15px;
  height: 7px;
  background: url(/assets/img/common/icon_ac.svg) center/contain no-repeat;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.bl_acordion_tit.is-active::after {
  -webkit-transform: none;
          transform: none;
}
.bl_acordion_main {
  background: #F8F8F8;
  padding: 40px;
  display: none;
}
@media screen and (max-width: 767px) {
  .bl_acordion_tit {
    padding: 20px 50px 20px 25px;
  }
  .bl_acordion_main {
    padding: 30px 25px;
  }
}
.bl_faq_box {
  border-bottom: #D1D1D1 solid 1px;
}
.bl_faq_tit {
  min-height: 80px;
  padding: 20px 80px 20px 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bl_faq_tit::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/assets/img/common/corporation/icon_q.svg) center/contain no-repeat;
  position: absolute;
  left: 35px;
  top: 25px;
}
@media screen and (min-width: 768px), print {
  .bl_faq_tit:hover {
    background: #F8F8F8;
  }
}
.bl_faq_tit::after {
  content: "";
  width: 15px;
  height: 7px;
  background: url(/assets/img/common/icon_ac.svg) center/contain no-repeat;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.bl_faq_tit.is-active::after {
  -webkit-transform: none;
          transform: none;
}
.bl_faq_tit--indivisual::before {
  background-image: url(/assets/img/common/indivisual/icon_q.svg);
}
.bl_faq_main {
  padding: 20px 40px 30px 85px;
  display: none;
  position: relative;
}
.bl_faq_main::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/assets/img/common/corporation/icon_a_02.svg) center/contain no-repeat;
  position: absolute;
  left: 35px;
  top: 18px;
}
.bl_faq_main--indivisual::before {
  background-image: url(/assets/img/common/indivisual/icon_a_02.svg);
}
@media screen and (max-width: 767px) {
  .bl_faq_tit {
    padding: 20px 50px 20px 70px;
  }
  .bl_faq_tit::before {
    left: 20px;
  }
  .bl_faq_main {
    padding: 10px 25px 30px 70px;
  }
  .bl_faq_main::before {
    left: 20px;
    top: 8px;
  }
}
.bl_pdfReader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
}
.bl_pdfReader_img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bl_pdfReader_img:hover {
  opacity: 0.8;
}
.bl_pdfReader > p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .bl_pdfReader {
    display: block;
  }
  .bl_pdfReader_img {
    display: inline-block;
    margin-bottom: 10px;
  }
}
.bl_normalBox {
  padding: 40px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
.bl_normalBox_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.bl_normalBox_list_item {
  width: 360px;
}
.bl_normalBox_list_item--col3 {
  width: 312px;
}
@media screen and (max-width: 767px) {
  .bl_normalBox {
    padding: 40px 20px;
  }
  .bl_normalBox_list {
    display: block;
  }
  .bl_normalBox_list_item {
    width: 100%;
  }
  .bl_normalBox_list_item + .bl_normalBox_list_item {
    margin-top: 30px;
  }
}
.bl_btnContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 50px;
}
@media screen and (max-width: 767px) {
  .bl_btnContainer {
    display: block;
  }
  .bl_btnContainer .el_btn {
    margin: 0 auto;
  }
  .bl_btnContainer .el_btn + .el_btn {
    margin-top: 15px;
  }
}
.bl_btnContainer2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 60px;
}
@media screen and (min-width: 768px), print {
  .bl_btnContainer2 .el_btn {
    width: calc((100% - 120px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .bl_btnContainer2 {
    display: block;
  }
  .bl_btnContainer2 .el_btn {
    margin: 0 auto;
  }
  .bl_btnContainer2 .el_btn + .el_btn {
    margin-top: 15px;
  }
}
.bl_search {
  background: #EFF3F6;
  padding: 40px 20px;
}
.bl_search--indivisual {
  background-color: #F0EAEA;
}
.bl_search .el_search > input {
  background: #FFF;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bl_search .el_search > input:focus {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.bl_contact {
  border: #D1D1D1 solid 1px;
  border-radius: 20px;
  padding: 36px 20px;
  position: relative;
}
.bl_contact::after {
  content: "";
  width: 232px;
  height: 247px;
  background: url(/assets/img/common/img_contact.svg) center/contain no-repeat;
  position: absolute;
  right: 16px;
  top: -37px;
}
@media screen and (max-width: 767px) {
  .bl_contact {
    padding: 30px 30px 40px;
  }
  .bl_contact::after {
    display: none;
  }
}
.bl_contact2 {
  border-radius: 20px;
  padding: 40px;
  position: relative;
  text-align: center;
  background: #ECF4FF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 310px;
}
.bl_contact2--indivisual {
  background-color: #FEF5F6;
}
.bl_contact2::after {
  content: "";
  width: 310px;
  height: 252px;
  background: url(/assets/img/common/img_contact_02.svg) center/contain no-repeat;
  position: absolute;
  right: 24px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .bl_contact2 {
    padding: 40px 30px;
    display: block;
    min-height: 0;
  }
  .bl_contact2::after {
    display: none;
  }
}
.bl_cautionSlider {
  background: #FFEDEE;
}
.bl_cautionSlider_container {
  height: 64px;
}
.bl_cautionSlider_wrap {
  position: relative;
  overflow: visible;
}
.bl_cautionSlider_slide {
  position: relative;
  padding: 20px 20px 20px 54px;
}
.bl_cautionSlider_slide::before {
  content: "";
  width: 23px;
  height: 20px;
  background: url(/assets/img/common/icon_caution.svg) center/contain no-repeat;
  position: absolute;
  left: 20px;
  top: 21px;
}
.bl_cautionSlider_slide > p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.bl_cautionSlider_slide a {
  color: #D32A37;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .bl_cautionSlider_container {
    height: 110px;
  }
  .disabled .bl_cautionSlider_container {
    height: auto;
  }
  .bl_cautionSlider_slide {
    padding: 20px 15px 20px 54px;
  }
  .bl_cautionSlider_slide > p {
    -webkit-line-clamp: 3;
  }
  .disabled .bl_cautionSlider_slide > p {
    overflow: visible;
    display: block;
  }
  .bl_cautionSlider_wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bl_step_titBox {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bl_step_tit1 {
  width: 147px;
  min-height: 70px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #023E98;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .bl_step_tit1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 360px) {
  .bl_step_tit1 {
    font-size: 1.3333333333rem;
  }
}
.bl_step_tit2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 15px 34px;
  background: #F4F4F4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .bl_step_tit2 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 360px) {
  .bl_step_tit2 {
    font-size: 1.2222222222rem;
  }
}
.bl_step_box {
  border: #D1D1D1 solid 1px;
  border-top: none;
  padding: 38px 27px;
}
.bl_step_item {
  position: relative;
}
.bl_step_item + .bl_step_item {
  margin-top: 124px;
}
.bl_step_item:not(:nth-child(1)):after {
  content: "";
  width: 65px;
  height: 72px;
  background: url(/assets/img/common/corporation/icon_arrow_down.svg) center/contain no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: -92px;
  margin: auto;
}
.bl_step--indivisual .bl_step_tit1 {
  background-color: #E70012;
}
.bl_step--indivisual .bl_step_item::after {
  background-image: url(/assets/img/common/indivisual/icon_arrow_down.svg);
}
@media screen and (max-width: 767px) {
  .bl_step_tit1 {
    width: 120px;
    min-height: 54px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_step_tit1 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_step_tit1 {
    font-size: 1.1111111111rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_step_tit2 {
    font-size: 1.125rem;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_step_tit2 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_step_tit2 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_step_box {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 767px) {
  .bl_step_item + .bl_step_item {
    margin-top: 90px;
  }
  .bl_step_item:not(:nth-child(1)):after {
    width: 44px;
    height: 49px;
    top: -71px;
  }
}
.bl_card_tit {
  min-height: 73px;
  color: #023E98;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  border-radius: 16px 16px 0 0;
  border: #D1D1D1 solid 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .bl_card_tit {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .bl_card_tit {
    font-size: 0.8888888889rem;
  }
}
.bl_card_tit--indivisual {
  color: #E70012;
}
.bl_card_box {
  border-radius: 0 0 16px 16px;
  border: #D1D1D1 solid 1px;
  border-top: none;
}
.bl_card_item {
  padding: 17px 27px;
}
.bl_card_item:not(:nth-child(1)) {
  border-top: #D1D1D1 solid 1px;
}
.bl_card_item--2 {
  padding: 33px 27px 30px;
}
.bl_card_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .bl_card_list {
    text-align: center;
    display: block;
  }
  .bl_card_list > * + * {
    margin-top: 10px;
  }
}
.bl_caution_titBox {
  background-color: #FFEDEE;
  padding: 20px;
}
.bl_caution_tit {
  color: #D32A37;
  background: url(/assets/img/common/icon_exclamation.svg) left 4px/16px no-repeat;
  padding-left: 30px;
}
.bl_caution_mainBox {
  border: #D1D1D1 solid 1px;
  border-top: none;
  padding: 20px 30px 30px;
}
@media screen and (max-width: 767px) {
  .bl_caution_titBox {
    padding: 16px;
  }
  .bl_caution_tit {
    padding-left: 24px;
  }
  .bl_caution_mainBox {
    padding: 20px 24px 30px;
  }
}
.bl_case .el_titEx {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_formTel {
  text-align: center;
  border-radius: 10px;
  padding: 32px 20px;
}
.bl_form {
  border: #D1D1D1 solid 1px;
  border-radius: 10px;
  padding: 50px 200px 70px;
}
.bl_form_tr + .bl_form_tr {
  margin-top: 30px;
}
.bl_form_th {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-bottom: 12px;
}
.bl_form_td {
  width: 100%;
}
.bl_form_icon {
  font-size: 0.875rem;
  display: inline-block;
  min-width: 62px;
  color: #D32A37;
  text-align: center;
  border: #D32A37 solid 1px;
  padding: 4px 2px 6px;
  border-radius: 50px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bl_form_icon {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .bl_form_icon {
    font-size: 0.7777777778rem;
  }
}
.bl_form_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.bl_form_accept {
  padding: 60px 25px;
  margin-top: 50px;
}
.bl_form_accept_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .bl_form {
    padding: 40px 25px 50px;
  }
  .bl_form_icon {
    font-size: 0.8125rem;
    min-width: 56px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_form_icon {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_form_icon {
    font-size: 0.7222222222rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_form_list {
    display: block;
  }
  .bl_form_list > * + * {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .bl_form_accept {
    padding: 40px 25px;
    margin-top: 30px;
  }
}
.bl_top {
  background: #F8F8F8;
}
.bl_top_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 64px;
  padding: 10px 0;
}
.bl_top .el_speaker {
  margin-left: 20px;
}
.bl_top .el_speaker .rsbtn {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .bl_top_wrap {
    display: block;
    padding: 15px 0;
  }
  .bl_top .el_speaker {
    margin: 8px 0 0;
    text-align: right;
  }
  .bl_top .el_speaker .rsbtn {
    display: inline-block;
  }
}
.bl_fixBtn {
  padding: 23px 0;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.bl_excursion {
  margin-bottom: 10px;
  margin-top: 100px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  padding: 23px 0;
}
.bl_excursion_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_excursion_btn {
  width: 252px;
}
.bl_excursion_btn > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #023E98;
  border: solid 2px #023E98;
  border-radius: 28px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  min-height: 55px;
  padding: 7px 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .bl_excursion_btn > * {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .bl_excursion_btn > * {
    font-size: 0.8888888889rem;
  }
}
.bl_excursion_btn > *:hover, .bl_excursion_btn > *.is-active {
  color: #fff;
  background-color: #023E98;
}
.bl_excursion_btn--indivisual > * {
  color: #E70012;
  border-color: #E70012;
}
.bl_excursion_btn--indivisual > *:hover, .bl_excursion_btn--indivisual > *.is-active {
  background-color: #E70012;
}
@media screen and (max-width: 767px) {
  .bl_excursion {
    margin-top: 70px;
  }
  .bl_excursion_btn {
    width: calc((100% - 12px) / 2);
  }
  .bl_excursion_btn:nth-child(n+3) {
    margin-top: 12px;
  }
  .bl_excursion_btn > * {
    font-size: 0.8125rem;
    padding: 7px 10px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_excursion_btn > * {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_excursion_btn > * {
    font-size: 0.7222222222rem;
  }
}
.bl_kawamusuNews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bl_kawamusuNews_image {
  width: 80px;
  margin-right: 20px;
  padding-top: 10px;
}
.bl_kawamusuNews_txt {
  width: 370px;
  padding: 18px 30px;
  background: rgba(255, 255, 255, 0.9);
  border: #023E98 solid 2px;
  border-radius: 10px;
  position: relative;
}
.bl_kawamusuNews_txt::before {
  content: "";
  position: absolute;
  top: 35%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.bl_kawamusuNews_txt::after {
  content: "";
  position: absolute;
  top: 35%;
  left: -29px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #023E98;
  z-index: 1;
}
.bl_kawamusuNews_txt > p {
  font-weight: 500;
}
.bl_kawamusuNews_txt--indivisual {
  border-color: #E70012;
}
.bl_kawamusuNews_txt--indivisual::after {
  border-right-color: #E70012;
}
@media screen and (max-width: 1420px) and (min-width: 768px), print {
  .bl_kawamusuNews_image {
    width: 70px;
  }
  .bl_kawamusuNews_txt {
    width: auto;
    padding: 15px 25px;
  }
  .bl_kawamusuNews_txt::before {
    left: -20px;
    margin-top: -10px;
    border-width: 10px;
    border-right-width: 10px;
  }
  .bl_kawamusuNews_txt::after {
    left: -25px;
    margin-top: -12px;
    border-width: 12px;
    border-right-width: 12px;
  }
}
@media screen and (max-width: 767px) {
  .bl_kawamusuNews_image {
    min-width: 50px;
    margin-right: 20px;
    padding-top: 10px;
  }
  .bl_kawamusuNews_txt {
    width: 100%;
    padding: 10px 20px;
  }
  .bl_kawamusuNews_txt > p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_kawamusuNews_txt > p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .bl_kawamusuNews_txt > p {
    font-size: 0.7777777778rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_kawamusuNews_txt::before {
    left: -20px;
    margin-top: -10px;
    border-width: 10px;
    border-right-width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .bl_kawamusuNews_txt::after {
    left: -25px;
    margin-top: -12px;
    border-width: 12px;
    border-right-width: 12px;
  }
}

/* /_block.scss
-------------------------------------------------------*/
/* _unipue.scss
-------------------------------------------------------*/
/* poplink pc */
body div.poplink.pcia {
  width: 100%;
  top: calc(100% + 5px);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
body div.poplink.pcia > div.poplink_suggest {
  border-color: #D1D1D1;
}
body div.poplink.pcia > div.poplink_suggest > div.word {
  padding: 15px 25px;
  cursor: pointer;
}
body div.poplink.pcia > div.poplink_suggest > div.word + div.word {
  border-top: 1px solid #D1D1D1;
}

/* poplink sp */
body div.poplink.spia > div.poplink_suggest {
  background: #F8F8F8;
  border: solid #D1D1D1 2px;
}

/* /_unipue.scss
-------------------------------------------------------*/
.cmp {
  /* body */
  /* main */
  /* header */
  /* navi */
  /* layout */
  /* tit */
  /* txt */
  /* readme */
  /* footer */
  /* top */
  /* sect */
  /* color */
}
.cmp_body {
  background: #FFF;
}
@media screen and (min-width: 768px), print {
  .cmp_main__list {
    margin-left: 200px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .is-naviClose .cmp_main__list {
    margin-left: 100px;
  }
}
.cmp_header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background: rgba(200, 200, 200, 0.7);
  padding: 25px;
  z-index: 10;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media screen and (max-width: 767px) {
  .cmp_header {
    padding: 20px 15px;
  }
}
.cmp_header_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px 30px;
}
@media screen and (max-width: 767px) {
  .cmp_header_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px 30px;
  }
}
.cmp_header_list a {
  color: #666;
  font-size: 1rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .cmp_header_list a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .cmp_header_list a {
    font-size: 0.8888888889rem;
  }
}
.cmp_header_list a:hover {
  color: #000;
  text-decoration: underline;
}
.cmp_header_list a.active {
  color: #000;
  font-weight: 500;
}
.cmp_navi {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(33, 33, 33, 0.8);
  z-index: 10;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: 200px;
  height: 100vh;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.is-naviClose .cmp_navi {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .cmp_navi {
    width: 100%;
    height: auto;
  }
}
.cmp_navi_list {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .cmp_navi_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
.cmp_navi_list::-webkit-scrollbar {
  width: 10px;
}
.cmp_navi_list::-webkit-scrollbar-track {
  background-color: #ccc;
}
.cmp_navi_list::-webkit-scrollbar-thumb {
  background-color: #999;
}
@media screen and (max-width: 767px) {
  .cmp_navi_list > li {
    width: 20%;
    border-right: #CCC solid 1px;
  }
  .cmp_navi_list > li:last-child {
    border: none;
  }
}
.cmp_navi_list_re {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 14px 15px;
  line-height: 1.4;
  font-size: 1.0625rem;
  background: #333;
  color: #FFF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: #666 solid 1px;
}
@media screen and (max-width: 767px) {
  .cmp_navi_list_re {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 360px) {
  .cmp_navi_list_re {
    font-size: 0.9444444444rem;
  }
}
.cmp_navi_list_re:hover {
  background: #000;
}
.is-naviClose .cmp_navi_list_re {
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .is-naviClose .cmp_navi_list_re {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 360px) {
  .is-naviClose .cmp_navi_list_re {
    font-size: 0.7222222222rem;
  }
}
@media screen and (max-width: 767px) {
  .cmp_navi_list_re {
    font-size: 0.75rem;
    padding: 10px 3px;
    text-align: center;
    border: none;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cmp_navi_list_re {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .cmp_navi_list_re {
    font-size: 0.6666666667rem;
  }
}
.cmp_navi_list_child {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cmp_navi_list_child > a {
  display: block;
  color: #FFF;
  padding: 10px 15px;
  border-bottom: #666 solid 1px;
  font-size: 0.8125rem;
  line-height: 1.4;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .cmp_navi_list_child > a {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 360px) {
  .cmp_navi_list_child > a {
    font-size: 0.7222222222rem;
  }
}
.cmp_navi_list_child > a:hover {
  background: #333;
}
.is-naviClose .cmp_navi_list_child {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media screen and (max-width: 767px) {
  .cmp_navi_list_child {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
  }
}
.cmp_navi_close {
  font-size: 30px;
  color: #FFF;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(150, 150, 150, 0.7);
}
.cmp_navi_close::after {
  content: "";
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
}
.is-naviClose .cmp_navi_close::after {
  content: "→";
  background: #666;
}
@media screen and (max-width: 767px) {
  .cmp_navi_close {
    display: none;
  }
}
.cmp_ly_inner {
  max-width: 1200px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .cmp_ly_inner {
    width: calc(100% - 20px);
    margin-top: 60px;
  }
}
.cmp_ly_outer {
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .cmp_ly_outer {
    margin-top: 60px;
  }
}
.cmp_tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 0 auto 40px;
  color: #666;
}
.cmp_ly_outer .cmp_tit {
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .cmp_ly_outer .cmp_tit {
    width: calc(100% - 20px);
  }
}
.cmp_tit_ja {
  font-size: 1.625rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cmp_tit_ja {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 360px) {
  .cmp_tit_ja {
    font-size: 1.4444444444rem;
  }
}
@media screen and (max-width: 767px) {
  .cmp_tit_ja {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cmp_tit_ja {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .cmp_tit_ja {
    font-size: 1.2222222222rem;
  }
}
.cmp_tit_en {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cmp_tit_en {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .cmp_tit_en {
    font-size: 0.7777777778rem;
  }
}
.cmp_tit-primary {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .cmp_tit-primary {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 360px) {
  .cmp_tit-primary {
    font-size: 2.1111111111rem;
  }
}
@media screen and (max-width: 767px) {
  .cmp_tit-primary {
    font-size: 1.875rem;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cmp_tit-primary {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .cmp_tit-primary {
    font-size: 1.6666666667rem;
  }
}
.cmp_tit-secondary {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 15px 25px;
  border-left: #333 solid 5px;
  margin-bottom: 40px;
  color: #333;
  background: #eee;
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 767px) {
  .cmp_tit-secondary {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 360px) {
  .cmp_tit-secondary {
    font-size: 1.4444444444rem;
  }
}
@media screen and (max-width: 767px) {
  .cmp_tit-secondary {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cmp_tit-secondary {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .cmp_tit-secondary {
    font-size: 1.2222222222rem;
  }
}
.cmp_txt_caption {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 20px;
  padding: 20px;
  border: #CCC solid 1px;
  background: #eee;
}
@media screen and (max-width: 767px) {
  .cmp_txt_caption {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .cmp_txt_caption {
    font-size: 0.7777777778rem;
  }
}
.cmp_ly_outer .cmp_txt_caption {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .cmp_ly_outer .cmp_txt_caption {
    width: calc(100% - 20px);
  }
}
.cmp_txt_attend {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 20px;
  padding: 20px;
  border: #ff6060 solid 1px;
  background: #fde5e5;
  color: #ff6060;
}
@media screen and (max-width: 767px) {
  .cmp_txt_attend {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .cmp_txt_attend {
    font-size: 0.7777777778rem;
  }
}
.cmp_ly_outer .cmp_txt_attend {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .cmp_ly_outer .cmp_txt_attend {
    width: calc(100% - 20px);
  }
}
.cmp_readme {
  background: #eee;
}
.cmp_readme details {
  padding: 20px 30px;
}
.cmp_readme summary {
  outline: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
.cmp_readme summary::-moz-selection {
  outline: none;
  background: none;
}
.cmp_readme summary::selection {
  outline: none;
  background: none;
}
.cmp_readme table {
  width: 100%;
  border: #CCC solid 1px;
  background: #FFF;
  margin: 20px auto 0;
}
.cmp_readme th,
.cmp_readme td {
  border: #CCC solid 1px;
  padding: 12px;
  vertical-align: top;
  line-height: 1.6;
}
.cmp_readme a {
  color: #0062B1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding-bottom: 0.1em;
  background: -webkit-gradient(linear, left top, left bottom, from(#0062B1), to(#0062B1)) 0 100%/0 1px no-repeat;
  background: -webkit-linear-gradient(#0062B1, #0062B1) 0 100%/0 1px no-repeat;
  background: linear-gradient(#0062B1, #0062B1) 0 100%/0 1px no-repeat;
  display: inline-block;
}
.cmp_readme a::before {
  content: attr(href);
  position: relative;
  z-index: 2;
}
.cmp_readme a:hover {
  background-size: 100% 1px;
}
.cmp_readme_w1 {
  width: 10%;
  min-width: 150px;
}
.cmp_readme_w2 {
  width: 20%;
}
.cmp_readme_w3 {
  width: 20%;
}
.cmp_readme_w4 {
  width: 50%;
}
.cmp_footer {
  background: #333;
  padding: 15px;
  margin-top: 100px;
}
.cmp_footer_txt {
  text-align: center;
  color: #FFF;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .cmp_footer_txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .cmp_footer_txt {
    font-size: 0.7777777778rem;
  }
}
.cmp_top_caption {
  margin-bottom: 30px;
}
.cmp_top_caption details {
  background: #FFF;
  border: #eee solid 1px;
}
.cmp_top_caption details[open] summary {
  background: #eee;
}
.cmp_top_caption summary {
  list-style: none;
  cursor: pointer;
  padding: 10px 30px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cmp_top_caption summary::-webkit-details-marker {
  display: none;
}
.cmp_top_caption summary:hover {
  background: #eee;
}
.cmp_top_caption summary span {
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: 500;
  position: relative;
  display: block;
  padding: 16px 0 20px 80px;
}
@media screen and (max-width: 767px) {
  .cmp_top_caption summary span {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 360px) {
  .cmp_top_caption summary span {
    font-size: 1rem;
  }
}
.cmp_top_caption summary span::before {
  content: "";
  width: 60px;
  height: 53px;
  background: url(/_component/assets/img/img_caption_01.png) center/cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cmp_top_caption_main {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  padding: 20px 30px;
}
details[open] .cmp_top_caption_main {
  opacity: 1;
}
.cmp_top_caption_main-tit {
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: 500;
  position: relative;
  display: block;
  padding: 16px 0 20px 80px;
}
@media screen and (max-width: 767px) {
  .cmp_top_caption_main-tit {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 360px) {
  .cmp_top_caption_main-tit {
    font-size: 1rem;
  }
}
.cmp_top_caption_main-tit::before {
  content: "";
  width: 60px;
  height: 53px;
  background: url(/_component/assets/img/img_caption_02.png) center/cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cmp_top_caption_main-box {
  padding: 20px;
}
.cmp_top_caption_main-txt {
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cmp_top_caption_main-txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .cmp_top_caption_main-txt {
    font-size: 0.8888888889rem;
  }
}
.cmp_top_caption_main-txt + .cmp_top_caption_main-txt {
  margin-top: 20px;
}
.cmp_sect:not(:last-child) {
  border-bottom: #000 solid 2px;
  padding-bottom: 80px;
}
.cmp_color {
  padding-top: 20px;
}
.cmp_color_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.cmp_color_list + .cmp_color_list {
  margin-top: 40px;
}
.cmp_color_list > li {
  position: relative;
}
.cmp_color_list > li::before {
  content: attr(data-tit);
  display: block;
  text-align: center;
  font-size: 12px;
  position: absolute;
  width: 100%;
  left: 0;
  top: -18px;
  white-space: nowrap;
}
.cmp_color_list > li::after {
  content: attr(data-code);
  display: block;
  text-align: center;
  font-size: 10px;
  margin-top: 5px;
  white-space: nowrap;
}
.cmp_color_list > li > span {
  display: block;
  width: 80px;
  height: 80px;
}
.cmp_color_list > li[data-code="$color-main"] span {
  background: #023E98;
}
.cmp_color_list > li[data-code="$color-main2"] span {
  background: #3E5F90;
}
.cmp_color_list > li[data-code="$color-main3"] span {
  background: #78A9EF;
}
.cmp_color_list > li[data-code="$color-main4"] span {
  background: #ECF4FF;
}
.cmp_color_list > li[data-code="$color-main5"] span {
  background: #EFF3F6;
}
.cmp_color_list > li[data-code="$color-sub"] span {
  background: #E70012;
}
.cmp_color_list > li[data-code="$color-sub2"] span {
  background: #AD4049;
}
.cmp_color_list > li[data-code="$color-sub3"] span {
  background: #ED6E7D;
}
.cmp_color_list > li[data-code="$color-sub4"] span {
  background: #FEF5F6;
}
.cmp_color_list > li[data-code="$color-sub5"] span {
  background: #F0EAEA;
}
.cmp_color_list > li[data-code="$color-txt"] span {
  background: #333;
}
.cmp_color_list > li[data-code="$color-txt2"] span {
  background: #818181;
}
.cmp_color_list > li[data-code="$color-txt3"] span {
  background: #D1D1D1;
}
.cmp_color_list > li[data-code="$color-txt4"] span {
  background: #F8F8F8;
}
.cmp_color_list > li[data-code="$color-border"] span {
  border-color: #D1D1D1;
}
.cmp_color_list > li[data-code="$color-cv"] span {
  background: #06C655;
}
.cmp_color_list > li[data-code="$color-caution"] span {
  background: #D32A37;
}
.cmp_color_list > li[data-code="$color-caution2"] span {
  background: #FFEDEE;
}
.cmp_color_list-border > span {
  border-width: 1px;
  border-style: solid;
  background: #FFF;
}

#cmp_ly .ly_2split_item, #cmp_ly .ly_2splitTo2split_item,
#cmp_ly .ly_2on1_item, #cmp_ly .ly_2on1_orderReverse_item, #cmp_ly .ly_2on1to1on1_item,
#cmp_ly .ly_1on2_item, #cmp_ly .ly_1on2_orderReverse_item, #cmp_ly .ly_1on2to1on1_item,
#cmp_ly .ly_3split_item, #cmp_ly .ly_3splitTo2split_item,
#cmp_ly .ly_4split_item, #cmp_ly .ly_4splitTo2split_item,
#cmp_ly .ly_5split_item, #cmp_ly .ly_5splitTo2split_item,
#cmp_ly .ly_center_item {
  background: #CCC;
  text-align: center;
  padding: 40px;
  font-size: 24px;
}

/* MV */
.un_topMv {
  position: relative;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(88, 88, 88, 0.21);
          box-shadow: 0px 0px 16px 0px rgba(88, 88, 88, 0.21);
}
.un_topMv_read {
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  text-align: right;
  z-index: 100;
}
.un_topMv_read_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 15px;
}
.un_topMv_read_inner .rsbtn {
  margin-bottom: 0;
}
.un_topMv_main {
  position: relative;
  width: 100%;
}
.un_topMv_caution_inner {
  position: relative;
  background: #fff;
}
.un_topMv_caution_head {
  color: #e60012;
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .un_topMv_caution_head {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .un_topMv_caution_head {
    font-size: 0.8888888889rem;
  }
}
.un_topMv_caution_head > i {
  margin-right: 8px;
}
.un_topMv_caution_item + .un_topMv_caution_item {
  margin-top: 5px;
}
.un_topMv_caution_item > a {
  color: #333;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1px;
  display: flex;
  gap: 10px;
  width: fit-content;
  
  &::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 16px;
    background: url(/assets/img/common/icon_caution.svg) no-repeat center/cover;
    transform: translateY(3px);
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .un_topMv_caution_item > a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .un_topMv_caution_item > a {
    font-size: 0.7777777778rem;
  }
}
.un_topMv_caution_item i {
  margin-left: 7px;
}
.un_topMv_caution_item i > img {
  vertical-align: -2px;
}
.un_topMv_box {
  position: relative;
  z-index: 10;
  padding-top: 50px;
  pointer-events: none;
}
.un_topMv_box_inner {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(88, 88, 88, 0.21);
          box-shadow: 0px 0px 16px 0px rgba(88, 88, 88, 0.21);
  padding: 60px 60px 50px;
  width: 530px;
  margin-top: 30px;
  pointer-events: all;
}
.un_topMv_box_tit {
  border-bottom: #d5d5d5 solid 1px;
  padding-bottom: 50px;
  margin-bottom: 35px;
}
.un_topMv_box_txt {
  font-size: 1.125rem;
  line-height: 1.85;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .un_topMv_box_txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 360px) {
  .un_topMv_box_txt {
    font-size: 1rem;
  }
}
.un_topMv_box_btnBox {
  width: 372px;
  margin: 30px auto 0;
}
.un_topMv_box_btn {
  width: 100%;
}
.un_topMv_box_btn > * {
  height: 60px;
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .un_topMv_box_btn > * {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 360px) {
  .un_topMv_box_btn > * {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .un_topMv_read_inner {
    padding-right: 0;
  }
  .un_topMv_main {
    height: 986px;
    padding: 0;
  }
  .un_topMv_img > img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .un_topMv_bnr {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 2;
  }
  .un_topMv_bnr_link {
    width: 424px;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .un_topMv_bnr_link:hover {
    opacity: 0.8;
  }
  .un_topMv_caution {
    padding: 20px 0;
  }
  .un_topMv_caution_inner {
  }
  .un_topMv_caution_head {
    font-size: 0.875rem;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .un_topMv_caution_head {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 360px) {
  .un_topMv_caution_head {
    font-size: 0.7777777778rem;
  }
}
@media screen and (min-width: 768px), print {
  .un_topMv_caution_head img {
    width: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .un_topMv_caution_body a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .un_topMv_caution_body a:hover {
    color: #D32A37;
  }
}
@media screen and (max-width: 1420px) and (min-width: 768px), print {
  .un_topMv_main {
    height: 850px;
    padding: 0;
  }
  .un_topMv_box {
    padding-top: 30px;
  }
  .un_topMv_box_inner {
    width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .un_topMv_caution {
    padding: 14px 18px;
    border-top: #e9e9e9 solid 2px;
  }

  .un_topMv_caution_head {
    padding: 14px 32px;
  }
  .un_topMv_caution_body {
    
  }
  .un_topMv_box {
    position: relative;
    padding-top: 0;
    margin: -90px auto 0;
  }
  .un_topMv_box_inner {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(88, 88, 88, 0.21);
            box-shadow: 0px 0px 8px 0px rgba(88, 88, 88, 0.21);
    padding: 30px 20px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .un_topMv_box_tit {
    border-bottom: none;
    padding: 0 25px;
    margin: 0 auto 20px;
    text-align: center;
    max-width: 320px;
  }
  .un_topMv_box_txt {
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_topMv_box_txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .un_topMv_box_txt {
    font-size: 0.8888888889rem;
  }
}
@media screen and (max-width: 767px) {
  .un_topMv_box_btnBox {
    width: 100%;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .un_topMv_box_btn {
    margin-left: auto;
    margin-right: auto;
  }
  .un_topMv_box_btn > * {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_topMv_box_btn > * {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .un_topMv_box_btn > * {
    font-size: 0.8888888889rem;
  }
}
@media screen and (max-width: 767px) {
  .un_topMv_main {
    background-color: #fbfbfb;
    padding-bottom: 10px;
  }
}

/* hello */
.un_topHello {
  overflow: hidden;
}
.un_topHello_txt {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .un_topHello_txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 360px) {
  .un_topHello_txt {
    font-size: 1rem;
  }
}
.un_topHello_inner {
  padding: 104px 0;
  position: relative;
}
.un_topHello_inner::before {
  content: "";
  width: 103%;
  height: 1460px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border-left: #E70012 solid 2px;
  border-right: #023E98 solid 2px;
  border-radius: 50%;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .un_topHello_txt {
    letter-spacing: 1px;
    margin-bottom: 25px;
  }
  .un_topHello_inner {
    padding: 40px 0 60px;
  }
  .un_topHello_inner::before {
    content: "";
    width: 454px;
    height: 467px;
  }
}

/* service */
.un_topService {
  background: #EFF3F6;
  padding: 60px 0 65px;
}
.un_topService_tit {
  text-align: center;
  color: #023E98;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 2px;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .un_topService_tit {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 360px) {
  .un_topService_tit {
    font-size: 2.2222222222rem;
  }
}
.un_topService_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  margin: 75px auto 50px;
}
.un_topService_item {
  width: 150px;
  background: #fff;
  border-radius: 6px;
}
.un_topService_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #333;
  text-align: center;
  padding-bottom: 25px;
}
.un_topService_icon {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 100%;
  margin: -40px auto 0;
}
.un_topService_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  min-height: 72px;
}
@media screen and (max-width: 767px) {
  .un_topService_txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .un_topService_txt {
    font-size: 0.8888888889rem;
  }
}
@media screen and (min-width: 768px), print {
  .un_topService_link {
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .un_topService_link::after {
    content: "";
    width: 38px;
    height: 38px;
    border-radius: 100% 0 6px 0;
    background-color: #023E98;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .un_topService_link::before {
    content: "";
    width: 17px;
    height: 13px;
    background: url(/assets/img/common/icon_arrow_01_w.svg) center/contain no-repeat;
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .un_topService_link:hover {
    color: #023E98;
  }
  .un_topService_link:hover::after, .un_topService_link:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .un_topService {
    padding: 55px 0 65px;
  }
  .un_topService_tit {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_topService_tit {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .un_topService_tit {
    font-size: 1.7777777778rem;
  }
}
@media screen and (max-width: 767px) {
  .un_topService_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0;
    margin: 30px auto 35px;
  }
}
@media screen and (max-width: 767px) {
  .un_topService_item {
    width: calc((100% - 20px) / 2);
  }
  .un_topService_item:nth-child(n+3) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .un_topService_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 12px;
    height: 100%;
    min-height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .un_topService_icon {
    width: 36px;
    height: 36px;
    border-radius: 0;
    margin: 0 5px 0 0;
    padding: 4px;
  }
}
@media screen and (max-width: 767px) {
  .un_topService_txt {
    min-height: 0;
  }
}

/* topics */
.un_topTopics {
  position: relative;
  padding: 60px 0 55px;
}
.un_topTopics_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.un_topTopics_bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.un_topTopics_tit {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 25px;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .un_topTopics_tit {
    font-size: 2rem;
  }
}
@media screen and (max-width: 360px) {
  .un_topTopics_tit {
    font-size: 1.7777777778rem;
  }
}
.un_topTopics_link {
  color: #fff;
  text-align: center;
  display: block;
}
.un_topTopics_txt {
  display: inline-block;
  font-size: 1.15625rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .un_topTopics_txt {
    font-size: 1.15625rem;
  }
}
@media screen and (max-width: 360px) {
  .un_topTopics_txt {
    font-size: 1.0277777778rem;
  }
}
.un_topTopics_txt > i {
  margin-left: 16px;
}
.un_topTopics_img {
  border-radius: 40px;
  overflow: hidden;
}
.un_topTopics_img > img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover .un_topTopics_img > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width: 768px), print {
  .un_topTopics {
    height: 503px;
    padding: 70px 0 0;
  }
  .un_topTopics_tit {
    font-size: 2.5rem;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .un_topTopics_tit {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 360px) {
  .un_topTopics_tit {
    font-size: 2.2222222222rem;
  }
}
@media screen and (min-width: 768px), print {
  .un_topTopics_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 66px;
  }
}
@media screen and (min-width: 768px), print {
  .un_topTopics_item {
    width: 356px;
  }
}
@media screen and (min-width: 768px), print {
  .un_topTopics_txt {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .un_topTopics_txt {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 360px) {
  .un_topTopics_txt {
    font-size: 1.1111111111rem;
  }
}
@media screen and (min-width: 768px), print {
  .un_topTopics_txt--1 {
    margin-left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .un_topTopics_txt > i {
    width: 19px;
    display: inline-block;
    margin-left: 10px;
  }
  .un_topTopics_img {
    max-width: 320px;
    margin: 0 auto;
  }
  .un_topTopics_item + .un_topTopics_item {
    margin-top: 32px;
  }
}

/* info */
.un_topInfo_inner {
  position: relative;
  padding-top: 55px;
}
.un_topInfo_tit {
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.2;
}
.un_topInfo_tit_en {
  color: #023E98;
  letter-spacing: 2px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .un_topInfo_tit_en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 360px) {
  .un_topInfo_tit_en {
    font-size: 1.7777777778rem;
  }
}
.un_topInfo_tit_ja {
  font-size: 0.875rem;
  display: block;
  letter-spacing: 1px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .un_topInfo_tit_ja {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .un_topInfo_tit_ja {
    font-size: 0.7777777778rem;
  }
}
@media screen and (min-width: 768px), print {
  .un_topInfo {
    /* .bl_tab_main {
        min-height: 277px;
    } */
  }
  .un_topInfo_inner {
    padding-top: 100px;
    min-height: 630px;
  }
  .un_topInfo_inner::before, .un_topInfo_inner::after {
    content: "";
    position: absolute;
  }
  .un_topInfo_inner::before {
    width: 217px;
    height: 387px;
    background: url(/assets/img/top/img_info_01.png) center/contain no-repeat;
    left: -253px;
    top: -34px;
  }
  .un_topInfo_inner::after {
    width: 194px;
    height: 329px;
    background: url(/assets/img/top/img_info_02.png) center/contain no-repeat;
    right: -250px;
    top: 278px;
  }
  .un_topInfo_tit {
    margin-bottom: 50px;
  }
  .un_topInfo_tit_en {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .un_topInfo_tit_en {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 360px) {
  .un_topInfo_tit_en {
    font-size: 2.8888888889rem;
  }
}
@media screen and (min-width: 768px), print {
  .un_topInfo_tit_ja {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .un_topInfo_tit_ja {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 360px) {
  .un_topInfo_tit_ja {
    font-size: 0.8888888889rem;
  }
}
@media screen and (max-width: 1420px) and (min-width: 768px), print {
  .un_topInfo_inner::before {
    left: -120px;
    height: 340px;
  }
  .un_topInfo_inner::after {
    right: -190px;
    height: 260px;
    top: 320px;
  }
}
@media print {
  .un_topInfo_inner::before, .un_topInfo_inner::after {
    display: none;
  }
}

/* MV */
.un_houjinMv {
  position: relative;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(88, 88, 88, 0.21);
          box-shadow: 0px 0px 16px 0px rgba(88, 88, 88, 0.21);
}
.un_houjinMv_read {
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  text-align: right;
  z-index: 100;
}
.un_houjinMv_read_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 15px;
}
.un_houjinMv_read_inner .rsbtn {
  margin-bottom: 0;
}
.un_houjinMv_main {
  position: relative;
  width: 100%;
}
.un_houjinMv_img > img {
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.un_houjinMv_caution_inner {
  position: relative;
  background: #fff;
}
.un_houjinMv_caution_head {
  color: #e60012;
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .un_houjinMv_caution_head {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .un_houjinMv_caution_head {
    font-size: 0.8888888889rem;
  }
}
.un_houjinMv_caution_head > i {
  margin-right: 8px;
}
.un_houjinMv_caution_item + .un_houjinMv_caution_item {
  margin-top: 3px;
}
.un_houjinMv_caution_item > a {
  color: #333;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .un_houjinMv_caution_item > a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .un_houjinMv_caution_item > a {
    font-size: 0.7777777778rem;
  }
}
.un_houjinMv_caution_item i {
  margin-left: 7px;
}
.un_houjinMv_caution_item i > img {
  vertical-align: -2px;
}
.un_houjinMv_news {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 110px;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  .un_houjinMv_read_inner {
    padding-right: 0;
  }
  .un_houjinMv_main {
    height: 735px;
    padding: 0;
  }
  .un_houjinMv_bnr {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 2;
  }
  .un_houjinMv_bnr_link {
    width: 424px;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .un_houjinMv_bnr_link:hover {
    opacity: 0.8;
  }
  .un_houjinMv_caution {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
  }
  .un_houjinMv_caution_inner {
    max-width: 790px;
    width: calc(100% - 500px);
    pointer-events: all;
    border: #d5d5d5 solid 1px;
    border-right: none;
    border-top-left-radius: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0 20px 35px;
  }
  .un_houjinMv_caution_inner::after {
    content: "";
    width: 500px;
    height: 100%;
    border-top: #d5d5d5 solid 1px;
    border-bottom: #d5d5d5 solid 1px;
    background: #fff;
    position: absolute;
    top: -1px;
    left: 100%;
  }
  .un_houjinMv_caution_head {
    font-size: 0.875rem;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .un_houjinMv_caution_head {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 360px) {
  .un_houjinMv_caution_head {
    font-size: 0.7777777778rem;
  }
}
@media screen and (min-width: 768px), print {
  .un_houjinMv_caution_head img {
    width: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .un_houjinMv_caution_body {
    padding-left: 37px;
    border-left: #d5d5d5 solid 2px;
  }
  .un_houjinMv_caution_body a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .un_houjinMv_caution_body a:hover {
    color: #D32A37;
  }
}
@media screen and (min-width: 768px), print {
  .un_houjinMv_btnList {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    z-index: 2;
    pointer-events: none;
  }
  .un_houjinMv_btnList .el_btn {
    pointer-events: all;
  }
  .un_houjinMv_btnList .el_btnIcon_icon {
    width: 38px;
    height: 38px;
    right: 20px;
  }
  .un_houjinMv_btnList .el_btn + .el_btn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1420px) and (min-width: 768px), print {
  .un_houjinMv_main {
    height: 670px;
    padding: 0;
  }
  .un_houjinMv_btnList {
    bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .un_houjinMv_main {
    margin-bottom: 20px;
  }
  .un_houjinMv_caution {
    -webkit-box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .un_houjinMv_caution_head {
    padding: 14px 32px;
  }
  .un_houjinMv_caution_body {
    padding: 14px 32px;
    border-top: #e9e9e9 solid 2px;
  }
  .un_houjinMv_btnList {
    padding: 0 32px;
    margin-bottom: 30px;
  }
  .un_houjinMv_btnList .el_btn > * {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .un_houjinMv_btnList .el_btn {
    margin-inline: auto;
  }
  .un_houjinMv_btnList .el_btn + .el_btn {
    margin-top: 10px;
  }
  .un_houjinMv_news {
    position: static;
    margin-bottom: 50px;
  }
}

/* service */
.un_houjinService {
  background: #EFF3F6;
  padding: 60px 0 65px;
}
.un_houjinService_tit {
  text-align: center;
  color: #023E98;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 2px;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .un_houjinService_tit {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 360px) {
  .un_houjinService_tit {
    font-size: 2.2222222222rem;
  }
}
.un_houjinService_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  margin: 75px auto 50px;
}
.un_houjinService_item {
  width: 150px;
  background: #fff;
  border-radius: 6px;
}
.un_houjinService_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #333;
  text-align: center;
  padding-bottom: 25px;
}
.un_houjinService_icon {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 100%;
  margin: -40px auto 0;
}
.un_houjinService_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  min-height: 72px;
}
@media screen and (max-width: 767px) {
  .un_houjinService_txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .un_houjinService_txt {
    font-size: 0.8888888889rem;
  }
}
@media screen and (min-width: 768px), print {
  .un_houjinService_link {
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .un_houjinService_link::after {
    content: "";
    width: 38px;
    height: 38px;
    border-radius: 100% 0 6px 0;
    background-color: #023E98;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .un_houjinService_link::before {
    content: "";
    width: 17px;
    height: 13px;
    background: url(/assets/img/common/icon_arrow_01_w.svg) center/contain no-repeat;
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .un_houjinService_link:hover {
    color: #023E98;
  }
  .un_houjinService_link:hover::after, .un_houjinService_link:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .un_houjinService {
    padding: 55px 0 65px;
  }
  .un_houjinService_tit {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_houjinService_tit {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .un_houjinService_tit {
    font-size: 1.7777777778rem;
  }
}
@media screen and (max-width: 767px) {
  .un_houjinService_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0;
    margin: 30px auto 35px;
  }
}
@media screen and (max-width: 767px) {
  .un_houjinService_item {
    width: calc((100% - 20px) / 2);
  }
  .un_houjinService_item:nth-child(n+3) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .un_houjinService_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 12px;
    height: 100%;
    min-height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .un_houjinService_icon {
    width: 36px;
    height: 36px;
    border-radius: 0;
    margin: 0 5px 0 0;
    padding: 4px;
  }
}
@media screen and (max-width: 767px) {
  .un_houjinService_txt {
    min-height: 0;
  }
}

/* topics */
.un_houjinTopics {
  position: relative;
  padding: 60px 0 55px;
}
.un_houjinTopics_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.un_houjinTopics_bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.un_houjinTopics_tit {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 25px;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .un_houjinTopics_tit {
    font-size: 2rem;
  }
}
@media screen and (max-width: 360px) {
  .un_houjinTopics_tit {
    font-size: 1.7777777778rem;
  }
}
.un_houjinTopics_link {
  color: #fff;
  text-align: center;
  display: block;
}
.un_houjinTopics_txt {
  display: inline-block;
  font-size: 1.15625rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .un_houjinTopics_txt {
    font-size: 1.15625rem;
  }
}
@media screen and (max-width: 360px) {
  .un_houjinTopics_txt {
    font-size: 1.0277777778rem;
  }
}
.un_houjinTopics_txt > i {
  margin-left: 16px;
}
.un_houjinTopics_img {
  border-radius: 40px;
  overflow: hidden;
}
.un_houjinTopics_img > img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover .un_houjinTopics_img > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width: 768px), print {
  .un_houjinTopics {
    height: 503px;
    padding: 70px 0 0;
  }
  .un_houjinTopics_tit {
    font-size: 2.5rem;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .un_houjinTopics_tit {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 360px) {
  .un_houjinTopics_tit {
    font-size: 2.2222222222rem;
  }
}
@media screen and (min-width: 768px), print {
  .un_houjinTopics_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 66px;
  }
}
@media screen and (min-width: 768px), print {
  .un_houjinTopics_item {
    width: 356px;
  }
}
@media screen and (min-width: 768px), print {
  .un_houjinTopics_txt {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .un_houjinTopics_txt {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 360px) {
  .un_houjinTopics_txt {
    font-size: 1.1111111111rem;
  }
}
@media screen and (min-width: 768px), print {
  .un_houjinTopics_txt--1 {
    margin-left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .un_houjinTopics_txt > i {
    width: 19px;
    display: inline-block;
    margin-left: 10px;
  }
  .un_houjinTopics_img {
    max-width: 320px;
    margin: 0 auto;
  }
  .un_houjinTopics_item + .un_houjinTopics_item {
    margin-top: 32px;
  }
}

/* info */
.un_houjinInfo_inner {
  position: relative;
  padding-top: 55px;
}
.un_houjinInfo_tit {
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.2;
}
.un_houjinInfo_tit_en {
  color: #023E98;
  letter-spacing: 2px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .un_houjinInfo_tit_en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 360px) {
  .un_houjinInfo_tit_en {
    font-size: 1.7777777778rem;
  }
}
.un_houjinInfo_tit_ja {
  font-size: 0.875rem;
  display: block;
  letter-spacing: 1px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .un_houjinInfo_tit_ja {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .un_houjinInfo_tit_ja {
    font-size: 0.7777777778rem;
  }
}
@media screen and (min-width: 768px), print {
  .un_houjinInfo {
    /* .bl_tab_main {
        min-height: 277px;
    } */
  }
  .un_houjinInfo_inner {
    padding-top: 100px;
    min-height: 630px;
  }
  .un_houjinInfo_inner::before, .un_houjinInfo_inner::after {
    content: "";
    position: absolute;
  }
  .un_houjinInfo_inner::before {
    width: 274px;
    height: 400px;
    background: url(/assets/img/houjin/img_info_01.png) center/contain no-repeat;
    left: -253px;
    top: -34px;
  }
  .un_houjinInfo_inner::after {
    width: 167px;
    height: 314px;
    background: url(/assets/img/houjin/img_info_02.png) center/contain no-repeat;
    right: -250px;
    top: 278px;
  }
  .un_houjinInfo_tit {
    margin-bottom: 50px;
  }
  .un_houjinInfo_tit_en {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .un_houjinInfo_tit_en {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 360px) {
  .un_houjinInfo_tit_en {
    font-size: 2.8888888889rem;
  }
}
@media screen and (min-width: 768px), print {
  .un_houjinInfo_tit_ja {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .un_houjinInfo_tit_ja {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 360px) {
  .un_houjinInfo_tit_ja {
    font-size: 0.8888888889rem;
  }
}
@media screen and (max-width: 1420px) and (min-width: 768px), print {
  .un_houjinInfo_inner::before {
    left: -170px;
    height: 330px;
  }
  .un_houjinInfo_inner::after {
    right: -170px;
    height: 260px;
    top: 320px;
  }
}
@media print {
  .un_houjinInfo_inner::before, .un_houjinInfo_inner::after {
    display: none;
  }
}

/* block */
.un_houjinBlock_box:not(:last-child) .un_houjinBlock_wrap {
  border-bottom: #d3d3d3 solid 1px;
}
.un_houjinBlock_wrap {
  padding: 70px 0 80px;
}
.un_houjinBlock_tit {
  text-align: center;
  margin-bottom: 40px;
}
.un_houjinBlock_tit_en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .un_houjinBlock_tit_en {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 360px) {
  .un_houjinBlock_tit_en {
    font-size: 2.2222222222rem;
  }
}
.un_houjinBlock_tit_ja {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .un_houjinBlock_tit_ja {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .un_houjinBlock_tit_ja {
    font-size: 0.8888888889rem;
  }
}
.un_houjinBlock_link {
  height: 100%;
  padding: 8px 8px 68px;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #EFF3F6;
  color: #333;
  transition: all 0.2s ease-out;
}
.un_houjinBlock_link:hover {
  opacity: 0.8;
}
.un_houjinBlock_link::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/assets/img/common/icon_arrow_01_w.svg) center/14px 10px no-repeat, #023E98;
  position: absolute;
  right: 27px;
  bottom: 17px;
  border-radius: 100%;
}
.un_houjinBlock_link_tit {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0 12px;
  margin: 50px auto 15px;
}
@media screen and (max-width: 767px) {
  .un_houjinBlock_link_tit {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 360px) {
  .un_houjinBlock_link_tit {
    font-size: 1.1111111111rem;
  }
}
.un_houjinBlock_link_txt {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 1px;
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .un_houjinBlock_link_txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .un_houjinBlock_link_txt {
    font-size: 0.8888888889rem;
  }
}
.un_houjinBlock_link_img {
  border-radius: 10px;
  overflow: hidden;
}
.un_houjinBlock_link_img + .un_houjinBlock_link_tit {
  margin-top: 30px;
}
.un_houjinBlock_item {
  height: auto !important;
}
.un_houjinBlock_slider_ctrl {
  display: none;
}
@media screen and (min-width: 768px), print {
  .un_houjinBlock_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 40px;
  }
  .un_houjinBlock_item {
    width: calc((100% - 80px) / 3) !important;
  }
  .un_houjinBlock_box {
    position: relative;
  }
  .un_houjinBlock_box--service::after {
    content: "";
    width: 715px;
    height: 896px;
    background: url(/assets/img/houjin/img_block_01.png) center/contain no-repeat;
    position: absolute;
    bottom: -224px;
    right: 0;
  }
  .un_houjinBlock_box--recommend::after {
    content: "";
    width: 1123px;
    height: 617px;
    background: url(/assets/img/houjin/img_block_02.png) center/contain no-repeat;
    position: absolute;
    bottom: -160px;
    right: 0;
  }
}
@media screen and (max-width: 1420px) and (min-width: 768px), print {
  .un_houjinBlock_box--service::after {
    height: 720px;
    bottom: -140px;
    right: -100px;
  }
  .un_houjinBlock_box--recommend::after {
    height: 500px;
    bottom: -110px;
    right: -150px;
  }
}
@media screen and (max-width: 767px) {
  .un_houjinBlock_wrap {
    padding: 60px 0;
  }
  .un_houjinBlock_tit {
    margin-bottom: 15px;
  }
  .un_houjinBlock_tit_en {
    font-size: 2rem;
    line-height: 1.1;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_houjinBlock_tit_en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .un_houjinBlock_tit_en {
    font-size: 1.7777777778rem;
  }
}
@media screen and (max-width: 767px) {
  .un_houjinBlock_tit_ja {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_houjinBlock_tit_ja {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .un_houjinBlock_tit_ja {
    font-size: 0.7777777778rem;
  }
}
@media screen and (max-width: 767px) {
  .un_houjinBlock_link {
    height: 100%;
    padding: 8px 8px 68px;
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #EFF3F6;
    color: #333;
    transition: all 0.2s ease-out;
  }
  .un_houjinBlock_link:hover {
    opacity: 0.8;
  }
  .un_houjinBlock_link::after {
    content: "";
    width: 38px;
    height: 38px;
    right: 18px;
    bottom: 17px;
  }
  .un_houjinBlock_link_tit {
    margin: 28px auto 15px;
  }
  .un_houjinBlock_link_img + .un_houjinBlock_link_tit {
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .un_houjinBlock_slider_ctrl {
    width: 165px;
    height: 49px;
    margin: 30px auto 0;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .disabled .un_houjinBlock_slider_ctrl {
    display: none;
  }
  .un_houjinBlock_slider_pause {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: #333 solid 1px;
    position: relative;
  }
  .un_houjinBlock_slider_pause::before, .un_houjinBlock_slider_pause::after {
    content: "";
    width: 1px;
    height: 7px;
    background-color: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .un_houjinBlock_slider_pause::before {
    left: 7px;
  }
  .un_houjinBlock_slider_pause::after {
    right: 7px;
  }
  .un_houjinBlock_slider_pause.is-start::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #333;
    left: 0;
    right: 0;
    margin: auto;
    background: none;
  }
  .un_houjinBlock_slider_pause.is-start::after {
    display: none;
  }
  .un_houjinBlock_slider_prev, .un_houjinBlock_slider_next {
    position: relative;
    width: 30px;
    height: 30px;
  }
  .un_houjinBlock_slider_prev::before, .un_houjinBlock_slider_next::before {
    content: "";
    width: 12px;
    height: 10px;
    background: url(/assets/img/common/icon_arrow_01_n.svg) center/contain no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
  }
  .un_houjinBlock_slider_prev {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}

/* MV */
.un_personMv {
  position: relative;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(88, 88, 88, 0.21);
          box-shadow: 0px 0px 16px 0px rgba(88, 88, 88, 0.21);
}
.un_personMv_read {
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  text-align: right;
  z-index: 100;
}
.un_personMv_read_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 15px;
}
.un_personMv_read_inner .rsbtn {
  margin-bottom: 0;
}
.un_personMv_main {
  position: relative;
  width: 100%;
}
.un_personMv_img > img {
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.un_personMv_caution_inner {
  position: relative;
  background: #fff;
}
.un_personMv_caution_head {
  color: #e60012;
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .un_personMv_caution_head {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .un_personMv_caution_head {
    font-size: 0.8888888889rem;
  }
}
.un_personMv_caution_head > i {
  margin-right: 8px;
}
.un_personMv_caution_item + .un_personMv_caution_item {
  margin-top: 3px;
}
.un_personMv_caution_item > a {
  color: #333;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .un_personMv_caution_item > a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .un_personMv_caution_item > a {
    font-size: 0.7777777778rem;
  }
}
.un_personMv_caution_item i {
  margin-left: 7px;
}
.un_personMv_caution_item i > img {
  vertical-align: -2px;
}
.un_personMv_news {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 110px;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  .un_personMv_read_inner {
    padding-right: 0;
  }
  .un_personMv_main {
    height: 735px;
    padding: 0;
  }
  .un_personMv_bnr {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 2;
  }
  .un_personMv_bnr_link {
    width: 424px;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .un_personMv_bnr_link:hover {
    opacity: 0.8;
  }
  .un_personMv_caution {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
  }
  .un_personMv_caution_inner {
    max-width: 790px;
    width: calc(100% - 500px);
    pointer-events: all;
    border: #d5d5d5 solid 1px;
    border-right: none;
    border-top-left-radius: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0 20px 35px;
  }
  .un_personMv_caution_inner::after {
    content: "";
    width: 500px;
    height: 100%;
    border-top: #d5d5d5 solid 1px;
    border-bottom: #d5d5d5 solid 1px;
    background: #fff;
    position: absolute;
    top: -1px;
    left: 100%;
  }
  .un_personMv_caution_head {
    font-size: 0.875rem;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .un_personMv_caution_head {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 360px) {
  .un_personMv_caution_head {
    font-size: 0.7777777778rem;
  }
}
@media screen and (min-width: 768px), print {
  .un_personMv_caution_head img {
    width: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .un_personMv_caution_body {
    padding-left: 37px;
    border-left: #d5d5d5 solid 2px;
  }
  .un_personMv_caution_body a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .un_personMv_caution_body a:hover {
    color: #D32A37;
  }
}
@media screen and (min-width: 768px), print {
  .un_personMv_btnList {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 185px;
    z-index: 2;
    pointer-events: none;
  }
  .un_personMv_btnList .el_btn {
    pointer-events: all;
  }
  .un_personMv_btnList .el_btn > * {
    height: 72px;
    font-size: 1.0625rem;
    letter-spacing: 0.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .un_personMv_btnList .el_btn > * {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 360px) {
  .un_personMv_btnList .el_btn > * {
    font-size: 0.9444444444rem;
  }
}
@media screen and (min-width: 768px), print {
  .un_personMv_btnList .el_btnIcon_icon {
    width: 38px;
    height: 38px;
    right: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .un_personMv_btnList .el_btn + .el_btn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1420px) and (min-width: 768px), print {
  .un_personMv_main {
    height: 670px;
    padding: 0;
  }
  .un_personMv_btnList {
    bottom: 145px;
  }
}
@media screen and (max-width: 767px) {
  .un_personMv_main {
    margin-bottom: 20px;
  }
  .un_personMv_caution {
    -webkit-box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .un_personMv_caution_head {
    padding: 14px 32px;
  }
  .un_personMv_caution_body {
    padding: 14px 32px;
    border-top: #e9e9e9 solid 2px;
  }
  .un_personMv_btnList {
    padding: 0 32px;
    margin-bottom: 30px;
  }
  .un_personMv_btnList .el_btn > * {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .un_personMv_btnList .el_btn {
    margin-inline: auto;
  }
  .un_personMv_btnList .el_btn + .el_btn {
    margin-top: 10px;
  }
  .un_personMv_news {
    position: static;
    margin-bottom: 50px;
  }
}

/* service */
.un_personService {
  background: #FEF5F6;
  padding: 60px 0 65px;
}
.un_personService_tit {
  text-align: center;
  color: #E70012;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 2px;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .un_personService_tit {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 360px) {
  .un_personService_tit {
    font-size: 2.2222222222rem;
  }
}
.un_personService_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  margin: 75px auto 50px;
}
.un_personService_item {
  width: 150px;
  background: #fff;
  border-radius: 6px;
}
.un_personService_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #333;
  text-align: center;
  padding-bottom: 25px;
}
.un_personService_icon {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 100%;
  margin: -40px auto 0;
}
.un_personService_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  min-height: 72px;
}
@media screen and (max-width: 767px) {
  .un_personService_txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .un_personService_txt {
    font-size: 0.8888888889rem;
  }
}
@media screen and (min-width: 768px), print {
  .un_personService_link {
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .un_personService_link::after {
    content: "";
    width: 38px;
    height: 38px;
    border-radius: 100% 0 6px 0;
    background-color: #E70012;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .un_personService_link::before {
    content: "";
    width: 17px;
    height: 13px;
    background: url(/assets/img/common/icon_arrow_01_w.svg) center/contain no-repeat;
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .un_personService_link:hover {
    color: #E70012;
  }
  .un_personService_link:hover::after, .un_personService_link:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .un_personService {
    padding: 55px 0 65px;
  }
  .un_personService_tit {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_personService_tit {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .un_personService_tit {
    font-size: 1.7777777778rem;
  }
}
@media screen and (max-width: 767px) {
  .un_personService_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0;
    margin: 30px auto 35px;
  }
}
@media screen and (max-width: 767px) {
  .un_personService_item {
    width: calc((100% - 20px) / 2);
  }
  .un_personService_item:nth-child(n+3) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .un_personService_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 12px;
    height: 100%;
    min-height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .un_personService_icon {
    width: 36px;
    height: 36px;
    border-radius: 0;
    margin: 0 5px 0 0;
    padding: 4px;
  }
}
@media screen and (max-width: 767px) {
  .un_personService_txt {
    min-height: 0;
  }
}

/* topics */
.un_personTopics {
  position: relative;
  padding: 60px 0 55px;
}
.un_personTopics_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.un_personTopics_bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.un_personTopics_tit {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 25px;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .un_personTopics_tit {
    font-size: 2rem;
  }
}
@media screen and (max-width: 360px) {
  .un_personTopics_tit {
    font-size: 1.7777777778rem;
  }
}
.un_personTopics_link {
  color: #fff;
  text-align: center;
  display: block;
}
.un_personTopics_txt {
  display: inline-block;
  font-size: 1.15625rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .un_personTopics_txt {
    font-size: 1.15625rem;
  }
}
@media screen and (max-width: 360px) {
  .un_personTopics_txt {
    font-size: 1.0277777778rem;
  }
}
.un_personTopics_txt > i {
  margin-left: 16px;
}
.un_personTopics_img {
  border-radius: 40px;
  overflow: hidden;
}
.un_personTopics_img > img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover .un_personTopics_img > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width: 768px), print {
  .un_personTopics {
    height: 503px;
    padding: 70px 0 0;
  }
  .un_personTopics_tit {
    font-size: 2.5rem;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .un_personTopics_tit {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 360px) {
  .un_personTopics_tit {
    font-size: 2.2222222222rem;
  }
}
@media screen and (min-width: 768px), print {
  .un_personTopics_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 66px;
  }
}
@media screen and (min-width: 768px), print {
  .un_personTopics_item {
    width: 356px;
  }
}
@media screen and (min-width: 768px), print {
  .un_personTopics_txt {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .un_personTopics_txt {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 360px) {
  .un_personTopics_txt {
    font-size: 1.1111111111rem;
  }
}
@media screen and (min-width: 768px), print {
  .un_personTopics_txt--1 {
    margin-left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .un_personTopics_txt > i {
    width: 19px;
    display: inline-block;
    margin-left: 10px;
  }
  .un_personTopics_img {
    max-width: 320px;
    margin: 0 auto;
  }
  .un_personTopics_item + .un_personTopics_item {
    margin-top: 32px;
  }
}

/* info */
.un_personInfo_inner {
  position: relative;
  padding-top: 55px;
}
.un_personInfo_tit {
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.2;
}
.un_personInfo_tit_en {
  color: #E70012;
  letter-spacing: 2px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .un_personInfo_tit_en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 360px) {
  .un_personInfo_tit_en {
    font-size: 1.7777777778rem;
  }
}
.un_personInfo_tit_ja {
  font-size: 0.875rem;
  display: block;
  letter-spacing: 1px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .un_personInfo_tit_ja {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .un_personInfo_tit_ja {
    font-size: 0.7777777778rem;
  }
}
@media screen and (min-width: 768px), print {
  .un_personInfo {
    /* .bl_tab_main {
        min-height: 277px;
    } */
  }
  .un_personInfo_inner {
    padding-top: 100px;
    min-height: 630px;
  }
  .un_personInfo_inner::before, .un_personInfo_inner::after {
    content: "";
    position: absolute;
  }
  .un_personInfo_inner::before {
    width: 274px;
    height: 400px;
    background: url(/assets/img/houjin/img_info_01.png) center/contain no-repeat;
    left: -253px;
    top: -34px;
  }
  .un_personInfo_inner::after {
    width: 167px;
    height: 314px;
    background: url(/assets/img/houjin/img_info_02.png) center/contain no-repeat;
    right: -250px;
    top: 278px;
  }
  .un_personInfo_tit {
    margin-bottom: 50px;
  }
  .un_personInfo_tit_en {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .un_personInfo_tit_en {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 360px) {
  .un_personInfo_tit_en {
    font-size: 2.8888888889rem;
  }
}
@media screen and (min-width: 768px), print {
  .un_personInfo_tit_ja {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .un_personInfo_tit_ja {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 360px) {
  .un_personInfo_tit_ja {
    font-size: 0.8888888889rem;
  }
}
@media screen and (max-width: 1420px) and (min-width: 768px), print {
  .un_personInfo_inner::before {
    left: -170px;
    height: 330px;
  }
  .un_personInfo_inner::after {
    right: -170px;
    height: 260px;
    top: 320px;
  }
}
@media print {
  .un_personInfo_inner::before, .un_personInfo_inner::after {
    display: none;
  }
}

/* スライダーパーツ */
.un_slider_ctrl,
.un_personSlider_ctrl {
  width: 165px;
  height: 49px;
  margin: 30px auto 0;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.disabled .un_slider_ctrl,
.disabled .un_personSlider_ctrl {
  display: none;
}
.un_slider_pause,
.un_personSlider_pause {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: #333 solid 1px;
  position: relative;
  cursor: pointer;
}
.un_slider_pause::before, 
.un_slider_pause::after,
.un_personSlider_pause::before, 
.un_personSlider_pause::after {
  content: "";
  width: 1px;
  height: 7px;
  background-color: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.un_slider_pause::before,
.un_personSlider_pause::before {
  left: 7px;
}
.un_slider_pause::after,
.un_personSlider_pause::after {
  right: 7px;
}
.un_slider_pause.is-start::before,
.un_personSlider_pause.is-start::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #333;
  left: 0;
  right: 0;
  margin: auto;
  background: none;
}
.un_slider_pause.is-start::after,
.un_personSlider_pause.is-start::after {
  display: none;
}
.un_slider_prev, 
.un_slider_next,
.un_personSlider_prev, 
.un_personSlider_next {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.un_slider_prev::before, 
.un_slider_next::before,
.un_personSlider_prev::before, 
.un_personSlider_next::before {
  content: "";
  width: 12px;
  height: 10px;
  background: url(/assets/img/common/icon_arrow_01_n.svg) center/contain no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.un_slider_prev,
.un_personSlider_prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/* recommend */
.un_personRecommend {
  padding: 60px 0 110px;
}
.un_personRecommend_tit {
  text-align: center;
  margin-bottom: 40px;
}
.un_personRecommend_tit_en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .un_personRecommend_tit_en {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 360px) {
  .un_personRecommend_tit_en {
    font-size: 2.2222222222rem;
  }
}
.un_personRecommend_tit_ja {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .un_personRecommend_tit_ja {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .un_personRecommend_tit_ja {
    font-size: 0.8888888889rem;
  }
}
.un_personRecommend_btn {
  margin-top: 30px;
}
.un_personRecommend_slider_wrap {
  max-width: 1130px;
  margin: 0 auto;
  overflow: visible !important;
}
.disabled .un_personRecommend_slider_list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
@media screen and (min-width: 768px), print {
  .disabled .un_personRecommend_slider_item {
    width: auto;
  }
  .un_personRecommend_link {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .un_personRecommend_link:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .un_personRecommend {
    padding-bottom: 75px;
  }
  .un_personRecommend_tit {
    margin-bottom: 25px;
  }
  .un_personRecommend_tit_en {
    font-size: 2rem;
    line-height: 1.1;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_personRecommend_tit_en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .un_personRecommend_tit_en {
    font-size: 1.7777777778rem;
  }
}
@media screen and (max-width: 767px) {
  .un_personRecommend_tit_ja {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_personRecommend_tit_ja {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .un_personRecommend_tit_ja {
    font-size: 0.7777777778rem;
  }
}
@media screen and (max-width: 767px) {
  .un_personRecommend_slider_wrap {
    width: 52%;
    max-width: 240px;
  }
}

/* online */
.un_personOnline {
  margin: 0 auto 120px;
}
.un_personOnline_tit {
  text-align: center;
  margin-bottom: 40px;
}
.un_personOnline_tit_en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.875rem;
  font-weight: 500;
  color: #E70012;
}
@media screen and (max-width: 767px) {
  .un_personOnline_tit_en {
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 360px) {
  .un_personOnline_tit_en {
    font-size: 2.5555555556rem;
  }
}
.un_personOnline_tit_ja {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .un_personOnline_tit_ja {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .un_personOnline_tit_ja {
    font-size: 0.8888888889rem;
  }
}
.un_personOnline_slider {
  position: relative;
}
.un_personOnline_slider::after {
  content: "";
  width: 100%;
  height: 78%;
  background-color: #FEF5F6;
  left: 0;
  bottom: 24px;
  z-index: -1;
  position: absolute;
}
.un_personOnline_slider_wrap {
  max-width: 1200px;
  overflow: visible !important;
}
.un_personOnline_slider_item {
  position: relative;
  padding-bottom: 80px;
}
.un_personOnline_item_img {
  -webkit-box-shadow: 0 0 16px 0 rgba(1, 64, 153, 0.1);
          box-shadow: 0 0 16px 0 rgba(1, 64, 153, 0.1);
  border-radius: 40px;
}
.un_personOnline_item_tit {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  color: #E70012;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .un_personOnline_item_tit {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 360px) {
  .un_personOnline_item_tit {
    font-size: 1rem;
  }
}
.un_personOnline_item_txt {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-top: 15px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .un_personOnline_item_txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .un_personOnline_item_txt {
    font-size: 0.7777777778rem;
  }
}
.un_personOnline_item_btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.un_personOnline_item_btn > * {
  width: 210px;
}
@media screen and (min-width: 768px), print {
  .un_personOnline_slider_item {
    width: 560px !important;
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .un_personOnline {
    margin: 0;
  }
  .un_personOnline_tit {
    margin-bottom: 20px;
  }
  .un_personOnline_tit_en {
    font-size: 2rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_personOnline_tit_en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .un_personOnline_tit_en {
    font-size: 1.7777777778rem;
  }
}
@media screen and (max-width: 767px) {
  .un_personOnline_tit_ja {
    display: block;
    font-size: 0.875rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_personOnline_tit_ja {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .un_personOnline_tit_ja {
    font-size: 0.7777777778rem;
  }
}
@media screen and (max-width: 767px) {
  .un_personOnline_slider {
    padding-bottom: 60px;
  }
  .un_personOnline_slider::after {
    bottom: 0;
  }
  .un_personOnline_slider_wrap {
    max-width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .un_personOnline_item_img {
    -webkit-box-shadow: 0 0 8px 0 rgba(1, 64, 153, 0.1);
            box-shadow: 0 0 8px 0 rgba(1, 64, 153, 0.1);
  }
  .un_personOnline_item_tit {
    margin-top: 20px;
  }
  .un_personOnline_item_btn > * {
    width: 250px;
  }
}

/* life */
.un_personLife {
  margin: 0 auto 85px;
}
.un_personLife_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.un_personLife_top_txt {
  font-size: 0.875rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .un_personLife_top_txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .un_personLife_top_txt {
    font-size: 0.7777777778rem;
  }
}
.un_personLife_tit {
  margin-bottom: 25px;
  color: #e64a05;
}
.un_personLife_tit_en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.25rem;
  font-weight: 500;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .un_personLife_tit_en {
    font-size: 3.25rem;
  }
}
@media screen and (max-width: 360px) {
  .un_personLife_tit_en {
    font-size: 2.8888888889rem;
  }
}
.un_personLife_tit_ja {
  display: block;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 10px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .un_personLife_tit_ja {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 360px) {
  .un_personLife_tit_ja {
    font-size: 1.2222222222rem;
  }
}
.un_personLife_slider {
  position: relative;
}
.un_personLife_slider_wrap {
  max-width: 1000px;
  overflow: visible !important;
}
.un_personLife_slider_item {
  height: auto !important;
  position: relative;
  -webkit-box-shadow: 0 0 16px 0 rgba(1, 64, 153, 0.1);
          box-shadow: 0 0 16px 0 rgba(1, 64, 153, 0.1);
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 25px 48px;
  min-height: 333px;
}
.un_personLife_item_main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.un_personLife_item_img {
  width: 345px;
}
.un_personLife_item_tit {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .un_personLife_item_tit {
    font-size: 2rem;
  }
}
@media screen and (max-width: 360px) {
  .un_personLife_item_tit {
    font-size: 1.7777777778rem;
  }
}
.un_personLife_slider_item--1 .un_personLife_item_tit {
  color: #46ae2a;
}
.un_personLife_slider_item--2 .un_personLife_item_tit {
  color: #c8b131;
}
.un_personLife_slider_item--3 .un_personLife_item_tit {
  color: #e64a05;
}
.un_personLife_slider_item--4 .un_personLife_item_tit {
  color: #af6f2a;
}
.un_personLife_item_tagList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
}
.un_personLife_item_tagList > li {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  min-width: 107px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 40px;
  padding: 8px 12px;
  border: solid 2px #CCC;
}
@media screen and (max-width: 767px) {
  .un_personLife_item_tagList > li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .un_personLife_item_tagList > li {
    font-size: 0.7777777778rem;
  }
}
.un_personLife_slider_item--1 .un_personLife_item_tagList > li {
  color: #46ae2a;
  border-color: #46ae2a;
}
.un_personLife_slider_item--2 .un_personLife_item_tagList > li {
  color: #c8b131;
  border-color: #c8b131;
}
.un_personLife_slider_item--3 .un_personLife_item_tagList > li {
  color: #e64a05;
  border-color: #e64a05;
}
.un_personLife_slider_item--4 .un_personLife_item_tagList > li {
  color: #af6f2a;
  border-color: #af6f2a;
}
.un_personLife_item_txt {
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .un_personLife_item_txt {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 360px) {
  .un_personLife_item_txt {
    font-size: 0.8333333333rem;
  }
}
.un_personLife_item_btn {
  margin-top: 20px;
}
.un_personLife_item_btn > * {
  width: 200px;
  min-height: 50px;
}
.un_personLife_item_btn > *:hover::before {
  -webkit-filter: grayscale(1) invert(0.7);
          filter: grayscale(1) invert(0.7);
}
.un_personLife_slider_item--1 .un_personLife_item_btn > * {
  background-color: #46ae2a;
  border-color: #46ae2a;
}
.un_personLife_slider_item--1 .un_personLife_item_btn > *:hover {
  color: #46ae2a;
}
.un_personLife_slider_item--2 .un_personLife_item_btn > * {
  background-color: #c8b131;
  border-color: #c8b131;
}
.un_personLife_slider_item--2 .un_personLife_item_btn > *:hover {
  color: #c8b131;
}
.un_personLife_slider_item--3 .un_personLife_item_btn > * {
  background-color: #e64a05;
  border-color: #e64a05;
}
.un_personLife_slider_item--3 .un_personLife_item_btn > *:hover {
  color: #e64a05;
}
.un_personLife_slider_item--4 .un_personLife_item_btn > * {
  background-color: #af6f2a;
  border-color: #af6f2a;
}
.un_personLife_slider_item--4 .un_personLife_item_btn > *:hover {
  color: #af6f2a;
}
@media screen and (max-width: 767px) {
  .un_personLife {
    margin: 0 auto 70px;
  }
  .un_personLife_top {
    display: block;
    margin-bottom: 25px;
  }
  .un_personLife_top_img {
    width: 70%;
    margin: -30px auto 30px;
  }
  .un_personLife_tit {
    text-align: center;
    margin-bottom: 20px;
  }
  .un_personLife_tit_en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_personLife_tit_en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .un_personLife_tit_en {
    font-size: 1.7777777778rem;
  }
}
@media screen and (max-width: 767px) {
  .un_personLife_tit_ja {
    font-size: 1rem;
    margin-top: 5px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_personLife_tit_ja {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .un_personLife_tit_ja {
    font-size: 0.8888888889rem;
  }
}
@media screen and (max-width: 767px) {
  .un_personLife_slider_wrap {
    max-width: calc(100% - 30px);
  }
  .un_personLife_slider_item {
    -webkit-box-shadow: 0 0 8px 0 rgba(1, 64, 153, 0.1);
            box-shadow: 0 0 8px 0 rgba(1, 64, 153, 0.1);
    display: block;
    padding: 20px 15px 40px;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .un_personLife_item_img {
    width: 80%;
    margin: 0 auto 30px;
  }
  .un_personLife_item_tit {
    font-size: 1.375rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_personLife_item_tit {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .un_personLife_item_tit {
    font-size: 1.2222222222rem;
  }
}
@media screen and (max-width: 767px) {
  .un_personLife_item_tagList {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .un_personLife_item_txt {
    font-size: 0.9375rem;
    line-height: 1.7;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_personLife_item_txt {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .un_personLife_item_txt {
    font-size: 0.8333333333rem;
  }
}
@media screen and (max-width: 767px) {
  .un_personLife_item_btn {
    margin: 20px auto 0;
    max-width: 246px;
    width: 80%;
  }
  .un_personLife_item_btn > * {
    width: 100%;
  }
}

/* product */
.un_personProduct {
  background-color: #FEF5F6;
  border-radius: 40px;
  padding: 0 55px 50px;
  min-height: 500px;
  position: relative;
  margin-bottom: 65px;
}
.un_personProduct_tit {
  text-align: center;
  margin: 0 auto 20px;
  position: relative;
  top: -20px;
}
.un_personProduct_tit_en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.875rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .un_personProduct_tit_en {
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 360px) {
  .un_personProduct_tit_en {
    font-size: 2.5555555556rem;
  }
}
.un_personProduct_tit_ja {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .un_personProduct_tit_ja {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .un_personProduct_tit_ja {
    font-size: 0.8888888889rem;
  }
}
.un_personProduct_tab_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  -webkit-box-shadow: 0 0 16px 0 rgba(1, 64, 153, 0.05);
          box-shadow: 0 0 16px 0 rgba(1, 64, 153, 0.05);
  border-radius: 5px;
  overflow: hidden;
}
.un_personProduct_tab_list_item {
  width: 100%;
  height: 76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .un_personProduct_tab_list_item {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 360px) {
  .un_personProduct_tab_list_item {
    font-size: 0.9444444444rem;
  }
}
.un_personProduct_tab_list_item:not(:last-child) {
  border-right: #F5F5F5 solid 3px;
}
.un_personProduct_tab_list_item.is-active {
  background-color: #E70012;
  color: #fff;
  border-color: #E70012;
}
.un_personProduct_tab_main_cont {
  display: none;
}
.un_personProduct_tab_main_cont.is-active {
  display: block;
}
.un_personProduct_main_tit {
  display: none;
}
.un_personProduct_main_list {
  max-width: 940px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px;
}
.un_personProduct_main_item {
  width: calc((100% - 50px) / 3);
}
.un_personProduct_main_btn {
  width: 100%;
}
.un_personProduct_main_btn > * {
  padding: 5px 33px;
  min-height: 60px;
}
.un_personProduct_main_btn > *::before {
  background-image: url(/assets/img/common/icon_arrow_01_r.svg);
  display: block;
}
.un_personProduct_main_btn > *:hover::before {
  background-image: url(/assets/img/common/icon_arrow_01_r.svg);
}
.un_personProduct_main_btnMore {
  margin-top: 30px;
}
@media screen and (min-width: 768px), print {
  .un_personProduct::after {
    content: "";
    width: 230px;
    height: 245px;
    background: url(/assets/img/person/img_product_01.png) center/contain no-repeat;
    right: -126px;
    bottom: -90px;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .un_personProduct {
    border-radius: 0;
    padding: 0 0 45px;
    min-height: 0;
    margin-bottom: 60px;
  }
  .un_personProduct_tit {
    top: -16px;
  }
  .un_personProduct_tit_en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_personProduct_tit_en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .un_personProduct_tit_en {
    font-size: 1.7777777778rem;
  }
}
@media screen and (max-width: 767px) {
  .un_personProduct_tit_ja {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_personProduct_tit_ja {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .un_personProduct_tit_ja {
    font-size: 0.7777777778rem;
  }
}
@media screen and (max-width: 767px) {
  .un_personProduct_tab_list {
    display: none;
  }
  .un_personProduct_tab_main_cont {
    display: block;
    border-top: #E70012 solid 1px;
  }
  .un_personProduct_tab_main_cont:last-child {
    border-bottom: #E70012 solid 1px;
  }
}
@media screen and (max-width: 767px) {
  .un_personProduct_main_tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 60px;
    padding: 10px 30px;
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 500;
    position: relative;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_personProduct_main_tit {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .un_personProduct_main_tit {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .un_personProduct_main_tit::before, .un_personProduct_main_tit::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #E70012;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .un_personProduct_main_tit::before {
    width: 15px;
    height: 3px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .un_personProduct_main_tit::after {
    width: 3px;
    height: 15px;
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .un_personProduct_main_tit.is-active {
    background-color: #E70012;
    color: #fff;
  }
  .un_personProduct_main_tit.is-active::before {
    background-color: #fff;
  }
  .un_personProduct_main_tit.is-active::after {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .un_personProduct_main_list {
    margin: 30px auto 0;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .un_personProduct_main_item {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .un_personProduct_main_item + .un_personProduct_main_item {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .un_personProduct_main_btn {
    width: 100%;
  }
  .un_personProduct_main_btn > * {
    padding: 8px 33px;
  }
  .un_personProduct_main_btn > *::before {
    background-image: url(/assets/img/common/icon_arrow_01_r.svg);
    display: block;
  }
  .un_personProduct_main_btn > *:hover::before {
    background-image: url(/assets/img/common/icon_arrow_01_r.svg);
  }
}
@media screen and (max-width: 767px) {
  .un_personProduct_main_sp {
    display: none;
    margin-bottom: 30px;
  }
  .un_personProduct_main_sp.is-active {
    display: block;
  }
}

/* assets */
.un_inheritance_assets {
  height: 100%;
  min-height: 230px;
  border-radius: 16px;
  background-color: #FEF5F6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.625rem;
  line-height: 1.6;
  font-weight: 700;
  color: #E70012;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .un_inheritance_assets {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 360px) {
  .un_inheritance_assets {
    font-size: 1.4444444444rem;
  }
}
@media screen and (max-width: 767px) {
  .un_inheritance_assets {
    min-height: 130px;
    padding: 20px 10px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_inheritance_assets {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .un_inheritance_assets {
    font-size: 1rem;
  }
}

/* tax */
.un_inheritance_tax {
  background-color: #FEF5F6;
  border-radius: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 122px;
}
.un_inheritance_tax_plus {
  font-size: 2.6875rem;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  width: 27px;
  height: 27px;
  background-color: #E70012;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  margin: 0 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .un_inheritance_tax_plus {
    font-size: 2.6875rem;
  }
}
@media screen and (max-width: 360px) {
  .un_inheritance_tax_plus {
    font-size: 2.3888888889rem;
  }
}
.un_inheritance_tax_txt {
  font-size: 1.375rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .un_inheritance_tax_txt {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 360px) {
  .un_inheritance_tax_txt {
    font-size: 1.2222222222rem;
  }
}
.un_inheritance_tax_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .un_inheritance_tax {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 20px;
  }
  .un_inheritance_tax_plus {
    font-size: 1.875rem;
    width: 22px;
    height: 22px;
    margin: 0 5px 0 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_inheritance_tax_plus {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .un_inheritance_tax_plus {
    font-size: 1.6666666667rem;
  }
}
@media screen and (max-width: 767px) {
  .un_inheritance_tax_txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .un_inheritance_tax_txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .un_inheritance_tax_txt {
    font-size: 1rem;
  }
}

/* txtBox */
.un_inheritance_txtBox > *:not(:last-child) {
  position: relative;
  margin-bottom: 96px;
}
.un_inheritance_txtBox > *:not(:last-child)::after {
  content: "";
  width: 65px;
  height: 72px;
  display: block;
  background: url(/assets/img/person/lifeevent/inheritance/icon_arrow.svg) center/contain no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -84px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .un_inheritance_txtBox > *:not(:last-child) {
    margin-bottom: 70px;
  }
  .un_inheritance_txtBox > *:not(:last-child)::after {
    width: 50px;
    height: 50px;
    bottom: -60px;
  }
}

.gradBtnList {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px 0px;
}

.gradBtnList li {
  border-top: 1px solid #cccccc;
}

.gradBtnList li a {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #f3f3f3), to(#f1f1f1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 30%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 30%, #f1f1f1 100%);
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 25px 15px 26px;
  position: relative;
  color: #023E98;
}

.gradBtnList li a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 12px;
  background: transparent url(/assets/img/common/arwsub_sp.png) -12px -12px no-repeat;
  background-size: 24px 36px;
}

.gradBtnList li a.is-active:after {
  background: transparent url(/assets/img/common/arwsub_sp.png) -12px -24px no-repeat;
  background-size: 24px 36px;
}

.gradBtnList li ul.gradSub li {
  border-bottom-style: none;
  border-top: 1px solid #cccccc;
  font-weight: normal;
}

.gradBtnList li ul.gradSub li a {
  background-image: none;
  background-color: #ffffff;
  padding: 10px 0 10px 41px;
}

.gradBtnList li ul.gradSub li a:after {
  background: transparent url(/assets/img/common/arwsub_sp.png) -12px 0 no-repeat;
  background-size: 24px 36px;
}

.acrdArea {
  display: none;
}

.acrdArea.is-active {
  display: block;
}