@charset "UTF-8";
/* stylelint-disable */
/* ******************************************************************

    --common.css--

    0. BoxModel change

    1. Common setting
        1-1. Reset styles
        1-2. Font styles
        1-3. General styles
        1-4. Text styles
        1-5. List styles
        1-6. CSS3 common styles

****************************************************************** */
/*==================================================================
    0. BoxModel change
===================================================================*/
/*==================================================================
    1. Common setting
===================================================================*/
/* ------------------------------------------------------------------
    1-1. Reset styles
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,500&display=swap");
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
object,
iframe,
pre,
code,
p,
blockquote,
form,
fieldset,
legend,
table,
th,
td,
caption,
tbody,
tfoot,
thead,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
canvas {
  margin: 0;
  padding: 0;
}

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

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

fieldset,
img {
  border: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul,
ol,
menu {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: none;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

a img,
map a {
  border: none;
}

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

embed {
  width: 100%;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

/* Font styles
-------------------------------------------------------------------*/
select,
input,
button,
textarea,
button {
  font-size: inherit;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 1;
}

/* General styles
-------------------------------------------------------------------*/
table {
  empty-cells: show;
}

input {
  line-height: 1;
}

form img,
input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

select {
  padding: 1px;
}

label {
  margin-right: 5px;
}

legend {
  display: none;
}

input[type=text],
input[type=password],
textarea {
  padding: 3px 4px 0 3px;
  border: 1px solid #999;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  font-size: 1.3rem;
}

/* ------------------------------------------------------------------
    1-2. VisualFormattingModel styles
-------------------------------------------------------------------*/
.noDisplay {
  display: none;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.nofloat {
  float: none !important;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.clear {
  clear: both !important;
}

a.hover:hover,
input.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/* ------------------------------------------------------------------
    1-3. BoxModel styles
-------------------------------------------------------------------*/
.auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt0,
.mv0,
.ma0 {
  margin-top: 0 !important;
}

.mr0,
.mh0,
.ma0 {
  margin-right: 0 !important;
}

.mb0,
.mv0,
.ma0 {
  margin-bottom: 0 !important;
}

.ml0,
.mh0,
.ma0 {
  margin-left: 0 !important;
}

.pt0,
.pv0,
.pa0 {
  padding-top: 0 !important;
}

.pr0,
.ph0,
.pa0 {
  padding-right: 0 !important;
}

.pb0,
.pv0,
.pa0 {
  padding-bottom: 0 !important;
}

.pl0,
.ph0,
.pa0 {
  padding-left: 0 !important;
}

.mt5,
.mv5,
.ma5 {
  margin-top: 5px !important;
}

.mr5,
.mh5,
.ma5 {
  margin-right: 5px !important;
}

.mb5,
.mv5,
.ma5 {
  margin-bottom: 5px !important;
}

.ml5,
.mh5,
.ma5 {
  margin-left: 5px !important;
}

.pt5,
.pv5,
.pa5 {
  padding-top: 5px !important;
}

.pr5,
.ph5,
.pa5 {
  padding-right: 5px !important;
}

.pb5,
.pv5,
.pa5 {
  padding-bottom: 5px !important;
}

.pl5,
.ph5,
.pa5 {
  padding-left: 5px !important;
}

.mt10,
.mv10,
.ma10 {
  margin-top: 10px !important;
}

.mr10,
.mh10,
.ma10 {
  margin-right: 10px !important;
}

.mb10,
.mv10,
.ma10 {
  margin-bottom: 10px !important;
}

.ml10,
.mh10,
.ma10 {
  margin-left: 10px !important;
}

.pt10,
.pv10,
.pa10 {
  padding-top: 10px !important;
}

.pr10,
.ph10,
.pa10 {
  padding-right: 10px !important;
}

.pb10,
.pv10,
.pa10 {
  padding-bottom: 10px !important;
}

.pl10,
.ph10,
.pa10 {
  padding-left: 10px !important;
}

.mt20,
.mv20,
.ma20 {
  margin-top: 20px !important;
}

.mr20,
.mh20,
.ma20 {
  margin-right: 20px !important;
}

.mb20,
.mv20,
.ma20 {
  margin-bottom: 20px !important;
}

.ml20,
.mh20,
.ma20 {
  margin-left: 20px !important;
}

.pt20,
.pv20,
.pa20 {
  padding-top: 20px !important;
}

.pr20,
.ph20,
.pa20 {
  padding-right: 20px !important;
}

.pb20,
.pv20,
.pa20 {
  padding-bottom: 20px !important;
}

.pl20,
.ph20,
.pa20 {
  padding-left: 20px !important;
}

.mt30,
.mv30,
.ma30 {
  margin-top: 30px !important;
}

.mr30,
.mh30,
.ma30 {
  margin-right: 30px !important;
}

.mb30,
.mv30,
.ma30 {
  margin-bottom: 30px !important;
}

.ml30,
.mh30,
.ma30 {
  margin-left: 30px !important;
}

.pt30,
.pv30,
.pa30 {
  padding-top: 30px !important;
}

.pr30,
.ph30,
.pa30 {
  padding-right: 30px !important;
}

.pb30,
.pv30,
.pa30 {
  padding-bottom: 30px !important;
}

.pl30,
.ph30,
.pa30 {
  padding-left: 30px !important;
}

.mt40,
.mv40,
.ma40 {
  margin-top: 40px !important;
}

.mr40,
.mh40,
.ma40 {
  margin-right: 40px !important;
}

.mb40,
.mv40,
.ma40 {
  margin-bottom: 40px !important;
}

.ml40,
.mh40,
.ma40 {
  margin-left: 40px !important;
}

.pt40,
.pv40,
.pa40 {
  padding-top: 40px !important;
}

.pr40,
.ph40,
.pa40 {
  padding-right: 40px !important;
}

.pb40,
.pv40,
.pa40 {
  padding-bottom: 40px !important;
}

.pl40,
.ph40,
.pa40 {
  padding-left: 40px !important;
}

.bt0,
.ba0 {
  border-top: none !important;
}

.br0,
.ba0 {
  border-right: none !important;
}

.bb0,
.ba0 {
  border-bottom: none !important;
}

.bl0,
.ba0 {
  border-left: none !important;
}

/* ------------------------------------------------------------------
    1-4. Text styles
-------------------------------------------------------------------*/
strong,
.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.note {
  margin-left: 1em;
  text-indent: -1em;
}

.f10 {
  font-size: 77%;
}

.f11 {
  font-size: 85%;
}

.f12 {
  font-size: 93%;
}

.f14 {
  font-size: 108%;
}

.f15 {
  font-size: 116%;
}

.f16 {
  font-size: 123.1%;
}

.f17 {
  font-size: 131%;
}

.f18 {
  font-size: 138.5%;
}

.f19 {
  font-size: 146.5%;
}

.f20 {
  font-size: 153.9%;
}

.f21 {
  font-size: 161.6%;
}

.f22 {
  font-size: 167%;
}

.f23 {
  font-size: 174%;
}

.f24 {
  font-size: 182%;
}

.f25 {
  font-size: 189%;
}

.f26 {
  font-size: 197%;
}

.red {
  color: #C00;
}

.white {
  color: #FFF;
}

.grayC {
  color: #CCC;
}

.gray9 {
  color: #999;
}

.gray6 {
  color: #666;
}

.gray3 {
  color: #333;
}

.black {
  color: #000;
}

.middle {
  vertical-align: middle !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.underline {
  text-decoration: underline !important;
}

/* ------------------------------------------------------------------
    1-5. List styles
-------------------------------------------------------------------*/
.disc {
  padding-left: 2em;
  list-style: disc;
}

.circle {
  padding-left: 2em;
  list-style: circle;
}

.decimal {
  padding-left: 2.4em;
  list-style: decimal;
}

/* ------------------------------------------------------------------
    1-6. CSS3 common styles
-------------------------------------------------------------------*/
.boxShadow {
  box-shadow: 0 0 5px #DDD;
}

.textShadowW {
  text-shadow: 0 1px 0 #E7E7E7;
}

.textShadowB {
  text-shadow: 0 1px 0 #111;
}

.radius5 {
  border-radius: 5px;
}

.radius10 {
  border-radius: 10px;
}

.spDisplay {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .spDisplay {
    display: block !important;
  }
  .pcDisplay {
    display: none !important;
  }
}
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  overflow-x: hidden;
  background: #FFF;
  font-size: 10px;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

/**
 * Basic styles for links
 */
body {
  color: #333;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.231;
  font-family: Noto Sans JP, ヒラギノ角ゴシック Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, Verdana, Arial, sans-serif;
}

.fRoboto {
  font-family: "Roboto", sans-serif;
}

.fInter {
  font-family: "Inter", sans-serif;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.header {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.headerTop {
  display: flex;
  height: 70px;
  padding: 14px 0 13px;
  transition: padding 0.25s, height 0.25s;
}
.headerTop .inner {
  position: relative;
  display: flex;
  justify-content: center;
}
.headerTop .logo {
  display: inline-flex;
  align-items: baseline;
}
.headerTop .logo a {
  display: inline-flex;
}
.headerTop .logo a img {
  display: block;
  width: 100%;
}
.headerTop .logo span {
  position: relative;
  bottom: 5px;
  padding: 0 0 0 10px;
  font-size: 1.6rem;
  line-height: 1.4;
}
.headerTop .mdShow {
  display: none;
}
.headerNav {
  background-color: #E1EFFF;
  height: 85px;
}
@media only screen and (min-width: 992.1px) {
  .header[data-type=sticky] .headerTop {
    height: 0;
    overflow: hidden;
    padding: 0;
  }
}

.mainMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 0;
}
.mainMenu li:first-child .ttl {
  padding-left: 0;
}
.mainMenu li:first-child .ttl::before {
  width: calc(100% - 48px);
  left: 0;
  transform: translateX(0);
}
.mainMenu .ttl {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #001448;
  text-decoration: none;
  padding: 3px 48px;
  word-break: keep-all;
}
.mainMenu .ttl::before {
  position: absolute;
  height: 2px;
  width: calc(100% - 96px);
  left: 50%;
  bottom: 0;
  background-color: #001448;
  transform: translateX(-50%);
  transition: 0.2s opacity;
  opacity: 0;
  content: "";
}
.mainMenu .ttl::after {
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ABABAB;
  content: "";
}
.mainMenu .btnCommon {
  margin-left: 50px;
}

.hamburger {
  display: none;
  position: absolute;
  right: 16px;
  top: -2px;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 38px;
  padding: 10px;
  overflow: hidden;
}
.hamburger.active span {
  opacity: 0;
}
.hamburger.active::before {
  top: 17px;
  transform: rotate(45deg);
}
.hamburger.active::after {
  bottom: 17px;
  transform: rotate(-45deg);
}
.hamburger span {
  display: inline-flex;
  position: relative;
  width: 25px;
  height: 4px;
  background-color: #001448;
  transform: translateX(0);
  opacity: 1;
  transition: 0.3s transform, 0.3s opacity;
}
.hamburger::before, .hamburger::after {
  position: absolute;
  left: 10px;
  width: 25px;
  background-color: #001448;
  transition: 0.3s transform;
  content: "";
}
.hamburger::before {
  top: 9px;
  height: 4px;
}
.hamburger::after {
  bottom: 9px;
  height: 4px;
}

@media only screen and (min-width: 1025px) {
  .mainMenu .ttl:hover::before {
    opacity: 1;
  }
}
@media only screen and (max-width: 1200px) {
  .mainMenu .ttl {
    padding: 3px 2vw;
  }
  .mainMenu .ttl::before {
    width: calc(100% - 4vw);
  }
  .mainMenu li:first-child .ttl::before {
    width: calc(100% - 2vw);
  }
  .mainMenu .btnCommon {
    margin-left: 2vw;
  }
}
@media only screen and (max-width: 992px) {
  .header {
    height: 70px;
  }
  .headerTop {
    height: 100%;
    padding: 16px 0 16px;
  }
  .headerTop .inner {
    justify-content: flex-start;
  }
  .headerTop .logo {
    align-items: center;
    width: calc(100% - 40px);
  }
  .headerTop .logo a {
    width: 135px;
  }
  .headerTop .logo span {
    width: calc(100% - 145px);
    bottom: 3px;
    padding: 0 0 0 16px;
    font-size: 1.4rem;
  }
  .headerTop .mdShow {
    display: block;
  }
  .headerNav {
    display: none;
    position: fixed;
    height: auto;
    top: 70px;
    left: 0;
    right: 0;
  }
  .headerNav.active {
    display: block;
  }
  .headerNav .inner {
    padding-left: 0;
    padding-right: 0;
    overflow-y: auto;
    max-height: calc(100vh - 70px);
  }
  .header[data-type=sticky] {
    box-shadow: 1px 1px 5px #eaeaea;
  }
  .hamburger {
    display: flex;
  }
  .mainMenu {
    position: relative;
    z-index: 100;
    flex-direction: column;
    padding: 0 16px 16px 16px;
    background-color: #E1EFFF;
    transition: 0.5s opacity;
    box-shadow: 0 7px 7px rgba(163, 189, 196, 0.46);
  }
  .mainMenu li {
    width: 100%;
    text-align: center;
  }
  .mainMenu li:first-child .ttl {
    padding-left: 16px;
  }
  .mainMenu .ttl {
    padding: 16px 16px;
    border-bottom: 1px solid #ABABAB;
  }
  .mainMenu .ttl::after {
    display: none;
  }
  .mainMenu .btnCommon {
    margin: 16px 0 0 0;
  }
}
.inner {
  width: 100%;
  max-width: 1254px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.wrapper {
  padding-top: 155px;
}

#main {
  width: 100%;
  min-height: 1000px;
  background-color: red;
}

#side {
  width: 25%;
  min-width: 220px;
  margin-left: 20px;
  background-color: green;
  background-image: url("../img/common/blank.png");
}
.reverse #side {
  margin-left: 0;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  #side {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 992px) {
  .wrapper {
    padding-top: 70px;
  }
}
.headline, .headlineRadius, .headlineSmall, .headlinePrimary {
  color: #001448;
  font-weight: 700;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.458;
  position: relative;
  text-align: center;
}
.headlinePrimary {
  margin-bottom: 50px;
}
.headlineSmall {
  font-size: 3.2rem;
  line-height: 1.4375;
  margin-bottom: 32px;
}
.headlineRadius {
  background-color: #fff;
  font-size: 2.4rem;
  line-height: 1.4479;
  margin: 0 -24px 28px;
  padding: 48px 24px;
  position: relative;
}
.headlineRadius::before, .headlineRadius::after {
  border: 6px solid #419CF4;
  border-bottom-width: 0;
  border-right-width: 0;
  border-radius: 10px 0 0 0;
  content: "";
  display: inline-block;
  height: 46px;
  left: 220px;
  position: absolute;
  top: 32px;
  width: 46px;
}
.headlineRadius::after {
  border-width: 0 6px 6px 0;
  border-radius: 0 0 10px 0;
  bottom: 24px;
  left: inherit;
  right: 220px;
  top: inherit;
}

.headline1 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.headline1 .ttl {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #001448;
  font-size: 6.2rem;
  font-weight: 800;
  line-height: 1.5;
}
.headline1 .ttl::after {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 17px;
  background-color: #F9F490;
  transform: translateX(-100%);
  -webkit-animation-name: underline;
          animation-name: underline;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
}
@-webkit-keyframes underline {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes underline {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.headline2 {
  margin-bottom: 50px;
}
.headline2 img {
  width: 100%;
  height: auto;
}

.headline3 {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  margin-bottom: 60px;
  padding-bottom: 15px;
  font-weight: 700;
  color: #001448;
  text-align: center;
  overflow: hidden;
  letter-spacing: 3px;
}
.headline3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: #419CF4;
  transform: translateX(-100%);
  transition: 0.5s transform;
  content: "";
}
.headline3.active::after {
  transform: translateX(0);
}
.headline3 .sub {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.headline3 .ttl {
  position: relative;
  display: inline-block;
  font-size: 5.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.headline4 {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 88px;
  font-weight: 700;
  color: #001448;
  text-align: center;
  overflow: hidden;
}
.headline4 .ttl {
  position: relative;
  display: inline-block;
  font-size: 4.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2px;
  line-height: 1.5;
}
.headline4 .ttl:not(:last-child) {
  margin-bottom: 20px;
}
.headline4 .ttl::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 8px;
  background-color: #419CF4;
  transition: 0.5s width;
  content: "";
}
.headline4.active .ttl::after {
  width: 100%;
}

.headline5 {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 15px;
  background-color: #001448;
  overflow: hidden;
  text-align: center;
}
.headline5::after, .headline5::before {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  background-color: #FFF;
  content: "";
}
.headline5::before {
  top: 8px;
}
.headline5::after {
  bottom: 8px;
}
.headline5 span {
  position: relative;
  padding: 24px 65px 24px 65px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.2;
  letter-spacing: 3px;
  background-image: url(../img/svg/icon_medal.svg), url(../img/svg/icon_medal.svg);
  background-size: auto 60px, auto 60px;
  background-repeat: no-repeat, no-repeat;
  background-position: 0 50%, 100% 50%;
}
.headline5 span::after, .headline5 span::before {
  position: absolute;
  width: 50vw;
  height: 100%;
  top: 0;
  bottom: 0;
  background: url(../img/svg/giftmall.svg) repeat-x;
  content: "";
}
.headline5 span::after {
  left: calc(100% + 10px);
  background-position: 0 50%;
}
.headline5 span::before {
  right: calc(100% + 10px);
  background-position: 100% 50%;
}

.headline6 {
  padding: 8px 24px;
  background-color: #76C5EF;
  color: #FFF;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 26px;
}

@media only screen and (max-width: 992px) {
  .headline2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .headline3 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }
  .headline3::after {
    display: none;
  }
  .headline3 .ttl::after,
.headline3 .sub::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 8px;
    background-color: #419CF4;
    transition: 0.5s width;
    content: "";
  }
  .headline3.active .sub::after {
    width: 100%;
  }
  .headline3.active .ttl::after {
    width: 100%;
  }
  .headline3 .sub {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .headline3 .ttl {
    padding-bottom: 10px;
  }
  .headline4 .ttl {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 1200px) {
  .headlineRadius::before {
    left: 100px;
  }
  .headlineRadius::after {
    right: 100px;
  }
}
@media only screen and (max-width: 992px) {
  .headlineRadius::before {
    left: 16px;
  }
  .headlineRadius::after {
    right: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .headline1 .ttl {
    font-size: 3.2rem;
    line-height: 1.3;
  }
  .headline1 .ttl::after {
    bottom: 0;
  }
  .headline2 {
    margin: 0 -16px 25px;
    background-color: #001448;
    color: #FFF;
    font-family: Noto Sans JP, ヒラギノ角ゴシック Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, Verdana, Arial, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
  }
  .headline2.style1 {
    position: relative;
  }
  .headline2.style1::before, .headline2.style1::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    content: "";
  }
  .headline2.style1::before {
    top: 7px;
  }
  .headline2.style1::after {
    bottom: 7px;
  }
  .headline2.style1 span {
    padding: 28px 10px 28px;
  }
  .headline2 span {
    padding: 15px 10px;
    border-top: none;
    border-bottom: none;
    letter-spacing: 2px;
  }
  .headline, .headlinePrimary, .headlineSmall, .headlineRadius {
    font-size: 2.4rem;
    line-height: 1.452;
  }
  .headlinePrimary {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  .headlineSmall {
    margin-bottom: 16px;
  }
  .headlineRadius {
    background-color: #F0FCFF;
    font-size: 2rem;
    margin: 0 -32px;
    padding: 24px 24px;
    letter-spacing: 0;
  }
  .headlineRadius::before {
    border-width: 2px 0 0 2px;
    left: 16px;
    top: 8px;
    height: 42px;
    width: 46px;
  }
  .headlineRadius::after {
    border-width: 0 2px 2px 0;
    right: 25px;
    bottom: 13px;
  }
  .headline3 {
    margin-bottom: 18px;
    letter-spacing: 0;
  }
  .headline3 .ttl::after,
.headline3 .sub::after {
    height: 8px;
  }
  .headline3 .sub {
    margin-bottom: 1px;
    padding-bottom: 8px;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .headline3 .ttl {
    padding-bottom: 8px;
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
  .headline4 {
    margin-bottom: 30px;
  }
  .headline4 .ttl {
    font-size: 2.4rem;
    line-height: 1.8;
  }
  .headline4 .ttl:not(:last-child) {
    margin-bottom: 3px;
  }
  .headline5 span {
    padding: 29px 0 29px 0;
    background: none;
    font-size: 2.4rem;
  }
  .headline5 span::after, .headline5 span::before {
    display: none;
  }
}
.btnCommon {
  display: inline-flex;
  justify-content: center;
  min-width: 230px;
  padding: 16px 20px;
  border-radius: 10px;
  background-color: #001448;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.3;
  text-decoration: none;
  transition: 0.2s background-color;
}

.btnCommon1 {
  display: inline-flex;
  justify-content: center;
  min-width: 535px;
  padding: 18px 80px 18px 60px;
  border-radius: 10px;
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.3;
  text-decoration: none;
  background: #0D42CA url(../img/svg/icon_arrow_01.svg) no-repeat right 42px top 50%;
  background-size: 18px auto;
  letter-spacing: 3px;
  transition: 0.2s background-color;
}
.btnCommon1.custom2, .btnCommon1.custom {
  background-color: #001448;
}

@media only screen and (min-width: 1025px) {
  .btnCommon:hover {
    background-color: #0D42CA;
  }
  .btnCommon1:hover {
    background-color: #001448;
  }
  .btnCommon1.custom:hover {
    background-color: #0D42CA;
  }
  .btnCommon1.custom2:hover {
    background-color: #0D42CA;
  }
}
@media only screen and (max-width: 768px) {
  .btnCommon1 {
    width: 100%;
    min-width: inherit;
    padding: 18px 115px 18px 100px;
    font-size: 1.6rem;
    letter-spacing: 0;
    background-size: 12px auto;
    background-position: right 71px top 50%;
  }
  .btnCommon1.custom {
    padding: 20px 20px;
    background: #001448;
  }
  .btnCommon1.custom2 {
    padding: 16px 20px;
    background: #001448;
  }
}
@media only screen and (max-width: 374px) {
  .btnCommon1 {
    padding: 15px 40px 15px 20px;
    font-size: 1.5rem;
    background-position: right 20px top 50%;
  }
}
#bContact {
  background-color: #F0FCFF;
  padding-bottom: 70px;
  padding-top: 25px;
}
#bContact .contentBox {
  background-color: #FAFAFA;
  border-radius: 0 0 10px 10px;
  padding: 25px 22px;
}
@media only screen and (max-width: 768px) {
  #bContact {
    padding-top: 50px;
  }
  #bContact .contentBox {
    background-color: #FAFAFA;
    border-radius: 0 0 10px 10px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.contactForm .formGroup {
  margin-bottom: 50px;
  padding: 24px;
  background: #FFF;
}
.contactForm .group2Col {
  display: flex;
}
.contactForm .group2Col .groupInput {
  min-width: 260px;
  margin-right: 25px;
}
.contactForm .groupInput {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.contactForm .groupInput label {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  color: #212121;
}
.contactForm .groupInput label .required {
  margin-left: 5px;
  padding: 1px 5px;
  background-color: #DD5B41;
  border-radius: 15px;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  line-height: 1;
  color: #FFF;
}
.contactForm .groupInput .inputStyle {
  padding: 8px 12px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  border: 1px solid #EDEDED;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.contactForm .noticeText {
  margin-bottom: 75px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.contactForm .buttonStyle {
  position: relative;
  margin: 0 auto;
  padding: 18px 10px;
  min-width: 365px;
  border-radius: 4px;
  background-color: #001448;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
}
.contactForm .buttonStyle::after {
  position: absolute;
  right: 25px;
  top: 50%;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: translate(0, -50%) rotate(-45deg);
  transition: right 0.3s;
}
.contactForm .buttonStyle:hover::after {
  right: 15px;
}
@media only screen and (max-width: 768px) {
  .contactForm .group2Col {
    flex-direction: column;
  }
  .contactForm .buttonStyle {
    min-width: 100%;
  }
  .contactForm .formGroup {
    margin-bottom: 25px;
    padding: 16px;
  }
  .contactForm .group2Col .groupInput {
    margin-right: 0;
  }
  .contactForm .noticeText {
    margin-bottom: 20px;
  }
}

.hdgCategory {
  padding: 25px;
  background-color: #F9F490;
  text-align: center;
  border-bottom: 25px solid #FFF;
}
.hdgCategory .title {
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 5px;
}
.hdgCategory .subTitle {
  display: block;
  margin-bottom: 30px;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 2px;
}
.hdgCategory .subTitle em {
  font-size: 4.8rem;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .hdgCategory {
    padding: 8px 10px;
  }
  .hdgCategory .title {
    font-size: 2.4rem;
    letter-spacing: 3px;
  }
  .hdgCategory .subTitle {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .hdgCategory .subTitle em {
    font-size: 2.4rem;
  }
}

.groupCardPer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.groupCardPer .cardPer {
  margin-bottom: 24px;
  width: calc(50% - 19px);
}
.groupCardPer .cardPer:last-child {
  margin-bottom: 0;
}
.groupCardPer .cardPer:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}

.cardPer {
  position: relative;
  padding: 21px 24px 30px 21px;
  border-radius: 10px;
  background-color: #419CF4;
}
.cardPer::before {
  position: absolute;
  z-index: 0;
  left: -4px;
  top: -4px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #FFF;
  content: "";
}
.cardPer .head {
  position: relative;
  display: flex;
  align-items: center;
}
.cardPer .boxNum {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  line-height: 1;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  color: #FFF;
  background-color: #419CF4;
}
.cardPer .boxNum .sub {
  position: relative;
  top: -3px;
  font-size: 1.4rem;
}
.cardPer .boxNum .num {
  font-size: 4.8rem;
}
.cardPer .ttl {
  width: calc(100% - 124px);
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1.45;
  color: #251D1D;
}
.cardPer .content {
  position: relative;
  margin-top: 27px;
}
.cardPer .txt {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #212121;
  font-weight: 500;
}

@media only screen and (max-width: 992px) {
  .cardPer .ttl {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .groupCardPer {
    flex-direction: column;
  }
  .groupCardPer .cardPer {
    width: 100%;
    margin-bottom: 16px;
    padding: 12px 22px 20px 13px;
  }
  .groupCardPer .cardPer:nth-last-child(2):nth-child(odd) {
    margin-bottom: 16px;
  }
  .cardPer .boxNum {
    width: 70px;
    height: 70px;
  }
  .cardPer .boxNum .sub {
    top: 0;
  }
  .cardPer .boxNum .num {
    font-size: 2.4rem;
  }
  .cardPer .ttl {
    width: calc(100% - 94px);
    font-size: 2.4rem;
  }
  .cardPer .content {
    margin-top: 17px;
  }
  .cardPer .txt {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
.keyvTop {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 50px;
  background: #F0FCFF url(../img/home/bg_keyv.png) no-repeat 50% 50%;
  background-size: cover;
}
.keyvTop .headKeyv {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.keyvTop .box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 700px;
  width: 100%;
  margin-bottom: 50px;
  padding: 45px 25px;
  background-color: #FFF;
  box-shadow: 0 7px 7px 0 rgba(163, 189, 195, 0.46);
}
.keyvTop .headline1 {
  margin-bottom: 20px;
}
.keyvTop .imgText1 {
  margin-bottom: 18px;
}
.keyvTop .imgKeyv1 {
  position: absolute;
  top: 247px;
  z-index: 1;
}
.keyvTop .imgKeyv1 img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .keyvTop {
    background-size: contain;
    padding: 0;
  }
  .keyvTop .box {
    margin-bottom: 25px;
    background: transparent;
    padding: 44px 16px;
  }
  .keyvTop .headKeyv {
    margin: 0 10px 18px;
    padding: 50px 16px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
  }
  .keyvTop .headline1 {
    margin-bottom: 0;
  }
  .keyvTop .imgText1 {
    margin: 0 auto;
    width: 86%;
  }
  .keyvTop .imgKeyv1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 83px;
    z-index: 1;
  }
  .keyvTop .btnCommon1 {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}

.fadeIn, .fadeIn3, .fadeIn2, .fadeIn1 {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
.fadeIn1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeIn2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.fadeIn3 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.listGeneral {
  display: flex;
  flex-direction: column;
  padding: 16px 48px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 0 4px 0 rgba(163, 189, 195, 0.46);
}
.listGeneral li {
  padding: 15px 0 15px 34px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #251D1D;
  line-height: 1.5;
  background: url(../img/svg/icon_check.svg) no-repeat 0 50%;
  background-size: 20px auto;
}
.listGeneral li:not(:last-child) {
  border-bottom: 1px solid #ABABAB;
}

@media only screen and (max-width: 768px) {
  .listGeneral {
    padding: 20px 15px;
  }
  .listGeneral li {
    padding: 17px 0 16px 34px;
    background-size: 18px auto;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.blockRound {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.blockRound::after {
  width: calc((100% - 50px) / 3);
  content: "";
}
.blockRound .txtRound {
  width: calc((100% - 50px) / 3);
}

.txtRound {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 200px;
  aspect-ratio: 1/1;
  padding: 20px;
  border-radius: 100vw;
  background-color: #85C3FE;
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #FFF;
  text-align: center;
}
.txtRound::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 50%;
  border: 1px solid;
  background: transparent;
  transform: translate(-50%, -50%);
  content: "";
}

@media only screen and (max-width: 768px) {
  .blockRound::after {
    width: calc((100% - 10px) / 3);
    content: "";
  }
  .blockRound .txtRound {
    width: calc((100% - 10px) / 3);
  }
  .txtRound {
    background-color: #419CF4;
    padding: 10px;
    font-size: 1.4rem;
  }
  .txtRound.fontMin {
    font-size: 1.2rem;
    width: calc((100% - 10px) / 3);
  }
}
.groupTag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}
.groupTag .tagCom {
  margin: 0 6px 15px 6px;
}

.tagCom {
  display: inline-flex;
  padding: 5px 24px 6px;
  border-radius: 100px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #001448;
  background-color: #FFF;
  border: 3px solid #001448;
  text-decoration: none !important;
  transition: 0.2s background-color, 0.2s color;
}

@media only screen and (max-width: 768px) {
  .groupTag {
    margin-bottom: 0;
  }
  .groupTag .tagCom {
    margin: 0 6px 8px 6px;
  }
  .tagCom {
    padding: 5px 15px 5px;
    font-size: 1.6rem;
  }
}
.accor {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
}
.accorItem {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 24px;
  padding-bottom: 24px;
  position: relative;
}
.accorItem:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.accorInput {
  font-size: 0;
  height: 0;
  line-height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.accorInput:checked ~ .accorContent {
  max-height: 2000px;
  opacity: 1;
  padding-top: 24px;
  transition: max-height 0.15s ease-in-out;
  visibility: visible;
}
.accorInput:checked ~ .accorTtl::after {
  transform: rotate(180deg);
}
.accorTtl {
  color: #000;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 23px;
  margin-right: 0;
  padding-right: 20px;
  position: relative;
  transition: color 0.25s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.accorTtl::after {
  background: url("../img/svg/icon_arrow_down.svg") no-repeat 0 0/100%;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: 8px;
  transition: transform 0.25s;
  width: 12px;
}
.accorContent {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: padding-top 0.15s, opacity 0.15s, visibility 0.15s, max-height 0.15s cubic-bezier(0, 1, 0, 1);
  visibility: hidden;
}
.accorTxt {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.4375;
}
@media only screen and (min-width: 1024px) {
  .accorTtl:hover {
    cursor: pointer;
    color: #85C3FE;
  }
}
@media only screen and (max-width: 768px) {
  .accor {
    padding: 16px;
  }
  .accorItem {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  .accorTtl {
    font-size: 1.4rem;
  }
}

.faq {
  background-color: #C8E1FF;
  overflow: hidden;
  padding-bottom: 70px;
  padding-top: 25px;
}
.faqBox {
  background-color: #FAFAFA;
  border-radius: 0 0 10px 10px;
  padding: 24px 24px 50px;
}
.step {
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.stepItem {
  background-color: #F8F8F8;
  padding: 14px 25px;
  text-align: center;
  width: 25%;
}
.stepItem:last-child .stepHead {
  background-color: #419CF4;
  color: #fff;
  padding-right: 0;
}
.stepItem:last-child .stepHead span {
  font-size: 2rem;
}
.stepItem:last-child .stepHead::before, .stepItem:last-child .stepHead::after {
  display: none;
}
.stepItem:nth-child(even) {
  background-color: #EDEDED;
}
.stepItem:nth-child(even) .stepHead::before, .stepItem:nth-child(even) .stepHead::after {
  background: linear-gradient(to top right, #BCE7FF 0%, #BCE7FF 49%, #EDEDED 50%, #EDEDED 100%);
}
.stepItem:nth-child(even) .stepHead::after {
  background: linear-gradient(to top left, #EDEDED 0%, #EDEDED 49%, #BCE7FF 50%, #BCE7FF 100%);
}
.stepIcon {
  align-items: center;
  background-color: #F0FCFF;
  border-radius: 50%;
  display: inline-flex;
  height: 100px;
  justify-content: center;
  margin-bottom: 16px;
  width: 100px;
}
.stepIcon img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 70px;
}
.stepHead {
  align-items: center;
  background-color: #BCE7FF;
  color: #419CF4;
  display: flex;
  flex-direction: column;
  font-size: 2.4rem;
  font-weight: 900;
  height: 103px;
  line-height: 1.448;
  justify-content: center;
  margin: 0 -25px 16px;
  padding-right: 30px;
  position: relative;
}
.stepHead span {
  display: block;
  text-align: center;
}
.stepHead::before, .stepHead::after {
  background: linear-gradient(to top right, #BCE7FF 0%, #BCE7FF 49%, #F8F8F8 50%, #F8F8F8 100%);
  content: "";
  display: block;
  height: 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.stepHead::after {
  background: linear-gradient(to top left, #F8F8F8 0%, #F8F8F8 49%, #BCE7FF 50%, #BCE7FF 100%);
  bottom: 0;
  top: inherit;
}
.stepTtl {
  align-items: center;
  color: #001448;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285;
  justify-content: center;
  position: relative;
  transition: color 0.25s;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.stepTtl em {
  color: #001448;
  display: inline-block;
  font-size: 3.4rem;
  line-height: 1.441;
  font-style: normal;
  font-weight: 700;
  margin-left: 10px;
}
.stepTxt {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5625;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .step {
    display: block;
    text-align: center;
  }
  .stepItem {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 8px 16px 16px 16px;
    width: 100%;
  }
  .stepItem:nth-child(even) .stepHead::before, .stepItem:nth-child(even) .stepHead::after {
    background: linear-gradient(to bottom left, #BCE7FF 0%, #BCE7FF 49%, #EDEDED 50%, #EDEDED 100%);
  }
  .stepItem:nth-child(even) .stepHead::after {
    background: linear-gradient(to top left, #EDEDED 0%, #EDEDED 49%, #BCE7FF 50%, #BCE7FF 100%);
  }
  .stepItem:last-child .stepHead {
    height: auto;
    margin-bottom: 9px;
    padding: 10px 0;
  }
  .stepHead {
    flex-direction: row;
    font-size: 2rem;
    height: 40px;
    margin: 0 -16px 38px;
    padding: 14px 0 0 0;
  }
  .stepHead span {
    display: inline-block;
  }
  .stepHead::before, .stepHead::after {
    background: linear-gradient(to bottom left, #BCE7FF 0%, #BCE7FF 49%, #F8F8F8 50%, #F8F8F8 100%);
    bottom: -30px;
    height: 31px;
    left: 0;
    right: inherit;
    top: inherit;
    width: 50%;
  }
  .stepHead::after {
    background: linear-gradient(to top left, #F8F8F8 0%, #F8F8F8 49%, #BCE7FF 50%, #BCE7FF 100%);
    left: inherit;
    right: 0;
  }
  .stepTtl {
    margin-bottom: 3px;
  }
  .stepTtl em {
    margin-left: 5px;
    line-height: 1;
  }
  .stepIcon {
    margin-bottom: 8px;
    height: 80px;
    width: 80px;
  }
  .stepIcon img {
    max-height: 45px;
    max-width: 45px;
  }
  .stepTxt {
    font-size: 1.6rem;
    line-height: 1.448125;
    text-align: center;
  }
}
@media only screen and (max-width: 389px) {
  .stepHead {
    font-size: 1.6rem;
  }
  .stepItem:last-child .stepHead span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 374px) {
  .stepTxt {
    font-size: 1.5rem;
  }
}

.flow {
  background-color: #F0FCFF;
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 50px;
}
.flowBox {
  background-color: white;
  border-radius: 10px;
  padding: 50px 48px;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .flowBox {
    padding: 32px 16px;
  }
}

.voice {
  background-color: #C8E1FF;
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}
.voiceBox {
  background-color: #FAFAFA;
  border-radius: 4px;
  margin-bottom: 24px;
  padding: 0 24px 24px;
}
.voiceRow {
  display: flex;
  flex-wrap: wrap;
}
.voiceAvatar {
  display: inline-block;
  margin-right: 24px;
  width: 452px;
}
.voiceImg {
  display: inline-block;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.voiceImg img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.voiceInfo {
  flex: 1;
}
.voiceTtl {
  color: #41A1F4;
  display: block;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.666;
  margin-bottom: 15px;
}
.voiceTxt {
  background-color: #fff;
  color: #251D1D;
  display: block;
  font-size: 1.4rem;
  line-height: 2.1428;
  margin-bottom: 13px;
  padding-bottom: 6px;
  padding-top: 6px;
  position: relative;
}
.voiceTxt::before {
  background-color: #E1E1E1;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  top: -8px;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .voiceAvatar {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .voice {
    padding-top: 0;
    padding-bottom: 16px;
  }
  .voiceBox {
    margin-bottom: 16px;
    padding: 0 16px;
  }
  .voiceRow {
    display: block;
    text-align: center;
  }
  .voiceAvatar {
    margin: 0 auto 24px;
    max-width: 100%;
    width: 452px;
  }
  .voiceAvatar:last-child {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .voiceTtl {
    font-size: 1.6rem;
    line-height: 1.666;
  }
  .voiceTxt {
    font-size: 1.4rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
    max-width: 375px;
  }
  .voiceTxt::before {
    top: -10px;
  }
}
@media only screen and (max-width: 576px) {
  .voiceAvatar {
    display: block;
    margin-left: -16px;
    margin-right: -16px;
    max-width: inherit;
    width: auto;
  }
}

.product {
  padding: 50px 0;
  background-color: #c8e1ff;
  overflow: hidden;
}
.product_list {
  padding: 24px 16px 8px;
  background-color: #FFF;
  border-radius: 10px;
  display: flex;
  flex-flow: wrap;
}
.product_list > li {
  width: calc(20% - 16px);
  margin: 0 8px 16px;
}
.product .rankTtl {
  width: 100%;
  margin: 0 0 11px 0;
  color: #39486F;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
.product .rankTtl01 {
  margin: 0 0 1px -4px;
}
.productImage {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  width: 100%;
  line-height: 0;
}
.productImage img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
.product .productItem {
  display: flex;
  flex-direction: column;
  height: calc(100% - 43px);
  background: #FFF;
  box-shadow: 0 0 4px rgba(163, 189, 196, 0.46);
  color: #251D1D;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  transition: 0.3s;
}
.product .productInner {
  padding: 8px 8px 7px;
}
.product .productInner .priceTxt {
  margin-bottom: 8px;
  padding-left: 3px;
}
.product .productInner .tagList {
  display: inline-block;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: flex-start;
  margin-bottom: -5px;
}
.product .productInner .tagList li {
  margin: 0 5px 5px 0;
  padding: 3px 4px 5px;
  background: #76C5EF;
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: 900;
  color: #FFF;
  line-height: 1;
}
.product .productInner .tagList li.tagColor01 {
  background-color: #eca05a;
}
.product .productInner .tagList li.tagColor02 {
  background-color: #dd5b41;
}
.productTxt {
  margin-bottom: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .product .productItem:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media only screen and (max-width: 992px) {
  .product_list > li {
    width: calc(25% - 16px);
  }
}
@media only screen and (max-width: 768px) {
  .product {
    padding: 25px 0 20px;
    background-color: #FFF;
  }
  .product_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
  .product_list > li {
    width: calc(50% - 8px);
    margin: 0 0 15px;
  }
  .productTxt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: inherit;
  }
}

.category {
  background-color: #F0FCFF;
}
.category .categoryInner {
  padding: 24px 16px 60px;
  background-color: #FFF;
}
.category .product_list {
  border-radius: 0;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}
.category .productItem {
  position: relative;
  height: 100%;
}
.category .productInner {
  padding: 8px 8px 55px;
}
.category .productTxt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: inherit;
}
.category .orderBtn {
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: calc(100% - 16px);
}
.category .orderBtn a {
  display: block;
  padding: 8px 10px;
  background-color: #419CF4;
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  text-decoration: none;
}
.category .secInquire {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .category .inner {
    padding: 0;
  }
  .category .secInquire {
    margin-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.secGift {
  position: relative;
  background-color: #F0FCFF;
  padding: 65px 0 25px;
}
.secGift::before, .secGift::after {
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 0;
  border-bottom: 84px solid #C8E1FF;
  content: "";
}
.secGift::before {
  border-right: 50vw solid transparent;
  left: 0;
}
.secGift::after {
  right: 0;
  border-left: 50vw solid transparent;
}
.secGift .box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 910px;
  width: 100%;
  margin: 0 auto 60px;
}
.secGift .box .image {
  position: relative;
  top: -10px;
  margin-right: 40px;
}
.secGift .box .image img {
  display: block;
}
.secGift .arrowDown {
  width: 272px;
  height: 70px;
  margin: 0 auto;
  background: url(../img/svg/icon_arrow_02.svg) no-repeat 50% 50%;
  background-size: 272px auto;
}
.secPer {
  padding: 50px 0 55px;
  background-color: #C8E1FF;
}
.secPer .headline5 {
  margin-bottom: 30px;
}

.secInquire {
  padding: 50px 0;
  background: url(../img/home/bg_inquire.jpg) no-repeat 50% 50%/cover;
}
.secInquire .inner {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .secGift {
    padding: 32px 0 15px;
  }
  .secGift .box {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .secGift .box .image {
    width: 56%;
    margin: 0 auto 15px;
    top: 0;
    left: -16px;
  }
  .secGift .listGeneral {
    margin-left: 2px;
    margin-right: 2px;
  }
  .secGift .arrowDown {
    width: 102px;
    background-image: url(../img/svg/icon_arrow_02_sp.svg);
    background-size: 102px auto;
  }
  .secPer {
    padding: 24px 0 20px;
  }
  .secPer .headline5 {
    margin: 0 -16px 25px -16px;
  }
  .secInquire {
    background: url(../img/home/bg_inquire_sp.jpg) no-repeat 50% 50%/cover;
    background-size: cover;
    padding: 32px 0;
  }
}/*# sourceMappingURL=style.min.css.map */
