@charset "UTF-8";
/* ==================================================
Color定義
================================================== */
/* パレット
-------------------------------------------------- */
/* ==================================================
font-size定義
================================================== */
/* ==========================================================================
Reset CSS
========================================================================== */
html {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  overflow: auto;
}

body, article, section, nav, aside,
h1, h2, h3, h4, h5, h6, header, footer,
p, pre, blockquote, ol, ul, li, dl, dt, dd,
figure, figcaption, div, main, pre,
a, em, strong, small, q, data, time,
code, var, sub, sup, i, b, u, mark, span,
img, iframe, embed, object, video, audio,
table, caption, tbody, thead, tfoot, tr, td, th, canvas {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* Box model
========================================================================== */
*, *:before, *:after {
  box-sizing: border-box;
}

/* Display
========================================================================== */
article, section, nav, aside, header,
footer, figure, figcaption, main {
  display: block;
}

video, audio, progress, canvas {
  display: inline-block;
  vertical-align: baseline;
}

/* View
========================================================================== */
.win, .mac {
  overflow-y: scroll;
}

body {
  color: #2D2D2D;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1rem;
    overflow: hidden;
  }
}
/* Style
========================================================================== */
/* Grouping content
-------------------------------------------------------------------------- */
blockquote {
  quotes: none;
}

blockquotel:before, blockquotel:after {
  content: "";
  content: none;
}

hr {
  height: 0;
  box-sizing: content-box;
}

ol, ul {
  list-style: none;
}

/* Text-level semantics
-------------------------------------------------------------------------- */
a {
  color: #DB6B0F;
  text-decoration: none;
  background-color: transparent;
}

a:hover, a:active {
  outline: 0;
}

em, strong, b {
  font-style: normal;
  font-weight: bold;
}

small {
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

sub, sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
  font-size: 1rem;
  bottom: 0px;
}

sup {
  top: -0.5em;
}

mark {
  background-color: inherit;
  color: inherit;
  font-weight: bold;
}

/* Embedded content
-------------------------------------------------------------------------- */
img {
  border: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

embed, object {
  max-width: 100%;
  outline: none;
  vertical-align: top;
}

/* Tabular data
-------------------------------------------------------------------------- */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

th, td {
  vertical-align: middle;
}

/* ==================================================
base
================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #2D2D2D;
}

.l-header, .l-footer, .l-main {
  display: inline-block;
  min-width: 100%;
  position: relative;
  z-index: 10;
}

.l-main {
  z-index: 1;
}

.l-wrap {
  position: relative;
  width: 100%;
  width: 1024px;
  margin: 0 auto;
  padding: 0 14px;
}

@media screen and (max-width: 768px) {
  .l-wrap {
    box-sizing: border-box;
  }
}
/* ==================================================
pc or sp
================================================== */
.-pc {
  display: block;
}

.-sp {
  display: none;
}

/* ==================================================
a
================================================== */
a, a:hover {
  transition: all 0.2s;
}

a img {
  transition: all 0.2s;
}
a img:hover {
  opacity: 0.7;
  transition: all 0.2s;
}

/* ==================================================
move
================================================== */
.-down:hover {
  transform: translate3d(0, 5px, 0);
}

.-right:hover {
  transform: translate3d(4px, 0, 0);
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .-pc {
    display: none !important;
  }
  .-sp {
    display: block;
  }
  .l-wrap {
    position: relative;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  small {
    font-size: 0.65rem;
    word-break: break-all;
  }
}
.l-header {
  background-color: #fff;
}
.l-header .head_box {
  padding: 0 10px;
}

.l-header__title {
  padding: 12px 0 7px;
}

.l-header__logo {
  margin-top: 3px;
}
.l-header__logo .l-header__logo--h1 {
  padding-left: 10px;
  color: #122B5C;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

/* navigation
-------------------------------------------------------------------------- */
.l-header__nav {
  background-color: #122B5C;
  font-size: 19px;
  font-weight: 700;
  padding: 6px 0 6px;
  z-index: 10;
  position: relative;
}
.l-header__nav .l-wrap {
  padding: 0 25px 0 0;
}

.header__nav--list {
  width: 100%;
}

.l-kotei_head .header__nav--list {
  width: 100%;
}

.header__nav--contact {
  margin-right: 10px;
}
.header__nav--contact img {
  padding-right: 5px;
}

.l-header__contact-subnavi {
  padding: 2px 13px 0 0;
}

.l-header__contact-subnavi li {
  position: relative;
  font-size: 12px;
  padding-left: 15px;
  font-weight: 700;
}
.l-header__contact-subnavi li a {
  color: #2D2D2D;
}
.l-header__contact-subnavi li a:hover {
  color: #7F7F7F;
}
.l-header__contact-subnavi li:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/common/icon_top_arrow.svg);
  width: 6px;
  height: 10px;
  background-size: contain;
  top: 5px;
  left: 4px;
}

/* menu
========================================================================== */
.menu__single {
  position: relative;
}

.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.menu > .menu__single {
  position: relative;
}

.menu__single .menu__second-level {
  position: absolute;
  width: 206px;
  top: 55px;
  background: #fff;
  left: 0px;
  transition: all 0.2s ease;
  z-index: 99;
}
.menu__single .menu__second-level.-func-level {
  width: 700px;
  padding: 0 10px 10px;
  left: -50px;
}
.menu__single .menu__second-level.-func-level strong {
  font-size: 15px;
  font-weight: 900;
  padding: 10px 10px 5px;
  display: block;
  border-bottom: solid 1px #ddd;
  margin-bottom: 0px;
  color: #122B5C;
}
.menu__single .menu__second-level.-func-level li {
  width: 23.5%;
}
.menu__single .menu__second-level.-func-level li li {
  width: 100%;
}
.menu__single .menu__second-level.-func-level .-flex li a {
  padding-top: 0;
}
.menu__single .menu__second-level.-func-level .-flex li a:after {
  top: calc(50% - 3px);
}
.menu__single .menu__second-level.-info-level {
  width: 550px;
  padding: 0 10px 10px;
  left: -74px;
}
.menu__single .menu__second-level.-info-level strong {
  font-size: 15px;
  font-weight: 900;
  padding: 10px 10px 5px;
  display: block;
  border-bottom: solid 1px #ddd;
  margin-bottom: 0px;
  color: #122B5C;
}
.menu__single .menu__second-level.-info-level li {
  width: 32%;
}
.menu__single .menu__second-level.-info-level li li {
  width: 100%;
}
.menu__single .menu__second-level.-info-level .-flex li a {
  padding-top: 0;
}
.menu__single .menu__second-level.-info-level .-flex li a:after {
  top: calc(50% - 3px);
}
.menu__single .menu__second-level.-intro-level {
  width: 805px;
  padding: 0 10px 10px;
  left: -550px;
}
.menu__single .menu__second-level.-intro-level strong {
  font-size: 15px;
  font-weight: 900;
  padding: 10px 10px 5px;
  display: block;
  border-bottom: solid 1px #ddd;
  margin-bottom: 0px;
  color: #122B5C;
}
.menu__single .menu__second-level.-intro-level li {
  width: 35%;
}
.menu__single .menu__second-level.-intro-level li.-intro-level3 {
  width: 26%;
}
.menu__single .menu__second-level.-intro-level li li {
  width: 100%;
}
.menu__single .menu__second-level.-intro-level .-flex li a {
  padding-top: 0;
}
.menu__single .menu__second-level.-intro-level .-flex li a:after {
  top: calc(50% - 3px);
}
.menu__single .menu__second-level.-other-level {
  width: 560px;
  padding: 0 10px 10px;
  left: -518px;
}
.menu__single .menu__second-level.-other-level strong {
  font-size: 15px;
  font-weight: 900;
  padding: 10px 10px 5px;
  display: block;
  border-bottom: solid 1px #ddd;
  margin-bottom: 0px;
  color: #122B5C;
}
.menu__single .menu__second-level.-other-level li {
  width: 32%;
}
.menu__single .menu__second-level.-other-level li li {
  width: 100%;
}
.menu__single .menu__second-level.-other-level .-flex li a {
  padding-top: 0;
}
.menu__single .menu__second-level.-other-level .-flex li a:after {
  top: calc(50% - 3px);
}
.menu__single.-etc .c-blue-link {
  letter-spacing: -14px;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.11;
}
.menu__single.-etc .c-white-link {
  letter-spacing: -14px;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.11;
}

.menu__single:hover .menu__second-level {
  top: 35px;
  visibility: visible;
  opacity: 1;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 12px;
}
.menu__single:hover .menu__second-level:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
  top: -5px;
  left: 25px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}
.menu__single:hover .menu__second-level.-info-level:before {
  left: 130px;
}
.menu__single:hover .menu__second-level.-func-level:before {
  left: 65px;
}
.menu__single:hover .menu__second-level.-other-level:before {
  left: 537px !important;
}
.menu__single:hover .menu__second-level.-intro-level:before {
  left: 625px !important;
}
.menu__single.-func:hover .menu__second-level {
  top: 43px;
}
.menu__single.-func.-human:hover ul.menu__second-level:before {
  left: calc(50% + 38px);
}

.menu__single .menu__second-level a {
  position: relative;
  padding: 12px 35px 0 10px;
  color: #2D2D2D;
  display: block;
  font-size: 15px;
  font-weight: 700;
}
.menu__single .menu__second-level a:after {
  background: url(../img/common/icon_top_arrow.svg);
  background-size: cover;
  top: calc(50% + 1px);
  right: 12px;
  width: 5px;
  height: 9px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}
.menu__single .menu__second-level a:hover {
  color: #7F7F7F;
}

.menu__single .menu__second-level strong a {
  padding: 0;
  font-weight: 900;
  color: #122B5C;
}
.menu__single .menu__second-level strong a:after {
  background: unset;
}

.menu__single.-etc:hover ul.menu__second-level:before {
  left: 175px;
}

.menu__toiawase {
  background: #FCD44A;
  border-radius: 5px;
  padding: 2px 10px 1px;
  transition: all 0.2s;
  border: 2px solid #FCD44A;
  line-height: 1;
}
.menu__toiawase a {
  color: #122B5C;
}
.menu__toiawase:hover {
  background: #fff;
  border: 2px solid #fff;
}
.menu__toiawase:hover a {
  color: #122B5C !important;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    z-index: 100;
  }
  .l-header__title {
    padding: 10px 0;
  }
  .l-header__logo img {
    width: 107px;
    height: auto;
    vertical-align: baseline;
  }
  .l-header__logo .l-header__logo--h1 {
    padding-left: 5px;
    font-size: 0.75rem;
    line-height: 1.15;
    letter-spacing: 0.5px;
  }
  .l-header__contact {
    width: 100%;
  }
  .l-header__contact .c-btn {
    width: 50%;
  }
  .l-header__nav {
    padding: 0;
  }
}
.l-footer {
  background-color: #122B5C;
  color: #fff;
  margin-bottom: 63px;
}

.l-footer__box {
  padding-top: 45px;
  padding-bottom: 40px;
}

.l-footer__box--dencyo {
  width: calc(100% - 355px);
  border-right: 1px solid #54545D;
}
.l-footer__box--dencyo h3 {
  font-size: 20px;
}
.l-footer__box--dencyo .l-footer__box--dencyo__list {
  width: 37%;
  margin-top: 32px;
  font-weight: 700;
}
.l-footer__box--dencyo .l-footer__box--dencyo__list:nth-child(3) {
  width: 26%;
}
.l-footer__box--dencyo .l-footer__box--dencyo__list ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 8px;
  font-weight: 400;
}
.l-footer__box--dencyo .l-footer__box--dencyo__list img {
  margin-right: 4px;
  vertical-align: middle;
}

.l-appeal-img {
  width: 255px;
  margin-right: 15px;
}

.l-appeal-img li {
  border-radius: 5px;
  padding: 3px 7px;
  background: #fff;
}

/* navigation
-------------------------------------------------------------------------- */
address {
  text-align: center;
  background-color: #010B1A;
  font-size: 14px;
  padding: 10px 0;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .l-footer {
    margin-bottom: 0;
  }
  .l-footer__box {
    padding-top: 25px;
    padding-bottom: 22px;
  }
  .-flex.-between.l-footer__box--produce {
    display: block;
  }
  .-flex.-between.l-footer__box--produce li {
    position: relative;
    display: inline-block;
    width: 49%;
    font-size: 15.5px;
  }
  .l-footer .-flex.-between {
    justify-content: center;
  }
  .l-footer .-flex.-between li {
    text-align: center;
  }
  .l-footer__box--produce {
    text-align: center;
  }
  .l-footer__box--produce img {
    width: 160px;
    margin-bottom: 8px;
  }
  .-sp-company {
    margin-bottom: 22px;
  }
  address {
    font-size: 12.5px;
    padding: 5px 0;
  }
}
.l-kotei_bottom {
  display: inline-block;
  min-width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 3px 0 3px;
  z-index: 100000;
}

.l-bottom--description {
  font-size: 18px;
  line-height: 1.2;
  color: #122B5C;
}
.l-bottom--description span {
  font-size: 30px;
  font-weight: 900;
}

.l-kotei_head {
  display: inline-block;
  min-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  box-shadow: 0 0 5px 3px rgba(10, 35, 70, 0.3);
}

.l-kotei_bottom_right {
  position: relative;
  padding-right: 228px;
}
.l-kotei_bottom_right::after {
  background: url(../img/common/brothers_footer.webp);
  background-size: cover;
  right: 8px;
  bottom: -3px;
  width: 222px;
  height: 103px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}
.l-kotei_bottom_right::before {
  background: url(../img/common/comment_footer.png);
  background-size: cover;
  right: 186px;
  bottom: 38px;
  width: 118px;
  height: 79px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  z-index: 2;
}

.comment_footer {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  right: 221px;
  bottom: 55px;
  z-index: 3;
  font-weight: 900;
  line-height: 1.2;
  font-size: 0.85rem;
  letter-spacing: 0;
  transform: rotate(5deg);
}

.l-sdgs {
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 99;
}

.l-sdgs-box {
  width: 130px;
  padding: 20px 5px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
.l-sdgs-box .l-sdgs-box-text {
  margin-top: 8px;
  font-size: 15px;
  color: #122B5C;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
.l-sdgs-box img:hover {
  opacity: unset;
}
.l-sdgs-box .-mini {
  font-size: 8px;
  vertical-align: bottom;
}
.l-sdgs-box .-accent {
  color: #DB6B0F;
}

.l-cm {
  position: fixed;
  right: 10px;
  bottom: 167px;
  z-index: 99;
}

@media screen and (min-width: 1500px) {
  .l-custome {
    position: fixed;
    left: 0;
    top: 50%;
    writing-mode: vertical-rl;
    background: #122B5C;
    color: #fff;
    border-radius: 0 10px 10px 0;
    padding: 20px 10px;
    margin-top: -80px;
    z-index: 100;
    line-height: 1.3;
  }
  .l-custome span {
    color: #FCD44A;
  }
  .l-custome:hover {
    background: #fff;
    color: #122B5C;
  }
  .l-custome:hover span {
    color: #9D3E32;
  }
}
.l-bot {
  position: fixed;
  right: 10px;
  bottom: 80px;
  z-index: 5;
}
.l-bot a {
  font-weight: 900;
  position: absolute;
  bottom: 106px;
  right: 0;
  background: #9D3232;
  color: #fff;
  border-radius: 5px;
  font-size: 15.3px;
  padding: 5px 11px 7px;
  line-height: 1.15;
}
.l-bot a small {
  font-weight: 900;
}
.l-bot a:hover {
  background: #fff;
  color: #9D3232;
}

.l-bot-box {
  position: relative;
  background: #fff;
  border: 2px solid #122B5C;
  border-radius: 10px;
  width: 320px;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.2;
  padding: 1px 0 9px 113px;
  z-index: 0;
  transition: all 0.2s ease;
  cursor: pointer;
}
.l-bot-box:before {
  background: url(../img/bot/bot_link-cm.webp);
  background-size: contain;
  width: 235px;
  height: 125px;
  bottom: 0px;
  left: -70px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  z-index: -2;
}
.l-bot-box span {
  font-size: 15px;
}
.l-bot-box:hover {
  background: #122B5C;
  color: #fff;
  transition: all 0.2s ease;
}
.l-bot-box:hover .c-red-text {
  color: #FCD44A;
}

@media screen and (min-width: 1650px) {
  .l-goden-chat {
    position: fixed;
    left: 20px;
    bottom: -120px;
    z-index: 200000;
  }
  .l-goden-chat.smaller {
    bottom: 90px;
  }
  .l-goden-chat-box {
    position: relative;
    transition: 0.2s;
  }
  .l-goden-chat-name {
    position: absolute;
    left: 73px;
    top: 10px;
  }
  .l-goden-chat-voice {
    background: #FCFFFA;
    font-weight: 700;
    position: absolute;
    top: 40px;
    left: 72px;
    width: 220px;
    height: 100px;
    padding: 15px;
    border-radius: 10px;
  }
  .l-goden-chat-voice :has(> .-two-box) {
    height: 60px;
  }
  .l-goden-chat-voice p {
    position: absolute;
  }
  .l-goden-chat-voice p, .l-goden-chat-voice p + p {
    margin-top: 0;
    line-height: 1.3;
    color: #2f4955;
  }
  .l-goden-chat-voice:before {
    position: absolute;
    content: "";
    display: inline-block;
    z-index: 1;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background: url(../img/common/goden03.svg);
    top: 13px;
    left: -17px;
    width: 20px;
    height: 30px;
  }
}
.l-cunsult {
  background: url(../img/consult/consult_bg.webp);
  background-size: cover;
  padding: 65px 0 75px;
}

.l-cunsult__box {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  padding: 70px 100px;
  margin-top: 50px;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .l-kotei_bottom {
    padding: 8px 0;
    box-shadow: none;
  }
  .l-sdgs {
    display: none;
  }
  .l-bot {
    right: 5px;
    bottom: 5px;
  }
  .l-bot-box {
    border-radius: 10px;
    width: 225px;
    font-size: 17px;
    padding: 0 0 7px 73px;
  }
  .l-bot-box:before {
    background: url(../img/bot/bot_link.png);
    background-size: contain;
    width: 65px;
    height: 75px;
    bottom: -10px;
    left: 5px;
    position: absolute;
    content: "";
    display: inline-block;
    z-index: 1;
    background-repeat: no-repeat;
  }
  .l-bot-box span {
    font-size: 12px;
  }
  .l-bot-box-text {
    text-align: left;
  }
  .l-cm {
    position: fixed;
    right: 0px;
    bottom: 70px;
    z-index: 99;
  }
  .l-cm img {
    width: 210px;
  }
  .l-cunsult {
    padding: 25px 0 50px;
    background-position: right;
  }
  .l-cunsult__box {
    padding: 25px 15px;
    margin-top: 25px;
  }
  .l-cunsult__box .-flex {
    flex-direction: column;
  }
  .l-cvr__contact_blue {
    font-size: 19px !important;
  }
}
body {
  background-color: #F3F3F3;
}

.l-wrap h1 {
  font-size: 40px;
}

.l-bread {
  padding: 10px 0;
  background-color: #F3F3F3;
}
.l-bread li:after {
  content: ">";
  display: inline-block;
  padding: 0 10px;
}
.l-bread li:last-child:after {
  display: none;
}
.l-bread a {
  color: #2D2D2D;
}
.l-bread.bg-titile {
  background-size: cover !important;
  padding-bottom: 70px;
}
.l-bread.l-question {
  background: url(../img/second/bg_question.webp);
}
.l-bread.l-company {
  background: url(../img/second/bg_company.webp);
}

.-second__title {
  padding: 90px 0;
}

.-second__wrap {
  padding: 0 10px 100px;
  margin-top: 5px;
}

/* ==================================================
ダブル
================================================== */
.l-double-content {
  width: 735px;
}

/*一覧
================================================== */
.l-double-content-up {
  margin-top: 20px;
  margin-bottom: 32px;
}
.l-double-content-up h1 {
  font-size: 40px;
  border-left: 10px solid #122B5C;
  padding-left: 10px;
  line-height: 1.1;
}
.l-double-content-up p {
  padding: 22px 0 0 22px;
}

.l-news-list + .l-news-list {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px dashed #E7E7E7;
}

.l-news-list .l-news-title {
  margin-top: 8px;
  display: block;
  font-size: 20px;
  color: #122B5C;
}
.l-news-list .l-news-title:hover {
  color: #7F7F7F;
}

time {
  font-size: 15px;
  margin-right: 15px;
}

.label {
  line-height: 1;
  border: 1px solid #122B5C;
  border-radius: 5px;
  font-weight: 700;
  color: #122B5C;
  padding: 5px;
  width: 90px;
  text-align: center;
  font-size: 15px;
}
.label:hover {
  background: #122B5C;
  color: #fff;
}
.label.-media {
  border-color: #EB9D4F;
  color: #EB9D4F;
}
.label.-media:hover {
  background: #EB9D4F;
  color: #fff;
}
.label.-news {
  border-color: #1f96d2;
  color: #1f96d2;
}
.label.-news:hover {
  background: #1f96d2;
  color: #fff;
}
.label.-other {
  border-color: #888;
  color: #888;
}
.label.-other:hover {
  background: #888;
  color: #fff;
}

.-tag {
  margin-right: 5px;
  display: inline-block;
}

/*コラム一覧
================================================== */
.l-link .-tv-category li {
  width: 18.5%;
}

.l-link {
  margin: 0 0 30px;
}
.l-link li {
  width: 15%;
  text-align: center;
}
.l-link li a {
  background: #fff;
  display: block;
  padding: 15px 10px;
  border-radius: 10px;
  color: #122B5C;
  font-weight: 700;
  position: relative;
  font-size: 19px;
}
.l-link li a.-active {
  background: #122B5C;
  color: #fff;
}

.l-column-box-list {
  width: 48.8%;
  margin-bottom: 2.4%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.l-column-box-list img:hover {
  opacity: 1;
}
.l-column-box-list time, .l-column-box-list span {
  color: #122B5C;
  font-size: 16px;
}
.l-column-box-list .l-column-box-list-descript {
  position: relative;
  padding: 10px 30px 0 0;
}
.l-column-box-list .l-column-box-list-descript h2 {
  font-size: 20px;
  margin-bottom: 8px;
}
.l-column-box-list .l-column-box-list-descript p {
  color: #122B5C;
}
.l-column-box-list .l-column-box-list-descript:after {
  background: url(../img/second/next_icon.png);
  background-size: contain;
  top: 75px;
  right: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}

/*blockquote
================================================== */
blockquote {
  position: relative;
  padding: 30px 15px 8px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  font-size: 16px;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  content: "”";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/*詳細
================================================== */
.l-news-content h1 {
  font-size: 24px;
  padding-bottom: 33px;
  border-bottom: 1px dashed #E7E7E7;
}
.l-news-content h2 {
  font-size: 23px;
  border-left: 5px solid #122B5C;
  padding: 7px 10px;
  margin-bottom: 15px;
  background: #F3F3F3;
}
.l-news-content section h3 {
  font-size: 20px;
  margin-bottom: 13px;
  line-height: 1.3;
  border-left: 5px solid #122B5C;
  color: #122B5C;
  padding: 0 7px;
}
.l-news-content h4 {
  margin-bottom: 7px;
  line-height: 1.3;
  margin-bottom: 6px;
  border-bottom: 1px dashed #2D2D2D;
  padding-bottom: 9px;
}
.l-news-content img {
  margin-bottom: 15px;
}

.l-news-content-box {
  padding: 25px 15px;
}
.l-news-content-box ul {
  margin: 0 0 15px;
  padding-left: 23px;
}
.l-news-content-box ul > li {
  list-style: disc;
}
.l-news-content-box ul > li + li {
  padding-top: 6px;
}
.l-news-content-box .second-box {
  padding-left: 14px;
}

.l-news-content-box .kiji-box ul > li {
  text-align: left;
}

.talk-box dt {
  width: 75px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

dt::after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  content: "：";
  top: 0;
  right: 7px;
}

.talk-box dd {
  padding-bottom: 10px;
  width: calc(100% - 75px);
}

.-list-cotrole dt {
  width: 150px;
}

.-list-cotrole dd {
  width: calc(100% - 150px);
}

.-list-cotrole dt:after {
  content: "";
}

img.float_icon {
  float: left;
  margin: 12px;
}

.l-next_prev_left,
.l-next_prev_right {
  width: 48.5%;
  list-style: none !important;
}

.l-news-content-box ul.l-next_prev.-mt40 {
  margin-top: 40px;
  padding: 0;
}

.l-next_prev-link {
  position: relative;
  background: #F3F3F3;
  display: block;
  border-radius: 10px;
}

.l-next_prev_left .l-next_prev-link {
  padding: 8px 15px 16px 58px;
}
.l-next_prev_left .l-next_prev-link:after {
  background: url(../img/second/prev_icon.png);
  background-size: contain;
  width: 15px;
  height: 18px;
  top: 42px;
  left: 26px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}

.l-next_prev_right .l-next_prev-link {
  padding: 8px 58px 16px 15px;
}
.l-next_prev_right .l-next_prev-link:after {
  background: url(../img/second/next_icon.png);
  background-size: contain;
  width: 15px;
  height: 18px;
  top: 42px;
  right: 26px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}

.l-next_prev_left_list.-mt40 {
  margin-top: 50px;
}

.l-next_prev_left_list .l-next_prev_left,
.l-next_prev_left_list .l-next_prev_right {
  width: 35%;
  display: block;
  margin-bottom: 20px;
}
.l-next_prev_left_list .l-next_prev_left .l-next_prev-link,
.l-next_prev_left_list .l-next_prev_right .l-next_prev-link {
  background: #fff;
}
.l-next_prev_left_list .l-next_prev_left .l-next_prev-link:after,
.l-next_prev_left_list .l-next_prev_right .l-next_prev-link:after {
  top: 24px;
}

.l-next_prev-text1 {
  color: #acacac;
  font-size: 15px;
}

.l-next_prev-text2 {
  color: #122B5C;
  font-weight: 700;
  height: 57px;
  overflow: hidden;
  display: block;
}

.l-next_prev_left_list .l-next_prev_left .l-next_prev-link.l-next_prev-text2 {
  padding: 18px 30px 18px 87px;
  height: unset;
}

.l-next_prev_left_list .l-next_prev_right .l-next_prev-link.l-next_prev-text2 {
  padding: 18px 70px 18px 58px;
  height: unset;
}

.l-next_prev_left_list.-np_only .l-next_prev_left .l-next_prev-link.l-next_prev-text2 {
  padding: 18px 16px 18px 35px;
  height: unset;
}

.l-next_prev_left_list.-np_only .l-next_prev_right .l-next_prev-link.l-next_prev-text2 {
  padding: 18px 35px 18px 16px;
  height: unset;
}

.l-table-contents {
  padding-top: 17px;
  border-radius: 7px;
  margin-bottom: 32px;
  background: #F3F3F3;
}
.l-table-contents li:last-child {
  border: none;
}

.l-table-contents h3 {
  margin: 0;
  text-align: center;
}

.l-news-content-box ol {
  counter-reset: number;
  list-style-type: none;
  padding-left: 0;
  padding: 15px 40px;
}

.kiji-box table {
  font-size: 17px;
}
.kiji-box table th {
  padding: 1px 10px;
  font-weight: 500;
  background: #50515a;
}
.kiji-box table td {
  padding: 7px 12px;
}
.kiji-box table .long-th {
  width: 415px;
}
.kiji-box table .left_text {
  text-align: left;
}
.kiji-box + .kiji-box {
  margin-top: 60px;
}

.kiji-box .tab2_label {
  width: 49%;
}

.kiji-box .tab2_label.blue-link:before {
  transform: rotate(90deg);
}

.kiji-box .tab3_label {
  width: 32.3%;
}

.kiji-box .tab3_label.blue-link {
  font-size: 16px;
  padding: 16px 16px 16px 0;
}

.kiji-box .tab3_label.blue-link:before {
  background: url(../img/common/icon_white_arrow.svg);
  top: calc(50% - 6.5px);
  right: 14px;
  width: 13px;
  height: 14px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}

.kiji-box .tab3_label.white-link {
  font-size: 16px;
  padding: 16px 16px 16px 0;
  border: 2px solid #122B5C;
  border-radius: 10px;
  position: relative;
  color: #122B5C;
  font-weight: 900;
}
.kiji-box .tab3_label.white-link:hover {
  background: #122B5C;
  color: #fff;
}

.kiji-box .tab3_label.white-link:before {
  background: url(../img/common/icon_blue_arrow.svg);
  top: calc(50% - 6.5px);
  right: 14px;
  width: 13px;
  height: 14px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}

.l-news-content-box .kiji-box ol {
  text-indent: -22px;
  padding: 0 10px 0 25px;
}

.l-news-content-box .kiji-box ol li {
  border: unset;
}

.l-news-content-box .kiji-box ol li:before {
  font-weight: 700;
}

.l-news-content-box ol li:before {
  counter-increment: number;
  content: counter(number) ".";
  padding-right: 5px;
  font-weight: 500;
}

.l-news-content-box ol li {
  border-bottom: 1px dashed #7F7F7F;
  padding-bottom: 8px;
}
.l-news-content-box ol li + li {
  margin-top: 5px;
}
.l-news-content-box ol li a {
  color: #2D2D2D;
}
.l-news-content-box ol li a:hover {
  color: #7F7F7F;
}

/* ==================================================
シングル
================================================== */
.l-ancer_link {
  padding: 50px 30px 0 30px;
}
.l-ancer_link li {
  width: 32%;
  text-align: center;
}
.l-ancer_link li.harf {
  width: 49%;
}
.l-ancer_link li a {
  background: #fff;
  display: block;
  padding: 20px;
  border-radius: 10px;
  color: #122B5C;
  font-weight: 700;
  position: relative;
  font-size: 19px;
}
.l-ancer_link li a:before {
  background: url(../img/second/icon_btm.svg);
  width: 18px;
  height: 10px;
  background-size: contain;
  top: calc(50% - 5px);
  right: 20px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}

.l-qa {
  margin-top: 80px;
}
.l-qa + .l-qa {
  margin-top: 100px;
}
.l-qa .l-frame-second {
  margin-top: 40px;
  padding: 32px 35px 25px;
}
.l-qa .l-frame-second span {
  width: 45px;
  display: inline-block;
}
.l-qa .l-frame-second h3 {
  color: #122B5C;
}
.l-qa .l-frame-second h3 img {
  vertical-align: baseline;
  margin-right: 10px;
}
.l-qa .l-frame-second + .l-frame-second {
  margin-top: 20px;
}
.l-qa .-left-space {
  padding-left: 45px;
}
.l-qa ul {
  padding-left: 23px;
}
.l-qa ul li {
  list-style: disc;
}

/* ==================================================
-document-list
================================================== */
.-document-list {
  margin-top: 60px;
}
.-document-list + .-document-list {
  margin-top: 90px;
}

.-document-list h1 {
  font-size: 33px;
}

.-document-list h2 {
  font-size: 19px;
}

.-document-list a,
.-document-list .pop-up-trial {
  border: 8px solid #eee;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  width: calc(50% - 10px);
  cursor: pointer;
  transition: all 0.3s ease;
}
.-document-list a:hover img,
.-document-list .pop-up-trial:hover img {
  opacity: 1;
}
.-document-list a p,
.-document-list .pop-up-trial p {
  color: #2D2D2D;
}

.-document-list .-dot {
  background-size: 34px 6px;
  background-image: radial-gradient(0.1em 0.1em at center center, #122B5C, #122B5C 100%, transparent);
}

.-sitemap-box {
  width: calc(33.33% - 30px);
}

.-sitemap-box h4 {
  margin-bottom: 10px;
}

.-sitemap-box h4 a {
  color: #122B5C;
}

.-sitemap-box li {
  list-style: disc;
  margin-left: 21px;
  padding-bottom: 4px;
}

.-sitemap-box li a {
  color: #2D2D2D;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .-profile-box .-flex {
    flex-direction: column;
  }
  .l-wrap h1 {
    font-size: 1.5rem;
  }
  .-second__title {
    padding: 90px 0 38px;
  }
  .-second__wrap {
    padding-bottom: 50px;
  }
  .l-bread {
    margin-top: 50px;
  }
  .l-bread.bg-titile {
    padding: 10px 0;
    white-space: unset;
    overflow: unset;
  }
  .l-bread.bg-titile p {
    padding: 0 20px;
    font-size: 0.9rem;
  }
  .l-double-content {
    width: 100%;
  }
  .l-news-content h1 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding-bottom: 17px;
  }
  .l-next_prev-text2 {
    display: none;
  }
  .-np_only .l-next_prev-text2 {
    display: block;
  }
  .l-news-content-box {
    padding: 15px 0;
  }
  .l-news-content-box .kiji-box ol {
    text-indent: 0;
    padding: 0;
  }
  .l-news-content section h3 {
    font-size: 1rem;
  }
  .l-next_prev-text1 {
    color: #122B5C;
  }
  .l-next_prev_left .l-next_prev-link, .l-next_prev_right .l-next_prev-link {
    text-align: center;
  }
  .l-next_prev_left .l-next_prev-link {
    padding: 9px 0 12px 15px;
  }
  .l-next_prev_right .l-next_prev-link {
    padding: 9px 15px 12px 0;
  }
  .l-next_prev_right .l-next_prev-link:after,
  .l-next_prev_left .l-next_prev-link:after {
    top: 13px;
  }
  .l-next_prev_right .l-next_prev-link:after {
    right: 15px;
  }
  .l-next_prev_left .l-next_prev-link:after {
    left: 15px;
  }
  .l-news-list .l-news-title {
    font-size: 1.2rem;
  }
  .l-double-content-up {
    margin-top: 12px;
    margin-bottom: 25px;
  }
  .l-double-content-up h1 {
    font-size: 1.5rem;
  }
  .l-double-content-up p {
    padding: 15px 0 0 0;
  }
  .l-news-list .l-news-title {
    font-size: 1.05rem;
  }
  .l-bread {
    white-space: nowrap;
    overflow: scroll;
    width: 100%;
    display: grid;
  }
  .l-bread .-mt50 {
    margin-top: 12px;
  }
  .l-news-content h1 {
    font-size: 1.2rem;
    padding-bottom: 17px;
  }
  .l-news-content h2 {
    font-size: 24px;
    border-left: 5px solid #122B5C;
    padding-left: 8px;
    margin-bottom: 15px;
  }
  .l-news-content h3 {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  .l-news-content h4 {
    margin-bottom: 7px;
    color: #122B5C;
  }
  .l-news-content img {
    margin-bottom: 15px;
  }
  .l-column-box img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 120px;
  }
  .l-column-box-list {
    width: 100%;
  }
  .l-column-box-list .l-column-box-list-descript h2 {
    font-size: 1.1rem;
  }
  .l-asp {
    margin-top: 70px;
  }
  .l-table-contents {
    padding-top: 12px;
    margin-bottom: 25px;
  }
  .l-table-contents ol {
    padding: 4px 15px 10px;
  }
  .label {
    font-size: 0.9rem;
    padding: 4px;
  }
  /* ==================================================
  シングル
  ================================================== */
  .l-qa {
    margin-top: 25px;
  }
  .l-qa + .l-qa {
    margin-top: 50px;
  }
  .l-qa .l-frame-second {
    margin-top: 20px;
    padding: 15px 15px 10px;
  }
  .l-qa .l-frame-second span {
    width: unset;
  }
  .l-qa .l-frame-second span::after {
    content: ".";
  }
  .l-qa .l-frame-second + .l-frame-second {
    margin-top: 8px;
  }
  .l-qa .-left-space {
    padding-left: 0;
  }
  .l-qa h3 {
    font-size: 1rem;
  }
  .l-news-content-box .second-box {
    padding: 0;
  }
  .kiji-box img {
    width: 100%;
    height: auto !important;
  }
  .kiji-box table {
    font-size: 0.9rem;
  }
}
/* ==================================================
youtube
================================================== */
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .-document-list .-flex.-between {
    flex-direction: column;
  }
  .-document-list a {
    width: 100%;
  }
  .-document-list a a {
    margin-top: 50px;
  }
  .-flex.-sitemap {
    flex-direction: column;
  }
  .-sitemap-box {
    width: 100%;
  }
}
.l-side {
  width: 250px;
  z-index: 0;
}

.l-side-sticy {
  position: sticky;
  top: 70px;
  margin-top: 20px;
}

.l-side_cvr {
  background-color: #122B5C;
  border-radius: 10px;
}

.l-side_cvr_catch {
  padding: 8px 10px 12px;
  position: relative;
}
.l-side_cvr_catch h1 {
  color: #fff;
  font-size: 19px;
}
.l-side_cvr_catch h1 span {
  font-size: 16px;
  position: relative;
}
.l-side_cvr_catch h1 span:before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #fff;
  top: 2px;
  left: -13px;
  transform: rotate(-30deg);
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}
.l-side_cvr_catch h1 span:after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #fff;
  top: 2px;
  right: -13px;
  transform: rotate(30deg);
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}

.l-side_cvr_second {
  background: #fff;
  padding: 15px 7px 8px;
  font-weight: 900;
  position: relative;
}
.l-side_cvr_second .l-side_cvr_second_1 {
  position: relative;
  transform: rotate(-2deg);
  line-height: 1.1;
  font-size: 14px;
  z-index: 999;
  letter-spacing: 0;
}
.l-side_cvr_second .l-side_cvr_second_2 {
  position: relative;
  z-index: 999;
  font-size: 16.5px;
  letter-spacing: 0;
  line-height: 1.4;
}
.l-side_cvr_second .l-side_cvr_second_2 span {
  font-size: 30px;
  line-height: 1.2;
  color: #EB9D4F;
  margin-top: 5px;
  display: block;
}
.l-side_cvr_second .l-side_cvr_second_2 span small {
  font-size: 26px;
  font-weight: 900;
}
.l-side_cvr_second .l-side_cvr_second_3 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.l-side_cvr_third {
  padding: 10px 5px 10px;
}
.l-side_cvr_third .l-side_cvr_third_mail {
  position: relative;
  color: #fff;
  font-size: 12px;
  width: 33%;
  letter-spacing: 0;
  padding: 38px 6px 0 0px;
}
.l-side_cvr_third .l-side_cvr_third_mail:before {
  background: url(../img/common/contact/w_mail_mini.svg);
  width: 36px;
  height: 28px;
  top: 8px;
  left: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}
.l-side_cvr_third .l-side_cvr_third_tel {
  font-size: 12px;
  color: #fff;
  padding-left: 8px;
  line-height: 1.3;
  border-left: 1px solid #fff;
}
.l-side_cvr_third .l-side_cvr_third_tel .l-side_cvr_third_tel_title {
  font-weight: 900;
}
.l-side_cvr_third .l-side_cvr_third_tel .l-side_cvr_third_tel_number {
  font-weight: 900;
  font-size: 20px;
}

.l-side_info {
  margin-top: 20px;
}
.l-side_info .l-side_info_h1 {
  border-radius: 10px 10px 0 0;
  background: #122B5C;
  padding: 10px;
  text-align: center;
}
.l-side_info .l-side_info_h1 h1 {
  font-size: 18px;
  color: #fff;
}
.l-side_info .l-side_info_box {
  background: #fff;
  padding: 10px;
}
.l-side_info .l-side_info_box .l-side_info_content {
  padding: 10px 12px;
  background: #F3F3F3;
  display: block;
}
.l-side_info .l-side_info_box .l-side_info_content h2 {
  font-size: 16px;
}
.l-side_info .l-side_info_box .l-side_info_content p {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #2D2D2D;
}
.l-side_info .l-side_info_box .l-side_info_content + .l-side_info_content {
  margin-top: 10px;
}

.l-side_info .l-side_info_box .l-side_info_content h2.ninki-column {
  font-size: 13px;
  margin-left: 10px;
}

.-timer .l-side_cvr_second .l-side_cvr_second_2 {
  font-size: 19px;
  text-shadow: 1px 1px 2px #fff;
  margin-bottom: 8px;
}

.-timer .l-side_cvr_catch h1 span {
  font-size: 15.5px;
  letter-spacing: -0.3px;
}
.-timer .l-side_cvr_catch h1 span:before {
  left: -10px;
}
.-timer .l-side_cvr_catch h1 span:after {
  right: -10px;
}

.-timer .l-side_cvr_second {
  padding: 8px 7px 3px;
}

.day {
  font-size: 50px;
  line-height: 1;
  margin-top: 10px;
  z-index: 1;
  position: relative;
}

.hour, .min, .sec {
  font-size: 16px;
  z-index: 1;
  position: relative;
}

.-timer-text {
  font-size: 25px;
  z-index: 1;
  position: relative;
  letter-spacing: -0.1px;
  line-height: 1.4;
  margin-bottom: 0;
  text-shadow: 1px 1px 2px #fff;
}

@media screen and (max-width: 768px) {
  .l-double > .-flex.-between {
    flex-direction: column;
  }
  .l-side {
    width: 100%;
  }
  .l-side_info_content img {
    width: 80px;
    height: 80px;
  }
  .l-side_info .l-side_info_box .l-side_info_content h2.ninki-column {
    font-size: 0.9rem;
  }
  section.l-side_cvr.‐pc {
    display: none !important;
  }
}
.l-cvr-box {
  overflow-x: hidden;
  padding-top: 100px;
  margin-top: -100px;
}

.l-cvr {
  background: url(../img/common/cvr-bk.webp);
  background-size: cover;
  position: relative;
  z-index: 0;
}

.l-cvr__box {
  padding-top: 50px;
  padding-bottom: 50px;
}

.l-cvr__question {
  color: #122B5C;
  position: absolute;
  right: 323px;
  bottom: 260px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  transform: rotate(5deg);
}
.l-cvr__question:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  z-index: -1;
  top: -51px;
  left: -50px;
  width: 271px;
  height: 197px;
  background-image: url(../img/common/other/toiawase_comment.svg);
}
.l-cvr__question p {
  margin: 0;
}

.l-cvr__catch {
  margin-bottom: 17px;
}
.l-cvr__catch .l-cvr__descript {
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 7px;
}

.l-cvr__contact {
  position: relative;
  background-color: #fff;
  color: #122B5C;
  padding: 6px 11px 10px 85px;
  font-size: 27px;
  font-weight: 900;
  width: 300px;
  border-radius: 10px;
}
.l-cvr__contact:hover {
  background-color: #122B5C;
  color: #fff;
}
.l-cvr__contact.-mail {
  background-color: #DB6B0F;
  color: #fff;
}
.l-cvr__contact.-mail:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 13px;
  left: 30px;
  width: 43px;
  height: 32px;
  background-size: contain;
  background-image: url(../img/common/contact/logo_mail_mini_hover.svg);
}
.l-cvr__contact.-mail:hover {
  background-color: #fff;
  color: #DB6B0F;
}
.l-cvr__contact.-mail:hover:before {
  background-image: url(../img/common/contact/logo_mail_mini_oarange.svg);
}
.l-cvr__contact.-tel {
  width: 323px;
  margin-left: 20px;
}
.l-cvr__contact.-tel:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 9px;
  left: 19px;
  width: 51.5px;
  height: 40px;
  background-size: contain;
  background-image: url(../img/common/contact/logo_b_tel.svg);
}
.l-cvr__contact.-tel:hover:before {
  background-image: url(../img/common/contact/logo_b_tel_hover.svg);
}

.l-cvr__contact_blue {
  position: relative;
  background-color: #122B5C;
  color: #fff;
  padding: 7px 11px 8px 80px;
  font-size: 24px;
  font-weight: 900;
  width: 390px;
  border-radius: 10px;
  border: 3px solid #122B5C;
  text-align: center;
}
.l-cvr__contact_blue:hover {
  background-color: #fff;
  color: #122B5C;
}
.l-cvr__contact_blue.-mail:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 9px;
  left: 95px;
  width: 40px;
  height: 44px;
  background-size: contain;
  background-image: url(../img/common/contact/logo_mail_mini_hover.svg);
}
.l-cvr__contact_blue.-mail:hover:before {
  background-image: url(../img/common/contact/logo_mail_mini.svg);
}
.l-cvr__contact_blue.-tel {
  width: 390px;
  margin-left: 20px;
}
.l-cvr__contact_blue.-tel:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 6px;
  left: 78px;
  width: 47px;
  height: 44px;
  background-size: contain;
  background-image: url(../img/common/contact/logo_b_tel_hover.svg);
}
.l-cvr__contact_blue.-tel:hover:before {
  background-image: url(../img/common/contact/logo_b_tel.svg);
}

.l-cvr__human {
  position: absolute;
  right: -50px;
  bottom: 0;
  z-index: -1;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .l-cvr__box {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .l-cvr__box .-flex {
    flex-direction: column;
  }
  .l-cvr__catch {
    margin-bottom: 15px;
  }
  .l-cvr__catch h1 {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .l-cvr__catch .l-cvr__descript {
    font-size: 0.9rem;
    letter-spacing: 0;
  }
  .l-cvr__catch .-dot {
    background-image: none;
  }
  .l-cvr__human {
    right: -103px;
    bottom: 0;
    overflow: hidden;
    height: 280px;
  }
  .l-cvr__human img {
    width: 320px;
    height: auto;
    z-index: -1;
  }
  .l-cvr__contact {
    font-size: 20px;
    padding-left: 55px;
    z-index: 1;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .l-cvr__contact.-mail {
    width: 225px;
  }
  .l-cvr__contact.-mail:before {
    width: 30px;
    top: 11px;
    left: 18px;
  }
  .l-cvr__contact.-tel {
    width: 225px;
    margin: 10px 0 0 0;
  }
  .l-cvr__contact.-tel:before {
    width: 40px;
    left: 8px;
    top: 6px;
  }
  .l-cvr__contact_blue {
    width: 100%;
    padding: 5px;
  }
  .l-cvr__contact_blue.-mail {
    padding: 5px;
  }
  .l-cvr__contact_blue.-mail:before {
    display: none;
  }
}
.drawer-list {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  transform: translate(100vw, 0);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  box-sizing: border-box;
  pointer-events: none;
  padding-top: 45px;
  transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
  border-bottom-left-radius: 100vw;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 768px) {
  .drawer-list {
    width: 40vw;
  }
}
.drawer-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 10px;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
}
.drawer-list li {
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  white-space: nowrap;
  box-sizing: border-box;
  transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  float: none;
}
.drawer-list li + li {
  margin-top: 10px;
}
.drawer-list li:last-child {
  margin-bottom: 2em;
}
.drawer-list li .second-nav {
  text-decoration: none;
  color: #363F43;
  text-align: left;
  display: block;
  padding: 10px 15px;
  font-size: 1rem;
  background: #F3F3F3;
  border-radius: 5px;
}
.drawer-list li .second-nav img {
  margin-right: 7px;
}
@media (min-width: 768px) {
  .drawer-list li .second-nav {
    text-align: right;
    padding: 0.5rem;
  }
}
.drawer-list li .second-nav:hover {
  cursor: pointer;
  color: #363F43;
}
.drawer-list li .third-nav {
  color: #363F43;
  font-size: 1rem;
  display: block;
  font-weight: 500;
  margin-top: 8px;
}
.drawer-list .drawer-second-box {
  padding-left: 15px;
}

input#check_qa {
  display: none;
}

#check_qa_contents {
  display: none;
}

input#check_qa[type=checkbox]:checked ~ #check_qa_contents {
  display: block;
}

input#check_strong {
  display: none;
}

#check_strong_contents {
  display: none;
}

input#check_strong[type=checkbox]:checked ~ #check_strong_contents {
  display: block;
}

input#check_dl {
  display: none;
}

#check_dl_contents {
  display: none;
}

input#check_dl[type=checkbox]:checked ~ #check_dl_contents {
  display: block;
}

input#check_func {
  display: none;
}

#check_func_contents {
  display: none;
}

input#check_func[type=checkbox]:checked ~ #check_func_contents {
  display: block;
}

input#check_topics {
  display: none;
}

#check_topics_contents {
  display: none;
}

input#check_topics[type=checkbox]:checked ~ #check_topics_contents {
  display: block;
}

input#check_contact {
  display: none;
}

#check_contact_contents {
  display: none;
}

input#check_contact[type=checkbox]:checked ~ #check_contact_contents {
  display: block;
}

input#check_info {
  display: none;
}

#check_info_contents {
  display: none;
}

input#check_info[type=checkbox]:checked ~ #check_info_contents {
  display: block;
}

input.hamburger {
  display: none;
}
input.hamburger:checked ~ .drawer-list {
  transform: translatex(0);
  border-bottom-left-radius: 0;
}
input.hamburger:checked ~ .drawer-list li {
  transform: translatex(0);
}
input.hamburger:checked ~ .drawer-list li:nth-child(1) {
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(2) {
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(3) {
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(4) {
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(5) {
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(6) {
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(7) {
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(8) {
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(9) {
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(10) {
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(11) {
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(12) {
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(13) {
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(14) {
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(15) {
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(16) {
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(17) {
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(18) {
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(19) {
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(20) {
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(21) {
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(22) {
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(23) {
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(24) {
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(25) {
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(26) {
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(27) {
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(28) {
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(29) {
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(30) {
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(31) {
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(32) {
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(33) {
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(34) {
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(35) {
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(36) {
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(37) {
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(38) {
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(39) {
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(40) {
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(41) {
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(42) {
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(43) {
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(44) {
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(45) {
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(46) {
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(47) {
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(48) {
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(49) {
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(50) {
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li a {
  padding-right: 15px;
}
input.hamburger:checked ~ label > i {
  background-color: transparent;
  transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before {
  transform: translate(-50%, -50%) rotate(315deg);
}
input.hamburger:checked ~ label > i:after {
  transform: translate(-50%, -50%) rotate(-315deg);
}
input.hamburger:checked ~ label close {
  color: #363F43;
  width: 100%;
}
input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

label.hamburger {
  z-index: 9999;
  position: relative;
  display: block;
  height: 35px;
  width: 35px;
}
label.hamburger:hover {
  cursor: pointer;
}
label.hamburger text close,
label.hamburger text open {
  text-transform: uppercase;
  font-size: 0.5em;
  text-align: center;
  position: absolute;
  transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  transition: width 0.25s 0.35s, color 0.45s 0.35s;
  top: -8px;
}
label.hamburger text close {
  color: rgba(0, 0, 0, 0);
  right: 0;
  width: 0;
}
label.hamburger text open {
  color: #363F43;
  width: 100%;
}
label.hamburger > i {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  background-color: #363F43;
  pointer-events: auto;
  transition-duration: 0.35s;
  transition-delay: 0.35s;
}
label.hamburger > i:before, label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background-color: #363F43;
  content: "";
  transition: transform 0.35s;
  transform-origin: 50% 50%;
}
label.hamburger > i:before {
  transform: translate(-50%, -11px);
}
label.hamburger > i:after {
  transform: translate(-50%, 11px);
}

label.hamburger {
  position: fixed;
  top: 11px;
  right: 15px;
}

/* ==================================================
contact_main
================================================== */
.c-btn.pop-up {
  cursor: pointer;
}

.c-btn + .c-btn {
  padding-left: 10px;
}

.c-btn-contact {
  position: relative;
  display: block;
  border-radius: 9px;
  border: 3px solid #122B5C;
  font-size: 18px;
  font-weight: 700;
}
.c-btn-contact.-down:hover, .c-btn-contact.-down:active {
  transition: all 0.2s ease;
  transform: translate3d(0, 5px, 0);
}

.c-btn-contact.-tel {
  padding: 9px 10px 10px 9px;
  background-color: #fff;
  color: #122B5C;
  font-size: 24px;
  line-height: 0.75;
  font-weight: 900;
  cursor: pointer;
}
.c-btn-contact.-tel .c-btn-contact__common {
  padding-left: 61px;
}
.c-btn-contact.-tel .c-btn-contact__common .toiawase_moji {
  font-size: 13px;
  vertical-align: top;
  font-weight: 900;
  margin-bottom: 5px;
}
.c-btn-contact.-tel .c-btn-contact__common:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 9.5px;
  left: 14px;
  width: 50px;
  height: 37px;
  background-size: contain;
  background-image: url(../img/common/contact/logo_note_mini.svg);
}

.c-btn-contact.-tel:hover {
  background-color: #122B5C;
  color: #fff;
}
.c-btn-contact.-tel:hover .c-btn-contact__common:before {
  background-image: url(../img/common/contact/logo_mail_mini_w.svg);
}

.c-btn-contact.-white-add {
  padding: 14px 10px 13px 10px;
  line-height: 1.4;
  color: #122B5C;
  background-color: #fff;
}

.c-btn-contact.-white-add:hover {
  background-color: #122B5C;
  color: #fff;
}

.c-btn-contact.-add {
  padding: 14px 10px 13px 10px;
  line-height: 1.4;
  color: #fff;
  background-color: #122B5C;
}

.c-btn-contact.-add:hover {
  background-color: #fff;
  color: #122B5C;
}

.c-btn-contact.-claim {
  padding: 0px 8px 6px 8px;
  line-height: 1.2;
  color: #fff;
  background-color: #DB6B0F;
  border-color: #DB6B0F;
  font-size: 20px;
  text-align: center;
  transition: all 0.2s;
}
.c-btn-contact.-claim small {
  font-weight: 900;
  font-size: 13px;
  line-height: 1;
}

.c-btn-contact.-claim:hover {
  background-color: #fff;
  color: #DB6B0F;
  transition: all 0.2s;
}

.blue-link {
  position: relative;
  background: #122B5C;
  border: 2px solid #122B5C;
  padding: 16px;
  width: 380px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  font-size: 19px;
}
.blue-link:hover {
  background: #fff;
  color: #122B5C;
}
.blue-link:before {
  background: url(../img/common/icon_white_arrow.svg);
  top: calc(50% - 12.5px);
  right: 20px;
  width: 20px;
  height: 25px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}
.blue-link:hover:before {
  background: url(../img/common/icon_blue_arrow.svg);
  top: calc(50% - 12.5px);
  right: 20px;
  width: 20px;
  height: 25px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}

.yellow-link {
  position: relative;
  background: #FCD44A;
  padding: 16px;
  width: 380px;
  display: inline-block;
  font-weight: 900;
  color: #122B5C;
  border-radius: 10px;
  font-size: 19px;
}
.yellow-link:hover {
  background: #fff;
  color: #122B5C;
}
.yellow-link:before {
  background: url(../img/common/icon_blue_arrow.svg);
  top: calc(50% - 12.5px);
  right: 20px;
  width: 20px;
  height: 25px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}
.yellow-link:hover:before {
  background: url(../img/common/icon_blue_arrow.svg);
  top: calc(50% - 12.5px);
  right: 20px;
  width: 20px;
  height: 25px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}

table .orange-link {
  width: 155px;
  padding: 4px;
  margin-top: 15px;
  background: #DB6B0F;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  border: 2px solid #DB6B0F;
}
table .orange-link.pop-up {
  transition: all 0.2s;
  cursor: pointer;
}
table .orange-link:before {
  background: none;
}
table .orange-link:hover:before {
  background: none;
}
table .orange-link:hover {
  background: #fff;
  color: #DB6B0F;
}

table .l-text a.orange-link {
  color: #fff;
}
table .l-text a.orange-link:hover {
  color: #DB6B0F;
}

table .l-text {
  text-align: left;
}
table .l-text small {
  vertical-align: top;
  color: #DB6B0F;
}
table .l-text a {
  color: #2D2D2D;
}
table .l-text a:hover {
  color: #7F7F7F;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .c-btn-contact {
    font-size: 15px;
    letter-spacing: 0;
  }
  .c-btn-contact.-tel {
    padding: 2px 7px 4px 4px;
  }
  .c-btn-contact.-tel .c-btn-contact__common {
    padding-left: 45px;
  }
  .c-btn-contact.-tel .c-btn-contact__common .toiawase_moji {
    font-size: 15px;
    line-height: 1.5;
  }
  .c-btn-contact.-tel .c-btn-contact__common:before {
    top: 11px;
    left: 16px;
    width: 25px;
    height: 28px;
  }
  .c-btn-contact.-mail {
    padding: 2px 7px 4px 4px;
    font-weight: 700;
  }
  .c-btn-contact.-mail .c-btn-contact__common {
    padding-left: 45px;
  }
  .c-btn-contact.-mail .c-btn-contact__common:before {
    top: 13px;
    left: 10px;
    width: 30px;
    height: 22px;
  }
  .blue-link {
    width: 90%;
    font-size: 1.1rem;
    padding: 11px;
  }
  .yellow-link {
    width: 90%;
    font-size: 1.1rem;
    padding: 11px;
  }
}
.-flex {
  display: flex;
  align-items: stretch;
}
.-flex.-wrap {
  flex-wrap: wrap;
}
.-flex.-bottom {
  align-items: flex-end;
}
.-flex.-center-w {
  align-items: center;
  justify-content: center;
}
.-flex.-center-x {
  align-items: center;
}
.-flex.-center-y {
  justify-content: center;
}
.-flex.-reverse {
  flex-direction: row-reverse;
}
.-flex.-column {
  flex-direction: column;
}
.-flex.-column-reverse {
  flex-direction: column-reverse;
}
.-flex.-start {
  justify-content: flex-start;
}
.-flex.-end {
  justify-content: flex-end;
}
.-flex.-between {
  justify-content: space-between;
}

.-grid {
  display: grid;
}

.-box3 section:nth-child(n+4),
.-box3 a:nth-child(n+4),
.-box3 li:nth-child(n+4) {
  margin-top: 17px;
}

.-box3:after {
  display: block;
  content: "";
  width: 320px;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .-box3 section:nth-child(n+3),
  .-box3 a:nth-child(n+3) {
    margin-top: 12px;
  }
  .-box3 li:nth-child(n+4) {
    margin-top: 10px;
  }
}
/* ==================================================
p h
================================================== */
p {
  margin-bottom: 10px;
}

h1 {
  font-weight: 900;
  font-size: 43px;
  color: #122B5C;
  line-height: 1.3;
}
h1 .-pc {
  display: inline-block;
}

h2 {
  font-weight: 900;
  font-size: 24px;
  color: #122B5C;
  counter-reset: count-number;
}

.bigfont {
  font-size: 65px;
  font-weight: 900;
}

.minifont {
  font-size: 15px;
  word-break: break-all;
}

.u_minifont {
  font-size: 11px;
}

/* ==================================================
font
================================================== */
.c-black-text {
  color: #2D2D2D;
}

.c-red-text {
  color: #9D3E32;
}

.c-white-text {
  color: #fff;
}

.c-blue-text {
  color: #122B5C;
}

.c-yellow-text {
  color: #FCD44A;
}

.c-orange-text {
  color: #DB6B0F;
}

a.c-white-link, span.c-white-link {
  color: #fff;
  cursor: pointer;
}
a.c-white-link:hover, span.c-white-link:hover {
  color: #FCD44A;
}

a.c-blue-link, span.c-blue-link {
  color: #122B5C;
  cursor: pointer;
}

a.c-blue-link.-active {
  color: #db6b0f;
}

.c-font-Title {
  font-size: 24px;
  margin: 0;
}

a.c-white-link.-active {
  color: #FCD44A;
}

/* ==================================================
color
================================================== */
.-bg-white {
  background-color: #fff;
}

.-bg-rightgray {
  background-color: #F3F3F3;
}
.-bg-rightgray td {
  background-color: #F3F3F3;
}

.-bg-MidleGray {
  background-color: #E7E7E7;
}

.-bg-theme {
  background-color: #122B5C;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  p {
    font-size: 1rem;
  }
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.16rem;
  }
  .c-font-Title {
    font-size: 0.9rem;
    margin-bottom: 4px;
  }
}
/* liol
-------------------------------------------------- */
.-point {
  margin-top: 20px;
  text-indent: -17px;
  padding-left: 17px;
}
.-point li {
  padding-bottom: 10px;
}
.-point li:last-child {
  padding: 0;
}

/* frame
-------------------------------------------------- */
.l-frame-blue {
  position: relative;
  border: 3px solid #122B5C;
  background: #fff;
  border-radius: 15px;
}
.l-frame-blue h2, .l-frame-blue p {
  margin-top: 9px;
}
.l-frame-blue.-awaseteyomitai {
  padding: 15px;
  margin-top: 30px;
}
.l-frame-blue.-awaseteyomitai ul {
  margin-top: 10px;
}
.l-frame-blue.-awaseteyomitai ul li {
  list-style: disc;
  margin-left: 25px;
}
.l-frame-blue.-awaseteyomitai ul li a {
  color: #122B5C;
}
.l-frame-blue.-awaseteyomitai ul li a:hover {
  opacity: 0.7;
}

a.l-frame-blue p {
  color: #122B5C;
}

.l-frame-white {
  position: relative;
  border: 3px solid #F3F3F3;
  border-radius: 15px;
  background-color: #fff;
}

.l-gray-box {
  position: relative;
  border-radius: 15px;
  background-color: #F3F3F3;
}
.l-gray-box.l-product {
  padding: 15px 50px 15px 15px;
}
.l-gray-box.l-product .l-product-description {
  padding-left: 15px;
}
.l-gray-box.l-product .l-product-description p {
  color: #2D2D2D;
}
.l-gray-box.l-product:before {
  background: url(../img/second/next_icon.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 20px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}

.l-frame-second {
  position: relative;
  background-color: #fff;
  padding: 65px 60px;
  border-radius: 10px;
}

.l-double .l-frame-second {
  padding: 30px;
}

/* colorbox
-------------------------------------------------- */
.-gray-box {
  background: #F3F3F3;
  padding: 15px;
  border-radius: 5px;
}
.-gray-box .-white-box {
  background: #fff;
  padding: 10px;
}
.-gray-box.-kanren {
  transition: all 0.2s;
}
.-gray-box.-kanren img {
  width: 130px;
  margin: 5px 0 0;
  height: 100px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.-gray-box.-kanren p {
  padding: 0px 10px;
  color: #2D2D2D;
}

/* dot
-------------------------------------------------- */
.-dot-white {
  padding-top: 10px;
  background-position: top left 0px;
  background-repeat: repeat-x;
  background-size: 43.5px 10px;
  background-image: radial-gradient(5px 5px at center center, #fff, #fff 100%, transparent);
}

.-dot-blue {
  padding-top: 10px;
  background-position: top left 0px;
  background-repeat: repeat-x;
  background-size: 43.5px 10px;
  background-image: radial-gradient(5px 5px at center center, #122B5C, #122B5C 100%, transparent);
}
.-dot-blue.-cotrol {
  background-size: 41.5px 10px;
}

.-dot {
  padding-top: 7px;
  background-position: top left 0px;
  background-repeat: repeat-x;
  background-size: 20.5px 6px;
  background-image: radial-gradient(0.15em 0.15em at center center, #FCD44A, #FCD44A 100%, transparent);
}

.l-cvr__descript .-dot {
  background-size: 19.8px 6px;
  background-image: radial-gradient(0.15em 0.15em at center center, #DB6B0F, #DB6B0F 100%, transparent);
}

.-subtitle {
  color: #122B5C;
  font-weight: 900;
  font-size: 24px;
  position: relative;
  border-bottom: 1px solid #122B5C;
  display: inline-block;
  padding: 0 40px 9px;
  margin-bottom: 8px;
}
.-subtitle.c-white-text {
  color: #fff;
}
.-subtitle:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  right: calc(50% - 5px);
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #122B5C transparent transparent transparent;
}
.-subtitle.-subtitle__blue {
  border-bottom: 1px solid #fff;
}
.-subtitle.-subtitle__blue:after {
  border-color: #fff transparent transparent transparent;
}

/* reflection
-------------------------------------------------- */
.reflection {
  position: relative;
  overflow: hidden;
}

.reflection::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
}

.-reflection-hightspped:after {
  animation: reflect 3s ease-in-out infinite;
  -webkit-animation: reflect 3s ease-in-out infinite;
}

@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes -reflection-hightspped {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  30% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  31% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
input[type=radio] {
  display: none;
}

.tab_news_area {
  padding: 50px 30px 0;
}

.tab_news_area label {
  width: 220px;
  display: inline-block;
  padding: 15px 0;
  color: #7F7F7F;
  background: #E7E7E7;
  text-align: center;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-radius: 10px;
  font-weight: 900;
  font-size: 24px;
  position: relative;
}

.tab_news_panel {
  padding: 0;
  display: none;
}

#tab_news0:checked ~ .tab_news_area .tab_news0_label,
#tab_news1:checked ~ .tab_news_area .tab_news1_label,
#tab_news2:checked ~ .tab_news_area .tab_news2_label,
#tab_news3:checked ~ .tab_news_area .tab_news3_label {
  background: #122B5C;
  color: #fff;
}

#tab_news0:checked ~ .tab_news_area .tab_news0_label:after,
#tab_news1:checked ~ .tab_news_area .tab_news1_label:after,
#tab_news2:checked ~ .tab_news_area .tab_news2_label:after,
#tab_news3:checked ~ .tab_news_area .tab_news3_label:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  right: calc(50% - 5px);
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #122B5C transparent transparent transparent;
}

#tab_news0:checked ~ .panel_area #panel0,
#tab_news1:checked ~ .panel_area #panel1,
#tab_news2:checked ~ .panel_area #panel2,
#tab_news3:checked ~ .panel_area #panel3 {
  display: block;
}

#tab_usp1:checked ~ .tab_usp_area .tab_usp1_label,
#tab_usp2:checked ~ .tab_usp_area .tab_usp2_label,
#tab_usp3:checked ~ .tab_usp_area .tab_usp3_label {
  color: #122B5C;
  background: #fff;
}

.tab_usp_area label {
  width: 33.33%;
  display: inline-block;
  padding: 10px 0;
  color: #7F7F7F;
  text-align: center;
  transition: ease 0.2s opacity;
  border-radius: 10px 10px 0 0;
  font-weight: 900;
  font-size: 1rem;
  position: relative;
  border: solid #ddd 1px;
  border-bottom: none;
}

#tab_usp1:checked ~ .panel_area #panel1,
#tab_usp2:checked ~ .panel_area #panel2,
#tab_usp3:checked ~ .panel_area #panel3 {
  display: block;
}

.tab_qa_area label {
  width: 480px;
  display: inline-block;
  padding: 15px 0;
  color: #7F7F7F;
  background: #E7E7E7;
  text-align: center;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-radius: 10px;
  font-weight: 900;
  font-size: 24px;
  position: relative;
}

#tab_qa1:checked ~ .tab_qa_area .tab_qa1_label,
#tab_qa2:checked ~ .tab_qa_area .tab_qa2_label,
#tab_qa3:checked ~ .tab_qa_area .tab_qa3_label {
  background: #122B5C;
  color: #fff;
}

#tab_qa1:checked ~ .tab_qa_area .tab_qa1_label:after,
#tab_qa2:checked ~ .tab_qa_area .tab_qa2_label:after,
#tab_qa3:checked ~ .tab_qa_area .tab_qa3_label:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  right: calc(50% - 5px);
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #122B5C transparent transparent transparent;
}

#tab_qa1:checked ~ .panel_area #panel1,
#tab_qa2:checked ~ .panel_area #panel2,
#tab_qa3:checked ~ .panel_area #panel3 {
  display: block;
}

.tab_usp_panel {
  padding: 0;
  display: none;
}

.tab_usp_panel img {
  width: 100%;
  height: auto;
}

.tab_qa_panel {
  padding: 0;
  display: none;
}

.tab_column_area {
  padding: 50px 30px 0;
}

.tab_column_area label {
  width: 455px;
  display: inline-block;
  padding: 15px 0;
  color: #7F7F7F;
  background: #E7E7E7;
  text-align: center;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-radius: 10px;
  font-weight: 900;
  font-size: 24px;
  position: relative;
}

.tab_column_panel {
  padding: 0;
  display: none;
}

#tab_column0:checked ~ .tab_column_area .tab_column0_label,
#tab_column1:checked ~ .tab_column_area .tab_column1_label,
#tab_column2:checked ~ .tab_column_area .tab_column2_label,
#tab_column3:checked ~ .tab_column_area .tab_column3_label {
  background: #122B5C;
  color: #fff;
}

#tab_column0:checked ~ .tab_column_area .tab_column0_label:after,
#tab_column1:checked ~ .tab_column_area .tab_column1_label:after,
#tab_column2:checked ~ .tab_column_area .tab_column2_label:after,
#tab_column3:checked ~ .tab_column_area .tab_column3_label:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  right: calc(50% - 5px);
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #122B5C transparent transparent transparent;
}

#tab_column0:checked ~ .panel_area #panel0,
#tab_column1:checked ~ .panel_area #panel1,
#tab_column2:checked ~ .panel_area #panel2,
#tab_column3:checked ~ .panel_area #panel3 {
  display: block;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .-subtitle {
    font-size: 1.1rem;
    margin-bottom: 6px;
    padding-bottom: 4px;
    padding: 0 10px 5px;
  }
  .-subtitle:after {
    border-width: 6px 6px 0 6px;
    bottom: -6px;
  }
  .l-double .l-frame-second {
    padding: 15px;
  }
  .-dot-white {
    background-size: 24.5px 10px;
    background-image: radial-gradient(3px 3px at center center, #fff, #fff 100%, transparent);
  }
  .-dot-blue {
    background-size: 24.5px 10px;
    background-image: radial-gradient(3px 3px at center center, #122B5C, #122B5C 100%, transparent);
  }
  .-dot-blue.-cotrol {
    padding-top: 5px;
    background-size: 22.5px 10px;
    background-image: radial-gradient(3px 3px at center center, #0A2347, #122B5C 100%, transparent);
  }
  /* frame
  -------------------------------------------------- */
  .l-frame-blue {
    border-radius: 8px;
  }
  .l-frame-white {
    border-radius: 8px;
  }
  .l-gray-box img {
    width: 80px;
    height: unset;
  }
  .l-gray-box.l-product {
    padding-right: 25px;
  }
  .l-gray-box.l-product .l-product-description {
    padding-left: 10px;
  }
  .l-gray-box.l-product:before {
    width: 15px;
    height: 15px;
    right: 7px;
  }
  .l-frame-blue h2 {
    margin-top: 1px;
  }
  .l-frame-second {
    padding: 25px 10px;
  }
  .l-frame-second h2 {
    font-size: 1.1rem;
  }
  .-gray-box {
    padding: 10px;
  }
  .tab_news_area {
    padding: 25px 0 0px;
  }
  .tab_news_area label {
    width: 24%;
    font-size: 1rem;
    padding: 9px 0;
  }
  .tab_column_area {
    padding: 25px 0 0px;
  }
  .tab_column_area label {
    width: 49%;
    font-size: 1rem;
    padding: 9px 0;
  }
  .tab_qa_area label {
    width: 48%;
    font-size: 1rem;
    padding: 9px 0;
  }
}
table {
  width: 100%;
  border-collapse: separate;
  text-align: center;
}

th {
  background-color: #122B5C;
  color: #fff;
  border: 0.5px solid #F3F3F3;
  padding: 12px;
}
th.table_none {
  border: none;
  background-color: unset;
}

td {
  border: 0.5px solid #E7E7E7;
  padding: 12px;
  background-color: #fff;
}

.l-table_midashi {
  border-radius: 15px 15px 0 0;
  font-size: 19px;
  border: 0.5px solid #F3F3F3;
  padding: 12px;
  font-weight: 900;
}

/* l-price
-------------------------------------------------------------------------- */
.l-price {
  padding-top: 70px;
  padding-bottom: 150px;
}
.l-price .-left {
  width: 240px;
}
.l-price.-control {
  padding-bottom: 90px;
}

.l-price-font {
  font-size: 30px;
  font-weight: 900;
}

.l-price .l-table_midashi {
  background-color: #122B5C;
  color: #fff;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .-table-scroll {
    overflow: auto;
    width: calc(100vw - 20px);
  }
  .-table-scroll th {
    position: sticky;
    left: 0;
    padding: 10px;
    font-size: 0.85rem;
    white-space: nowrap;
  }
  .-table-scroll td {
    padding: 10px;
    font-size: 0.85rem;
    white-space: nowrap;
  }
  .l-table_midashi {
    font-size: 0.85rem;
  }
}
.-left {
  text-align: left;
}

.-center {
  text-align: center;
}

.-mt5 {
  margin-top: 5px;
}

.-mt10 {
  margin-top: 10px;
}

.-mt20 {
  margin-top: 20px;
}

.-mt30 {
  margin-top: 30px;
}

.-mt40 {
  margin-top: 40px;
}

.-mt50 {
  margin-top: 50px;
}

.-mt60 {
  margin-top: 60px;
}

.-mt70 {
  margin-top: 70px;
}

.-mt75 {
  margin-top: 75px;
}

.-mt90 {
  margin-top: 90px;
}

.-w125 {
  width: 125px;
}

.-mb20 {
  margin-bottom: 20px;
  display: block;
}

.-left-space {
  padding: 15px 0 0 20px;
}

/* ==================================================
block
================================================== */
.l-contets {
  margin-top: 50px;
}

.l-contets_list + .l-contets_list {
  margin-top: 24px;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .-mt10 {
    margin-top: 4px;
  }
  .kiji-box .-mt10 {
    margin-top: 8px;
  }
  .-mt20 {
    margin-top: 8px;
  }
  .-mt30 {
    margin-top: 14px;
  }
  .kiji-box .-mt30 {
    margin-top: 22px;
  }
  .-mt40 {
    margin-top: 22px;
  }
  .-mt50 {
    margin-top: 26px;
  }
  .-mt60 {
    margin-top: 30px;
  }
  .-mt70 {
    margin-top: 30px;
  }
  .-mt90 {
    margin-top: 45px;
  }
  .l-contets {
    margin-top: 25px;
  }
  .l-contets_list + .l-contets_list {
    margin-top: 10px;
  }
  .-left-space {
    padding: 5px 0 0 0;
  }
}/*# sourceMappingURL=second.css.map */