@charset "UTF-8";
/*------------------------------------------------------------
    Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
select {
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
input,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 1023px) {
  a:hover, a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
button {
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
img {
  max-width: 100%;
}
:root {
	--color-text: #000;
	--color-white: #fff;
	--color-off-white: #FAFAFA;
	--color-blue: #1388C6;
	--color-sky-blue: #63ADED;
	--color-blue-gray: #E1EDEF;
	--color-gold: #D8A928;
	--color-cream-yellow: #FFFBE6;
	--color-red: #FF5F5F;
	--color-gray: #DDDDDD;
	--color-gray-light: #F8F8F8;
	--color-gray-dark: #666;
	--line-height-tall: 2.78;
	--font-roboto: "Roboto", sans-serif;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Navigation
------------------------------------------------------------*/
.c-nav1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav1__item + .c-nav1__item {
  margin-top: 36px;
}
.c-nav1__item.c-nav1__item--login {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-nav1__item + .c-nav1__item {
    margin-top: 30px;
  }
  .c-nav1__item.c-nav1__item--login {
    display: block;
    width: 100%;
  }
}
.c-nav1__link {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-nav1__link {
    font-size: 2.4rem;
  }
  .c-nav1__link.c-nav1__link--login {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #cacaca;
    border-radius: 24px;
  }
}
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 8;
}
.c-header__logowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 37px 40px 31px;
}
@media only screen and (max-width: 767px) {
  .c-header__logowrap {
    padding: 17px 20px 14px;
  }
}
.c-header__logotext {
  color: #1769ff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-header__logotext {
    font-size: 1.2rem;
    line-height: 1.33;
  }
}
.c-header__logo {
  display: inline-block;
  margin-top: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-header__logo {
    margin-top: 7px;
  }
}
.c-header__logo img {
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .c-header__logo img {
    width: 185px;
  }
}
.c-header__groupbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px;
  z-index: 10;
}
.c-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 11px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-header__btn {
    width: 60px;
    height: 60px;
  }
}
.c-header__btn + .c-header__btn {
  margin-top: 10px;
}
.c-header__btn--green {
  background-color: #20e5b7;
}
.c-header__btn--green2 {
  /* background-color: #00d517; */
  background-color: #cacaca;
}
.c-header__btn--blue {
  background-color: #17c9ff;
}
@media only screen and (max-width: 767px) {
  .c-header__btn--blue {
    display: none;
  }
  .c-header__btn--green2 {
    display: none;
  }
}
.c-header__btn--orange {
  background-color: #ffaf17;
}
@media only screen and (max-width: 767px) {
  .c-header__btn--orange {
    display: none;
  }
}
.c-header__btnicon {
  display: inline-block;
  margin-top: 2px;
}
.c-header__btnicon .icon {
  color: #fff;
  font-size: 4rem;
}
.c-header__btntext {
  margin-top: -1px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.43;
  text-align: center;
}
.c-header__fixed {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-header__fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    border-radius: 30px 30px 0 0;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__fixed.is-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.c-header__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  height: 80px;
  padding: 8px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-header__side--blue {
  background-color: #17c9ff;
  border-top-left-radius: 30px;
}
.c-header__side--orange {
  background-color: #ffaf17;
  border-top-right-radius: 30px;
}
.c-header__sideicon {
  display: inline-block;
  margin-top: 2px;
}
.c-header__sideicon .icon {
  color: #fff;
  font-size: 3rem;
}
.c-header__sidetext {
  margin-top: 2px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.43;
  text-align: center;
}
.c-header__menuouter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: transparent -webkit-gradient(linear, left top, right top, from(#00a7ff), to(#0062ff)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #00a7ff 0%, #0062ff 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #00a7ff 0%, #0062ff 100%) 0% 0% no-repeat padding-box;
  z-index: 9;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.c-header__menuouter.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.c-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.c-header__menuinner {
  width: 100%;
  padding: 100px 80px;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 1023px) {
  .c-header__menuinner {
    padding: 100px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__menuinner {
    padding: 100px 20px;
  }
}
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  position: relative;
  padding: 120px 0 128px;
}
@media only screen and (max-width: 767px) {
  .c-footer {
    padding: 60px 0 106px;
  }
}
.c-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-footer__logowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-footer__logotext {
  color: #1769ff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-footer__logotext {
    font-size: 1.2rem;
    line-height: 1.33;
  }
}
.c-footer__logo {
  display: inline-block;
  margin-top: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-footer__logo {
    margin-top: 7px;
  }
}
.c-footer__logo img {
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .c-footer__logo img {
    width: 185px;
  }
}
.c-footer__address {
  margin-top: 59px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-footer__address {
    margin-top: 36px;
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
    Layout
------------------------------------------------------------*/
body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-word;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
/*------------------------------------------------------------
    Container
------------------------------------------------------------*/
.l-container {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 80px;
}
@media only screen and (max-width: 1023px) {
  .l-container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 20px;
  }
}
.l-container--w1246 {
  width: 100%;
  max-width: 1246px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .l-container--w1246 {
    padding: 0 20px;
  }
}
.l-container--w1060 {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 80px;
}
@media only screen and (max-width: 1023px) {
  .l-container--w1060 {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container--w1060 {
    padding: 0 20px;
  }
}
.l-container--w775 {
  width: 100%;
  max-width: 775px;
  margin: 0 auto;
  padding: 0 80px;
}
@media only screen and (max-width: 1023px) {
  .l-container--w775 {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container--w775 {
    padding: 0 20px;
  }
}
/*------------------------------------------------------------
    Mainvisual
------------------------------------------------------------*/
.c-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.c-mv__bginner {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-mv__bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-mv__bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 202px;
  background-image: url("../../assets/img/common/bg-main.png");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 100% center;
}
@media only screen and (max-width: 1023px) {
  .c-mv__bg::before {
    height: 122px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__bg::before {
    content: none;
  }
}
.c-mv__bgtext {
  display: inline-block;
  position: absolute;
  top: 7.8226857888%;
  right: 16.7642752562%;
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
  z-index: 1;
  color: #1769ff;
  font-size: 4.39238653vw;
  font-weight: 900;
  line-height: 1.33;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-mv__bgtext {
    top: 11.4732724902%;
    right: 50%;
    -webkit-transform: translateX(calc(50% + 92px)) rotate(6deg);
    transform: translateX(calc(50% + 92px)) rotate(6deg);
    font-size: min(3.4rem, 9.0666666667vw);
  }
}
.c-mv__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 180px 0 52px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-mv__content {
    padding: 0;
  }
}
.c-mv__contentwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .c-mv__contentwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.c-mv__contentleft {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 57.1183533448%;
  min-width: 666px;
  padding-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-mv__contentleft {
    width: 49.3107104984%;
    min-width: 465px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__contentleft {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    min-width: unset;
    padding-right: 0;
  }
}
.c-mv__contenttitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 1023px) {
  .c-mv__contenttitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.c-mv__smartphone {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(0.05rem);
  transform: translateY(0.05rem);
  width: 101px;
}
@media only screen and (max-width: 1023px) {
  .c-mv__smartphone {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__smartphone {
    width: 80px;
  }
}
.c-mv__titlegroup {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 101px);
  padding-left: 21px;
}
@media only screen and (max-width: 1023px) {
  .c-mv__titlegroup {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 22px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__titlegroup {
    margin-top: 12px;
  }
}
.c-mv__subtitle {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 8px 6px 9px;
  background-color: #fff;
  color: #30d100;
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 1.33;
}
@media only screen and (max-width: 1023px) {
  .c-mv__subtitle {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__subtitle {
    padding: 5px 8px 5px 9px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 374px) {
  .c-mv__subtitle {
    font-size: 1.7rem;
  }
}
.c-mv__title {
  position: relative;
  margin-top: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 4px 2px 9px;
  background-color: #fff;
  color: #30d100;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.33;
}
@media only screen and (max-width: 1023px) {
  .c-mv__title {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__title {
    margin-top: 7px;
    padding: 4px 4px 4px 9px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 374px) {
  .c-mv__title {
    font-size: 2.2rem;
  }
}
.c-mv__contentbtn {
  margin-top: 31px;
}
@media only screen and (max-width: 767px) {
  .c-mv__contentbtn {
    margin-top: 14px;
  }
}
.c-mv__contentright {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 42.8816466552%;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .c-mv__contentright {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: calc(100% + 40px);
    max-width: unset;
    margin: 32px -20px 0;
  }
}
/*------------------------------------------------------------
    Breadcrumb
------------------------------------------------------------*/
.c-breadcrumb {
  position: relative;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
  text-align: right;
  word-break: break-all;
}
.c-breadcrumb__item {
  display: contents;
  position: relative;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: "/";
  display: inline-block;
  margin-right: 3px;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Box
------------------------------------------------------------*/
.c-box1 {
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: rgba(48, 209, 0, 0.8);
  border-radius: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-box1 {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box1 {
    padding: 4px;
    background-color: #30d100;
    border-radius: 0;
  }
}
.c-box1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-box1__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -2px;
  }
}
.c-box1__item {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-box1__item {
    width: calc(33.3333333333% - 4px);
    margin: 0 2px;
  }
}
.c-box1__item + .c-box1__item {
  margin-top: 1.75rem;
}
@media only screen and (max-width: 1023px) {
  .c-box1__item + .c-box1__item {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box1__item + .c-box1__item {
    margin-top: 0;
  }
}
.c-box1__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 18px 24px 17px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-box1__card {
    padding: 18px 16px 17px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box1__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 18px 8px;
    border-radius: 0;
  }
}
.c-box1__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #30d100;
  font-size: 5rem;
}
@media only screen and (max-width: 1023px) {
  .c-box1__icon {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box1__icon {
    font-size: 2.5rem;
  }
}
.c-box1__icon.icon-users {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .c-box1__icon.icon-users {
    margin-right: 0;
  }
}
.c-box1__icon.icon-yen {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .c-box1__icon.icon-yen {
    margin-right: 0;
  }
}
.c-box1__icon.icon-calendar {
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .c-box1__icon.icon-calendar {
    margin-right: 0;
  }
}
.c-box1__name {
  color: #30d100;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.47;
}
@media only screen and (max-width: 1023px) {
  .c-box1__name {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box1__name {
    margin-top: 7px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.icon-login {
  width: 36px;
  height: 36px;
  display: block;
  margin-bottom: 3px;
}
.icon-login::before {
  content: "";
  display: block;
  background-image: url(/assets/img/common/login.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------
    Button
------------------------------------------------------------*/
.c-btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: min(400px, 100%);
  min-height: 100px;
  padding: 12px 28px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#00a7ff), to(#0062ff)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #00a7ff 0%, #0062ff 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #00a7ff 0%, #0062ff 100%) 0% 0% no-repeat padding-box;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-btn1 {
    width: min(260px, 100%);
    min-height: 64px;
    padding: 10px 28px 12px;
    border-radius: 30px;
  }
}
.c-btn1--green {
  background: transparent -webkit-gradient(linear, left top, right top, from(#9ce200), to(#17c600)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #9ce200 0%, #17c600 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #9ce200 0%, #17c600 100%) 0% 0% no-repeat padding-box;
}
.c-btn1__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .c-btn1__icon {
    font-size: 2.2rem;
  }
}
.c-btn1__icon.icon-copy {
  margin-right: 13px;
}
@media only screen and (max-width: 767px) {
  .c-btn1__icon.icon-copy {
    margin-right: 9px;
  }
}
.c-btn1__icon.icon-hand {
  margin-right: 14px;
}
@media only screen and (max-width: 767px) {
  .c-btn1__icon.icon-hand {
    margin-right: 9px;
  }
}
.c-btn1__text {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.44;
}
@media only screen and (max-width: 767px) {
  .c-btn1__text {
    font-size: 1.8rem;
    line-height: 1.45;
  }
}
.c-btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-width: 300px;
  min-height: 80px;
  padding: 16px 28px 14px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#00a7ff), to(#0062ff)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #00a7ff 0%, #0062ff 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #00a7ff 0%, #0062ff 100%) 0% 0% no-repeat padding-box;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-btn2 {
    min-height: 56px;
    padding: 11px 28px 10px;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 374px) {
  .c-btn2 {
    width: min(300px, 100%);
  }
}
.c-btn3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  min-width: 400px;
  min-height: 80px;
  padding: 13px 64px 14px 36px;
  background-color: #1769ff;
  border-radius: 40px;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
.c-btn3.u-btn-cancel {
  background-color: #ACACAC;
  padding: 13px 36px 14px 64px;
}
@media only screen and (max-width: 767px) {
  .c-btn3 {
    width: min(400px, 100%);
    min-width: unset;
  }
}
.c-btn3::after {
  content: "\e904";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #fff;
  font-family: "icomoon";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}
.c-btn3.u-btn-cancel::after {
  content: "\e904";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 26px;
  right: auto;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  width: 20px;
  height: 20px;
  color: #fff;
  font-family: "icomoon";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}
.c-btn3--simple {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.c-btn3--simple::after {
  content: none;
}
/*------------------------------------------------------------
    Card
------------------------------------------------------------*/
.c-card1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-card1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
  }
}
.c-card1__top {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-card1__top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 242px;
  }
}
@media only screen and (max-width: 767px) {
  .c-card1__top {
    width: 120px;
  }
}
.c-card1__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-color: #f7f7f7;
  border-radius: 50%;
  overflow: hidden;
}
.c-card1__icon::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-card1__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
}
@media only screen and (max-width: 767px) {
  .c-card1__icon img {
    width: 80px;
    height: 80px;
  }
}
.c-card1__content {
  width: 100%;
  height: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-card1__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(100% - 242px);
    height: auto;
    margin-top: 16px;
    padding-left: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .c-card1__content {
    width: calc(100% - 120px);
    margin-top: 8px;
    padding-left: 16px;
  }
}
.c-card1__title {
  color: #1769ff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.52;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-card1__title {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .c-card1__title {
    font-size: 1.8rem;
    line-height: 1.45;
  }
}
.c-card1__description {
  margin-top: 11px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-card1__description {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}
.c-card2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.c-card2__thumb {
  position: relative;
  width: 100%;
}
.c-card2__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.5289256198%;
}
.c-card2__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-card2__content {
  width: 100%;
  height: 100%;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .c-card2__content {
    margin-top: 12px;
  }
}
.c-card2__name {
  color: #1769ff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-card2__name {
    font-size: 1.8rem;
    line-height: 1.45;
  }
}
/*------------------------------------------------------------
    Checkbox
------------------------------------------------------------*/
.c-checkbox__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -26px -10px 0;
}
@media only screen and (max-width: 767px) {
  .c-checkbox__group {
    margin: 0 -18px -6px 0;
  }
}
.c-checkbox__group .mwform-checkbox-field {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 26px 10px 0;
}
@media only screen and (max-width: 767px) {
  .c-checkbox__group .mwform-checkbox-field {
    margin: 0 18px 6px 0;
  }
}
.c-checkbox__group .mwform-checkbox-field label {
  position: relative;
}
.c-checkbox__group .mwform-checkbox-field label input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: transparent;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
}
.c-checkbox__group .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.c-checkbox__group .mwform-checkbox-field .mwform-checkbox-field-text {
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.32;
}
.c-checkbox__group .mwform-checkbox-field .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-checkbox__group .mwform-checkbox-field .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #1769ff;
  border-bottom: 2px solid #1769ff;
  -webkit-transform: translate(-50%, calc(-50% - 1px)) rotate(45deg);
  transform: translate(-50%, calc(-50% - 1px)) rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-checkbox__group .c-link1 {
  position: absolute;
  top: 0;
  left: 29px;
  width: 190px;
  white-space: pre-wrap;
}
.c-checkbox__accept .mwform-checkbox-field .mwform-checkbox-field-text {
  font-weight: 400;
  text-indent: 195px;
  text-align: center;
}
/*------------------------------------------------------------
    Contact
------------------------------------------------------------*/
.c-contact {
  position: relative;
  padding: 80px 0 120px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#00a7ff), to(#0062ff)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #00a7ff 0%, #0062ff 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #00a7ff 0%, #0062ff 100%) 0% 0% no-repeat padding-box;
  overflow: hidden;
}
.c-contact::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 660px;
  height: 202px;
  background-image: url("../../assets/img/common/bg-2.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .c-contact::before {
    width: 338px;
    height: 103px;
  }
}
.c-contact::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 700px;
  height: 378px;
  background-image: url("../../assets/img/common/bg-1.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .c-contact::after {
    width: 374px;
    height: 202px;
  }
}
.c-contact__box {
  position: relative;
  padding: 39px 22px 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-contact__box {
    padding: 24px 16px 26px;
  }
}
.c-contact__title {
  color: #1769ff;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-contact__title {
    font-size: 2.8rem;
  }
}
.c-contact__subtitle {
  color: #1769ff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-contact__subtitle {
    margin-top: 6px;
    font-size: 2rem;
    line-height: 1.67;
  }
}
.c-contact__groupbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 17px -10px 0;
}
@media only screen and (max-width: 767px) {
  .c-contact__groupbtn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 16px -8px -4px;
  }
}
.c-contact__btn {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .c-contact__btn {
    margin: 4px 8px;
  }
}
.c-contact__samurai {
  position: absolute;
  bottom: 0;
  left: max(28px, 28px + (100vw - 1248px) / 2);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .c-contact__samurai {
    left: 28px;
  }
}
.c-contact__samurai img {
  height: 200px;
}
@media only screen and (max-width: 1023px) {
  .c-contact__samurai img {
    height: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact__samurai img {
    width: 104px;
    height: unset;
  }
}
/*------------------------------------------------------------
    Content
------------------------------------------------------------*/
.c-content {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-content {
    font-size: 1.6rem;
  }
}
.c-content p + p {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .c-content p + p {
    margin-top: 20px;
  }
}
.c-content p:has(img) {
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .c-content p:has(img) {
    margin-bottom: 20px;
  }
}
.c-content a {
  color: #1769ff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
/*------------------------------------------------------------
    Error
------------------------------------------------------------*/
label.c-error,
.mw_wp_form .error {
  display: inline-block;
  color: #bf0000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  label.c-error,
.mw_wp_form .error {
    font-size: 1.2rem;
  }
}
.contact-form label.c-error,
.mw_wp_form .error {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .contact-form label.c-error,
.mw_wp_form .error {
    margin-top: 3px;
  }
}
.contact-form .contact-form__accept label.c-error,
.mw_wp_form .contact-form__accept .error {
  margin-top: 8px;
}
/*------------------------------------------------------------
    FAQ
------------------------------------------------------------*/
.c-faq + .c-faq {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .c-faq + .c-faq {
    margin-top: 15px;
  }
}
.c-faq__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  background-color: #1769ff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-faq__heading.is-open .c-faq__icon::before {
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
}
.c-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: flex-start; */
  align-items: center;
  padding: 25px 0 25px 20px;
}
@media only screen and (max-width: 767px) {
  .c-faq__question {
    padding: 15px 0 15px 15px;
  }
}
.c-faq__question .c-faq__first {
  color: #1769ff;
}
.c-faq__question .c-faq__text {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .c-faq__question .c-faq__text {
    font-size: 1.8rem;
    line-height: 1.45;
  }
}
.c-faq__content {
  background-color: #fff7cb;
}
.c-faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 25px 20px;
}
@media only screen and (max-width: 767px) {
  .c-faq__answer {
    padding: 15px;
  }
}
.c-faq__answer .c-faq__first {
  color: #e57e9a;
}
.c-faq__answer .c-faq__text {
  margin-top: -4px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-faq__answer .c-faq__text {
    font-size: 1.6rem;
  }
}
.c-faq__first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  padding: 10px 10px 6px;
  background-color: #fff;
  overflow: hidden;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-faq__first {
    width: 60px;
    height: 60px;
    padding: 7px 6px 6px;
    font-size: 2.8rem;
  }
}
.c-faq__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 80px);
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .c-faq__text {
    width: calc(100% - 60px);
    padding-left: 15px;
  }
}
.c-faq__icon {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin: 20px;
}
@media only screen and (max-width: 767px) {
  .c-faq__icon {
    width: 34px;
    height: 34px;
    margin: 15px;
  }
}
.c-faq__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
  width: 40px;
  height: 5px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-faq__icon::before {
    width: 34px;
    height: 4px;
  }
}
.c-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  height: 5px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-faq__icon::after {
    width: 34px;
    height: 4px;
  }
}
/*------------------------------------------------------------
    Heading
------------------------------------------------------------*/
.c-heading1__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-height: 200px;
  padding: 34px 0 32px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#00a7ff), to(#0062ff)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #00a7ff 0%, #0062ff 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #00a7ff 0%, #0062ff 100%) 0% 0% no-repeat padding-box;
}
@media only screen and (max-width: 767px) {
  .c-heading1__box {
    min-height: 140px;
    padding: 17px 0 18px;
  }
}
.c-heading1__title {
  color: #fff;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.67;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-heading1__title {
    font-size: 3rem;
  }
}
.c-heading1__breadcrumb {
  padding: 28px 0;
}
@media only screen and (max-width: 767px) {
  .c-heading1__breadcrumb {
    padding: 20px 0;
  }
}
/*------------------------------------------------------------
    Input
------------------------------------------------------------*/
.c-input {
  display: block;
  position: relative;
  width: 100%;
}
.c-input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 60px;
  padding: 14px 15px;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-input input {
    height: 40px;
    padding: 6px 10px;
    font-size: 1.4rem;
  }
}
.c-input input::-webkit-input-placeholder {
  color: #b2b2b2;
}
.c-input input::-moz-placeholder {
  color: #b2b2b2;
}
.c-input input:-ms-input-placeholder {
  color: #b2b2b2;
}
.c-input input::-ms-input-placeholder {
  color: #b2b2b2;
}
.c-input input::placeholder {
  color: #b2b2b2;
}
.c-input textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 180px;
  padding: 14px 15px;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-input textarea {
    padding: 10px;
    font-size: 1.4rem;
  }
}
.c-input textarea::-webkit-input-placeholder {
  color: #b2b2b2;
}
.c-input textarea::-moz-placeholder {
  color: #b2b2b2;
}
.c-input textarea:-ms-input-placeholder {
  color: #b2b2b2;
}
.c-input textarea::-ms-input-placeholder {
  color: #b2b2b2;
}
.c-input textarea::placeholder {
  color: #b2b2b2;
}
.c-input--half {
  width: 50%;
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .c-input--half {
    width: 100%;
    max-width: unset;
  }
}
.c-input__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .c-input__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-input__group .c-input + .c-input {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .c-input__group .c-input + .c-input {
    margin-left: 0;
    margin-top: 8px;
  }
}
.c-input__zip .mwform-zip-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  color: #555;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-input__zip .mwform-zip-field {
    font-size: 1.5rem;
  }
}
.c-input__zip .mwform-zip-field input[type=text] {
  width: min(100px, 100%);
  margin: 0 7px;
}
.c-input__tel .mwform-tel-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -7px;
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  color: #555;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-input__tel .mwform-tel-field {
    font-size: 1.5rem;
  }
}
.c-input__tel .mwform-tel-field input[type=text] {
  width: min(100px, 100%);
  margin: 0 7px;
}
/*------------------------------------------------------------
    Label
------------------------------------------------------------*/
.c-label1 {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-label1 {
    font-size: 1.4rem;
  }
}
.c-label1.is-required::after {
  content: "＜必須＞";
  display: inline-block;
  margin-left: 11px;
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .c-label1.is-required::after {
    margin-left: 6px;
    font-size: 1.1rem;
  }
}
/*------------------------------------------------------------
    Link
------------------------------------------------------------*/
.c-link1 {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.32;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.c-link1 .icon {
  display: inline-block;
  font-size: 1.6rem;
  text-decoration: inherit;
}
/*------------------------------------------------------------
    List
------------------------------------------------------------*/
.c-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-list1__item {
  position: relative;
  width: 100%;
  padding: 26px 0 25px;
  border-bottom: 1px solid #1769ff;
}
@media only screen and (max-width: 767px) {
  .c-list1__item {
    padding: 17px 0 16px;
  }
}
.c-list1__item:first-child {
  border-top: 1px solid #1769ff;
}
.c-list1__text {
  position: relative;
  padding-left: 55px;
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .c-list1__text {
    padding-left: 35px;
    font-size: 1.8rem;
    line-height: 2;
  }
}
.c-list1__text::before {
  content: "\e903";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 35px;
  height: 35px;
  color: #1769ff;
  font-family: "icomoon";
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-list1__text::before {
    top: 6px;
    width: 25px;
    height: 25px;
    font-size: 2.5rem;
  }
}
.c-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -14px -30px;
}
@media only screen and (max-width: 1023px) {
  .c-list2 {
    margin: 0 -7px -16px;
  }
}
@media only screen and (max-width: 767px) {
  .c-list2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
}
.c-list2__item {
  position: relative;
  width: calc(50% - 28px);
  margin: 0 14px 30px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 1023px) {
  .c-list2__item {
    width: calc(50% - 14px);
    margin: 0 7px 16px;
    padding: 18px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c-list2__item {
    width: 100%;
    margin: 0;
    padding: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .c-list2__item + .c-list2__item {
    margin-top: 14px;
  }
}
.c-list2__text {
  position: relative;
  padding-left: 70px;
  color: #000;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.714;
}
@media only screen and (max-width: 1023px) {
  .c-list2__text {
    padding-left: 62px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-list2__text {
    padding-left: 50px;
    font-size: 2.5rem;
    line-height: 1.67;
  }
}
.c-list2__text::before {
  content: "\e902";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 0;
  width: 50px;
  height: 50px;
  padding: 7px 5px 5px;
  background-color: #e96560;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: "icomoon";
  font-size: 1.764rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .c-list2__text::before {
    top: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .c-list2__text::before {
    top: 2px;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
    Listpost
------------------------------------------------------------*/
.c-listpost__item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #1769ff;
}
.c-listpost__item:first-child {
  border-top: 1px solid #1769ff;
}
.c-listpost__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding: 26px 64px 26px 20px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-listpost__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #fff7cb;
  }
  .c-listpost__link:hover::after {
    -webkit-transform: translate(4px, calc(-50% - 2px));
    transform: translate(4px, calc(-50% - 2px));
  }
}
@media only screen and (max-width: 767px) {
  .c-listpost__link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 14px 38px 14px 10px;
  }
}
.c-listpost__link::after {
  content: "\e906";
  display: inline-block;
  width: 20px;
  height: 33px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, calc(-50% - 2px));
  transform: translate(0, calc(-50% - 2px));
  color: #1769ff;
  font-family: "icomoon";
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-listpost__link::after {
    right: 10px;
    width: 16px;
    height: 25px;
    font-size: 2.5rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.c-listpost__datetime {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 2px 0;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-listpost__datetime {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-listpost__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 250px;
  margin-left: 33px;
}
@media only screen and (max-width: 767px) {
  .c-listpost__taglist {
    max-width: calc(100% - 120px);
    margin-left: 15px;
  }
}
.c-listpost__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
.c-listpost__tagitem + .c-listpost__tagitem {
  margin-top: 6px;
}
.c-listpost__title {
  margin-left: 30px;
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-listpost__title {
    width: 100%;
    margin-top: 9px;
    margin-left: 0;
    font-size: 1.8rem;
    line-height: 1.45;
  }
}
/*------------------------------------------------------------
    Menu
------------------------------------------------------------*/
.c-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 40px;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .c-menu {
    width: 35px;
  }
}
.c-menu span {
  display: block;
  width: 40px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-menu span {
    width: 35px;
  }
}
.c-menu.is-open span:nth-child(1) {
  -webkit-transform: translate(0, 9px) rotate(45deg);
  transform: translate(0, 9px) rotate(45deg);
}
.c-menu.is-open span:nth-child(2) {
  -webkit-transform: translate(0, -8px) rotate(-45deg);
  transform: translate(0, -8px) rotate(-45deg);
}
/*------------------------------------------------------------
    Pagination
------------------------------------------------------------*/
.c-pagi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.c-pagi li {
  margin: 0 15px;
}
.c-pagi li span,
.c-pagi li a {
  position: relative;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
.c-pagi li span::after,
.c-pagi li a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pager {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 70px;
}
.pager > a,
.pager > span {
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-blue);
	min-width: 55px;
	height: 55px;
	margin: 5px;
	box-sizing: border-box;
  font-family: var(--font-roboto);
	font-size: 30px;
	transition-duration: .3s;
	transition-property: background-color, color;
	position: relative;
}
.pager > a::after,
.pager > span::after {
	content: "";
	display: block;
	width: 30%;
	height: 2px;
	background-color: var(--color-blue);
	position: absolute;
	bottom: 9px;
	left: 50%;
	transform: translateX(-50%);
	transition-duration: .3s;
	transition-property: color, background-color;
}
.pager > .current {
	border-color: rgba(255, 255, 255, 0);
	color: var(--dark-gray-color);
}
.pager > .current::after {
	background-color: rgba(255, 255, 255, 0);
}
.pager > .extend {
	color: var(--text-color);
	border-color: rgba(255, 255, 255, 0);
}
.pager > .extend::after {
	display: none;
}



@media only screen and (min-width: 1023px) {
  .c-pagi li span:hover,
.c-pagi li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #1769ff;
  }
  .c-pagi li span:hover::after,
.c-pagi li a:hover::after {
    opacity: 0;
  }
}
.c-pagi li span.current,
.c-pagi li a.current {
  color: #1769ff;
  pointer-events: none;
}
.c-pagi li span.current::after,
.c-pagi li a.current::after {
  opacity: 0;
}
/*------------------------------------------------------------
    Part
------------------------------------------------------------*/
.c-part1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .c-part1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-part1__left {
  width: 48.1617647059%;
}
@media only screen and (max-width: 767px) {
  .c-part1__left {
    width: 100%;
  }
}
.c-part1__thumb {
  position: relative;
  width: 100%;
}
.c-part1__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.6030534351%;
}
.c-part1__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-part1__right {
  width: 51.8382352941%;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-part1__right {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__right {
    width: 100%;
    margin-top: 23px;
    padding-left: 0;
  }
}
.c-part1__title {
  margin-top: -2px;
  color: #1769ff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .c-part1__title {
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 1.45;
    text-align: center;
  }
}
.c-part1__subtitle {
  margin-top: 11px;
  color: #1769ff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-part1__subtitle {
    margin-top: 8px;
    font-size: 1.75rem;
    text-align: center;
  }
}
.c-part1__description {
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .c-part1__description {
    margin-top: 12px;
  }
}
/*------------------------------------------------------------
    Price
------------------------------------------------------------*/
.c-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.c-price--blue .c-price__heading {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#00a7ff), to(#0062ff)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #00a7ff 0%, #0062ff 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #00a7ff 0%, #0062ff 100%) 0% 0% no-repeat padding-box;
}
.c-price--blue .c-price__num {
  color: #1769ff;
}
.c-price--blue .c-price__note {
  color: #1769ff;
}
.c-price--orange .c-price__heading {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#ffd800), to(#ff8100)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #ffd800 0%, #ff8100 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #ffd800 0%, #ff8100 100%) 0% 0% no-repeat padding-box;
}
.c-price--orange .c-price__num {
  color: #ff9300;
}
.c-price--orange .c-price__note {
  color: #ff9300;
}
.c-price__heading {
  width: 100%;
  padding: 20px 14px 16px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#919191), to(#3a3a3a)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #919191 0%, #3a3a3a 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #919191 0%, #3a3a3a 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .c-price__heading {
    padding: 11px 14px 9px;
  }
}
.c-price__title {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-price__title {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
.c-price__title small {
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-price__title small {
    font-size: 2.2rem;
  }
}
.c-price__body {
  width: 100%;
  height: 100%;
  padding: 28px 14px 31px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}
@media only screen and (max-width: 767px) {
  .c-price__body {
    padding: 20px 30px 22px;
  }
}
.c-price__inner {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-price__inner {
    max-width: unset;
  }
}
.c-price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.c-price__item:nth-child(1) .c-price__num small {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  margin-right: 9px;
}
@media only screen and (max-width: 767px) {
  .c-price__item:nth-child(1) .c-price__num small {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    margin-right: 5px;
  }
}
.c-price__item:nth-child(2) {
  padding: 19px 0 6px;
}
.c-price__item:nth-child(2) .c-price__num small {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 7px;
  margin-right: -2px;
}
@media only screen and (max-width: 767px) {
  .c-price__item:nth-child(2) .c-price__num small {
    margin-left: 5px;
  }
}
.c-price__item:nth-child(3) {
  padding: 19px 0 0;
}
.c-price__item:nth-child(3) .c-price__num small {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-right: 8px;
  margin-left: -1px;
}
@media only screen and (max-width: 767px) {
  .c-price__item:nth-child(3) .c-price__num small {
    margin-right: 5x;
  }
}
.c-price__name {
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-price__name {
    font-size: 1.8rem;
    line-height: 1.45;
  }
}
.c-price__num {
  margin-top: -14px;
  color: #000;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-price__num {
    margin-top: -7px;
    font-size: 5.8rem;
  }
}
.c-price__num.u-medium {
  margin-top: -9px;
  font-size: 6.5rem;
  line-height: 1.54;
}
@media only screen and (max-width: 767px) {
  .c-price__num.u-medium {
    font-size: 4.8rem;
  }
}
.c-price__num small {
  display: inline-block;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-price__num small {
    font-size: 4.2rem;
  }
}
.c-price__note {
  margin-top: 19px;
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-price__note {
    font-size: 1.8rem;
    line-height: 1.45;
  }
}
/*------------------------------------------------------------
    Radio
------------------------------------------------------------*/
.c-radio__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -26px -10px 0;
}
@media only screen and (max-width: 767px) {
  .c-radio__group {
    margin: 0 -18px -6px 0;
  }
}
.c-radio__group .mwform-radio-field {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 26px 10px 0;
}
@media only screen and (max-width: 767px) {
  .c-radio__group .mwform-radio-field {
    margin: 0 18px 6px 0;
  }
}
.c-radio__group .mwform-radio-field label {
  position: relative;
}
.c-radio__group .mwform-radio-field label input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: transparent;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
}
.c-radio__group .mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.c-radio__group .mwform-radio-field .mwform-radio-field-text {
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.32;
}
@media only screen and (max-width: 767px) {
  .c-radio__group .mwform-radio-field .mwform-radio-field-text {
    padding-left: 18px;
    font-size: 1.4rem;
  }
}
.c-radio__group .mwform-radio-field .mwform-radio-field-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-radio__group .mwform-radio-field .mwform-radio-field-text::before {
    top: 3px;
    width: 14px;
    height: 14px;
  }
}
.c-radio__group .mwform-radio-field .mwform-radio-field-text::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 8px;
  height: 8px;
  background-color: #1769ff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-radio__group .mwform-radio-field .mwform-radio-field-text::after {
    top: 7px;
    left: 4px;
    width: 6px;
    height: 6px;
  }
}
/*------------------------------------------------------------
    Relate
------------------------------------------------------------*/
.c-relate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -16px;
}
.c-relate__item {
  margin: 0 16px;
}
.c-relate__item.is-hide {
  opacity: 0.3;
  pointer-events: none;
}
.c-relate__btn {
  display: inline-block;
}
/*------------------------------------------------------------
    Single
------------------------------------------------------------*/
.c-single1__heading {
  padding-bottom: 16px;
  border-bottom: 1px solid #1769ff;
}
.c-single1__datetime {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-single1__datetime {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-single1__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 10px -8px -6px 0;
}
.c-single1__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 0 8px 6px 0;
}
.c-single1__title {
  margin-top: 29px;
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .c-single1__title {
    margin-top: 21px;
    font-size: 1.8rem;
    line-height: 1.45;
  }
}
.c-single1__content {
  position: relative;
  padding: 36px 0;
  border-bottom: 1px solid #1769ff;
}
.c-single1__footer {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .c-single1__footer {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    Tag
------------------------------------------------------------*/
.c-tag1 {
  display: inline-block;
  min-width: 250px;
  max-width: 100%;
  padding: 7px 20px 6px;
  background-color: #1769ff;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-tag1 {
    min-width: 150px;
    padding: 4px 10px 3px;
    font-size: 1.6rem;
    line-height: 1.44;
  }
}
@media only screen and (max-width: 374px) {
  .c-tag1 {
    min-width: 125px;
  }
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.c-text1 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-text1 {
    font-size: 1.6rem;
  }
}
.c-text2 {
  color: #555;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-text2 {
    font-size: 1.4rem;
    line-height: 2;
  }
}
/*------------------------------------------------------------
    Title
------------------------------------------------------------*/
.c-title1 {
  color: #1769ff;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.67;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title1 {
    font-size: 3rem;
  }
}
.c-title1__sub {
  margin-top: 12px;
  color: #000;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title1__sub {
    margin-top: 9px;
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
.c-title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .c-title2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-title2__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 27px;
}
@media only screen and (max-width: 767px) {
  .c-title2__logo {
    margin-right: 14px;
  }
}
.c-title2__logo img {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .c-title2__logo img {
    width: 165px;
  }
}
.c-title2__text {
  color: #000;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.67;
}
@media only screen and (max-width: 767px) {
  .c-title2__text {
    font-size: 3rem;
    text-align: center;
  }
}
.c-title2__sub {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title2__sub {
    font-size: 2.2rem;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    CSS of Top page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Reason section
------------------------------------------------------------*/
.top-reason {
  position: relative;
  padding: 114px 0 120px;
}
@media only screen and (max-width: 767px) {
  .top-reason {
    padding: 56px 0 60px;
  }
}
.top-reason__body {
  margin-top: 43px;
}
@media only screen and (max-width: 767px) {
  .top-reason__body {
    margin-top: 24px;
  }
}
/*------------------------------------------------------------
    CSS of About section
------------------------------------------------------------*/
.top-about {
  position: relative;
  padding: 120px 0 126px;
}
@media only screen and (max-width: 767px) {
  .top-about {
    padding: 60px 0 64px;
  }
}
.top-about__block01 .top-about__subtitle {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .top-about__block01 .top-about__subtitle {
    margin-top: 21px;
  }
}
.top-about__headingwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .top-about__headingwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.top-about__headingleft {
  margin-top: 4px;
  padding-right: 17px;
}
@media only screen and (max-width: 1023px) {
  .top-about__headingleft {
    margin-top: 0;
    padding-right: 0;
  }
}
.top-about__headingleft img {
  min-width: 187px;
}
@media only screen and (max-width: 767px) {
  .top-about__headingleft img {
    width: 165px;
    min-width: unset;
  }
}
.top-about__headingright {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .top-about__headingright {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .top-about__headingright {
    margin-top: 30px;
  }
}
.top-about__titletop {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
@media only screen and (max-width: 767px) {
  .top-about__titletop {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.top-about__titlebottom {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .top-about__titlebottom {
    margin-top: 8px;
  }
}
.top-about__chart {
  margin: 63px -36px 0;
}
@media only screen and (max-width: 1023px) {
  .top-about__chart {
    margin: 63px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-about__chart {
    margin: 36px 0 0;
  }
}
.top-about__chart img {
  width: 100%;
}
.top-about__block02 {
  padding: 148px 0 0;
}
@media only screen and (max-width: 767px) {
  .top-about__block02 {
    padding: 75px 0 0;
  }
}
.top-about__block02 .top-about__subtitle {
  text-align: left;
}
.top-about__title2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 34px;
}
@media only screen and (max-width: 767px) {
  .top-about__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }
}
.top-about__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 195px);
  padding-right: 48px;
}
@media only screen and (max-width: 1023px) {
  .top-about__left {
    padding-right: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .top-about__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 21px;
    padding-right: 0;
  }
}
.top-about__description {
  margin-top: 39px;
}
@media only screen and (max-width: 767px) {
  .top-about__description {
    margin-top: 25px;
  }
}
.top-about__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 195px;
}
@media only screen and (max-width: 767px) {
  .top-about__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
  }
}
.top-about__smartphone {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .top-about__smartphone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.top-about__smartphone img {
  width: 195px;
}
@media only screen and (max-width: 767px) {
  .top-about__smartphone img {
    width: 160px;
  }
}
.top-about__list {
  margin-top: 41px;
}
@media only screen and (max-width: 767px) {
  .top-about__list {
    margin-top: 28px;
  }
}
/*------------------------------------------------------------
    CSS of Feature section
------------------------------------------------------------*/
.top-feature {
  position: relative;
  padding: 115px 0;
}
@media only screen and (max-width: 767px) {
  .top-feature {
    padding: 56px 0 60px;
  }
}
.top-feature__body {
  margin-top: 63px;
}
@media only screen and (max-width: 767px) {
  .top-feature__body {
    margin-top: 36px;
  }
}
.top-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -20px -49px;
}
@media only screen and (max-width: 1023px) {
  .top-feature__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
  }
}
.top-feature__item {
  width: calc(25% - 40px);
  margin: 0 20px 49px;
}
@media only screen and (max-width: 1023px) {
  .top-feature__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .top-feature__item + .top-feature__item {
    margin-top: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .top-feature__item + .top-feature__item {
    margin-top: 28px;
  }
}
/*------------------------------------------------------------
    CSS of Cases section
------------------------------------------------------------*/
.top-cases {
  position: relative;
  padding: 114px 0 0;
}
@media only screen and (max-width: 767px) {
  .top-cases {
    padding: 56px 0 60px;
  }
}
.top-cases__body {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .top-cases__body {
    margin-top: 36px;
  }
}
.top-cases__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -20px -34px;
}
@media only screen and (max-width: 1023px) {
  .top-cases__list {
    margin: 0 -10px -34px;
  }
}
@media only screen and (max-width: 767px) {
  .top-cases__list {
    margin: 0 -5px -28px;
  }
}
.top-cases__item {
  width: calc(25% - 40px);
  margin: 0 20px 34px;
}
@media only screen and (max-width: 1023px) {
  .top-cases__item {
    width: calc(25% - 20px);
    margin: 0 10px 34px;
  }
}
@media only screen and (max-width: 767px) {
  .top-cases__item {
    width: calc(50% - 10px);
    margin: 0 5px 28px;
  }
}
/*------------------------------------------------------------
    CSS of Voice section
------------------------------------------------------------*/
.top-voice {
  position: relative;
  padding: 112px 0 127px;
}
@media only screen and (max-width: 767px) {
  .top-voice {
    padding: 56px 0 60px;
  }
}
.top-voice__body {
  margin-top: 58px;
}
@media only screen and (max-width: 767px) {
  .top-voice__body {
    margin-top: 36px;
  }
}
.top-voice__item {
  width: 100%;
  padding: 60px 0 59px;
}
@media only screen and (max-width: 767px) {
  .top-voice__item {
    padding: 35px 0 34px;
  }
}
.top-voice__item:first-child {
  padding-top: 0;
}
.top-voice__item:last-child {
  padding-bottom: 0;
}
.top-voice__item + .top-voice__item {
  border-top: 1px solid #ddd;
}
/*------------------------------------------------------------
    CSS of Price section
------------------------------------------------------------*/
.top-price {
  position: relative;
  padding: 132px 0 115px;
}
@media only screen and (max-width: 767px) {
  .top-price {
    padding: 56px 0 134px;
  }
}
.top-price__body {
  margin-top: 39px;
}
@media only screen and (max-width: 767px) {
  .top-price__body {
    margin-top: 36px;
  }
}
.top-price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px;
}
@media only screen and (max-width: 1023px) {
  .top-price__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px -20px;
  }
}
@media only screen and (max-width: 767px) {
  .top-price__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
}
.top-price__item {
  width: calc(33.3333333333% - 20px);
  max-width: 330px;
  margin: 0 10px;
}
@media only screen and (max-width: 1023px) {
  .top-price__item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .top-price__item {
    width: 100%;
    max-width: unset;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-price__item + .top-price__item {
    margin-top: 20px;
  }
}
.top-price__middle {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .top-price__middle {
    margin-top: 20px;
  }
}
.top-price__box {
  position: relative;
  width: 100%;
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 20px;
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top-price__box {
    padding: 22px 30px;
    font-size: 1.8rem;
    line-height: 1.45;
  }
}
.top-price__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .top-price__bottom {
    margin-top: 28px;
  }
}
.top-price__description {
  max-width: calc(100% - 256px);
}
@media only screen and (max-width: 767px) {
  .top-price__description {
    max-width: unset;
  }
}
.top-price__samurai {
  position: absolute;
  bottom: 0;
  right: max(80px, 80px + (100vw - 1248px) / 2);
}
@media only screen and (max-width: 767px) {
  .top-price__samurai {
    right: 28px;
  }
}
.top-price__samurai img {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .top-price__samurai img {
    width: 118px;
  }
}
/*------------------------------------------------------------
    CSS of FAQ section
------------------------------------------------------------*/
.top-faq {
  position: relative;
  padding: 114px 0 120px;
}
@media only screen and (max-width: 767px) {
  .top-faq {
    padding: 56px 0 60px;
  }
}
.top-faq__body {
  margin-top: 43px;
}
@media only screen and (max-width: 767px) {
  .top-faq__body {
    margin-top: 36px;
  }
}
/*------------------------------------------------------------
    CSS of News section
------------------------------------------------------------*/
.top-news {
  position: relative;
  padding: 132px 0 120px;
}
@media only screen and (max-width: 767px) {
  .top-news {
    padding: 56px 0 60px;
  }
}
.top-news__body {
  margin-top: 47px;
}
@media only screen and (max-width: 767px) {
  .top-news__body {
    margin-top: 36px;
  }
}
.top-news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 58px;
}
@media only screen and (max-width: 767px) {
  .top-news__btn {
    margin-top: 36px;
  }
}
/*------------------------------------------------------------
    CSS of News page
------------------------------------------------------------*/
.news {
  padding-top: 180px;
}
@media only screen and (max-width: 767px) {
  .news {
    padding-top: 110px;
  }
}
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Archive section
------------------------------------------------------------*/
.news-archive {
  position: relative;
  padding: 96px 0 115px;
}
@media only screen and (max-width: 767px) {
  .news-archive {
    padding: 45px 0 68px;
  }
}
.news-archive__pagi {
  margin-top: 79px;
}
@media only screen and (max-width: 767px) {
  .news-archive__pagi {
    margin-top: 45px;
  }
}
/*------------------------------------------------------------
    CSS of Single section
------------------------------------------------------------*/
.news-single {
  position: relative;
  padding: 60px 0 133px;
}
@media only screen and (max-width: 767px) {
  .news-single {
    padding: 60px 0 68px;
  }
}
/*------------------------------------------------------------
    CSS of Contact page
------------------------------------------------------------*/
.contact {
  padding-top: 180px;
}
@media only screen and (max-width: 767px) {
  .contact {
    padding-top: 110px;
  }
}
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Form section
------------------------------------------------------------*/
.contact-form {
  position: relative;
  padding: 58px 0 41px;
}
@media only screen and (max-width: 767px) {
  .contact-form {
    padding: 36px 0 40px;
  }
}
.contact-form__heading {
  position: relative;
  width: 100%;
  padding: 28px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .contact-form__heading {
    padding: 20px 0;
  }
}
.contact-form__body {
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  .contact-form__body {
    margin-top: 36px;
  }
}
.contact-form__row1 .contact-form__field {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .contact-form__row1 .contact-form__field {
    margin-top: 5px;
  }
}
.contact-form__row2 {
  margin-top: 22px;
}
.contact-form__row3 {
  margin-top: 17px;
}
.contact-form__row4 {
  margin-top: 18px;
}
.contact-form__row5 {
  margin-top: 18px;
}
.contact-form__row5 .contact-form__field {
  margin-top: 11px;
}
@media only screen and (max-width: 767px) {
  .contact-form__row5 .contact-form__field {
    margin-top: 5px;
  }
}
.contact-form__row5 .contact-form__field .c-input__group {
  margin-top: 23px;
}
@media only screen and (max-width: 767px) {
  .contact-form__row5 .contact-form__field .c-input__group {
    margin-top: 8px;
  }
}
.contact-form__row6 {
  margin-top: 25px;
}
.contact-form__row7 {
  margin-top: 18px;
}
.contact-form__row8 {
  margin-top: 21px;
}
.contact-form__row9 {
  margin-top: 20px;
}
.contact-form__field {
  margin-top: 9px;
}
@media only screen and (max-width: 767px) {
  .contact-form__field {
    margin-top: 5px;
  }
}
.contact-form__accept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 13px;
}
.mw_wp_form_confirm .contact-form__accept {
  display: none;
}

.contact-form__groupbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 46px;
}
.contact-form__groupbtn .c-btn3 + .c-btn3 {
  margin-top: 12px;
}
.contact-form__recaptcha {
  text-align: center;
}
.mw_wp_form .c-radio__group .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .c-checkbox__group .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.grecaptcha-badge {
  z-index: 2;
}
/*------------------------------------------------------------
    CSS of Privacy page
------------------------------------------------------------*/
.privacy {
  padding-top: 180px;
}
@media only screen and (max-width: 767px) {
  .privacy {
    padding-top: 110px;
  }
}
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Display
------------------------------------------------------------*/
.u-none {
  display: none;
}
/*------------------------------------------------------------
    Background
------------------------------------------------------------*/
.u-bg__yellow100 {
  background-color: #fff7cb;
}
.u-bg__grey200 {
  background-color: #f8f8f8;
}
/*------------------------------------------------------------
    Spacing
------------------------------------------------------------*/
/*------------------------------------------------------------
    Font
------------------------------------------------------------*/
.u-roboto {
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.u-serif {
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
@media only screen and (max-width: 1023px) {
  .is-pc {
    display: none;
  }
}
.is-notpc {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .is-notpc {
    display: block;
  }
}
.is-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .is-notsp {
    display: none;
  }
}
.is-phone {
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .is-phone {
    pointer-events: unset;
  }
}

.u-editor {
	word-break: break-all;
}
.u-editor::after {
	content: "";
	display: block;
	clear: both;
}
.u-editor div {
	max-width: 100%;
}
.u-editor img {
	max-width: 100%;
	height: auto;
}
.u-editor iframe {
	max-width: 100%;
}
.u-editor video {
	max-width: 100%;
	height: auto;
}
.u-editor ul {
	padding-left: 1.5em;
  list-style-type: disc;
  margin-top: 22px;
}
.u-editor ol {
	padding-left: 1.5em;
  list-style-type: decimal;
}
.u-editor blockquote {
	background-color: #f6f6f6;
	padding: 30px;
	position: relative;
	z-index: 1;
}
.u-editor blockquote::before {
	content: "“";
	font-size: 50px;
	color: #999;
	position: absolute;
	left: 5px;
	top: 5px;
	line-height: 1;
}
.u-editor blockquote::after {
	content: "”";
	font-size: 50px;
	color: #999;
	position: absolute;
	right: 5px;
	bottom: -15px;
	line-height: 1;
}