@charset "UTF-8";
/*================================
	サイトごとに設定
=================================*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
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,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: 0 0;
}

body {
  line-height: 1;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

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

*,
:after,
:before {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

a:link {
  text-decoration: none;
  outline: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=button],
input[type=submit] {
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

input[type=button]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration {
  display: none;
}

input[type=button]::focus,
input[type=submit]::focus {
  outline-offset: -2px;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
  background: 0 0;
}

h4 {
  font-weight: 400;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  margin-top: -2px;
  margin-bottom: -2px;
  padding: 0;
  border: 0;
}

/*****************************************
common
*****************************************/
* {
  box-sizing: border-box;
  font-size: 100%;
  letter-spacing: 0;
  line-height: 1;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1c1c1c;
}
@media (max-width: 375px) {
  body {
    width: 375px;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 599px) {
  img {
    -webkit-backface-visibility: hidden;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
.cf::after {
  content: "";
  display: table;
  clear: both;
}

#wrapper {
  position: relative;
  margin: auto;
  min-width: 1300px;
}
@media (max-width: 599px) {
  #wrapper {
    width: 100%;
    height: 100%;
    min-width: auto;
    overflow: hidden;
  }
}

.container {
  position: relative;
  margin: auto;
  max-width: 1280px;
  width: 100%;
}
@media (max-width: 599px) {
  .container {
    padding: 0 20px;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 599px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*****************************************
template
*****************************************/
h2.title {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
@media (max-width: 599px) {
  h2.title {
    margin-bottom: 15px;
    height: auto;
  }
}

/*****************************************
footer
*****************************************/
footer {
  margin-bottom: 80px;
  border-top: 10px solid #3270e5;
  position: relative;
}
@media (max-width: 599px) {
  footer {
    border-top: 6px solid #3270e5;
    margin-bottom: 90px;
  }
}
footer .logo {
  margin-right: 35px;
  margin-bottom: 61px;
}
@media (max-width: 599px) {
  footer .logo {
    margin-right: auto;
    margin-bottom: 17px;
    width: 180px;
  }
}

.footer-top .container {
  display: flex;
  justify-content: center;
  max-width: 100%;
  height: 417px;
}
@media (max-width: 599px) {
  .footer-top .container {
    flex-flow: column;
    height: auto;
    padding: 0 0;
  }
}

.footer-left {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: center;
  width: 44%;
  height: 100%;
  background: #f2f4f4;
  padding: 0 93px 0 0;
}
@media (max-width: 599px) {
  .footer-left {
    padding: 32px 30px 23px 20px;
    width: 100%;
  }
  .footer-left::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    margin: auto;
    content: "";
    display: inline-block;
    width: calc(100% - 45px);
    height: 1px;
    background: #E6E6E6;
  }
}
.footer-left ul {
  display: inline-flex;
  flex-flow: column;
  min-width: 355px;
}
@media (max-width: 599px) {
  .footer-left ul {
    min-width: 77vw;
  }
}
.footer-left li {
  line-height: 2.1;
  font-size: 17px;
}
@media (max-width: 599px) {
  .footer-left li {
    font-size: 3.7333333333vw;
  }
}

.footer-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 56%;
  height: 100%;
  background: #f6f7f7;
  padding: 0 0 0 125px;
}
@media (max-width: 599px) {
  .footer-right {
    padding: 29px 18px 24px 34px;
    width: 100%;
  }
}
.footer-right p {
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
}
@media (max-width: 599px) {
  .footer-right p {
    font-size: 3.2vw;
  }
}

.footer-bot {
  background: #fff;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.05em;
}
@media (max-width: 599px) {
  .footer-bot {
    height: 44px;
  }
}
.footer-bot .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
@media (max-width: 599px) {
  .footer-bot .container {
    padding: 0 14px;
  }
}

.copyright {
  color: #1c1c1c;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 599px) {
  .copyright {
    margin-bottom: 0;
    text-align: left;
    font-size: 10px;
    letter-spacing: 0;
  }
}

.pagetop {
  position: absolute;
  top: 170px;
  right: 60px;
  display: block;
  width: 64px;
  z-index: 10;
}
@media (max-width: 599px) {
  .pagetop {
    top: -33px;
    right: -6px;
    width: 55px;
  }
}

.followBtn {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(234, 241, 250, 0.9);
  box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.followBtn .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
@media (max-width: 599px) {
  .followBtn .container {
    flex-flow: column;
    height: 90px;
  }
}
.followBtn .followBtn-btns {
  display: flex;
  flex-flow: row;
}
.followBtn .followBtn-btns a {
  display: block;
  background: none;
  border-radius: 8px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  width: 236px;
}
@media (max-width: 599px) {
  .followBtn .followBtn-btns a {
    width: calc((100% - 15px) / 2);
    max-width: 160px;
  }
  .followBtn .followBtn-btns a img {
    width: 100%;
  }
}
.followBtn .followBtn-btns a img {
  display: block;
}
.followBtn .followBtn-btns a:not(:last-of-type) {
  margin-right: 15px;
}
.followBtn .followBtn-txt1 {
  margin-right: 42px;
  font-size: 20px;
  color: #1C1C1C;
  font-weight: bold;
}
@media (max-width: 599px) {
  .followBtn .followBtn-txt1 {
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.followBtn .followBtn-txt1 .blue {
  color: #126FED;
}

.bnr-pop {
  position: fixed;
  right: 20px;
  left: auto;
  bottom: 236px;
  margin: auto;
  width: 240px;
  height: 160px;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media (max-width: 599px) {
  .bnr-pop {
    bottom: 202px;
    right: 12px;
    left: auto;
    width: 13.0769230769vw;
    height: auto;
  }
}
.bnr-pop.active {
  opacity: 1;
  visibility: visible;
}

.btn-download {
  position: fixed;
  height: 45vh;
  right: 20px;
  left: unset;
  bottom: 236px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
}
.btn-download.active {
  opacity: 1;
  visibility: visible;
}
.btn-download:hover {
  opacity: 0.8;
}
@media (max-width: 599px) {
  .btn-download {
    width: 17vw;
    height: 17vw;
    right: 12px;
    bottom: 200px;
  }
  .btn-download.active {
    opacity: 0.8;
  }
}
.btn-toTop {
  position: fixed;
  right: 20px;
  left: unset;
  bottom: 125px;
  margin: auto;
  width: 81px;
  height: 81px;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border-radius: 50%;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
}
@media (max-width: 599px) {
  .btn-toTop {
    bottom: 130px;
    right: 12px;
    left: auto;
    width: 42px;
    height: 42px;
  }
}
.btn-toTop.active {
  opacity: 1;
  visibility: visible;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

/*****************************************
fv
*****************************************/
#fv {
  margin: auto;
  background: url(../img/fv-bg2.png) no-repeat left top/69px auto, url(../img/fv-bg3.png) no-repeat right bottom/298px auto, url(../img/fv-bg.jpg) no-repeat center top/1925px auto, #f5f9fe;
}
@media (max-width: 599px) {
  #fv {
    background: none;
    margin: 0 auto 10.4vw;
  }
}
#fv .container {
  position: relative;
  width: 100%;
  height: 689px;
}
@media (max-width: 599px) {
  #fv .container {
    height: auto;
    background: url(../img/fv-bg-sp.jpg) no-repeat right top/100% auto;
  }
}
@media (max-width: 375px) {
  #fv .container {
    height: auto;
  }
}
#fv .cta-btns {
  position: absolute;
  left: 12px;
  top: 508px;
  width: auto;
}
@media (max-width: 599px) {
  #fv .cta-btns {
    position: static;
  }
}
#fv .logo {
  position: relative;
  top: 20px;
  left: 12px;
  display: inline-block;
}
@media (max-width: 599px) {
  #fv .logo {
    top: 11px;
    left: 0;
    width: 41.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
#fv .fv-cc {
  position: absolute;
  display: block;
  top: 124px;
  left: -4px;
  width: 615px;
}
@media (max-width: 599px) {
  #fv .fv-cc {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 5.3333333333vw;
    position: static;
    width: 86.4vw;
  }
}
#fv .fv-medal {
  position: absolute;
  top: 99px;
  left: 630px;
  display: block;
  width: 281px;
}
@media (max-width: 599px) {
  #fv .fv-medal {
    position: static;
    margin-bottom: 9.0666666667vw;
    width: 34.6666666667vw;
  }
}

.cta {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 378px;
  background: url(../img/cta-bg.jpg) no-repeat center center/cover;
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.16);
  padding-bottom: 10px;
}
@media (max-width: 599px) {
  .cta {
    height: 65.3333333333vw;
    background: url(../img/cta-bg-sp.jpg) no-repeat center center/cover;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
  }
}
.cta h2 {
  margin-bottom: 92px;
  text-align: center;
}
@media (max-width: 599px) {
  .cta h2 {
    margin-bottom: 12vw;
  }
  .cta h2 img {
    width: 68.2666666667vw;
  }
}

.cta-btns {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
}
@media (max-width: 599px) {
  .cta-btns {
    width: 96%;
  }
}

.cta-btn {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .cta-btn {
    width: 96%;
    max-width: 88vw;
  }
}
@media (max-width: 599px) {
  .cta-btn img {
    width: 100%;
  }
}
.cta-btn a {
  display: inline-block;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.28);
  border-radius: 8px;
  width: 544px;
}
@media (max-width: 599px) {
  .cta-btn a {
    width: 100%;
  }
}
.cta-btn a img {
  display: block;
}
.cta-btn::after {
  content: "";
  position: absolute;
  top: -51px;
  left: 58px;
  display: inline-block;
  width: 393px;
  height: 92px;
  background: url(../img/cta-btn-op.svg) top/100% auto no-repeat;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 599px) {
  .cta-btn::after {
    top: -9.0666666667vw;
    left: 4.5333333333vw;
    width: 72vw;
    height: 15.4666666667vw;
    background: url(../img/cta-btn-op-sp.svg) top/100% auto no-repeat;
  }
}

@media (max-width: 599px) {
  .cta-btn2 {
    position: relative;
    bottom: 8px;
  }
  .cta-btn2 img {
    width: 66.6666666667vw;
    height: auto;
  }
}

.effect {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.effect:before {
  content: "";
  background: #fff;
  height: 155px;
  left: -71px;
  opacity: 0.2;
  position: absolute;
  top: -63px;
  transform: rotate(41deg);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}
.effect:hover {
  opacity: 0.8;
}
.effect:hover:before {
  left: 120%;
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}

/*****************************************
worry
*****************************************/
.worry {
  padding: 110px 0 0;
  background: url(../img/worry-ttl-bg.png) repeat-x center top/auto 320px, #e9f0f5;
}
@media (max-width: 599px) {
  .worry {
    padding: 0;
    background: none;
  }
}
.worry .container {
  max-width: 100%;
}
@media (max-width: 599px) {
  .worry .container {
    padding: 0;
  }
}
.worry h2 {
  display: flex;
  align-items: center;
  margin-bottom: 74px;
}
@media (max-width: 599px) {
  .worry h2 {
    margin-bottom: 30px;
  }
  .worry h2 img {
    width: 84.8vw;
  }
}

.worry-top {
  display: flex;
  justify-content: center;
  flex-flow: row;
  max-width: 1280px;
  margin: auto;
  width: 100%;
}
@media (max-width: 599px) {
  .worry-top {
    flex-flow: column;
  }
}
.worry-top p {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 636px;
  height: 86px;
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 599px) {
  .worry-top p {
    height: 15.2vw;
    font-size: 5.3333333333vw;
    max-width: none;
  }
}

.worry-content1 {
  width: 50%;
}
@media (max-width: 599px) {
  .worry-content1 {
    width: 100%;
    background: #e9f0f5;
  }
}
.worry-content1 p {
  margin-right: 8px;
  background: #2daaf6;
  font-weight: bold;
}
.worry-content1 img {
  display: block;
  margin-top: auto;
  margin-left: auto;
}
@media (max-width: 599px) {
  .worry-content1 img {
    width: 100%;
  }
}

.worry-content2 {
  width: 50%;
}
@media (max-width: 599px) {
  .worry-content2 {
    width: 100%;
    background: #e9f0f5;
  }
}
.worry-content2 p {
  background: #147aef;
  font-weight: bold;
}
.worry-content2 img {
  margin-top: auto;
  margin-right: auto;
}
@media (max-width: 599px) {
  .worry-content2 img {
    width: 100%;
  }
}

.worry-bot {
  display: flex;
  justify-content: center;
  padding: 16px 0 78px;
  background: url(../img/worry-bot-bg.png) repeat-x bottom center/auto 109px, #fff;
}
@media (max-width: 599px) {
  .worry-bot {
    padding: 6px 0 20px;
    background: none;
  }
}
@media (max-width: 599px) {
  .worry-bot img {
    width: 82.9333333333vw;
  }
}

/*****************************************
can
*****************************************/
.can {
  position: relative;
  padding: 81px 0 77px;
  background: url(../img/can-bg2.png) no-repeat bottom center/100% 580px;
}
@media (max-width: 599px) {
  .can {
    padding: 38px 0 41px;
    background: url(../img/can-bg2-sp.png) no-repeat bottom center/100% auto;
  }
}
.can::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 109px;
  background: url(../img/can-bg1.png) repeat-x top center/auto 100%;
}
@media (max-width: 599px) {
  .can::before {
    content: none;
  }
}
.can h2 {
  display: flex;
  align-items: center;
  margin-bottom: 49px;
}
@media (max-width: 599px) {
  .can h2 {
    margin-bottom: 48px;
  }
}

.can-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 6px;
}
@media (max-width: 599px) {
  .can-content {
    padding: 0 10px;
    flex-flow: column;
  }
}

.can-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 41px;
  width: 33.3333333333%;
  flex-shrink: 1;
}
@media (max-width: 599px) {
  .can-item {
    margin-bottom: 38px;
    width: 100%;
  }
  .can-item:last-of-type {
    margin-bottom: 11px;
  }
  .can-item img {
    height: auto;
  }
}
.can-item:not(:last-of-type):not(:nth-child(3))::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 1px;
  height: 440px;
  background: #bfc2c4;
}
@media (max-width: 599px) {
  .can-item:not(:last-of-type):not(:nth-child(3))::after {
    content: none;
  }
}

.can-arw {
  margin-bottom: 62px;
  text-align: center;
}
@media (max-width: 599px) {
  .can-arw {
    margin-bottom: 19px;
  }
}

.can-supports {
  display: flex;
  justify-content: center;
}
@media (max-width: 599px) {
  .can-supports {
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
  }
}

.can-supports-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46%;
  max-width: 530px;
}
.can-supports-item img {
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}
@media (max-width: 599px) {
  .can-supports-item {
    width: 100%;
    max-width: 400px;
  }
  .can-supports-item img {
    display: block;
    width: 100%;
    box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
  }
}
.can-supports-item:first-of-type {
  margin-right: 24px;
}
@media (max-width: 599px) {
  .can-supports-item:first-of-type {
    margin-right: 0;
    margin-bottom: 21px;
  }
}

/*****************************************
strength
*****************************************/
.strength {
  padding: 136px 0 0;
  background: url(../img/strenth-bg.png) repeat center top/2228px auto;
}
@media (max-width: 599px) {
  .strength {
    padding: 54px 0 0;
    background: url(../img/strenth-bg.png) repeat center top/839px auto;
  }
}
.strength h2 {
  display: flex;
  align-items: center;
  margin-bottom: 150px;
}
@media (max-width: 599px) {
  .strength h2 {
    margin-bottom: 74px;
  }
  .strength h2 img {
    width: 86.9333333333vw;
  }
}
@media (max-width: 599px) {
  .strength .container {
    padding: 0 3.2vw;
  }
}

.strength-block {
  position: relative;
  padding: 81px 100px 84px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}
@media (max-width: 599px) {
  .strength-block {
    padding: 54px 12px 20px;
  }
}
.strength-block:not(:last-of-type) {
  margin-bottom: 148px;
}
@media (max-width: 599px) {
  .strength-block:not(:last-of-type) {
    margin-bottom: 81px;
  }
}
.strength-block .strength-block-num {
  position: absolute;
  left: 98px;
  top: -55px;
}
@media (max-width: 599px) {
  .strength-block .strength-block-num {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: -8vw;
    height: 12.8vw;
  }
  .strength-block .strength-block-num img {
    height: 100%;
  }
}
.strength-block h3 {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: bold;
  color: #126fed;
  line-height: 1.4;
}
@media (max-width: 599px) {
  .strength-block h3 {
    margin-bottom: 4.2666666667vw;
    text-align: center;
    font-size: 5.6vw;
    padding: 0 9px;
    text-align: left;
  }
}
.strength-block h3 .u-yellow {
  position: relative;
}
.strength-block h3 .u-yellow::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 22px;
  background: #fff9b9;
  z-index: 0;
}
@media (max-width: 599px) {
  .strength-block h3 .u-yellow::after {
    height: 16px;
  }
}
.strength-block h3 .u-yellow span {
  position: relative;
  z-index: 1;
}
.strength-block h3 .u-yellow span .strong {
  font-size: 72px;
}
.strength-block .strength-content p {
  line-height: 1.75;
  font-size: 20px;
}
@media (max-width: 599px) {
  .strength-block .strength-content p {
    padding: 0 11px;
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .strength-block .strength-content img {
    width: 100%;
  }
}

.strength-block1 {
  padding-bottom: 53px;
}
@media (max-width: 599px) {
  .strength-block1 {
    padding: 54px 3.2vw 20px;
  }
}
.strength-block1 .txt1 {
  margin-bottom: 35px;
}

.strength-block2 {
  padding: 57px 75px 67px 102px;
  padding-bottom: 75px;
}
.strength-block2 h3 {
  white-space: nowrap;
}
@media (max-width: 599px) {
  .strength-block2 h3 {
    white-space: pre-wrap;
  }
}
.strength-block2 h3 .u-yellow span {
  letter-spacing: 0.05em;
}
@media (max-width: 599px) {
  .strength-block2 {
    padding: 54px 3.2vw 20px;
  }
}
.strength-block2 .txt1 {
  margin-bottom: 74px;
}
@media (max-width: 599px) {
  .strength-block2 .txt1 {
    margin-bottom: 30px;
  }
}
.strength-block2 figure {
  text-align: center;
}
@media (max-width: 599px) {
  .strength-block2 figure {
    padding: 0 20px 0 10px;
  }
}
.strength-block2 .u-yellow {
  padding: 0 5px;
}
/*
@media (max-width: 599px) {
  .strength-block2 .u-yellow {
    font-size: 8.2666666667vw;
  }
}*/
.strength-block2 .u-yellow strong {
  padding: 0 3px;
  font-size: 72px;
}
@media (max-width: 599px) {
  .strength-block2 .u-yellow strong {
    font-size: 13.6vw;
  }
}
@media (max-width: 599px) {
  .strength-block2 h3 {
    text-align: center;
  }
}
@media (max-width: 599px) {
  .strength-block2 h3 span {
    text-align: left;
  }
}

.strength-block3 {
  padding: 94px 43px 84px 80px;
}
@media (max-width: 599px) {
  .strength-block3 {
    padding: 54px 3.2vw 20px;
  }
}
@media (max-width: 599px) {
  .strength-block3 h3 {
    text-align: left;
  }
}
.strength-block3 .strength-content {
  display: flex;
}
@media (max-width: 599px) {
  .strength-block3 .strength-content {
    flex-flow: column;
  }
}
.strength-block3 .strength-block-pic3 {
  flex-shrink: 0;
  width: 649px;
}
@media (max-width: 599px) {
  .strength-block3 .strength-block-pic3 {
    margin: 17px 0 0;
    width: 100%;
  }
}
.strength-block3 .strength-content-txt {
  margin-right: 25px;
}
@media (max-width: 599px) {
  .strength-block3 .strength-content-txt {
    padding: 0 8px;
    margin-right: 0;
  }
}
.strength-block3 .strength-content-txt dl:not(:last-of-type) {
  margin-bottom: 28px;
}
.strength-block3 .strength-content-txt dl dt {
  margin-bottom: 3px;
}
@media (max-width: 599px) {
  .strength-block3 .strength-content-txt dl dt {
    margin-bottom: 4px;
  }
}
.strength-block3 .strength-content-txt dl dt span {
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.1em;
  padding: 0 22px;
  height: 36px;
  font-size: 20px;
  color: #fff;
  background: #4da9f4;
  font-weight: bold;
}
@media (max-width: 599px) {
  .strength-block3 .strength-content-txt dl dt span {
    padding: 0 1.8666666667vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0;
    height: 8vw;
  }
}
.strength-block3 .strength-content-txt dl dt span:not(:last-of-type) {
  margin-bottom: 11px;
}
@media (max-width: 599px) {
  .strength-block3 .strength-content-txt dl dt span:not(:last-of-type) {
    margin-bottom: 4px;
  }
}
.strength-block3 .strength-content-txt dl dd {
  padding: 0 9px;
  font-size: 20px;
  line-height: 1.75;
}
@media (max-width: 599px) {
  .strength-block3 .strength-content-txt dl dd {
    padding: 0 0;
    font-size: 4.2666666667vw;
  }
}

.strength-block4 {
  padding: 94px 90px 84px 90px;
}
@media (max-width: 599px) {
  .strength-block4 {
    padding: 54px 3.2vw 20px;
  }
}
.strength-block4 h3 {
  max-width: 530px;
}
.strength-block4 h3 .sml {
  display: block;
  margin-top: 25px;
  font-size: 27px;
  line-height: 1.4;
}
@media (max-width: 599px)
  .strength-block4 h3 .sml {
    font-size: 4.8vw;
    text-align: left;
    line-height: 1.6;
  }
}
.strength-block4 .strength-content {
  display: flex;
  justify-content: space-between;
}
.strength-block4 .strength-block-pic4 {
  position: absolute;
  top: 50px;
  right: 134px;
  flex-shrink: 0;
  width: 383px;
}
.strength-block4 .strength-block-pic4-2 {
  width: 100%;
}
@media (max-width: 599px) {
  .strength-block4 .strength-block-pic4-2 {
    margin: 17px 0 0;
  }
  .strength-block4 .strength-block-pic4-2 img {
    width: 100%;
  }
}
.strength-block4 .strength-content-txt {
  margin-right: 47px;
}
@media (max-width: 599px) {
  .strength-block4 .strength-content-txt {
    margin-right: 0;
    padding: 0 8px;
  }
}
.strength-block4 .strength-content-txt dl {
  max-width: 542px;
}
.strength-block4 .strength-content-txt dl:not(:last-of-type) {
  margin-bottom: 28px;
}
.strength-block4 .strength-content-txt dl dt {
  margin-bottom: 3px;
}
.strength-block4 .strength-content-txt dl dt span {
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.1em;
  padding: 0 22px;
  height: 36px;
  font-size: 20px;
  color: #fff;
  background: #4da9f4;
  font-weight: bold;
}
@media (max-width: 599px) {
  .strength-block4 .strength-content-txt dl dt span {
    padding: 0 1.8666666667vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0;
    height: 8vw;
  }
}
.strength-block4 .strength-content-txt dl dt span:not(:last-of-type) {
  margin-bottom: 11px;
}
.strength-block4 .strength-content-txt dl dd {
  padding: 0 9px;
  font-size: 20px;
  line-height: 1.75;
}
@media (max-width: 599px) {
  .strength-block4 .strength-content-txt dl dd {
    padding: 0 0;
    font-size: 4.2666666667vw;
  }
}
.strength-block4 .u-yellow {
  position: relative;
}
.strength-block4 .u-yellow::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 22px;
  background: #fff9b9;
  z-index: 0;
}
.strength-block4 .u-yellow span {
  position: relative;
  z-index: 1;
}
.strength-block4 .u-yellow span .strong {
  font-size: 72px;
}

.strength-block5 {
  padding: 78px 55px 84px 90px;
}
@media (max-width: 599px) {
  .strength-block5 {
    padding: 54px 3.2vw 20px;
  }
}
.strength-block5 h3 {
  max-width: 530px;
}
.strength-block5 h3 .sml {
  display: block;
  margin-top: 25px;
  font-size: 27px;
  line-height: 1.4;
}
.strength-block5 .strength-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .strength-block5 .strength-content {
    flex-flow: column;
  }
}
.strength-block5 .strength-block-pic4 {
  position: absolute;
  top: 50px;
  right: 134px;
  flex-shrink: 0;
  width: 383px;
}
.strength-block5 .strength-block-pic4-2 {
  width: 100%;
}
@media (max-width: 599px) {
  .strength-block5 .strength-content-txt {
    margin-right: 0;
    padding: 0 8px;
  }
}
.strength-block5 .strength-content-txt dl {
  max-width: 582px;
}
.strength-block5 .strength-content-txt dl:not(:last-of-type) {
  margin-bottom: 28px;
}
.strength-block5 .strength-content-txt dl dt {
  margin-bottom: 3px;
}
.strength-block5 .strength-content-txt dl dt span {
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.1em;
  padding: 0 22px;
  height: 36px;
  font-size: 20px;
  color: #fff;
  background: #4da9f4;
  font-weight: bold;
}
@media (max-width: 599px) {
  .strength-block5 .strength-content-txt dl dt span {
    padding: 0 1.8666666667vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0;
    height: 8vw;
  }
}
.strength-block5 .strength-content-txt dl dt span:not(:last-of-type) {
  margin-bottom: 11px;
}
.strength-block5 .strength-content-txt dl dd {
  padding: 0 9px;
  font-size: 20px;
  line-height: 1.75;
}
@media (max-width: 599px) {
  .strength-block5 .strength-content-txt dl dd {
    padding: 0 0;
    font-size: 4.2666666667vw;
  }
}

.strength-bot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 89px;
  width: 100%;
  height: 320px;
  background: #2c88f0;
}
@media (max-width: 599px) {
  .strength-bot {
    margin-top: 40px;
    height: 160px;
  }
}

@media (max-width: 599px) {
  .strength-block-pic5 {
    margin-top: 15px;
    padding: 0 10px;
  }
}

/*****************************************
example
*****************************************/
.example {
  position: relative;
  padding: 123px 0 93px;
}
@media (max-width: 599px) {
  .example {
    padding: 38px 0 41px;
  }
}
.example::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 109px;
  background: url(../img/can-bg1.png) repeat-x top center/auto 100%;
}
@media (max-width: 599px) {
  .example::before {
    content: none;
  }
}
.example h2 {
  display: flex;
  align-items: center;
  margin-bottom: 125px;
  font-style: 50px;
}
@media (max-width: 599px) {
  .example h2 {
    margin-bottom: 40px;
    text-align: center;
  }
  .example h2 img {
    width: 57.0666666667vw;
  }
}
@media (max-width: 599px) {
  .example .container {
    padding: 0;
  }
}

.example-content {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 92px;
}
@media (max-width: 599px) {
  .example-content {
    margin-bottom: 30px;
  }
}

.example-item {
  max-width: 393px;
  width: 33.3333333333%;
}
@media (max-width: 599px) {
  .example-item {
    padding: 0 20px;
    width: 100%;
    max-width: none;
  }
}
.example-item h3 {
  margin-bottom: 11px;
  color: #126fed;
  font-size: 24px;
  line-height: 1.666;
  font-weight: bold;
}
@media (max-width: 599px) {
  .example-item h3 {
    margin-bottom: 20px;
    font-size: 5.0666666667vw;
  }
}
.example-item .example-item-detail {
  padding: 19px 3px;
  line-height: 1.75;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 599px) {
  .example-item .example-item-detail {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.example-item .b-yellow {
  display: inline;
  background: #fff9b9;
  z-index: 0;
  padding: 3px 0;
}
.example-item span {
  position: relative;
  z-index: 1;
}
.example-item span .strong {
  font-size: 72px;
}

@media (max-width: 599px) {
  .example-item-pic {
    margin: auto;
    width: 92%;
    text-align: center;
  }
}

.example-txt1 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}
@media (max-width: 599px) {
  .example-txt1 {
    font-size: 5.0666666667vw;
    letter-spacing: 0;
    line-height: 1.75;
    padding: 0 5.3333333333vw;
  }
}

.swiper {
  position: relative;
  width: 100%;
}

.swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 599px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: -234px;
    bottom: 0;
    width: 99px;
    height: 99px;
  }
}

/* 次ページボタンのスタイル */
@media (max-width: 599px) {
  .swiper-button-next {
    background: url(../img/arw-left.png) no-repeat center center/100% 100%;
    right: -33px;
  }
}

/* 前ページボタンのスタイル */
@media (max-width: 599px) {
  .swiper-button-prev {
    background: url(../img/arw-right.png) no-repeat center center/100% 100%;
    left: -33px;
  }
}

.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.why {
  background: url(../img/why_bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 70px 0 90px;
}
@media (max-width: 599px) {
  .why {
    padding: /*3.4666666667vw*/ 0 0 10.6666666667vw;
    background: url(../img/why_bg_sp.jpg) top center no-repeat;
    background-size: cover;
  }
}
.why__inner {
  margin: auto;
  max-width: 1280px;
  width: 100%;
}
@media (max-width: 599px) {
  .why__inner {
    padding: 0 3.2vw;
  }
}
.why__title {
  text-align: center;
  margin-bottom: 45px;
  font-size: 2rem;
}
@media (max-width: 599px) {
  .why__title {
    margin-bottom: 0 /*5.3333333333vw*/;
    font-size: 5vw;
  }
  .why__title img {
    width: 68.8vw;
  }
}
.why__catch {
  text-align: center;
}
@media (max-width: 599px) {
  .why__catch img {
    width: 52.2666666667vw;
  }
}
.why__text {
  margin-top: 30px;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 100px;
  font-weight: bold;
}
@media (max-width: 599px) {
  .why__text {
    margin-top: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.why__text .text1 {
  font-size: 38px;
}
@media (max-width: 599px) {
  .why__text .text1 {
    font-size: 4.8vw;
  }
}
.why__text .text2 {
  font-size: 43px;
  color: #d24627;
  background: linear-gradient(to top, #fffab1 34px, transparent 34px);
}
@media (max-width: 599px) {
  .why__text .text2 {
    font-size: 5.8666666667vw;
    background: linear-gradient(to top, #fffab1 4.5333333333vw, transparent 4.5333333333vw);
  }
}
.why__text .text3 {
  font-size: 34px;
}
@media (max-width: 599px) {
  .why__text .text3 {
    font-size: 4.8vw;
  }
}
.why-box {
  background: #fff;
  filter: drop-shadow(0px 0px 5px #ccc);
  padding: 40px 98px 60px;
  margin-bottom: 70px;
}
@media (max-width: 599px) {
  .why-box {
    padding: 8vw 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.why-box__title {
  text-align: center;
  margin-bottom: 55px;
  font-weight: normal;
}
@media (max-width: 599px) {
  .why-box__title {
    margin-bottom: 5.3333333333vw;
  }
}
.why-box__title span {
  display: inline-block;
  color: white;
  padding: 15px 50px;
  background: #126fed;
  font-size: 30px;
}
@media (max-width: 599px) {
  .why-box__title span {
    font-size: 5.8666666667vw;
    padding: 2.6666666667vw 4vw;
  }
}
.why-box__text {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 15px;
}
@media (max-width: 599px) {
  .why-box__text {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.why-box__text span {
  color: #126fed;
  font-weight: bold;
}
.why-box__image {
  text-align: center;
}
@media (max-width: 599px) {
  .why-box__image img {
    width: 78.6666666667vw;
  }
}
.why-box2 {
  text-align: center;
}
.why-box2__text {
  font-size: 50px;
  line-height: 65px;
  letter-spacing: 0.056em;
  margin-bottom: 35px;
  font-weight: bold;
}
@media (max-width: 599px) {
  .why-box2__text {
    font-size: 5.8666666667vw;
    line-height: 10.6666666667vw;
  }
}
.why-box2__text span {
  color: #126fed;
  background: #fff9b9;
}
@media (max-width: 599px) {
  .why-box2__text span {
    font-size: 6.4vw;
  }
}
@media (max-width: 599px) {
  .why-box2__image img {
    width: 90.4vw;
  }
}/*# sourceMappingURL=style.css.map */

.table_list_wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;

}
.table_list_wrap.after:before {
    content: "";
    display: inline-block;
    width: 494px;
    height: 70px;
    background: url(../img/why_bg_arrow.png) no-repeat center bottom / auto 100%;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
}
.why-box2__text2 {
  padding: 0 15px 10px;
  font-size: 4rem;
  font-weight: 900;
  color: #d24627;
  white-space: nowrap;
  background: linear-gradient(transparent 44%, #fff9b9 0%);
  position: absolute;
  bottom: 142px;
  right: 66px;
  z-index: 300;
}
.why-box2__text2 em {
  font-style: normal;
  font-size: 9rem;
}
.why-box2__text2 span {
  font-size: 2.5rem;
}
.why-box2__note {
  font-size: 24px;
  color: #e4e4e4;
  position: absolute;
  bottom: 20px;
  right: 86px;
}
.why_table_list {
  position: relative;
  display: flex;
  flex-flow: column;  
}
.why_table_list:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 32px;
  border-color: transparent transparent transparent #0168b3;
  position: absolute;
  top: 0;
  left: 100%;
}
.why_table_list:nth-of-type(even):after {
  border-color: transparent transparent transparent #4d95ca;
}
.why_table_list dd {
  margin-left: 1em;
  font-size: 24px;
  line-height: 1.6;
  align-self: flex-start;
}
.why_table_list dd:before {
  content: "・";
}
.why_table_list dd.cut {
  color: #e4e4e4;
}
.why_table_list dt {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  line-height: 2;
  width: 100%;
  align-self: center;
  background-color: #0168b3;
}
.why_table_list:nth-of-type(even) dt {
  background-color: #4d95ca;
}

@media (max-width: 599px) {
  .why-box2__text2 {
    font-size: 10vw;
    bottom: 16vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .why-box2__text2 em {
    font-size: 23.4vw;
  }
  .why-box2__text2 span {
    font-size: 6.354515vw;
  }
  .why-box2__note {
    font-size:3vw;
    bottom: 2vw;
    right: 5.3333333333vw;
  }
  .table_list_wrap {
    column-gap: 3vw;
  }
  .table_list_wrap.after:before {
    height: 6.6666666667vw;
    top: -6.6666666667vw;
  }
  .why_table_list:after {
    border-width: 3.72vw 0 3.72vw 3vw;
  }
  .why_table_list dt {
    font-size: 3.1vw;
    line-height: 7.44vw;
    margin-bottom: 1vw;
  }
  .why_table_list dd {
    font-size: 3vw;
    text-indent: -1em;
    text-align: left;
  }
}


/*****************************************
modal-video
*****************************************/
#movie { padding-bottom: 50px;}
#movie .flexBox { display:flex; justify-content:space-between; }
#movie button { width: 32%; padding: 0; box-sizing: border-box; cursor:pointer; }
#movie button:hover { opacity:0.8; }
@media (max-width: 599px) {
  #movie { padding-bottom: 10.4vw;}
  #movie .flexBox { display:block; }
  #movie button { width:100%; margin-top:20px; }
  #movie button:hover { opacity:unset; }
}