@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1.68;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img,
video {
  line-height: 0;
  font-size: 0;
}

figure {
  font-size: 0;
  line-height: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

body {
  background: #F5F5F5;
  font-family: YakuHanJP, 'Zen Maru Gothic', sans-serif;
  line-height: 1.6;
}

.wrapper {
  max-width: 100%;
  width: 1920px;
  margin: auto;
}

main {
  overflow: hidden;
}

a {
  transition: filter 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover {
    filter: brightness(1.2);
  }
}

/*共通
************************/
.inner {
  padding: 0 20px;
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/*ヘッダー
************************/
.gaikoku-header {
  background: #fff;
}

.gaikoku-header-logo {
  padding: 18px 0;
}

.gaikoku-header-logo a {
  display: block;
  margin: auto;
  text-align: center;
}

.gaikoku-header-logo img {
  width: 250px;
}

.gaikoku-header-logo-img {
  width: 95px;
}

.gaikoku-header-logo-img.sbi {
  width: 430px;
}

.gaikoku-header-logo-img.akatsuki {
  width: 450px;
}

.gaikoku-header-logo-img.tokaitokyo {
  width: 479px;
}

.gaikoku-header-logo-img.jtg {
  width: 378px;
}

/*お問い合わせ
************************/
.yoyaku {
  background: url(../images/bg_contact.jpg) no-repeat center center/cover;
  padding: 24px 0;
}

.yoyaku.sbi {
  background: url(../images/bg_contact_sbi.jpg) no-repeat center center/cover;
}

.yoyaku.akatsuki {
  background: url(../images/bg_contact_akatsuki.jpg) no-repeat center center/cover;
}

.yoyaku.tokaitokyo {
  background: url(../images/bg_contact_tokaitokyo.jpg) no-repeat center center/cover;
}

.yoyaku.jtg {
  background: url(../images/bg_contact_jtg.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .yoyaku {
    padding: 20px;
  }
}

.yoyaku-inner {
  position: relative;
  width: 800px;
  max-width: 100%;
  margin: auto;
  padding: 20px 40px;
  background: #fff;
  z-index: 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .yoyaku-inner {
    width: 360px;
    padding: 20px;
  }
}

.yoyaku-inner::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 71.25%;
  height: 100%;
  background: #F7F2F2;
  transform: skewX(45deg);
  transform-origin: top right;
}

@media screen and (max-width: 768px) {
  .yoyaku-inner::after {
    width: 82%;
    transform: skewX(15deg);
  }
}

.yoyaku.sbi .yoyaku-inner::after {
  background: #EBF3FF;
}

.yoyaku.sbi .yoyaku-text span {
  color: #113C91;
}

.yoyaku.akatsuki .yoyaku-inner::after {
  background: #EBF3FF;
}

.yoyaku.akatsuki .yoyaku-text span {
  color: #1580CC;
}

.yoyaku.jtg .yoyaku-inner::after {
  background: #EBF3FF;
}

.yoyaku.jtg .yoyaku-text span {
  color: #00A0E9;
}

.yoyaku.tokaitokyo .yoyaku-inner::after {
  background: #FFEEED;
}

.yoyaku.tokaitokyo .yoyaku-text span {
  color: #BE2A25;
}

.yoyaku-text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .yoyaku-text {
    font-size: 15px;
  }
}

.yoyaku-text span {
  color: #D67C1D;
}

.yoyaku-box {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .yoyaku-box {
    margin-top: 8px;
    display: block;
  }
}

.yoyaku-box-tel {
  width: 46%;
}

@media screen and (max-width: 768px) {
  .yoyaku-box-tel {
    width: 100%;
  }
}

.yoyaku-box-tel-number {
  display: block;
}

.yoyaku-box-tel-time {
  font-size: 16px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .yoyaku-box-tel-time {
    margin-top: 5px;
    font-size: 12px;
  }
}

.yoyaku-box-link {
  display: block;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .yoyaku-box-link {
    width: 100%;
    margin-top: 12px;
  }
}

.yoyaku-box-button {
  position: relative;
  display: block;
  width: 314px;
  height: 70px;
  padding: 0 0 0 30px;
  margin: 0 auto;
  background: #2B2B2B;
  border-radius: 50px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .yoyaku-box-button {
    border-radius: vwmd(30);
    padding-left: vwmd(26);
    margin-top: vwmd(24);
    width: vwmd(261);
    height: vwmd(50);
  }
}

.yoyaku-box-button span {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 70px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .yoyaku-box-button span {
    font-size: vwmd(14);
    line-height: vwmd(50);
  }
}

.yoyaku-box-button .yoyaku-box-button-text-02 {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .yoyaku-box-button .yoyaku-box-button-text-02 {
    right: vwmd(50);
  }
}

.yoyaku-box-button::before {
  content: "";
  border-radius: 40px 0 0 40px;
  width: 147px;
  height: 70px;
  background: linear-gradient(to left, #fba800 0%, #fd7a00 53.69%, #ed5e00 100%);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: width 0.3s, border-radius 0.3s;
}

@media screen and (max-width: 768px) {
  .yoyaku-box-button::before {
    border-radius: vwmd(30) 0 0 vwmd(30);
    width: vwmd(128);
    height: vwmd(50);
  }
}

.yoyaku-box-button::after {
  content: "";
  background: url(../images/icon_arrow_button.svg) no-repeat center center/cover;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .yoyaku-box-button::after {
    width: vwmd(14);
    height: vwmd(14);
    right: vwmd(20);
  }
}

.yoyaku-box-button:hover::before {
  border-radius: 0;
  width: 100%;
}

/*フッター
************************/
.footer {
  background: #2B2B2B;
  padding: 48px 0 178px;
}

.footer.sbi {
  background: #0D2F71;
}

.footer.akatsuki {
  background: #1580CC;
}

.footer.tokyotokai {
  background: #BE2A25;
}

.footer.jtg {
  background: #00A0E9;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 24px 0 80px;
  }
}

.footer-inner {
  max-width: 100%;
  width: 910px;
  margin: auto;
  padding: 0 20px;
}

.footer-text {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer-text {
    font-size: 13px;
  }
}

.footer-list {
  margin-top: 20px;
}

.footer-list li {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer-list li {
    font-size: 13px;
  }
}

.footer-link {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .footer-link {
    margin-top: 16px;
    flex-direction: column;
  }
}

.footer-link a {
  display: block;
  margin: 0 15px;
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .footer-link a {
    margin-top: 10px;
    font-size: 13px;
  }
}

/*cvエリア
************************/
.cv {
  background: rgba(0, 0, 0, 0.7);
  padding: 24px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
}

.cv.sbi {
  background: rgba(1, 25, 70, 0.95);
}

.cv.akatsuki {
  background: rgba(36, 99, 144, 0.9);
}

.cv.tokaitokyo {
  background: rgba(119, 5, 1, 0.95);
}

.cv.jtg {
  background: #00A0E9;
}

@media screen and (max-width: 768px) {
  .cv {
    border-radius: 25px 25px 0 0;
    padding: 0;
  }
}

.cv-inner {
  width: 720px;
  max-width: 100%;
  margin: auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .cv-inner {
    padding: 0;
  }
}

.cv-inner a {
  display: block;
}

@media screen and (max-width: 768px) {
  .cv-inner a {
    padding: 12px 12px 12px 44px;
    color: #fff;
    font-size: 13px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .cv-inner a span {
    font-size: 11px;
  }
}

.cv-inner .cv-tel {
  width: 43%;
}

@media screen and (max-width: 768px) {
  .cv-inner .cv-tel {
    width: 56%;
    border-right: 1px solid #fff;
  }
  .cv-inner .cv-tel .cv-button-text::before {
    background: url(../images/icon_tel.png) no-repeat center center/cover;
  }
}

.cv-inner .cv-button {
  width: 52%;
}

@media screen and (max-width: 768px) {
  .cv-inner .cv-button {
    width: 44%;
  }
  .cv-inner .cv-button .cv-button-text::before {
    background: url(../images/icon_calender.png) no-repeat center center/cover;
  }
}

.cv-inner .cv-button-text {
  position: relative;
  border-radius: 35px;
  background: linear-gradient(to left, #fba800 0%, #fd7a00 53.69%, #ed5e00 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.47);
  padding: 20px 30px 20px 0;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}

.cv-inner .cv-button-text::after {
  content: "";
  background: url(../images/icon_arrow_button.svg) no-repeat center center/cover;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .cv-inner .cv-button-text::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .cv-inner .cv-button-text {
    background: transparent;
    box-shadow: none;
    padding: 0;
    font-weight: normal;
    display: inline-block;
    font-size: 13px;
    text-align: left;
  }
  .cv-inner .cv-button-text::before {
    content: "";
    width: 34px;
    height: 34px;
    position: absolute;
    top: 3px;
    left: -39px;
  }
}

/*下層
**************************************/
.shoken {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .shoken {
    padding: 24px 0;
  }
}

.shoken.sbi {
  background: #F6F8FA;
}

.shoken.akatsuki {
  background: #F6F8FA;
}

.shoken.tokaitokyo {
  background: #F9F7EF;
}

.shoken.jtg {
  background: #F7FCFF;
}

.shoken-title-wrap {
  text-align: center;
}

.shoken-title {
  font-size: 32px;
  font-weight: bold;
}

.shoken-title.sbi {
  color: #113C91;
}

.shoken-title.akatsuki {
  color: #1580CC;
}

.shoken-title.tokaitokyo {
  color: #BE2A25;
}

.shoken-title.jtg {
  color: #00A0E9;
}

@media screen and (max-width: 768px) {
  .shoken-title {
    font-size: 19px;
  }
}

.shoken-lead {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .shoken-lead {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .shoken-date {
    font-size: 13px;
  }
}

.shoken-text {
  margin-top: 20px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .shoken-text {
    font-size: 13px;
  }
}

.shoken-list-wrap {
  margin-top: 32px;
}

.shoken-list-title {
  border-bottom: 2px solid #113C91;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.shoken-list-title.sbi {
  border-bottom: 2px solid #113C91;
}

.shoken-list-title.akatsuki {
  border-bottom: 2px solid #1580CC;
}

.shoken-list-title.tokaitokyo {
  border-bottom: 2px solid #BE2A25;
}

.shoken-list-title.jtg {
  border-bottom: 2px solid #00A0E9;
}

@media screen and (max-width: 768px) {
  .shoken-list-title {
    font-size: 19px;
    padding-bottom: 8px;
  }
}

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

@media screen and (max-width: 768px) {
  .shoken-list {
    display: block;
  }
}

.shoken-item {
  cursor: pointer;
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #113C91;
  margin-top: 16px;
  padding: 16px;
  width: calc(50% - 10px);
  color: #333;
  transition: background-color 0.3s;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .shoken-item {
    padding: 16px 8px;
    width: 100%;
  }
}

.shoken-item::before {
  content: "";
  position: absolute;
  background: url(../images/icon_modal_off.png) no-repeat center center/cover;
  bottom: 12px;
  right: 14px;
  width: 21px;
  height: 21px;
  z-index: 2;
  transition: background-image 0.3s;
}

@media screen and (max-width: 768px) {
  .shoken-item::before {
    bottom: 9px;
    right: 10px;
    width: 14px;
    height: 14px;
  }
}

.shoken-item::after {
  content: "";
  position: absolute;
  bottom: -61px;
  right: -61px;
  width: 122px;
  height: 122px;
  background: #E8F0FF;
  border-radius: 50%;
  z-index: 1;
  transition: background-color 0.3s;
}

@media screen and (max-width: 768px) {
  .shoken-item::after {
    bottom: -32px;
    right: -32px;
    width: 74px;
    height: 74px;
  }
}

.shoken-item:hover {
  background: #E8F0FF;
}

.shoken-item:hover::before {
  background: url(../images/icon_modal_on.png) no-repeat center center/cover;
}

.shoken-item .shoken-item-name-wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .shoken-item .shoken-item-name-wrap {
    flex-direction: column-reverse;
  }
}

.shoken-item .shoken-item-name {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .shoken-item .shoken-item-name {
    font-size: 15px;
  }
}

.shoken-item .shoken-item-cat {
  display: block;
  width: 62px;
  padding: 2px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  max-height: 36px;
}

@media screen and (max-width: 768px) {
  .shoken-item .shoken-item-cat {
    width: 55px;
    padding: 8px 0;
    font-size: 11px;
    line-height: 1;
  }
}

.shoken-item .shoken-item-content {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

.shoken-item .shoken-item-content.jtg {
  align-items: center;
}

.shoken-item .shoken-item-it {
  display: flex;
  align-items: center;
}

.shoken-item .shoken-item-it-tit {
  position: relative;
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
}

.shoken-item .shoken-item-it-tit.asterisk::after {
  content: "※";
  position: absolute;
  top: -3px;
  right: -3px;
  display: block;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .shoken-item .shoken-item-it-tit {
    font-size: 13px;
  }
}

.shoken-item .shoken-item-it-tit-s {
  display: block;
  font-size: 10px;
}

.shoken-item .shoken-item-it-num {
  font-size: 28px;
  font-family: 'Oswald',sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .shoken-item .shoken-item-it-num {
    font-size: 13px;
  }
}

.shoken-item .shoken-item-it-num strong {
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  .shoken-item .shoken-item-it-num strong {
    font-size: 31px;
  }
}

.shoken-item .shoken-item-it-num-inquiry {
  font-size: 26px;
  font-weight: normal;
  display: block;
  line-height: 1.5;
  padding-left: 25px;
}

@media screen and (max-width: 768px) {
  .shoken-item .shoken-item-it-num-inquiry {
    font-size: 20px;
    padding-left: 15px;
  }
}

.shoken-item .shoken-item-date {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.shoken-item .shoken-item-notes {
  margin-top: 5px;
  padding: 0 10%;
  font-size: 10px;
  text-align: center;
}

.shoken-item.sbi {
  border: 1px solid #113C91;
}

.shoken-item.sbi::before {
  background: url(../images/icon_modal_off_sbi.png) no-repeat center center/cover;
}

.shoken-item.sbi:hover {
  background: #E8F0FF;
}

.shoken-item.sbi:hover::before {
  background: url(../images/icon_modal_on.png) no-repeat center center/cover;
}

.shoken-item.sbi:hover::after {
  background: #113C91;
}

.shoken-item.sbi .shoken-item-name {
  color: #113C91;
}

.shoken-item.sbi .shoken-item-cat {
  background: #113C91;
}

.shoken-item.akatsuki {
  border: 1px solid #1580CC;
}

.shoken-item.akatsuki::before {
  background: url(../images/icon_modal_off_akatsuki.png) no-repeat center center/cover;
}

.shoken-item.akatsuki:hover {
  background: #E8F0FF;
}

.shoken-item.akatsuki:hover::before {
  background: url(../images/icon_modal_on.png) no-repeat center center/cover;
}

.shoken-item.akatsuki:hover::after {
  background: #1580CC;
}

.shoken-item.akatsuki .shoken-item-name {
  color: #1580CC;
}

.shoken-item.akatsuki .shoken-item-cat {
  background: #1580CC;
}

.shoken-item.tokaitokyo {
  border: 1px solid #BE2A25;
}

.shoken-item.tokaitokyo::before {
  background: url(../images/icon_modal_off_tokaitokyo.png) no-repeat center center/cover;
}

.shoken-item.tokaitokyo::after {
  background: #FFEEED;
}

.shoken-item.tokaitokyo:hover {
  background: #FFEEED;
}

.shoken-item.tokaitokyo:hover::before {
  background: url(../images/icon_modal_on.png) no-repeat center center/cover;
}

.shoken-item.tokaitokyo:hover::after {
  background: #BE2A25;
}

.shoken-item.tokaitokyo .shoken-item-name {
  color: #BE2A25;
}

.shoken-item.tokaitokyo .shoken-item-cat {
  background: #BE2A25;
}

.shoken-item.jtg {
  border: 1px solid #00A0E9;
}

.shoken-item.jtg::before {
  background: url(../images/icon_modal_off_jtg.png) no-repeat center center/cover;
}

.shoken-item.jtg::after {
  background: #E3F6FF;
}

.shoken-item.jtg:hover {
  background: #E3F6FF;
}

.shoken-item.jtg:hover::before {
  background: url(../images/icon_modal_on.png) no-repeat center center/cover;
}

.shoken-item.jtg:hover::after {
  background: #00A0E9;
}

.shoken-item.jtg .shoken-item-name {
  color: #00A0E9;
}

.shoken-item.jtg .shoken-item-cat {
  background: #00A0E9;
}

.shoken-content-notes {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.shoken-notes p {
  margin-top: 32px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .shoken-notes p {
    font-size: 13px;
  }
}

.shoken-notes p span {
  font-weight: bold;
}

.shoken-notes p a {
  color: #1558D6;
}

.shoken-link {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .shoken-link {
    margin-top: 16px;
    display: block;
  }
}

.shoken-link-button {
  position: relative;
  display: block;
  width: calc(100% / 3 - 10px);
  border-radius: 10px;
  padding: 14px 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .shoken-link-button {
    width: 100%;
    max-width: 340px;
    margin: auto;
    font-size: 15px;
  }
  .shoken-link-button:not(:first-child) {
    margin-top: 8px;
  }
}

.shoken-link-button:nth-child(2), .shoken-link-button:nth-child(3) {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .shoken-link-button:nth-child(2), .shoken-link-button:nth-child(3) {
    margin-left: auto;
  }
}

.shoken-link-button:nth-child(4) {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .shoken-link-button:nth-child(4) {
    margin-top: 8px;
  }
}

.shoken-link-button.sbi-top {
  background: #fff;
  border: 2px solid #113C91;
  color: #113C91;
}

.shoken-link-button.akatsuki-top {
  background: #fff;
  border: 2px solid #1580CC;
  color: #1580CC;
}

.shoken-link-button.tokaitokyo-top {
  background: #fff;
  border: 2px solid #BE2A25;
  color: #BE2A25;
}

.shoken-link-button.jtg-top {
  background: #fff;
  border: 2px solid #00A0E9;
  color: #00A0E9;
}

.shoken-link-button.sbi {
  background: #113C91;
}

.shoken-link-button.akatsuki {
  background: #1580CC;
}

.shoken-link-button.tokaitokyo {
  background: #BE2A25;
}

.shoken-link-button.jtg {
  background: #00A0E9;
}

.shoken-link-button::after {
  content: "";
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .shoken-link-button::after {
    border-width: 7px 0 7px 7px;
  }
}

.shoken-simu-button-wrap {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .shoken-simu-button-wrap {
    margin-top: 30px;
  }
}

.shoken-simu-button-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .shoken-simu-button-text {
    font-size: 16px;
  }
}

.shoken-simu-button-text::before {
  content: "";
  background: #000;
  width: 3px;
  height: 30px;
  display: block;
  margin-right: 20px;
  transform: rotate(-35deg);
}

.shoken-simu-button-text::after {
  content: "";
  background: #000;
  width: 3px;
  height: 30px;
  display: block;
  margin-left: 20px;
  transform: rotate(35deg);
}

.shoken-simu-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  border-radius: 10px;
  padding: 14px 0;
  margin: 8px auto 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .shoken-simu-button {
    width: 100%;
    max-width: 360px;
    font-size: 18px;
  }
}

.shoken-simu-button::before {
  content: "無料プレゼント!!";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #fff;
  display: block;
  width: 204px;
  padding: 3px 0;
  background: #fff;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.shoken-simu-button.sbi {
  background: #113C91;
}

.shoken-simu-button.sbi::before {
  border-color: #113C91;
  color: #113C91;
}

.shoken-simu-button.akatsuki {
  background: #1580CC;
}

.shoken-simu-button.akatsuki::before {
  border-color: #1580CC;
  color: #1580CC;
}

.shoken-simu-button.tokaitokyo {
  background: #BE2A25;
}

.shoken-simu-button.tokaitokyo::before {
  border-color: #BE2A25;
  color: #BE2A25;
}

.shoken-simu-button.jtg {
  background: #00A0E9;
}

.shoken-simu-button.jtg::before {
  border-color: #00A0E9;
  color: #00A0E9;
}

.shoken-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.shoken-modal-overlay.sbi {
  background: rgba(12, 35, 78, 0.8);
}

.shoken-modal-overlay.akatsuki {
  background: rgba(55, 124, 204, 0.9);
}

.shoken-modal-overlay.tokaitokyo {
  background: rgba(142, 5, 0, 0.8);
}

.shoken-modal-overlay.jtg {
  background: rgba(234, 247, 255, 0.9);
}

.shoken-modal-container-wrap {
  position: relative;
  max-width: 960px;
  width: 100%;
  height: 100vh;
}

.shoken-modal-close {
  cursor: pointer;
  background: transparent;
  border: 0;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .shoken-modal-close {
    right: 8px;
  }
}

.shoken-modal-close::before, .shoken-modal-close::after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  width: 40px;
  height: 2px;
  top: 0;
  right: 0;
}

.shoken-modal-close::before {
  transform: rotate(45deg);
}

.shoken-modal-close::after {
  transform: rotate(135deg);
}

.shoken-modal-container {
  position: absolute;
  padding: 20px 0 0;
  background-color: #fff;
  padding: 20px 70px;
  max-width: 960px;
  width: 100%;
  top: 60px;
  left: 0;
  height: 80vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .shoken-modal-container {
    width: calc(100% - 16px);
    margin: auto;
    padding: 20px 8px;
    left: 8px;
  }
}

@media screen and (max-width: 768px) {
  .shoken-modal-title-wrap {
    text-align: center;
  }
}

.shoken-modal-title {
  padding-right: 100px;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .shoken-modal-title {
    padding-right: 0;
    font-size: 16px;
  }
}

.shoken-modal-title.sbi {
  color: #113C91;
}

.shoken-modal-title.akatsuki {
  color: #1580CC;
}

.shoken-modal-title.tokaitokyo {
  color: #BE2A25;
}

.shoken-modal-title.jtg {
  color: #00A0E9;
}

.shoken-modal-cat {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 8px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .shoken-modal-cat {
    font-size: 11px;
  }
}

.shoken-modal-cat.sbi {
  background: #113C91;
}

.shoken-modal-cat.akatsuki {
  background: #1580CC;
}

.shoken-modal-cat.tokaitokyo {
  background: #BE2A25;
}

.shoken-modal-cat.jtg {
  background: #00A0E9;
}

.shoken-modal-ratio {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .shoken-modal-ratio {
    justify-content: center;
  }
}

.shoken-modal-it {
  display: flex;
  align-items: center;
}

.shoken-modal-it.ritu {
  margin-right: 20px;
}

.shoken-modal-it-tit {
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .shoken-modal-it-tit {
    font-size: 13px;
  }
}

.shoken-modal-it-tit-s {
  display: block;
  font-size: 10px;
}

.shoken-modal-it-num {
  font-size: 28px;
  font-family: 'Oswald',sans-serif;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .shoken-modal-it-num {
    font-size: 13px;
  }
}

.shoken-modal-it-num strong {
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  .shoken-modal-it-num strong {
    font-size: 31px;
  }
}

.shoken-modal-it-num-inquiry {
  font-size: 26px;
  font-weight: normal;
  display: block;
  line-height: 1.5;
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  .shoken-modal-it-num-inquiry {
    font-size: 20px;
  }
}

.shoken-modal-date {
  position: absolute;
  top: 24px;
  right: 20px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .shoken-modal-date {
    position: static;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
}

.shoken-modal-notes {
  position: absolute;
  top: 58px;
  right: 15px;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .shoken-modal-notes {
    position: static;
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
  }
}

.shoken-modal-table {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #C3C3C3;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .shoken-modal-table {
    margin-top: 20px;
  }
}

.shoken-modal-table dt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 24%;
  background: #E5E5E5;
  border-bottom: 1px solid #C3C3C3;
  padding: 16px 0;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .shoken-modal-table dt {
    width: 40%;
    padding: 10px;
    font-size: 14px;
  }
}

.shoken-modal-table dt span {
  font-weight: normal;
}

.shoken-modal-table dd {
  display: flex;
  align-items: center;
  width: 76%;
  background: #fff;
  border-bottom: 1px solid #C3C3C3;
  padding: 16px;
}

@media screen and (max-width: 768px) {
  .shoken-modal-table dd {
    width: 60%;
    padding: 10px;
    font-size: 14px;
  }
}

.shoken-modal-contact {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .shoken-modal-contact {
    margin-top: 30px;
    display: block;
  }
}

.shoken-modal-tel {
  width: 44.5%;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .shoken-modal-tel {
    width: 85%;
    margin: 0 auto;
  }
}

.shoken-modal-tel-number {
  display: block;
}

.shoken-modal-tel-time {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .shoken-modal-tel-time {
    margin-top: 5px;
    font-size: 12px;
  }
}

.shoken-modal-contact-button {
  display: block;
  width: 44.5%;
}

@media screen and (max-width: 768px) {
  .shoken-modal-contact-button {
    margin: 15px auto 0;
    width: 85%;
  }
}

.shoken-modal-text p {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .shoken-modal-text p {
    margin-top: 30px;
    font-size: 13px;
  }
}

.shoken-modal-text a {
  color: #1558D6;
}

.shoken-modal-button {
  position: relative;
  display: block;
  width: 351px;
  border-radius: 10px;
  padding: 14px 0;
  margin: 40px auto 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .shoken-modal-button {
    width: 100%;
    max-width: 340px;
    font-size: 15px;
  }
}

.shoken-modal-button.sbi {
  background: #113C91;
}

.shoken-modal-button.akatsuki {
  background: #1580CC;
}

.shoken-modal-button.tokaitokyo {
  background: #BE2A25;
}

.shoken-modal-button.jtg {
  background: #00A0E9;
}

.shoken-modal-button::after {
  content: "";
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .shoken-modal-button::after {
    border-width: 7px;
  }
}

/**************************  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(1%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-1%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .shoken-modal-overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .shoken-modal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .shoken-modal-overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .shoken-modal-container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .shoken-modal-container,
.micromodal-slide .shoken-modal-overlay {
  will-change: transform;
}
