<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;family=Roboto:wght@500;700&amp;display=swap");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}


/* PC スマホ　横幅で切替指定
*/
.for-pc { display:block; }
.for-sp { display:none; }

@media only screen and (max-width : 767px){
  .for-pc { display:none; }
  .for-sp { display:block; }
}

/* HTML5 display-role reset for older browsers
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
}

ul {
  list-style: none;
}

body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック",
    "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 132px;
  letter-spacing: 0.04em;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-bottom: 27.17949vw;
    font-size: 15px;
    font-size: 3.84615vw;
  }
}

body.drawer-active {
  overflow: hidden;
}

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

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

a {
  text-decoration: none;
  color: #0d0d0d;
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: auto;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

.fixed-area__wrap2_img{
	display: block;
}

.common-ttl {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .common-ttl {
    font-size: 6.66667vw;
  }
}

.common-ttl  .intext{
  font-size: 2.1rem;
  padding:0px  0px  10px  0px ;
display: block;
}
@media screen and (min-width: 768px) {
  .common-ttl  .intext {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .common-ttl {
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}
@media screen and (max-width: 767px) {
  .common-ttl span {
    font-size: 26px;
    font-size: 6.66667vw;
  }
}

#header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  #header {
    height: 12.82051vw;
  }
}

.header__wrap {
  width: 960px;
  /*max-width: 714px;*/
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header__wrap {
    margin: 0 6.15385vw;
  }
}

.header-logo {
  width: 148px;
}

@media screen and (max-width: 767px) {
  .header-logo {
  }
}

.header-logo a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-logo a:hover {
  opacity: 0.7;
}

.cta {
  padding: 30px 0 35px;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#060f61),
    to(#000639)
  );
  background: -webkit-linear-gradient(top, #060f61 0%, #000639 100%);
  background: linear-gradient(180deg, #060f61 0%, #000639 100%);
}

@media screen and (max-width: 767px) {
  .cta {
    padding: 4.20513vw 0;
  }
}


.cta__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  margin-bottom: 13px;
  text-align: center;
  color: #ffc1a3;
}

@media screen and (max-width: 767px) {
  .cta__ttl {
    margin-bottom: 3vw;
    font-size: 18px;
    font-size: 4.61538vw;
  }
}



/*一番上メイン部分*/
.mv {
  position: relative;
  overflow: hidden;
  background-image: url(../images/mv_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (min-width: 768px) {
  .mv {
    /*min-height: 761px;*/
    /*background-image: url(../images/mv_img_sp.png);*/
	background-repeat: no-repeat;
	text-align:  center;
  }
 }
.mv_img_pc{
  width: 960px;
  height: 761px;
  margin: 0 auto 0 auto;
  position: relative;	
}
.mv-img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mv_img_pc p{
  color: #005ba7;
}

@media screen and (min-width: 768px) {
  .mv-img {
  }
}
.cta2 {
  color: #fff;
  position: absolute;
  top: 598px;
  left:0px;
}

@media screen and (max-width: 767px) {
  .cta2 {
    padding: 4.20513vw 0;
  }
}

.cta2 p {
  font-size: 1.4rem;
  line-height: 1.9;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta2 p {
    font-size: 8px;
    font-size: 2.05128vw;
  }
}

.cta2 p b {
  font-size: 1.8rem;
}


.cta4 {
  color: #fff;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .cta4 {
    padding: 4.20513vw 0;
	  z-index: 10;
	 bottom: 0%;
    left: 5%;
  }
}

.cta4 p {
  font-size: 1.1rem;
  line-height: 1.9;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta4 p {
    font-size: 8px;
    font-size: 3.05128vw;
  }
}

.cta4 p b {
  font-size: 1.8rem;
}


@media screen and (max-width: 767px) {
  .cta2 p {
    font-size: 11px;
    font-size: 3.07692vw;
  }
}

.cta__ttl2 {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  margin-bottom: 6px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta__ttl2 {
    margin-bottom: 4.10256vw;
    font-size: 18px;
    font-size: 4.61538vw;
  }
}
.cta__ttl4 {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  margin-bottom: 6px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta__ttl4 {
    margin-bottom: 2.10256vw;
    font-size: 18px;
    font-size: 4.61538vw;
  }
}
.cta__btn2 {
  margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .cta__btn2 {
    margin-bottom: 4.10256vw;
  }
}

.cta__btn2 a {
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 538px;
  height: 66px;
  margin: 0 auto;
  padding: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  background: #e70012 /*url("../images/arrow1.png")*/ center right 56px
    no-repeat;
  background-size: 26px 12px;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .cta__btn2 a {
    width: 90.51282vw;
    height: 16.92308vw;
    padding: 6.15385vw;
    border: 0.51282vw solid #fff;
    background: #e70012 /*url("../images/arrow1.png")*/ center right
      7.69231vw no-repeat;
    background-size: 6.66667vw 3.07692vw;
    -webkit-box-shadow: 0 0 6.15385vw 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6.15385vw 0 rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-size: 6.15385vw;
  }
}

.cta__btn2 a:hover {
  opacity: 0.7;
}
.cta__btn4{
  margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .cta__btn4 {
    margin-bottom: 1vw;
  }
}

.cta__btn4 a {
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 538px;
  height: 66px;
  margin: 0 auto;
  padding: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  background: #e70012 /*url("../images/arrow1.png")*/ center right 56px
    no-repeat;
  background-size: 26px 12px;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .cta__btn4 a {
    width: 90.51282vw;
    height: 16.92308vw;
    padding: 6.15385vw;
    border: 0.51282vw solid #fff;
    background: #e70012 /*url("../images/arrow1.png")*/ center right
      7.69231vw no-repeat;
    background-size: 6.66667vw 3.07692vw;
    -webkit-box-shadow: 0 0 6.15385vw 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6.15385vw 0 rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-size: 6.15385vw;
  }
}

.cta__btn4 a:hover {
  opacity: 0.7;
}

/*一番下メイン部分*/
.mv2 {
  position: relative;
  overflow: hidden;
  background-image: url(../images/mv_bg_bottom.png);
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (min-width: 768px) {
  .mv2 {
    /*min-height: 761px;*/
    /*background-image: url(../images/mv_img_sp.png);*/
	background-repeat: no-repeat;
	text-align:  center;
  }
 }
.mv2_img_pc{
  width: 960px;
  height: 420px;
  margin: 0 auto 0 auto;
  position: relative;	
}
.mv2-img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .mv2-img {
  }
}
.cta22 {
  color: #fff;
  position: absolute;
  top: 230px;
  left:0px;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .cta22 {
    padding: 4.20513vw 0;
  }
}

.cta22 p {
  font-size: 1.4rem;
  line-height: 1.9;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta22 p {
    font-size: 8px;
    font-size: 2.05128vw;
  }
}

.cta22 p b {
  font-size: 1.8rem;
}


.cta44 {
  color: #fff;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .cta44 {
    padding: 4.20513vw 0;
	  z-index: 10;
	 bottom: 0%;
    left: 5%;
  }
}

.cta44 p {
  font-size: 1.1rem;
  line-height: 1.9;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta44 p {
    font-size: 8px;
    font-size: 3.05128vw;
  }
}

.cta44 p b {
  font-size: 1.8rem;
}


@media screen and (max-width: 767px) {
  .cta22 p {
    font-size: 11px;
    font-size: 3.07692vw;
  }
}

.cta__ttl22 {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  margin-bottom: 11px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta__ttl22 {
    margin-bottom: 4.10256vw;
    font-size: 18px;
    font-size: 4.61538vw;
  }
}
.cta__ttl44 {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  margin-bottom: 6px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta__ttl44 {
    margin-bottom: 2.10256vw;
    font-size: 18px;
    font-size: 4.61538vw;
  }
}
.cta__btn22 {
  margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .cta__btn22 {
    margin-bottom: 4.10256vw;
  }
}

.cta__btn22 a {
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 538px;
  height: 66px;
  margin: 0 auto;
  padding: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  background: #e70012 /*url("../images/arrow1.png")*/ center right 56px
    no-repeat;
  background-size: 26px 12px;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .cta__btn22 a {
    width: 90.51282vw;
    height: 16.92308vw;
    padding: 6.15385vw;
    border: 0.51282vw solid #fff;
    background: #e70012 /*url("../images/arrow1.png")*/ center right
      7.69231vw no-repeat;
    background-size: 6.66667vw 3.07692vw;
    -webkit-box-shadow: 0 0 6.15385vw 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6.15385vw 0 rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-size: 6.15385vw;
  }
}

.cta__btn22 a:hover {
  opacity: 0.7;
}

.cta__btn44{
  margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .cta__btn44 {
    margin-bottom: 1vw;
  }
}

.cta__btn44 a {
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 538px;
  height: 66px;
  margin: 0 auto;
  padding: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  background: #e70012 /*url("../images/arrow1.png")*/ center right 56px
    no-repeat;
  background-size: 26px 12px;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .cta__btn44 a {
    width: 90.51282vw;
    height: 16.92308vw;
    padding: 6.15385vw;
    border: 0.51282vw solid #fff;
    background: #e70012 /*url("../images/arrow1.png")*/ center right
      7.69231vw no-repeat;
    background-size: 6.66667vw 3.07692vw;
    -webkit-box-shadow: 0 0 6.15385vw 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6.15385vw 0 rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-size: 6.15385vw;
  }
}

.cta__btn44 a:hover {
  opacity: 0.7;
}











.cta__ttl3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  margin-bottom: 13px;
  text-align: center;
  color: #ffb3c7;
}

@media screen and (max-width: 767px) {
  .cta__ttl3 {
    margin-bottom: 3vw;
    font-size: 18px;
    font-size: 4.61538vw;
  }
}

.cta__btn {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .cta__btn {
    margin-bottom: 3vw;
  }
}

.cta__btn a {
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 458px;
  height: 66px;
  margin: 0 auto;
  padding: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0;
  color: #752904;
  border: 2px solid #fff;
  border-radius: 100px;
  background: #ffc1a3 url("../images/arrow3.png") center right 56px
    no-repeat;
  background-size: 14px 24px;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .cta__btn a {
    width: 90.51282vw;
    height: 16.92308vw;
    padding: 6.15385vw;
    border: 0.51282vw solid #fff;
    background: #ffc1a3 url("../images/arrow3.png") center right
      7.69231vw no-repeat;
    /*background-size: 6.66667vw 3.07692vw;*/
    -webkit-box-shadow: 0 0 6.15385vw 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6.15385vw 0 rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-size: 6.15385vw;
  }
}

.cta__btn a:hover {
  opacity: 0.7;
}




.cta__btn3 {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .cta__btn3 {
    margin-bottom: 4.10256vw;
  }
}

.cta__btn3 a {
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 458px;
  height: 66px;
  margin: 0 auto;
  padding: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0;
  color: #880023;
  border: 2px solid #fff;
  border-radius: 100px;
  background: #ffb3c7 url("../images/arrow4.png") center right 56px
    no-repeat;
  background-size: 14px 24px;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .cta__btn3 a {
    width: 90.51282vw;
    height: 16.92308vw;
    padding: 6.15385vw;
    border: 0.51282vw solid #fff;
    background: #ffb3c7  url("../images/arrow4.png") center right
      7.69231vw no-repeat;
    /*background-size: 6.66667vw 3.07692vw;*/
    -webkit-box-shadow: 0 0 6.15385vw 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6.15385vw 0 rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-size: 6.15385vw;
  }
}

.cta__btn3 a:hover {
  opacity: 0.7;
}

.about {
  background:#113777;
  padding: 40px 0px 30px 0px;
}
@media screen and (max-width: 767px) {
  .about {
  background:#113777;
  padding: 4.17949vw 0px 0px 0px;
 }
}
.about_in {
  padding: 20px 0px 0px 0px;
  max-width: 960px;
  margin: 0% auto 0% auto;
}
@media screen and (max-width: 767px) {
  .about_in {
  padding: 20px 0px 0px 0px;
  margin: 0% 5% 0% 5%;
  width: 90%;
  max-width: 960px;
}
}
.about__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 32px;
  text-align: center;
}

.linkList25 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
	padding: 0px 0px 30px 0px ;
}
.linkList25 ul li {
    width: calc(50% - 15px);
	background: #fff;
	border-radius: 7px;
}
.linkList li {
    position: relative;
}
.linkList25 ul li, .linkList25 ul li &gt; span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}
.linkList25 ul li img, .linkList25 ul li &gt; span img {
    width: 25.2%;
    border-radius: 5px;
    margin-bottom: 0;
	padding: 0px 0px 5px 10px;
}
@media screen and (max-width: 767px) {
  .linkList25 ul li img{
    display: block;
  }
}
.linkList25 ul li .listTextArea, .linkList25 ul li &gt; span .listTextArea {
    padding:0px 0px 0px 20px;
}
.linkList .listTextArea {
    box-sizing: border-box;
}
.linkList .listTextArea .linkText {
    margin-left: 0;
}
span .heading3, .heading3 {
    margin-bottom: 5px;
}
@media screen and (max-width: 767px){
span .heading3, .heading3 {
    margin-bottom: 0px;
}
 }
.heading3 {
    font-size: 1.4rem;
    line-height: 1.363;
    margin-bottom: 15px;
    color: #07c;
	font-weight: bold;
}
@media screen and (max-width: 767px){
.heading3 {
    padding: 0% 5% 0% 5% ;
	text-align: center;
}
 }
@media screen and (max-width: 767px){
.linkList25 ul li a .listTextArea, .linkList25 ul li &gt; span .listTextArea {
    padding-left: 0;
    margin-top: 10px;
 }
.linkList25 ul li a .listTextArea, .linkList25 ul li &gt; span .listTextArea {
    padding-left: 20px;
 }
.linkList .listTextArea {
    box-sizing: border-box;
 }
	}

.text_name{
	font-size: 1.8rem;
    padding: 0px 0px 0px 7px;
}

.text_role{
	font-size: 1rem;
	background: #113777;
	color: #ffffff;
	padding: 3px 5px 5px 5px;
	margin: 0px 5px 0px 0px;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
  .text_role{
	font-size: 1rem;
	background: #113777;
	color: #ffffff;
	padding: 3px 5px 5px 5px;
	margin: 0px 5px 5px 0px;
	font-weight: normal;
	display: inline-flex;
 }
}
.linkText a, .linkText span {
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

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

.linkList25 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}

.linkList25 ul li {
  width: calc(50% - 15px);
  padding: 2% 0px 1% 0px;
}
@media screen and (max-width: 767px) {
  .linkList25 ul li {
  width: calc(50% - 15px);
  padding: 2% 2p% 7% 2%;
}
}
.linkList25 ul li a,
.linkList25 ul li &gt; span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.linkList25 ul li a img,
.linkList25 ul li &gt; span img {
  width: 38%;
  border-radius: 5px;
  margin-bottom: 0;
}

.linkList25 ul li .listTextArea,
.linkList25 ul li &gt; span .listTextArea {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .linkList25 {
    margin-bottom: 0px;
  }
  .linkList25 ul {
    gap: 20px 15px;
  }
  .linkList25 ul li {
    width: calc(50% - 7.5px);
  }
  .linkList25 ul li,
  .linkList25 ul li &gt; span {
    display: block;
  }
  .linkList25 ul li img,
  .linkList25 ul li &gt; span img {
    width: 90%;
  }
  .linkList25 ul li .listTextArea,
  .linkList25 ul li &gt; span .listTextArea {
    padding-left: 0;
  }
  .linkList25 ul li .listTextArea .text,
  .linkList25 ul li &gt; span .listTextArea .text {
    font-size: 85.75%;
	padding: 0% 0% 0% 5%;
  }
}
.linkList25 .text{
	font-size: 1.4rem;
    line-height: 1.7;
    color: #333;
	padding: 0px 10px 10px 0px;
}

.overview {
  padding: 40px 0 50px;
  background:#154088;
}

/* =============================================
テーブルのCSSはここから
============================================= */

/* テーブル01 */
.overview .table01 {
  max-width: 960px;
  margin: 0 auto;
  padding: 1.5rem 0rem 0rem 0rem;
  font-size: 2rem;
}

.overview .table01 th {
  /*padding: 1rem;*/
  /*border-right: 1px solid #4d76ba;*/
  vertical-align: middle;
  background-color: #305aa1;
}

.overview .table01 td {
  padding: 1rem 3rem 1rem 1rem;
  /*border-right: 1px solid #4d76ba;*/
  vertical-align: middle;
  background-color: #4d76ba;
}

.overview .table01 th:last-child,
.overview .table01 td:last-child {
  border-right: 0;
}

.overview .table01 thead tr {
  background-color: #305aa1;
  color: #fff;
}

.overview .table01 thead th {
  text-align: center;
}

.overview .table01 tbody tr {
  border-bottom: 1px solid #4d76ba;
  background-color: #4d76ba;
}

.overview .table01 tbody tr:last-child {
  border: none;
}

.overview .table01 tbody th {
  width: 25%;
}


@media screen and (max-width: 768px) {
  .overview .table01 {
    max-width: 960px;
    width: 90%;
	margin: 0% 5% 0% 5%;
  }

  .overview .table01 thead {
    display: none;
  }
	
  .overview .table01 tbody tr {
    display: block;
    margin-bottom: 1rem;
  }

  .overview .table01 tbody th {
    background-color: #305aa1;
    color: #fff;
    display: block;
    border-right: none;
    text-align: center;
  }

  .overview .table01 tbody td {
    /*border-bottom: 1px solid #fff;*/
    display: block;
    text-align: left;
    position: relative;
    border-right: none;
	background-color: #4d76ba;
  }

  .overview .table01 tbody td::before {
    font-size: 1.2rem;
    content: attr(data-label);
    position: absolute;
    left: 1rem;
  }

  .overview .table01 td:last-child {
    border-bottom: 0;
  }

  .overview .table01 tbody th {
    width: 100%;
	font-size: 1.5rem;
	 padding: 10px 0px 10px 0px;
  }

  .overview .table01 .text {
    font-size: 1.5rem;
  }
}







.recommendation {
  padding: 40px 0px 40px 0px;
  background:#154088;
}

@media screen and (max-width: 767px) {
  .recommendation {
  padding: 4.17949vw 0px 4.17949vw 0px;
  background:#154088;
 }
}


.recommendation__ttl {
  font-size: 2.3rem;
  margin:16px 0px 0px 0px;
  text-align: center;
  line-height: 1.4;
}
.recommendation__ttl li {
  margin:10px 0px 0px 0px;
  font-weight:normal;
}
.recommendation__ttl li b{
  font-weight: 700;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #113777));
   background: -webkit-linear-gradient(transparent 40%, #113777 0%);
   background: linear-gradient(transparent 40%, #113777 0%);
}
.introduction {
  padding: 40px 0px 30px 0px;
  background-color: #113777;
}

@media screen and (max-width: 767px) {
  .introduction {
    padding: 5.12821vw 6.15385vw;
  }
}

.introduction-lead {
  position: relative;
  max-width: 960px;
  margin: 20px auto 20px auto;
  padding: 3px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .introduction-lead {
    margin: 4.10256vw auto 7.17949vw;
  }
}

.introduction-lead::before {
  position: absolute;
  bottom: -32px;
  left: 77%;
  width: 3%;
  height: 32px;
  content: "";
  -webkit-transform: skewX(50deg);
  transform: skewX(50deg);
  /*border-left: 1px solid #000000;*/
  /*background-color: #000000;*/
}

@media screen and (max-width: 767px) {
  .introduction-lead::before {
    bottom: -4.10256vw;
    height: 4.10256vw;
  }
}


.introduction-lead .introduction-lead_in {
  font-size: 2.1rem;
  text-indent: -1em;
  letter-spacing: -0.02em;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .introduction-lead .introduction-lead_in {
    font-size: 13px;
    font-size: 3.33333vw;
  }
}

.introduction-lead .introduction-lead_in + .introduction-lead .introduction-lead_in {
  margin-top: 0.5em;
}

.introduction-img {
  max-width: 960px;
  margin: 0 auto;
}

.introduction-img img {
  margin:0px 0px 17px 0px;
}

@media screen and (max-width: 767px) {
  .introduction-img img {
    margin-bottom: 6.41026vw;
  }
}

.introduction-img .tet1 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .introduction-img .tet1 {
    font-size: 4.87179vw;
  }
}

.introduction-img .tet2 {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0;
  padding: 5px 0px 0px 0px;
}

@media screen and (max-width: 767px) {
  .introduction-img .tet2 {
    font-size: 2.87179vw;
  }
}


.webinar {
  padding: 40px 0px 20px 0px;
  background: #113777;
}

@media screen and (max-width: 767px) {
  .webinar {
    padding: 4.17949vw 0px 10% 0px;
  }
}

.webinar__catch {
  font-size: 2rem;
  display: block;
  text-align: center;
  letter-spacing: 0;
  padding:5px 0px 0px 0px;
}

@media screen and (max-width: 767px) {
  .webinar__catch {
    margin-bottom: 4.10256vw;
    font-size: 18px;
    font-size: 4.61538vw;
  }
}
.webinar-section_d{
	margin: 0px auto 0px auto;
	max-width: 960px;
}
.webinar-section {
  max-width: 960px;
  margin: 5% 5% 0% 5%;
  background-color: #ffffff;
  position: relative;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .webinart-section {
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    overflow-x: clip;
    margin: 0% 5% 0% 5%;
	 width: 90%;
    /*padding: 0 6.15385vw 10.25641vw;*/
  }
  
}

.webinar-section__num {
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: -31px;
  right: 95%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 87px;
  margin: 0 auto -10px;
  text-align: center;
  letter-spacing: -0.1em;
}

@media screen and (max-width: 767px) {
  .webinar-section__num {
    top: -2.94872vw;
	left: 1vw;
    width: 15.89744vw;
    height: 15.89744vw;
    margin: 0 auto -2.5641vw;
    font-size: 13px;
    font-size: 3.33333vw;
  }
}

.webinar-section__num::before {
  position: absolute;
  z-index: -2;
  right: -15%;
  bottom: -8%;
  width: 88.7%;
  height: 88.7%;
  content: "";
  border-radius: 50%;
}

.webinar-section__num::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
}

.webinar-section__num span {
  font-size: 2rem;
  font-weight: 700;
  display: block;
  margin-top: 0.2em;
}

@media screen and (max-width: 767px) {
  .webinar-section__num span {
    font-size: 20px;
    font-size: 5.12821vw;
  }
}

.webinar-1-table__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
  letter-spacing: 0;
  color: #0f3d9a;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 767px) {
  .webinar-1-table__ttl {
    margin-bottom: 3.58974vw;
    font-size: 19px;
    font-size: 4.87179vw;
  }
}

.webinar-1-table__ttl span {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 767px) {
  .webinar-1-table__ttl span {
    -webkit-column-gap: 2.05128vw;
    -moz-column-gap: 2.05128vw;
    column-gap: 2.05128vw;
    font-size: 13px;
    font-size: 3.33333vw;
  }
}

.webinar-1-table__ttl span::before,
.webinar-1-table__ttl span::after {
  display: inline-block;
  width: 13px;
  height: 19px;
  content: "";
  background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_icon_ttl_yellow_231117.svg") center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .webinar-1-table__ttl span::before,
  .webinar-1-table__ttl span::after {
    width: 2.5641vw;
    height: 3.84615vw;
  }
}

.webinar-1-table__ttl span::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.webinar-1-table__ttl sup {
  font-size: 60%;
  vertical-align: top;
}

.webinar-1-table__subttl {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
  margin-bottom: 13px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .webinar-1-table__subttl {
    margin-bottom: 4.10256vw;
    font-size: 11px;
    font-size: 2.82051vw;
  }
}

.webinar-1-table__img {
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .webinar-1-table__img {
    position: relative;
    overflow-x: scroll;
    margin-right: -6.15385vw;
  }
}

.webinar-1-table__img img {
  max-width: 632px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .webinar-1-table__img img {
    width: 149.23077vw;
    max-width: inherit;
  }
}

.webinar-1-table__notice {
  max-width: 610px;
  margin: 0 auto;
}

.webinar-1-table__notice p {
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .webinar-1-table__notice p {
    font-size: 8px;
    font-size: 2.05128vw;
  }
}

.webinar-3-lead {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .webinar-3-lead {
	margin: 0% 5% 0% 5%;
  }
}

.webinar-3-lead .txt1 {
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 767px) {
  .webinar-3-lead .txt1 {
    font-size: 11px;
    font-size: 2.1vw;
	margin: 0% 0% 1% 0%;
  }
}

.webinar-3-lead .txt2 {
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 767px) {
  .webinar-3-lead .txt2 {
    font-size: 11px;
    font-size: 1.8vw;
	margin: 0% 0% 2% 0%;
  }
}

.webinar-3-lead .txt3 {
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 767px) {
  .webinar-3-lead .txt3 {
    font-size: 11px;
    font-size: 2.82051vw;
  }
}

.webinar-3-lead__ttl {
  font-size: 1.7rem;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 0px auto;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .webinar-3-lead__ttl {
    gap: 2.10256vw;
    /*margin: 0 auto 6.15385vw*/
    white-space: nowrap;
    font-size: 14px;
    font-size: 3.68462vw;
	margin: 9px 0px 0px 0px;
	text-align: center;
  }
}

.webinar-3-lead__ttl span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    /*color-stop(60%, transparent),
    /*color-stop(0%, #fcf081)*/
  );
  /*background: -webkit-linear-gradient(transparent 60%, #fcf081 0%);*/
  /*background: linear-gradient(transparent 60%, #fcf081 0%);*/
}

.webinar-3-lead__ttl::before,
.webinar-3-lead__ttl::after {
  display: inline-block;
  width: 2px;
  height: 27px;
  content: "";
  background-color: #d6000f;
}

@media screen and (max-width: 767px) {
  .webinar-3-lead__ttl::before,
  .webinar-3-lead__ttl::after {
    width: 0.51282vw;
    height: 3vw;
  }
}

.webinar-3-lead__ttl::before {
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
}

.webinar-3-lead__ttl::after {
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.webinar .txt1{
	color: #113777;
	font-size: 3.5rem;
	font-weight: 700;
	padding: 4px 0px 10px 0px;
}
@media screen and (max-width: 767px) {
.webinar .txt1{
	font-size: 3rem;
	padding: 7px 0px 5px 0px;
 }
}

.webinar .txt2{
	color: #113777;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
.webinar .txt2{
	font-size: 2.0rem;
	padding: 0% 0% 4% 0%;
 }
}
.webinar .txt3{
	color: #333;
	font-size: 1.5rem;
	padding: 15px 0px 25px 0px;
	font-weight: 700;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
.webinar .txt3{
	padding: 0px 0px 25px 0px;
	line-height: 0.8;
 }
}
.webinar .txt4{
	color: #fff;
	font-size: 1.2rem;
	padding: 2px 6px 4px 6px;
	background: #333;
	font-weight: normal;
	margin: 0px 5px 0px 0px;
}
.webinar .txt5{
	color: #333;
	font-size: 2.5rem;
	padding: 0px 0px 0px 5px;
	font-weight: 700;
}

.webinar-3-tit {
  padding: 15px 0px 15px 0px;
  margin: 0px 0px 15px 0px;
  background: #4d76ba;
  text-align: center;
  font-size: 2.5rem;
  line-height: 2.5rem;
  border-top-left-radius: 8px;
  border-top-right-radius:8px;
}

@media screen and (max-width: 767px) {
  .webinar-3-tit {
  padding: 15px 0px 15px 0px;
  margin: 0px 0px 15px 0px;
  background: #4d76ba;
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.5rem;
  border-top-left-radius: 8px;
  border-top-right-radius:8px;
 }
}

.webinar-3-tit .b {
		font-size: 4.5rem;
}
.webinar-3-tit .r {
		font-size: 80%;
	padding: 0px 4px 0px 0px;
}
.webinar-3-tit .s {
		font-size: 1.5rem;
}

.webinar-3-lead__ttl span {
	color: #d6000f;
}

.webinar-selected {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 0px auto ;
}

@media screen and (max-width: 767px) {
  .webinar-selected {
    margin: 15.38462vw auto 0;
  }
}

.webinar-selected-list {
  margin: 0 auto;
  width: 960px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 21px;
  -moz-column-gap: 21px;
  column-gap: 21px;
}

@media screen and (max-width: 767px) {
  .webinar-selected-list {
    margin: 0 6.15385vw;
    -webkit-column-gap: 2.30769vw;
    -moz-column-gap: 2.30769vw;
    column-gap: 2.30769vw;
  }
}

.webinar-selected-list__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /*border: 1px solid #0f3d9a;*/
  border-radius: 8px;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(68.23%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.07))
    ),
    /*var(--white, #fff);*/
  background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 68.23%,
      rgba(0, 0, 0, 0.07) 100%
    ),
    /*var(--white, #fff);*/
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 68.23%,
      rgba(0, 0, 0, 0.07) 100%
    ),
    /*var(--white, #fff);*/
  padding: 15px 20px 28px;
}

@media screen and (max-width: 767px) {
  .webinar-selected-list__item {
    border-radius: 1.02564vw;
    padding: 1.53846vw 1.53846vw 2.5641vw;
  }
}
.movie_box {
	width: 600px;
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
}

.youtube-ratio iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.flow__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  display: block;
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 767px) {
  .flow__ttl {
    margin: 4.10256vw auto;
    font-size: 16px;
    font-size: 4.10256vw;
  }
}

.flow-link a {
  font-size: 1.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 286px;
  height: 52px;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
  color: #0f3d9a;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .flow-link a {
    width: 58.97436vw;
    height: 10.76923vw;
    font-size: 11px;
    font-size: 2.82051vw;
  }
}

.flow-link a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0f3d9a;
}

.campaign {
  padding: 40px 0px 30px 0px;
  background: #154088;
}

@media screen and (max-width: 767px) {
  .campaign {
    padding: 4.17949vw 6.15385vw;
  }
}


.support {
  padding: 40px 0px 30px 0px;
	background: #154088;
}

.support a {
    color:#fff;
    text-decoration:underline;
}

@media screen and (max-width: 767px) {
  .support {
    padding: 4.17949vw 0px 4.17949vw 0px;
  }
}

.support-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 960px;
  margin: 10px auto 20px auto;
  padding: 31px 42px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .support-box {
    margin: 2vw 5% 3vw 5%;
    padding: 5.15385vw 3.41026vw 5.15385vw 3.41026vw;
  }
}

.support-box p {
  font-size: 1.8rem;
  text-align: center;
  color:#000639;
}

@media screen and (max-width: 767px) {
  .support-box p {
    font-size: 12px;
    font-size: 3.07692vw;
  }
}

.support-box p:not(:last-child) {
  margin-bottom: 20px;
}

.support-box p.support-box-notice {
  color: #0f3d9a;
}

.support-box__ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  color: #0f3d9a;
}

@media screen and (max-width: 767px) {
  .support-box__ttl {
    margin-bottom: 5.12821vw;
    font-size: 24px;
    font-size: 6.15385vw;
	line-height: 1.2;
  }
}

.support-box__tel ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

@media screen and (min-width: 768px) {
  .support-box__tel ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .support-box__tel ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    row-gap: 3.84615vw;
  }
}

@media screen and (min-width: 768px) {
  .support-box__tel a.no {
    pointer-events: none;
  }
}

.support-box__tel span {
  color: #0f3d9a; 
display: block;
text-align: center;
padding: 0px 0px 10px 0px;
font-weight: bold;
line-height: 1.4;
}

.support-notice {
  line-height: 1.66;
  max-width: 960px;
  margin: 0 auto;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .support-notice {
    margin:0% 5% 0% 5%;
  }
}

.support-notice ul li {
  font-size: 1.2rem;
	display: block;
	margin:0% 0% 12px 0%;
}

@media screen and (max-width: 767px) {
  .support-notice ul li {
    font-size: 10px;
    font-size: 3.1vw;
	 line-height: 1.7;
  }
}


.support-notice__ttl {
  font-size: 2.4rem;
  font-weight: bold;
padding: 10px 0px 10px 0px;
	line-height: 1.2;
}

.support-notice__ttl:not(:first-child) {
  margin-top: 8px;
}

#footer {
  font-size: 1.2rem;
  padding: 15px 0px 15px 0px;
  color: #333;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 4.41026vw 4.15385vw;
    font-size: 10px;
    font-size: 2.5641vw;
  }
}

#footer p {
  line-height: 1.75;
}

.footer__wrap {
  max-width: 960px;
  margin: 0 auto;
}

.copyright {
  display: block;
  margin: 10px 0px 0px 0px;
}

@media screen and (min-width: 768px) {
  .copyright {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .copyright {
    margin-top: 3.15385vw;
  }
}

#fixed-area {
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 124px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 -12px 12px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 -12px 12px 0 rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 767px) {
  #fixed-area {
    height: 27.17949vw;
    -webkit-box-shadow: 0 -3.07692vw 3.07692vw 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 -3.07692vw 3.07692vw 0 rgba(0, 0, 0, 0.07);
  }
}

.fixed-area__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.fixed-btn a {
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 440px;
  height: 66px;
  margin: 0 auto;
  padding: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  background: #e70012 /*url("../images/arrow1.png") */center right 56px no-repeat;
  background-size: 26px 12px;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fixed-btn2 a {
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 440px;
  height: 66px;
  margin: 0 auto;
  padding: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  background: #e70012 url("../images/arrow1.png") center right 56px no-repeat;
  background-size: 26px 12px;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .fixed-btn a {
    width: 90.51282vw;
    height: 16.92308vw;
    padding: 6.15385vw;
    border: 0.51282vw solid #fff;
    /*background: #e70012 url("../images/.png") center right
      7.69231vw no-repeat;*/
    /*background-size: 6.66667vw 3.07692vw;*/
    -webkit-box-shadow: 0 0 6.15385vw 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6.15385vw 0 rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-size: 6.15385vw;
  }
}


.fixed-btn a:hover {
  opacity: 0.7;
}



.support-box__tel img {
  background-color: #fff;
}

.support-box__tel img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
 }

.support-box__tel a{
	display: block;
}

.support-box__tel2_pc {
  margin:15px auto 20px auto;
  width: 960px;
}
.support-box__tel2 img {
  background-color: #fff;
}

.support-box__tel2 img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
 }

.support-box__tel2 ul.pcbnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin: 0px auto 20px auto;
}
@media screen and (min-width: 768px) {
  .support-box__tel2 {
  margin:15px auto 20px auto;
	  width: 100%;
	}
  .support-box__tel2 ul.pcbnr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.support-box__tel2 li.spbnrr_in{
   margin: 5% auto 0%  auto;
  }



/*ふわっと表示させる記述*/
.e {
  opacity: 0;
}
.e-v {
  animation: fadeIn 1s ease forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY( 20px );
  }
  100% {
    opacity: 1;
    transform: translateY( 0 );
  }
}


.consultationcall_box{
text-align: center;
padding: 20px 0px 20px 0px;
background: #154088;
}
.consultationcall_box img{
text-align: center;
}
.w_consultationcall{
width: 960px;
	margin: 0px auto 0px auto;
}
</pre></body></html>