@charset "UTF-8";
/* system
--------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&family=Roboto:ital,wght@1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@500&display=swap");
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined);
/* reset
--------------------------- */
/*
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css
 */
* {
  box-sizing: border-box;
}

::after,
::before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

td,
th {
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.tab-sp,
.sp {
  display: none;
}

@media screen and (max-width: 1140px) {
  .pc {
    display: none;
  }
  .tab-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* base
--------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #222222;
  background: #ffffff;
  font-size: 14px;
  font-family: "Hiragino Sans";
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a:hover img {
  text-decoration: none;
  opacity: 0.6;
  transition: all 0.4s;
}

a:hover p {
  text-decoration: none;
  opacity: 0.6;
  transition: all 0.4s;
}

a,
label,
input,
button {
  transition: all 0.4s;
}

/* l-header
--------------------------- */
.l-header {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
}
@media screen and (max-width: 1140px) {
  .l-header {
    position: fixed;
    padding: 0;
  }
}
.l-header__wrap {
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-between;
}
.l-header__wrap a {
  height: 80px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1140px) {
  .l-header__wrap a {
    height: 60px;
  }
}
.l-header__logo {
  width: 78px;
  margin: 0 40px;
}
@media screen and (max-width: 1140px) {
  .l-header__logo {
    position: relative;
    z-index: 999;
  }
  .l-header__logo img {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: auto;
    max-width: 60%;
    margin: 0 4%;
  }
}
.l-header__nav {
  margin-right: 40px;
}
.l-header__nav--list {
  display: flex;
}
.l-header__nav--item {
  margin: 0 20px;
}
@media screen and (max-width: 1140px) {
  .l-header__nav--item {
    border-bottom: solid 1px #ccc;
  }
}
.l-header__nav--item a {
  font-family: "Hiragino Sans";
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1140px) {
  .l-header__nav--item a {
    display: block;
    text-align: center;
    height: auto;
    padding: 20px 0 20px 30px;
    color: #222;
    font-size: 13px;
    text-align: left;
    position: relative;
  }
  .l-header__nav--item a::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #ff803c;
    top: 47%;
    left: 5px;
  }
}
.l-header__nav--item a:hover {
  color: #ff803c;
}
.l-header__nav--item-contact {
  margin-right: 0;
}
@media screen and (max-width: 1140px) {
  .l-header__nav--item-contact {
    margin-right: 20px;
    justify-content: center;
    border-bottom: none;
  }
}
.l-header__nav--item-contact a {
  color: #ffffff;
  background: linear-gradient(90deg, #ffe67c 0%, #ffbb00 25%, #ff803c 50%, #ff803c 100%);
  border-radius: 50px;
  height: 45px;
  padding: 0 50px;
  margin: 18px 0;
  background-size: 200% auto;
  background-position: right center;
}
@media screen and (max-width: 1140px) {
  .l-header__nav--item-contact a {
    display: flex;
    padding: 18px 0;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
}
.l-header__nav--item-contact a span {
  margin-right: 8px;
  transition: all 0.4s;
}
.l-header__nav--item-contact a:hover {
  background-position: left center;
  color: #ffffff;
}
.l-header__nav--item-contact a:hover span {
  transform: rotate3d(1, 0, 0, 360deg);
}
@media screen and (max-width: 1140px) {
  .l-header__nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    color: #ffffff;
    padding: 60px 0;
    margin: 0;
  }
  .l-header__nav--list {
    display: block;
  }
}
.l-header__menu-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222222;
  position: fixed;
  top: 14px;
  right: 20px;
  z-index: 999;
  transition: 0.3s;
  display: none;
}
@media screen and (max-width: 1140px) {
  .l-header__menu-btn {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-btn {
    display: flex;
  }
}
.l-header__menu-btn span {
  width: 30px;
  height: 2px;
  background: #ff803c;
  border-radius: 10px;
  display: block;
  position: relative;
}
.l-header__menu-btn span:before, .l-header__menu-btn span:after {
  content: "";
  background: #ff803c;
  width: 30px;
  height: 2px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
.l-header__menu-btn span:before {
  top: -1rem;
}
.l-header__menu-btn span:after {
  bottom: -1rem;
}
.l-header__menu-btn.active {
  color: #ffffff;
}
.l-header__menu-btn.active span {
  background: transparent;
}
.l-header__menu-btn.active span:before {
  transform: rotate(45deg);
  top: 0;
}
.l-header__menu-btn.active span:after {
  transform: rotate(-45deg);
  bottom: 0;
}

/* l-footer
--------------------------- */
.l-footer {
  background: #222222;
  padding: 80px 0 10px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 40px 0 15px;
  }
}
.l-footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1140px) {
  .l-footer__container {
    display: block;
  }
}
.l-footer__logo {
  margin-bottom: 18px;
}
@media screen and (max-width: 1140px) {
  .l-footer__logo {
    margin-bottom: 30px;
  }
  .l-footer__logo img {
    margin: 0 auto;
  }
}
.l-footer__sns {
  display: flex;
}
@media screen and (max-width: 1140px) {
  .l-footer__sns {
    justify-content: center;
  }
}
.l-footer__sns--item {
  margin-right: 10px;
}
@media screen and (max-width: 1140px) {
  .l-footer__sns--item {
    margin: 0 10px;
  }
}
.l-footer__sns--item img {
  width: 24px;
}
.l-footer__nav--list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 0;
}
.l-footer__nav--item {
  margin-right: 16px;
}
.l-footer__nav--item a {
  font-family: "Hiragino Sans";
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.375;
  display: inline-block;
}
.l-footer__nav--item a:hover {
  opacity: 0.6;
}
.l-footer__copyright {
  width: 100%;
  font-size: 13px;
  color: #ffffff;
  text-align: right;
  margin-top: 40px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    text-align: center;
    margin-top: 15px;
  }
}

/* l-container
--------------------------- */
.l-container {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}
.l-container-wide {
  padding: 0 120px;
}
@media screen and (max-width: 1140px) {
  .l-container-wide {
    padding: 0;
    width: 92%;
    margin: 0 auto;
  }
}

/* c-loading
--------------------------- */
.c-loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #eee;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.c-loading.is-loaded {
  opacity: 0;
  visibility: hidden;
}
.c-loading__spinner {
  width: 100px;
  height: 100px;
  margin: 40vh auto;
  border: 3px solid #ff803c;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: loadingAnimation 0.8s linear 0s infinite;
}
@keyframes loadingAnimation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

/* c-section
--------------------------- */
.c-section {
  padding: 120px 0;
}
@media screen and (max-width: 1140px) {
  .c-section {
    padding: 80px 0;
  }
  .c-section:last-of-type {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .c-section {
    padding: 40px 0;
  }
  .c-section:last-of-type {
    padding-bottom: 100px;
  }
}
.c-section__title {
  font-size: 12px;
  margin-bottom: 40px;
  color: #ff803c;
}
@media screen and (max-width: 767px) {
  .c-section__title {
    margin-bottom: 10px;
  }
}
.c-section__title ._en {
  font-family: "Hiragino Sans";
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 60px;
  position: relative;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .c-section__title ._en {
    font-size: 35px;
    padding-left: 37px;
    line-height: 1.3;
  }
}
.c-section__title ._en:before {
  content: "";
  background: #ff803c;
  height: 6px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-section__title ._en:before {
    height: 3px;
    width: 25px;
  }
}
.c-section__lead {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1140px) {
  .c-section__lead {
    font-size: 18px;
  }
}

/* c-table
--------------------------- */
.c-table {
  width: 100%;
  border: solid 1px #cccccc;
}
.c-table th,
.c-table td {
  padding: 20px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .c-table th,
.c-table td {
    padding: 10px;
  }
}
.c-table th {
  width: 25%;
  background: #16162e;
  color: #ffffff;
}
.c-table tr:last-of-type th,
.c-table tr:last-of-type td {
  border-bottom: none;
}

/* c-dl
--------------------------- */
.c-dl {
  display: flex;
  flex-wrap: wrap;
}
.c-dl dt,
.c-dl dd {
  border-bottom: solid 1px #222222;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .c-dl dt,
.c-dl dd {
    padding: 10px;
  }
}
.c-dl dt {
  width: 25%;
}
.c-dl dd {
  width: 75%;
}

/* c-lists
--------------------------- */
.c-lists li {
  position: relative;
  padding-left: 24px;
}
.c-lists li:before {
  position: absolute;
  left: 0;
  content: "\e876";
  font-family: "Material Icons";
  font-weight: 900;
}
.c-listsTitle {
  font-size: 2rem;
  font-weight: bold;
}

/* c-details
--------------------------- */
.c-details {
  width: 100%;
  margin: 0 auto;
  /* アコーディオンオープン時のスタイル */
}
.c-details summary {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-weight: bold;
  background-color: rgba(255, 128, 60, 0.5);
  cursor: pointer;
  transition: 0.2s;
  /* デフォルトの矢印を消す */
  /* アコーディオンの＋アイコン */
}
.c-details summary:hover {
  background-color: rgba(255, 128, 60, 0.7);
}
.c-details summary::-webkit-details-marker {
  display: none;
}
.c-details summary:after {
  position: absolute;
  top: 2px;
  right: 3%;
  content: "\e145";
  font-family: "Material Icons";
  font-size: 28px;
  color: #ff803c;
  margin: auto;
  transition: 0.4s;
}
.c-details[open] {
  /* アニメーション */
}
.c-details[open] summary {
  background-color: rgba(255, 128, 60, 0.7);
}
.c-details[open] summary:after {
  transform: rotate(135deg); /* アイコンを回転 */
}
.c-details[open] .c-faq__content {
  animation: detailsopen 0.5s ease;
}
@keyframes detailsopen {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.c-details__content {
  padding: 10px 20px;
}

/* c-form
--------------------------- */
.c-form {
  width: 100%;
}
.c-form th,
.c-form td {
  padding: 20px;
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 767px) {
  .c-form th,
.c-form td {
    padding: 10px;
  }
}
.c-form th {
  width: 25%;
  background: #eeeeee;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-form th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .c-form td {
    display: block;
    width: 100%;
  }
}
.c-form td input,
.c-form td textarea {
  padding: 20px;
  width: 100%;
  border: solid 1px #cccccc;
}
.c-form td input[type=checkbox] {
  width: auto;
  padding: 0;
  border: none;
}
.c-form__btn {
  text-align: center;
  width: 100%;
}
.c-form__btn .wpcf7-spinner {
  display: block;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .c-form__btn.c-btn {
    margin: 50px 0 0;
  }
}

.c-form-required {
  background: #ff803c;
  color: #ffffff;
  padding: 5px;
  font-size: 12px;
  margin-left: 10px;
}

.wpcf7-submit, .wpcf7-confirm {
  padding: 20px 64px;
  font-family: "Hiragino Sans";
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
  font-size: 16px;
  background: linear-gradient(90deg, #ffe67c 0%, #ffbb00 25%, #ff803c 50%, #ff803c 100%);
  background-size: 200% auto;
  background-position: right center;
}
.wpcf7-submit:hover, .wpcf7-confirm:hover {
  transition: all 0.4s;
  background-position: left center;
}
@media screen and (max-width: 767px) {
  .wpcf7-submit, .wpcf7-confirm {
    font-size: 14px;
  }
}
.wpcf7-back {
  width: 23.4%;
  color: #ffffff;
  background: #222222;
  padding: 2.4rem;
  margin-right: 2rem;
}
.wpcf7-return, .wpcf7-submit {
  display: inline-block;
}
.wpcf7 input:hover {
  cursor: pointer;
}

/* c-mainv
--------------------------- */
.c-mainv {
  padding-top: 24vw;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .c-mainv {
    padding-top: 34vw;
  }
}
@media screen and (max-width: 767px) {
  .c-mainv {
    padding-top: 48vw;
  }
}
.c-mainv::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/mainv.jpg) center/cover no-repeat;
}
.c-mainv::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.3);
}
.c-mainv__title {
  position: absolute;
  top: 75%;
  right: 30px;
  color: #ffffff;
  z-index: 1;
}
.c-mainv__title--en {
  font-family: "Hiragino Sans";
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .c-mainv__title--en {
    font-size: 20px;
  }
}

/* c-breadcrumb
--------------------------- */
.c-breadcrumb {
  padding: 5px 20px;
}
@media screen and (max-width: 1140px) {
  .c-breadcrumb {
    padding: 5px 4%;
  }
}
.c-breadcrumb__list li {
  font-size: 12px;
  color: #000029;
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list li {
    font-size: 10px;
  }
}
.c-breadcrumb__list li::after {
  content: "";
  position: absolute;
  background: #222222;
  width: 5px;
  height: 1px;
  top: 50%;
  right: -17px;
}
.c-breadcrumb__list li a:hover {
  color: #222222;
}
.c-breadcrumb__list li:last-child::after {
  content: none;
}

/* c-btn
--------------------------- */
.c-btn {
  text-align: center;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .c-btn {
    margin: 15px 0;
  }
}
.c-btn a {
  font-size: 20px;
  display: inline-block;
  padding: 14px 90px;
  border-radius: 50px;
  font-family: "Hiragino Sans";
  font-weight: 700;
  letter-spacing: 0.05em;
  letter-spacing: 0;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(90deg, #ffe67c 0%, #ffbb00 25%, #ff803c 50%, #ff803c 100%);
  background-size: 200% auto;
  background-position: right center;
  position: relative;
}
.c-btn a:hover {
  background-position: left center;
}
.c-btn a:hover::after {
  right: 6px;
}
@media screen and (max-width: 767px) {
  .c-btn a {
    font-size: 15px;
    width: 100%;
  }
}
.c-btn-normal a {
  font-family: "Hiragino Sans";
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  padding-right: 16px;
}
.c-btn-normal a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #222222;
  border-right: solid 1px #222222;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.4s;
}
.c-btn-normal a:hover::after {
  right: -4px;
}

/* c-text
--------------------------- */
p {
  margin: 20px 0;
  letter-spacing: 0;
}

.c-text-bold {
  font-weight: 700;
}
.c-text-right {
  text-align: right;
}
.c-text-center {
  text-align: center;
}
.c-text-en {
  font-family: "Hiragino Sans";
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* c-pagination
--------------------------- */
.c-pagination {
  margin-bottom: 100px;
}
.c-pagination__list {
  text-align: center;
  font-family: "Hiragino Sans";
  font-weight: 700;
}
.c-pagination__list a:hover {
  background: #cccccc;
}
.c-pagination .page-numbers {
  font-family: "Hiragino Sans";
  font-weight: 700;
  letter-spacing: 0.05em;
  border: solid 1px #16162e;
  padding: 5px 10px;
}
.c-pagination .page-numbers.current {
  color: #ffffff;
  background: #16162e;
}

/* p-home
--------------------------- */
html {
  scroll-padding-top: 70px; /* 固定ヘッダの高さ分 */
}

.main {
  font-family: "Hiragino Sans";
}

.w3 {
  font-weight: 300;
}

.w4 {
  font-weight: 400;
}

.w5 {
  font-weight: 500;
}

.w6 {
  font-weight: 600;
}

.w7 {
  font-weight: 700;
}

.w8 {
  font-weight: 800;
}

.li-item-b a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.pagetop {
  height: 100px;
  width: 100px;
  position: -webkit-fixed;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
@media screen and (max-width: 1140px) {
  .pagetop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  background-color: #ffffff;
}
header .l-container-wide {
  width: 1000px; /* 好きな幅 */
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0px;
}
header a:hover {
  opacity: 0.6;
}
header .flex {
  display: flex;
  color: rgb(2, 42, 150);
  justify-content: center;
}
header .flex p {
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}
header .flex p span {
  font-size: 20px;
}
header .flex .arrow {
  position: relative;
  display: inline-block;
  padding: 10px;
}
header .flex .arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #5070e3;
  border-right: solid 2px #5070e3;
  position: absolute;
  left: 10px;
  top: 8px;
}
header .flex .arrow.arrow-bottom::before {
  transform: rotate(135deg);
}
header .flex .li-item {
  font-weight: 600;
  padding-top: 20px;
  padding-left: 50px;
  font-size: 16px;
}
header .flex .li-item li {
  display: inline-block;
  list-style: none;
  margin-left: 20px;
  padding-top: 5px;
  font-size: 16px;
}
header .flex .li-item .li-item-a li {
  border-bottom: solid 1px blue;
}
header .flex .li-item .li-item-a li:last-child {
  border-bottom: none;
}
header .flex .li-item .li-item-a .btn a {
  border-bottom: none;
}
header .flex .li-item .li-item-a .btn a:after {
  content: ">";
  position: absolute;
  vertical-align: middle;
  padding-left: 17px;
}
header .flex .li-item .li-item-b {
  padding-left: 50px;
}
header .flex .li-item .li-item-b li {
  color: black;
}
header .flex .li-item .btn--blue,
header .flex .li-item a.btn--blue {
  color: #fff;
  font-size: 16px;
  padding: 10px 40px 9.3px 40px;
  background: rgb(2, 42, 150);
}
header .flex .li-item .btn--blue:hover,
header .flex .li-item a.btn--blue:hover {
  color: #fff;
  background: rgb(2, 42, 150);
}
header .flex .li-item a.btn--radius {
  border-radius: 100vh;
}

.acd-label:hover {
  opacity: 0.6;
}

.acd-label {
  background: #0068b7;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  position: relative;
}
.acd-label:after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid rgb(2, 42, 150);
  border-right: 2px solid rgb(2, 42, 150);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 8px);
  right: 60px;
  transform: rotate(135deg);
}
.acd-label:before {
  content: "";
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5%;
  top: 44%;
}

.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}

.acd-check:checked + .acd-label:after {
  content: "";
  transform: rotate(-45deg) !important;
  top: calc(50% - 3px);
  right: 60px;
}

.acd-check:checked + .acd-label + .acd-content {
  height: 3400px;
  opacity: 1;
  visibility: visible;
}

input[type=checkbox] {
  display: none;
}

#acd-check1:checked + .acd-label + .acd-content {
  height: auto;
}

#acd-check2:checked + .acd-label + .acd-content {
  height: auto;
}

#acd-check3:checked + .acd-label + .acd-content {
  height: auto;
}

label[for=acd-check1]:hover {
  opacity: 1;
}

label[for=acd-check2]:hover {
  opacity: 1;
}

label[for=acd-check3]:hover {
  opacity: 1;
}

.l-container-wide {
  width: 1000px; /* 好きな幅 */
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.p-home-mainv {
  position: relative;
}
.p-home-mainv .carousel-caption {
  padding-bottom: 50px;
  text-shadow: 0px 0px 12px #222222;
  text-align: center;
}
.p-home-mainv .title {
  position: absolute;
  text-align: center;
  top: 6em;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 62px;
  font-family: "Hiragino Sans";
  font-weight: 600;
  line-height: 0.974;
  text-shadow: 0px 5px 18px rgba(24, 49, 95, 0.88);
  -moz-transform: matrix(0.704311235, 0, 0, 0.704311235, 0, 0);
  -webkit-transform: matrix(0.704311235, 0, 0, 0.704311235, 0, 0);
  -ms-transform: matrix(0.704311235, 0, 0, 0.704311235, 0, 0);
}
.p-home-mainv .parent {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-home-mainv .parent .main-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 40%);
  -webkit-transform: translate(-50%, 40%);
  -ms-transform: translate(-50%, 40%);
}
.p-home-mainv .parent .main-text img {
  width: 100%;
}
.p-home-mainv .sub-text {
  font-size: 3.4rem;
}
.p-home-mainv .copy {
  font-size: 3.6rem;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  line-height: 1;
  flex-direction: column;
  top: 19rem;
  left: 3.7em;
}
.p-home-mainv .copy h1 {
  position: absolute;
  font-size: 6.2rem;
  text-shadow: 0px 5px 18px rgba(24, 49, 95, 0.88);
  padding-bottom: 100px;
}
.p-home-mainv .copy .bold {
  padding-top: 240px;
  display: inline-block;
  font-size: 7.8rem;
  font-family: "DIN 2014";
  font-style: italic;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 0.974;
  text-shadow: 0px 5px 18px rgba(24, 49, 95, 0.88);
  -moz-transform: matrix(0.704311235, 0, 0, 0.704311235, 0, 0);
  -webkit-transform: matrix(0.704311235, 0, 0, 0.704311235, 0, 0);
  -ms-transform: matrix(0.704311235, 0, 0, 0.704311235, 0, 0);
}
.p-home-mainv .copy p {
  margin: -50px;
  padding-left: 430px;
  line-height: 2.176;
  text-shadow: 0px 5px 18px rgba(24, 49, 95, 0.88);
  -moz-transform: matrix(1.0761150682, 0, 0, 1.0761150682, 0, 0);
  -webkit-transform: matrix(1.0761150682, 0, 0, 1.0761150682, 0, 0);
  -ms-transform: matrix(1.0761150682, 0, 0, 1.0761150682, 0, 0);
}
@media screen and (max-width: 1140px) {
  .p-home-mainv .copy {
    bottom: 8%;
    right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mainv .copy {
    font-size: 18px;
    width: 74.6%;
    bottom: 5%;
    right: 4%;
  }
}
.p-home-mainv .copy span {
  font-family: "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.4;
}
@media screen and (max-width: 1140px) {
  .p-home-mainv .copy span {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mainv .copy span {
    font-size: 18px;
  }
}
.p-home-mainv .copy span.name {
  text-align: left;
  font-size: 78px;
  background: none;
  margin-top: 17px;
  position: relative;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 1140px) {
  .p-home-mainv .copy span.name {
    font-size: 50px;
  }
  .p-home-mainv .copy span.name::before {
    left: 41%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mainv .copy span.name {
    font-size: 30px;
    margin-top: 8px;
  }
  .p-home-mainv .copy span.name::before {
    height: 3px;
    width: 25px;
    left: 50%;
  }
}
.p-home-mainv .copy span.catch {
  position: relative;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  padding: 3px 20px 14px;
  margin-bottom: 40px;
  font-size: 80px;
}
@media screen and (max-width: 1140px) {
  .p-home-mainv .copy span.catch {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mainv .copy span.catch {
    font-size: 30px;
    padding: 3px 10px 7px;
    margin-bottom: 19px;
  }
  .p-home-mainv .copy span.catch::after {
    top: 8px;
    right: -6px;
    background-image: repeating-linear-gradient(-45deg, #ff803c, #ff803c 2px, transparent 0, transparent 4px);
  }
}
.p-home-mainv .copy span.left {
  text-align: left;
}
.p-home-mainv__text {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1140px) {
  .p-home-mainv__slider.pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mainv__slider.pc {
    display: none;
  }
}
.p-home-mainv__slider.sp {
  display: none;
}
.p-home-mainv .p-home-mainv__slider--item {
  width: 100%;
}
.p-home-mainv .p-home-mainv__slider--item img {
  width: 100%;
}
.p-home-mainv .slick-track {
  height: 100%;
}
.p-home-mainv .slick-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding-top: 150px;
}
.p-home-mainv .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.p-home-mainv .slick-dots {
  bottom: 70px;
  right: 70px;
  text-align: right;
}
@media screen and (max-width: 1140px) {
  .p-home-mainv .slick-dots {
    right: 4%;
    bottom: 10px;
  }
}
.p-home-mainv .slick-dots li {
  width: auto;
  height: auto;
}
.p-home-mainv .slick-dots li button {
  width: 40px;
  height: 4px;
  padding: 0;
  background: #cccccc;
}
.p-home-mainv .slick-dots li button::before {
  content: none;
}
.p-home-mainv .slick-dots li.slick-active button {
  background: #ff803c;
}
.p-home-about {
  background: url(../img/home/BG.jpg) center center/cover no-repeat;
  padding: 100px 0 60px;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .p-home-about {
    padding: 40px 0;
  }
}
.p-home-about .l-container-wide {
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
}
.p-home-about .c-section__title {
  line-height: 1.3;
  margin: 0;
}
.p-home-about p {
  color: #ffffff;
  text-align: center;
}
.p-home-about .flex {
  display: flex;
  text-align: left;
  justify-content: space-between;
}
.p-home-about .blue {
  color: rgb(2, 42, 150);
  background-color: #ffffff;
}
.p-home-about .size16 {
  font-size: 16px;
}
.p-home-about .size20 {
  font-size: 20px;
}
.p-home-about .size30 {
  font-size: 30px;
}
.p-home-about .size50 {
  font-size: 50px;
}
.p-home-about h2 {
  font-weight: 800;
  font-size: 50px;
}
.p-home-about h2 span {
  font-size: 38px;
}
.p-home-feature {
  background-color: rgb(248, 248, 248);
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-home-feature {
    padding: 40px 0 35px;
  }
}
.p-home-feature .c-section__title {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  color: rgb(2, 42, 150);
}
.p-home-feature .c-section__title span {
  font-size: 28px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-home-feature .c-section__title {
    margin-bottom: 20px;
  }
}
.p-home-feature h2 {
  line-height: 1;
}
.p-home-feature .flex {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding-top: 50px;
}
.p-home-feature .flex .text {
  width: 52%;
  text-align: center;
  padding: 0px 10px;
}
.p-home-feature .flex .text p {
  margin: 0px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-home-feature .flex .text p {
    font-size: 14px;
    line-height: 1.667;
  }
}
.p-home-feature .flex .text p span {
  color: rgb(2, 42, 150);
}
.p-home-feature .flex h3 {
  font-size: 28px;
  line-height: 1.4;
}
.p-home-feature .flex .pb30 {
  padding-bottom: 30px;
}
.p-home-feature .flex .pt40 {
  padding-top: 40px;
}
.p-home-feature .flex .img {
  margin: 0 auto;
  width: 48%;
}
.p-home-feature .flex img {
  margin: 0%;
  padding: 0%;
}
.p-home-About {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-home-About {
    padding: 40px 0 35px;
  }
}
.p-home-About h2 {
  line-height: 1;
}
.p-home-About .performanceーbg {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
}
.p-home-About .c-section__title {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  color: rgb(2, 42, 150);
}
.p-home-About .c-section__title span {
  font-size: 28px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-home-About .c-section__title {
    margin-bottom: 20px;
  }
}
.p-home-About .About-box {
  background-color: rgb(242, 242, 242);
}
.p-home-About .About-box .center {
  text-align: center;
}
.p-home-About .About-box .w6 {
  font-weight: 600;
}
.p-home-About .About-box .size26 {
  font-size: 26px;
}
.p-home-About .About-box .pt {
  padding-top: 50px;
}
.p-home-About .About-box .pictogram-flex {
  display: flex;
  justify-content: space-around;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 25px;
  margin-bottom: 50px;
}
.p-home-About .About-box .pictogram-flex a {
  text-align: center;
}
.p-home-About .About-box .pictogram-flex a img {
  display: initial;
}
.p-home-About .About-box .c {
  position: absolute;
  padding-top: 55px;
  padding-right: 40px;
  z-index: 2;
}
.p-home-About .About-box .white {
  color: #ffffff;
}
.p-home-About .About-box .rectangle-01 {
  margin: auto;
  display: inline-block;
  background-color: rgb(2, 42, 150);
  position: relative;
  width: 85px;
  height: 200px;
  z-index: 2;
}
.p-home-About .About-box .rectangle-01:before {
  position: absolute;
  content: url(../img/home/pictogram-01.png);
  vertical-align: middle;
  top: -26%;
}
.p-home-About .About-box .rectangle-05 {
  margin: auto;
  display: inline-block;
  background-color: rgb(2, 42, 150);
  position: relative;
  width: 85px;
  height: 200px;
  z-index: 1;
}
.p-home-About .About-box .rectangle-05:before {
  position: absolute;
  content: url(../img/home/pictogram-05.png);
  vertical-align: middle;
  top: -16%;
  left: 17%;
}
.p-home-About .About-box .vertical {
  writing-mode: vertical-rl;
  color: #ffffff;
  font-weight: 600;
  padding-top: 35px;
}
.p-home-About .About-box .circle {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background-color: rgb(2, 42, 150);
  width: 160px;
  height: 160px;
  margin: 15px 20px 0px 20px;
  z-index: 3;
}
.p-home-About .About-box .circle span {
  position: absolute;
  display: inline-block;
  left: 25%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  text-align: center;
}
.p-home-About .flex {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding-top: 50px;
}
.p-home-About .flex .text {
  width: 50%;
  text-align: center;
  padding: 0px 50px;
}
.p-home-About .flex .text span {
  color: rgb(2, 42, 150);
}
.p-home-About .flex h3 {
  font-size: 28px;
  line-height: 1.4;
}
.p-home-About #container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
  gap: 20px;
}
.p-home-About #container #itemA,
.p-home-About #container #itemB,
.p-home-About #container #itemC,
.p-home-About #container #itemD,
.p-home-About #container #itemE,
.p-home-About #container #itemF,
.p-home-About #container #itemF,
.p-home-About #container #itemG,
.p-home-About #container #itemH {
  background-color: rgb(242, 242, 242);
}
.p-home-About #container #itemE,
.p-home-About #container #itemF,
.p-home-About #container #itemF,
.p-home-About #container #itemG,
.p-home-About #container #itemH {
  text-align: left;
}
.p-home-About #container .inline {
  width: calc((100% - 7px) / 2);
  vertical-align: middle;
  display: inline-block;
  color: #ffffff;
  background-color: rgb(2, 42, 150);
  margin-top: 5px;
  padding: 3px 40px 3px 40px;
}
.p-home-About #container .left {
  text-align: left;
  padding: 0px 10px;
}
.p-home-About #container .link:hover {
  opacity: 0.6;
}
.p-home-About #container .center {
  text-align: center;
  font-weight: bold;
}
.p-home-About #container p {
  margin: 10px 0;
}
.p-home-About #container a {
  text-decoration-line: underline;
  color: rgb(95, 135, 244);
}
.p-home-material {
  position: relative;
  font-size: 16px;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-home-material {
    padding: 40px 0 35px;
  }
}
.p-home-material h2 {
  line-height: 1;
}
.p-home-material .material-bg {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
  width: 100%;
}
.p-home-material .material-bg img {
  width: 100%;
}
.p-home-material .c-section__title {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  color: rgb(2, 42, 150);
}
.p-home-material .c-section__title span {
  font-size: 28px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-home-material .c-section__title {
    margin-bottom: 20px;
  }
}
.p-home-material .center {
  text-align: center;
}
.p-home-material table {
  margin-top: 50px;
  border: solid 2px rgb(2, 42, 150);
  vertical-align: inherit;
  background-color: rgb(247, 247, 247);
}
.p-home-material th {
  vertical-align: inherit;
  white-space: nowrap;
  padding: 20px;
  color: rgb(2, 42, 150);
  background-color: rgb(244, 247, 255);
  border: solid 1px rgb(191, 191, 191);
}
.p-home-material td {
  padding: 20px;
  border: solid 1px rgb(191, 191, 191);
}
.p-home-material .size14 {
  font-size: 14px;
}
.p-home-performance {
  position: relative;
  font-size: 16px;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-home-performance {
    padding: 40px 0 35px;
  }
}
.p-home-performance .performanceーbg {
  position: absolute;
  top: -14%;
  left: 33%;
  z-index: -1;
}
.p-home-performance h2 {
  line-height: 1;
}
.p-home-performance .c-section__title {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  color: rgb(2, 42, 150);
}
.p-home-performance .c-section__title span {
  font-size: 28px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-home-performance .c-section__title {
    margin-bottom: 20px;
  }
}
.p-home-performance .center {
  text-align: center;
}
.p-home-performance table {
  margin-top: 50px;
  border: solid 2px rgb(2, 42, 150);
  vertical-align: inherit;
  background-color: rgb(247, 247, 247);
}
.p-home-performance .table {
  width: 100%;
  border-collapse: collapse;
}
.p-home-performance tbody {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}
.p-home-performance .table .blue-border {
  border-right: 2px solid rgb(2, 42, 150);
}
.p-home-performance .table th,
.p-home-performance .table td {
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
  padding: 25px 15px 25px 15px;
  font-weight: 300;
}
.p-home-performance .title td:not(:last-child) {
  border-right: 2px solid #eee;
}
.p-home-performance .note {
  position: relative;
}
.p-home-performance .sup {
  position: absolute;
  right: 15%;
  top: 43%;
  height: 9px;
  font-size: 11px;
}
.p-home-performance .sup2 {
  position: absolute;
  right: 15%;
  top: 36%;
  height: 9px;
  font-size: 11px;
}
.p-home-performance .table .title {
  text-align: center;
  background-color: rgb(2, 42, 150);
  color: #ffffff;
}
.p-home-performance .table .skyblue-bg {
  background-color: rgb(244, 247, 255);
}
.p-home-performance .table.img {
  width: 100%;
}
.p-home-performance img {
  max-width: inherit;
}
.p-home-performance .table .img {
  padding: 0px;
}
.p-home-performance p {
  font-size: 14px;
}
.p-home-performance .button {
  text-align: center;
  padding-top: 50px;
}
.p-home-performance .btn--green,
.p-home-performance a.btn--green {
  color: #fff;
  font-size: 28px;
  background: rgb(38, 163, 60);
  background-image: -moz-linear-gradient(90deg, rgb(8, 113, 35) 0%, rgb(47, 179, 69) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(8, 113, 35) 0%, rgb(47, 179, 69) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(8, 113, 35) 0%, rgb(47, 179, 69) 100%);
  padding: 20px 115px 20px 115px;
}
.p-home-performance .btn--green:hover,
.p-home-performance a.btn--green:hover {
  color: #fff;
  background: rgb(38, 163, 60);
}
.p-home-performance a.btn--radius {
  border-radius: 100vh;
}
.p-home-performance a {
  position: relative;
}
.p-home-performance a:before {
  content: url(../img/home/mail-icon.png);
  vertical-align: middle;
  padding-right: 25px;
}
.p-home-performance a:after {
  content: ">";
  position: absolute;
  vertical-align: middle;
  padding-left: 50px;
}
.p-home-performance .size14 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-home-howtouse {
    padding: 40px 0 35px;
  }
}
.p-home-howtouse .c-section__title {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  color: rgb(2, 42, 150);
}
.p-home-howtouse .c-section__title span {
  font-size: 28px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-home-howtouse .c-section__title {
    margin-bottom: 20px;
  }
}
.p-home-howtouse h2 {
  line-height: 1;
}
.p-home-howtouse .button {
  text-align: center;
  padding: 100px 0px 80px;
}
.p-home-howtouse .btn--green,
.p-home-howtouse a.btn--green {
  color: #fff;
  font-size: 28px;
  background: rgb(38, 163, 60);
  background-image: -moz-linear-gradient(90deg, rgb(8, 113, 35) 0%, rgb(47, 179, 69) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(8, 113, 35) 0%, rgb(47, 179, 69) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(8, 113, 35) 0%, rgb(47, 179, 69) 100%);
  padding: 20px 115px 20px 115px;
}
.p-home-howtouse .btn--green:hover,
.p-home-howtouse a.btn--green:hover {
  color: #fff;
  background: rgb(38, 163, 60);
}
.p-home-howtouse a.btn--radius {
  border-radius: 100vh;
}
.p-home-howtouse a {
  position: relative;
}
.p-home-howtouse a:before {
  content: url(../img/home/mail-icon.png);
  vertical-align: middle;
  padding-right: 25px;
}
.p-home-howtouse a:after {
  content: ">";
  position: absolute;
  vertical-align: middle;
  padding-left: 50px;
}
.p-home-howtouse .pb {
  padding-bottom: 25px;
}
.p-home-howtouse .pt {
  padding-top: 25px;
}
.p-home-howtouse .size20 {
  font-size: 30px;
}
.p-home-howtouse .size30 {
  font-size: 30px;
}
.p-home-howtouse .blue {
  color: white;
  background-color: rgb(2, 42, 150);
  padding: 10px;
}
.p-home-howtouse .recommend {
  padding: 0px 0px 50px;
  font-size: 28px;
  font-weight: 600;
}
.p-home-howtouse #basic .main {
  text-align: center;
}
.p-home-howtouse #basic .main p {
  padding: 0%;
  margin: 0%;
  color: #ffffff;
}
.p-home-howtouse #basic .main p span {
  font-size: 40px;
}
.p-home-howtouse #basic .main .size20 {
  font-size: 20px;
}
.p-home-howtouse #basic .main .size28 {
  padding-top: 30px;
  font-size: 28px;
}
.p-home-howtouse #basic .main .pink {
  padding-top: 20px;
  margin-bottom: 30px;
  background-color: rgb(242, 65, 190);
  padding: 0px 100px;
  display: inline-block;
}
.p-home-howtouse #basic .basic-wrap {
  border-bottom: solid 3px rgb(242, 65, 190);
  border-right: solid 3px rgb(242, 65, 190);
  border-left: solid 3px rgb(242, 65, 190);
}
.p-home-howtouse #basic .basic-wrap .flex {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .p-home-howtouse #basic .basic-wrap .flex {
    padding-top: 70px;
  }
}
.p-home-howtouse #basic .basic-wrap .flex li {
  width: 32%;
}
.p-home-howtouse #basic .basic-wrap .flex li img {
  width: 100%;
}
.p-home-howtouse #basic .basic-wrap .title {
  line-height: 1.667;
}
.p-home-howtouse #basic .basic-wrap .video {
  text-align: center;
  padding-bottom: 50px;
}
.p-home-howtouse #basic .basic-wrap .video img {
  margin: 0 auto;
}
.p-home-howtouse #basic .basic-wrap .video a:before {
  content: none;
}
.p-home-howtouse #basic .basic-wrap .video a:after {
  content: none;
}
.p-home-howtouse #basic .basic-wrap .center {
  text-align: center;
}
.p-home-howtouse #basic .basic-wrap .center span {
  color: rgb(2, 42, 150);
}
.p-home-howtouse #basic .basic-wrap .use {
  padding: 50px 50px;
}
.p-home-howtouse #basic .basic-wrap .use .img {
  margin-top: -250px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1140px) {
  .p-home-howtouse #basic .basic-wrap .use .img {
    margin-top: -180px;
  }
}
.p-home-howtouse #basic .basic-wrap .use .size18 {
  font-size: 18px;
  font-weight: 600;
}
.p-home-howtouse #basic .basic-wrap .bg {
  background-color: #f2f2f2;
}
.p-home-howtouse #basic .basic-wrap #basic-use {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 50px;
  font-size: 16px;
  padding-bottom: 100px;
}
.p-home-howtouse #basic .basic-wrap #basic-use .table {
  max-width: 100%;
  text-align: center;
}
.p-home-howtouse #basic .basic-wrap #basic-use tbody {
  background-color: #ffffff;
  border: solid 1px black;
  width: 50%;
}
.p-home-howtouse #basic .basic-wrap #basic-use tr,
.p-home-howtouse #basic .basic-wrap #basic-use th {
  border: solid 1px rgb(127, 127, 127);
  text-align: left;
}
.p-home-howtouse #basic .basic-wrap #basic-use td,
.p-home-howtouse #basic .basic-wrap #basic-use th {
  padding: 5px 20px;
}
.p-home-howtouse #basic .basic-wrap #basic-use td {
  text-align: left;
}
.p-home-howtouse #basic .basic-wrap #basic-use th {
  background-color: rgb(218, 218, 218);
  width: 50%;
}
.p-home-howtouse #basic .basic-wrap .example {
  padding: 50px;
}
.p-home-howtouse #basic .basic-wrap .example .balloon {
  text-align: center;
  position: relative;
  min-width: 120px;
  max-width: 100%;
}
.p-home-howtouse #basic .basic-wrap .example .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid rgb(2, 42, 150);
}
.p-home-howtouse #basic .basic-wrap .example .balloon p {
  margin: 0;
  padding: 0;
}
.p-home-howtouse #basic .basic-wrap .example #basic-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  text-align: center;
  gap: 20px;
}
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_one,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_two,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_three,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_four,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_five,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_six,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_seven,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_eight,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_nine,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_ten {
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 14px;
}
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_one P,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_two P,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_three P,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_four P,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_five P,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_six P,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_seven P,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_eight P,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_nine P,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_ten P {
  font-weight: 600;
}
.p-home-howtouse #basic .basic-wrap .example #basic-grid img {
  padding-top: 40px;
  display: initial;
}
@media screen and (max-width: 1140px) {
  .p-home-howtouse #basic .basic-wrap .example #basic-grid img {
    padding-top: 30px;
    width: 60%;
  }
}
@media screen and (max-width: 1140px) {
  .p-home-howtouse #basic .basic-wrap .example #basic-grid .width img {
    width: 50%;
  }
}
@media screen and (max-width: 1140px) {
  .p-home-howtouse #basic .basic-wrap .example #basic-grid p {
    margin: 5px 3px;
  }
}
.p-home-howtouse #premiunm .main {
  text-align: center;
}
.p-home-howtouse #premiunm .main p {
  padding: 0%;
  margin: 0%;
  margin: 0px;
  color: #ffffff;
}
.p-home-howtouse #premiunm .main p span {
  font-size: 40px;
}
.p-home-howtouse #premiunm .main .size20 {
  font-size: 20px;
}
.p-home-howtouse #premiunm .main .size16 {
  font-size: 16px;
}
.p-home-howtouse #premiunm .main .size28 {
  padding-top: 30px;
  font-size: 28px;
}
.p-home-howtouse #premiunm .main .size14 {
  font-size: 14px;
}
.p-home-howtouse #premiunm .main .pink {
  padding-top: 20px;
  margin-bottom: 30px;
  background-color: #d3a100;
  padding: 0px 100px;
  display: inline-block;
}
.p-home-howtouse #premiunm .premiunm-wrap {
  border-bottom: solid 3px #d3a100;
  border-right: solid 3px #d3a100;
  border-left: solid 3px #d3a100;
}
.p-home-howtouse #premiunm .premiunm-wrap .flex {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}
.p-home-howtouse #premiunm .premiunm-wrap .flex li {
  width: 32%;
}
.p-home-howtouse #premiunm .premiunm-wrap .flex li img {
  width: 100%;
}
.p-home-howtouse #premiunm .premiunm-wrap .title {
  line-height: 1.667;
}
.p-home-howtouse #premiunm .premiunm-wrap .video {
  text-align: center;
  padding-bottom: 50px;
}
.p-home-howtouse #premiunm .premiunm-wrap .video img {
  margin: 0 auto;
}
.p-home-howtouse #premiunm .premiunm-wrap .video a:before {
  content: none;
}
.p-home-howtouse #premiunm .premiunm-wrap .video a:after {
  content: none;
}
.p-home-howtouse #premiunm .premiunm-wrap .center {
  text-align: center;
}
.p-home-howtouse #premiunm .premiunm-wrap .center span {
  color: rgb(2, 42, 150);
}
.p-home-howtouse #premiunm .premiunm-wrap .center .yallow-maker {
  color: black;
  font-size: 18px;
  font-family: "Hiragino Sans";
  background: linear-gradient(transparent 60%, #fee32a 60%);
}
.p-home-howtouse #premiunm .premiunm-wrap .parent {
  position: relative;
}
.p-home-howtouse #premiunm .premiunm-wrap .parent p {
  position: absolute;
  font-size: 16px;
  font-family: "Hiragino Sans";
  line-height: 1.2;
}
.p-home-howtouse #premiunm .premiunm-wrap .parent p span {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
}
.p-home-howtouse #premiunm .premiunm-wrap .parent .left {
  top: 71%;
  width: 26%;
  left: 25%;
  font-weight: 300;
}
.p-home-howtouse #premiunm .premiunm-wrap .parent .right {
  top: 71%;
  width: 30%;
  left: 68%;
  font-weight: 300;
}
.p-home-howtouse #premiunm .premiunm-wrap .flex {
  padding-top: 100px;
  max-width: 100%;
}
.p-home-howtouse #premiunm .premiunm-wrap .flex .text {
  width: 50%;
  padding-left: 25px;
}
.p-home-howtouse #premiunm .premiunm-wrap .flex .text p {
  line-height: 1.625;
  font-size: 16px;
  font-family: "Hiragino Sans";
}
.p-home-howtouse #premiunm .premiunm-wrap .flex .text p span {
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  font-family: "Hiragino Sans";
  line-height: 1.6;
  display: inline-block;
}
.p-home-howtouse #premiunm .premiunm-wrap .flex .img {
  width: 50%;
  margin-top: 0px;
  padding: 0px;
}
.p-home-howtouse #premiunm .premiunm-wrap .flex .blue-bg {
  text-align: center;
  color: #ffffff;
  background-color: #3660cf;
  padding: 7px;
  margin: 0px;
}
.p-home-howtouse #premiunm .premiunm-wrap .flex .gry-bg {
  padding: 7px;
  background-color: #dadada;
  line-height: 1.6;
}
.p-home-howtouse #premiunm .premiunm-wrap .white-bg {
  font-size: 16px;
  text-align: center;
  background-color: #ffffff;
  padding: 20px 0px;
}
.p-home-howtouse #premiunm .premiunm-wrap .use {
  padding: 50px 50px;
}
.p-home-howtouse #premiunm .premiunm-wrap .use .img {
  padding-bottom: 30px;
}
.p-home-howtouse #premiunm .premiunm-wrap .use .mt {
  margin-top: -278px;
}
@media screen and (max-width: 1140px) {
  .p-home-howtouse #premiunm .premiunm-wrap .use .mt {
    margin-top: -155px;
  }
}
.p-home-howtouse #premiunm .premiunm-wrap .use .size18 {
  font-size: 18px;
  font-weight: 600;
}
.p-home-howtouse #premiunm .premiunm-wrap .use .pt30 {
  padding-top: 30px;
}
.p-home-howtouse #premiunm .premiunm-wrap .detail {
  padding: 0px 50px 100px;
}
.p-home-howtouse #premiunm .premiunm-wrap .detail .table {
  max-width: 100%;
  text-align: center;
}
.p-home-howtouse #premiunm .premiunm-wrap .detail tbody {
  background-color: #ffffff;
  border: solid 1px black;
  width: 50%;
}
.p-home-howtouse #premiunm .premiunm-wrap .detail tr,
.p-home-howtouse #premiunm .premiunm-wrap .detail th {
  border: solid 1px rgb(127, 127, 127);
  text-align: left;
}
.p-home-howtouse #premiunm .premiunm-wrap .detail td,
.p-home-howtouse #premiunm .premiunm-wrap .detail th {
  padding: 5px 15px;
}
.p-home-howtouse #premiunm .premiunm-wrap .detail td {
  text-align: left;
}
.p-home-howtouse #premiunm .premiunm-wrap .detail th {
  background-color: rgb(218, 218, 218);
  width: 50%;
}
.p-home-howtouse #premiunm .premiunm-wrap .bg {
  background-color: #f2f2f2;
}
.p-home-howtouse #premiunm .premiunm-wrap #premiunm-use {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 50px;
  font-size: 16px;
}
@media screen and (max-width: 1140px) {
  .p-home-howtouse #premiunm .premiunm-wrap #premiunm-use {
    padding: 0px 50px;
  }
}
.p-home-howtouse #premiunm .premiunm-wrap #premiunm-use .table {
  max-width: 100%;
  text-align: center;
}
.p-home-howtouse #premiunm .premiunm-wrap #premiunm-use tbody {
  background-color: #ffffff;
  border: solid 1px black;
  width: 50%;
}
.p-home-howtouse #premiunm .premiunm-wrap #premiunm-use tr,
.p-home-howtouse #premiunm .premiunm-wrap #premiunm-use th {
  border: solid 1px rgb(127, 127, 127);
  text-align: left;
}
.p-home-howtouse #premiunm .premiunm-wrap #premiunm-use td,
.p-home-howtouse #premiunm .premiunm-wrap #premiunm-use th {
  padding: 5px 20px;
}
.p-home-howtouse #premiunm .premiunm-wrap #premiunm-use td {
  text-align: left;
}
.p-home-howtouse #premiunm .premiunm-wrap #premiunm-use th {
  background-color: rgb(218, 218, 218);
  width: 50%;
}
.p-home-howtouse #premiunm .premiunm-wrap .example {
  padding: 50px;
}
.p-home-howtouse #premiunm .premiunm-wrap .example .balloon {
  text-align: center;
  position: relative;
  min-width: 120px;
  max-width: 100%;
}
.p-home-howtouse #premiunm .premiunm-wrap .example .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid rgb(2, 42, 150);
}
.p-home-howtouse #premiunm .premiunm-wrap .example .balloon p {
  margin: 0;
  padding: 0;
}
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  text-align: center;
  gap: 20px;
}
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_one,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_two,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_three,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_four,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_five,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_six,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_seven,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_eight,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_nine,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_ten,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_eleven,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_twelve,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_thirteen {
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 14px;
}
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid img {
  padding-top: 40px;
  display: initial;
}
@media screen and (max-width: 1140px) {
  .p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid img {
    padding-top: 30px;
    width: 60%;
  }
}
@media screen and (max-width: 1140px) {
  .p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid .width img {
    width: 50%;
  }
}
@media screen and (max-width: 1140px) {
  .p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid p {
    margin: 5px 3px;
  }
}
.p-home-pod .acd-check {
  display: none;
}
.p-home-pod .c-section__title {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  color: rgb(2, 42, 150);
}
.p-home-pod .c-section__title span {
  font-size: 28px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-home-pod .c-section__title {
    margin-bottom: 20px;
  }
}
.p-home-pod h2 {
  line-height: 1;
}
.p-home-pod .button {
  text-align: center;
  padding: 100px 0px 80px;
}
.p-home-pod .btn--green,
.p-home-pod a.btn--green {
  color: #fff;
  font-size: 28px;
  background: rgb(38, 163, 60);
  background-image: -moz-linear-gradient(90deg, rgb(8, 113, 35) 0%, rgb(47, 179, 69) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(8, 113, 35) 0%, rgb(47, 179, 69) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(8, 113, 35) 0%, rgb(47, 179, 69) 100%);
  padding: 20px 115px 20px 115px;
}
.p-home-pod .btn--green:hover,
.p-home-pod a.btn--green:hover {
  color: #fff;
  background: rgb(38, 163, 60);
}
.p-home-pod a.btn--radius {
  border-radius: 100vh;
}
.p-home-pod a {
  position: relative;
}
.p-home-pod a:before {
  content: url(../img/home/mail-icon.png);
  vertical-align: middle;
  padding-right: 25px;
}
.p-home-pod a:after {
  content: ">";
  position: absolute;
  vertical-align: middle;
  padding-left: 50px;
}
.p-home-pod .pb {
  padding-bottom: 25px;
}
.p-home-pod .pt {
  padding-top: 25px;
}
.p-home-pod .size20 {
  font-size: 30px;
}
.p-home-pod .size30 {
  font-size: 30px;
}
.p-home-pod .blue {
  color: white;
  background-color: rgb(2, 42, 150);
  padding: 10px;
}
.p-home-pod #pod {
  padding-bottom: 80px;
}
.p-home-pod #pod .main {
  text-align: center;
}
.p-home-pod #pod .main p {
  padding: 0%;
  margin: 0%;
  margin: 0px;
  color: #ffffff;
}
.p-home-pod #pod .main p span {
  font-size: 40px;
}
.p-home-pod #pod .main .size20 {
  font-size: 20px;
}
.p-home-pod #pod .main .size16 {
  font-size: 16px;
}
.p-home-pod #pod .main .size28 {
  padding-top: 30px;
  font-size: 28px;
}
.p-home-pod #pod .main .size30 {
  font-size: 30px;
}
.p-home-pod #pod .main .size14 {
  font-size: 14px;
}
.p-home-pod #pod .pod-wrap {
  border-bottom: solid 3px #fee32a;
  border-right: solid 3px #fee32a;
  border-left: solid 3px #fee32a;
}
.p-home-pod #pod .pod-wrap .flex {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}
.p-home-pod #pod .pod-wrap .flex li {
  width: 32%;
}
.p-home-pod #pod .pod-wrap .flex li img {
  width: 100%;
}
.p-home-pod #pod .pod-wrap .title {
  line-height: 1.667;
}
.p-home-pod #pod .pod-wrap .video {
  text-align: center;
  padding-bottom: 50px;
}
.p-home-pod #pod .pod-wrap .video img {
  margin: 0 auto;
}
.p-home-pod #pod .pod-wrap .video a:before {
  content: none;
}
.p-home-pod #pod .pod-wrap .video a:after {
  content: none;
}
.p-home-pod #pod .pod-wrap .center {
  text-align: center;
}
.p-home-pod #pod .pod-wrap .center span {
  color: rgb(2, 42, 150);
}
.p-home-pod #pod .pod-wrap .center .yallow-maker {
  color: black;
  font-size: 18px;
  font-family: "Hiragino Sans";
  background: linear-gradient(transparent 60%, #fee32a 60%);
}
.p-home-pod #pod .pod-wrap .parent {
  position: relative;
}
.p-home-pod #pod .pod-wrap .parent p {
  position: absolute;
  font-size: 16px;
  font-family: "Hiragino Sans";
  line-height: 1.2;
  font-size: 12px;
}
.p-home-pod #pod .pod-wrap .parent p span {
  display: inline-block;
  padding-bottom: 5px;
}
.p-home-pod #pod .pod-wrap .parent .left {
  top: 71%;
  width: 26%;
  left: 25%;
}
.p-home-pod #pod .pod-wrap .parent .right {
  top: 71%;
  width: 30%;
  left: 68%;
}
.p-home-pod #pod .pod-wrap .flex {
  padding-top: 100px;
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .p-home-pod #pod .pod-wrap .flex {
    padding-top: 70px;
  }
}
.p-home-pod #pod .pod-wrap .flex .text {
  width: 50%;
  padding-left: 25px;
}
.p-home-pod #pod .pod-wrap .flex .text p {
  line-height: 1.625;
  font-size: 16px;
  font-family: "Hiragino Sans";
}
.p-home-pod #pod .pod-wrap .flex .text p span {
  padding-bottom: 5px;
  font-size: 20px;
  font-family: "Hiragino Sans";
  line-height: 1.6;
  display: inline-block;
}
.p-home-pod #pod .pod-wrap .flex .img {
  width: 50%;
  margin-top: 0px;
  padding: 0px;
}
.p-home-pod #pod .pod-wrap .flex .blue-bg {
  text-align: center;
  color: #ffffff;
  background-color: #3660cf;
  padding: 7px;
  margin: 0px;
}
.p-home-pod #pod .pod-wrap .flex .gry-bg {
  padding: 7px;
  background-color: #dadada;
  line-height: 1.6;
}
.p-home-pod #pod .pod-wrap .white-bg {
  font-size: 16px;
  font-family: "Hiragino Sans";
  text-align: center;
  background-color: #ffffff;
}
.p-home-pod #pod .pod-wrap .title {
  line-height: 1.667;
}
.p-home-pod #pod .pod-wrap .pt {
  font-size: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.p-home-pod #pod .pod-wrap .use {
  padding: 50px 50px;
}
.p-home-pod #pod .pod-wrap .use .blue-bg {
  font-size: 30px;
  color: white;
  background-color: rgb(2, 42, 150);
  padding: 10px;
}
.p-home-pod #pod .pod-wrap .use .img {
  padding-top: 50px;
  padding-bottom: 30px;
}
.p-home-pod #pod .pod-wrap .use .mt {
  margin-top: -278px;
}
.p-home-pod #pod .pod-wrap .use .size18 {
  font-size: 18px;
  font-weight: 600;
}
.p-home-pod #pod .pod-wrap .detail {
  padding: 30px 50px 50px;
}
@media screen and (max-width: 1140px) {
  .p-home-pod #pod .pod-wrap .detail .detail-01 {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-pod #pod .pod-wrap .detail .detail-01 {
    padding-right: 0px;
  }
}
.p-home-pod #pod .pod-wrap .detail .table {
  max-width: 100%;
  text-align: center;
}
.p-home-pod #pod .pod-wrap .detail tbody {
  background-color: #ffffff;
  border: solid 1px black;
  width: 50%;
}
.p-home-pod #pod .pod-wrap .detail tr,
.p-home-pod #pod .pod-wrap .detail th {
  border: solid 1px rgb(127, 127, 127);
  text-align: left;
}
.p-home-pod #pod .pod-wrap .detail td,
.p-home-pod #pod .pod-wrap .detail th {
  padding: 5px 15px;
}
.p-home-pod #pod .pod-wrap .detail td {
  text-align: left;
}
.p-home-pod #pod .pod-wrap .detail th {
  background-color: rgb(218, 218, 218);
  width: 50%;
}
.p-home-pod #pod .pod-wrap .bg {
  background-color: #f2f2f2;
}
.p-home-pod #pod .pod-wrap #pod-use {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 0px 50px 0px;
  font-size: 16px;
}
.p-home-pod #pod .pod-wrap #pod-use .table {
  max-width: 100%;
  text-align: center;
}
.p-home-pod #pod .pod-wrap #pod-use tbody {
  background-color: #ffffff;
  border: solid 1px black;
  width: 50%;
}
.p-home-pod #pod .pod-wrap #pod-use tr,
.p-home-pod #pod .pod-wrap #pod-use th {
  border: solid 1px rgb(127, 127, 127);
  text-align: left;
}
.p-home-pod #pod .pod-wrap #pod-use td,
.p-home-pod #pod .pod-wrap #pod-use th {
  padding: 5px 20px;
}
.p-home-pod #pod .pod-wrap #pod-use td {
  text-align: left;
}
.p-home-pod #pod .pod-wrap #pod-use th {
  background-color: rgb(218, 218, 218);
  width: 50%;
}
.p-home-pod #pod .pod-wrap #pod-use02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0px 50px;
  font-size: 16px;
}
@media screen and (max-width: 1140px) {
  .p-home-pod #pod .pod-wrap .detail-01 {
    padding-right: 20px;
  }
}
.p-home-pod #pod .pod-wrap .recommend {
  padding: 0px 50px 50px;
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 1140px) {
  .p-home-pod #pod .pod-wrap .recommend {
    padding: 0px 5px 50px;
  }
}
.p-home-pod #pod .pod-wrap .example {
  padding: 50px;
}
.p-home-pod #pod .pod-wrap .example .balloon {
  text-align: center;
  position: relative;
  min-width: 120px;
  max-width: 100%;
}
.p-home-pod #pod .pod-wrap .example .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid rgb(2, 42, 150);
}
.p-home-pod #pod .pod-wrap .example .balloon p {
  margin: 0;
  padding: 0;
}
.p-home-pod #pod .pod-wrap .example #pod-grid {
  display: grid;
  grid-template-columns: 230px 230px;
  text-align: center;
  justify-content: center;
  font-weight: 600;
}
.p-home-pod #pod .pod-wrap .example #pod-grid img {
  padding-top: 40px;
  display: initial;
}
.p-home-pod #pod .pod-wrap .example #pod-grid_one,
.p-home-pod #pod .pod-wrap .example #pod-grid_two {
  text-align: center;
  background-color: #f2f2f2;
  padding: 0px 40px;
  margin: auto;
  border-radius: 14px;
}
@media screen and (max-width: 1140px) {
  .p-home-pod #pod .pod-wrap #pod-grid_one img {
    width: 77%;
  }
}
@media screen and (max-width: 1140px) {
  .p-home-pod #pod .pod-wrap #pod-grid_two img {
    width: 60%;
  }
}
.p-home-uservoice {
  background-color: #fafafa;
  padding: 80px 0;
  /* ボタン */
  /* 続きを読むボタンの表記 */
  /* ボタンhover時のスタイル */
  /* 最初に見えてるテキストエリアの高さ */
  /* テキストをグラデーションで隠す */
  /* 閉じるボタンの位置 */
  /* 閉じるボタンの表記 */
  /* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
  /* レイアウトの為のスタイル */
}
@media screen and (max-width: 767px) {
  .p-home-uservoice {
    padding: 40px 0 35px;
  }
}
.p-home-uservoice .accordion {
  position: relative;
}
.p-home-uservoice .accordion-btn {
  bottom: 0;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  left: 0;
  margin: auto;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.2s;
  width: fit-content;
  z-index: 1;
}
.p-home-uservoice .accordion-btn::after {
  content: "続きを見る+";
}
.p-home-uservoice .accordion-btn:hover {
  color: black;
  text-decoration: underline;
}
.p-home-uservoice .accordion-text {
  overflow: hidden; /* テキストを隠す */
  position: relative;
}
.p-home-uservoice .accordion-text.is-hide {
  height: 0px;
}
.p-home-uservoice .accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  height: 0px; /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
}
.p-home-uservoice .accordion-btn.is-show {
  bottom: -3em;
}
.p-home-uservoice .accordion-btn.is-show::after {
  content: "閉じる";
}
.p-home-uservoice .accordion-btn.is-show + .accordion-text::before {
  display: none;
}
.p-home-uservoice .accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.p-home-uservoice .accordion:not(:first-of-type) {
  margin-bottom: 100px;
  margin-top: 100px;
}
.p-home-uservoice .accordion-text p {
  line-height: 1.3;
}
.p-home-uservoice .button {
  text-align: center;
  padding: 40px 0px 80px;
}
.p-home-uservoice .button .btn--green,
.p-home-uservoice .button a.btn--green {
  color: #fff;
  font-size: 28px;
  background: rgb(38, 163, 60);
  background-image: -moz-linear-gradient(90deg, rgb(8, 113, 35) 0%, rgb(47, 179, 69) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(8, 113, 35) 0%, rgb(47, 179, 69) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(8, 113, 35) 0%, rgb(47, 179, 69) 100%);
  padding: 20px 115px 20px 115px;
}
.p-home-uservoice .button .btn--green:hover,
.p-home-uservoice .button a.btn--green:hover {
  color: #fff;
  background: rgb(38, 163, 60);
}
.p-home-uservoice .button a.btn--radius {
  border-radius: 100vh;
}
.p-home-uservoice .button a {
  position: relative;
}
.p-home-uservoice .button a:before {
  content: url(../img/home/mail-icon.png);
  vertical-align: middle;
  padding-right: 25px;
}
.p-home-uservoice .button a:after {
  content: ">";
  position: absolute;
  vertical-align: middle;
  padding-left: 50px;
}
.p-home-uservoice .c-section__title {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  color: rgb(2, 42, 150);
}
.p-home-uservoice .c-section__title span {
  font-size: 28px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-home-uservoice .c-section__title {
    margin-bottom: 20px;
  }
}
.p-home-uservoice h2 {
  line-height: 1;
}
.p-home-uservoice .center {
  text-align: center;
}
.p-home-uservoice .size30 {
  font-size: 30px;
}
.p-home-uservoice .w6 {
  font-weight: 600;
}
.p-home-uservoice .pd {
  padding-top: 40px;
  padding-bottom: 20px;
}
.p-home-uservoice .pb20 {
  padding-bottom: 20px;
}
.p-home-uservoice .pt40 {
  padding-top: 40px;
}
.p-home-uservoice .blue {
  color: rgb(2, 42, 150);
  font-size: 28px;
  font-family: "Hiragino Sans";
}
.p-home-uservoice .uservoice-icon {
  padding-top: 50px;
}
.p-home-uservoice .uservoice-icon img {
  margin: 0 auto;
}
.p-home-uservoice #uservoice-jp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  font-size: 16px;
}
.p-home-uservoice #uservoice-jp-grid .gry-bg {
  border-radius: 4px;
  margin-top: 20px;
  padding: 5px 15px;
  background-color: rgb(242, 242, 242);
  display: inline-block;
}
.p-home-uservoice #uservoice-jp-grid .icon {
  padding-top: 20px;
  margin-left: auto;
}
.p-home-uservoice #uservoice-jp-grid p {
  margin: 10px;
}
.p-home-uservoice #uservoice-jp-grid p span {
  font-weight: 600;
  display: inline-block;
  padding-bottom: 20px;
}
.p-home-uservoice #list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  font-size: 16px;
}
.p-home-uservoice #list-grid .gry-bg {
  border-radius: 4px;
  margin-top: 10px;
  padding: 3px 15px;
  background-color: rgb(242, 242, 242);
  font-weight: 600;
}
.p-home-uservoice #list-grid .blue-bg {
  background-color: rgb(2, 42, 150);
  color: #ffffff;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  margin: 20px 0px 20px 0px;
}
.p-home-uservoice #list-grid .white-bg {
  padding: 5px 0px 0px 5px;
  padding-left: 1.2em;
  text-indent: 0rem;
}
.p-home-uservoice #list-grid .icon {
  padding-top: 20px;
  margin-left: auto;
}
.p-home-uservoice #list-grid .center {
  text-align: center;
}
.p-home-uservoice #list-grid .center img {
  padding-top: 60px;
  display: initial;
}
.p-home-uservoice #list-grid p {
  margin: 10px;
}
.p-home-uservoice #list-grid p span {
  font-weight: 600;
  display: inline-block;
  padding-bottom: 20px;
}
.p-home-uservoice #uservoice-overseas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  font-size: 16px;
  padding-bottom: 100px;
}
.p-home-uservoice #uservoice-overseas-grid .gry-bg {
  border-radius: 4px;
  margin-top: 20px;
  padding: 5px 15px;
  background-color: rgb(242, 242, 242);
  display: inline-block;
}
.p-home-uservoice #uservoice-overseas-grid .icon {
  padding-top: 20px;
  margin-left: auto;
}
.p-home-uservoice #uservoice-overseas-grid p {
  margin: 10px;
}
.p-home-uservoice #uservoice-overseas-grid p span {
  font-weight: 600;
  display: inline-block;
  padding-bottom: 20px;
}
.p-home-uservoice .world {
  position: relative;
  padding-bottom: 50px;
}
.p-home-uservoice .world p {
  position: absolute;
  top: 3%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1140px) {
  .p-home-uservoice .world p {
    white-space: pre;
  }
}
.p-home-uservoice .country {
  position: relative;
  background-color: #ffffff;
  padding: 0px 40px 90px 40px;
}
.p-home-uservoice .country .blue {
  color: white;
  background-color: rgb(2, 42, 150);
  padding: 10px;
}
.p-home-uservoice .country .recommend {
  padding: 20px 0px 30px;
  font-size: 28px;
  font-weight: 600;
}
.p-home-uservoice .country .balloon {
  text-align: center;
  position: relative;
  min-width: 120px;
  max-width: 100%;
}
.p-home-uservoice .country .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid rgb(2, 42, 150);
}
.p-home-uservoice .country .balloon p {
  margin: 0;
  padding: 0;
}
.p-home-uservoice .country .flex {
  padding-left: 30px;
  display: flex;
  justify-content: space-between;
}
.p-home-uservoice .country .flex ul {
  padding-left: 0px;
  list-style-position: inside;
  line-height: 2;
  list-style: disc;
}
.p-home-uservoice .country .flex ul li {
  font-weight: 600;
  font-size: 24px;
  padding: 0%;
  margin: 0%;
}
@media screen and (max-width: 1140px) {
  .p-home-uservoice .country .flex ul li {
    font-size: 19.5px;
  }
}
.p-home-uservoice .country .example {
  position: absolute;
  right: 5%;
}
.p-home-qa {
  padding: 100px 0 35px;
}
@media screen and (max-width: 767px) {
  .p-home-qa {
    padding: 40px 0 35px;
  }
}
.p-home-qa .c-section__title {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  color: rgb(2, 42, 150);
}
.p-home-qa .c-section__title span {
  font-size: 28px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-home-qa .c-section__title {
    margin-bottom: 20px;
  }
}
.p-home-qa h2 {
  line-height: 1;
}
.p-home-qa ul {
  border: solid 1px rgb(2, 42, 150);
  margin-bottom: 20px;
}
.p-home-qa ul li span {
  color: rgb(2, 42, 150);
}
.p-home-qa ul .pr {
  font-weight: 600;
  padding: 20px;
  font-size: 20px;
}
.p-home-qa ul .whight {
  font-weight: 600;
}
.p-home-qa ul .gry-bg {
  background-color: #f2f2f2;
  padding: 20px 20px 20px 20px;
  font-size: 16px;
}
.p-home-qa ul .gry-bg .indent {
  padding-left: 60px;
  display: inline-block;
  /* position: absolute; */
  margin-top: -30px;
}
.p-home-qa ul .question {
  padding: 10px 20px 20px 20px;
}
.p-home-qa ul .w6 {
  font-weight: 600;
  padding: 10px 0px 10px 10px;
  font-size: 20px;
}
.p-home-contact {
  padding: 80px 0px 0px 0px;
}
@media screen and (max-width: 767px) {
  .p-home-contact {
    padding: 40px 0 35px;
  }
}
.p-home-contact .c-section__title {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  color: rgb(2, 42, 150);
}
.p-home-contact .c-section__title span {
  font-size: 28px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-home-contact .c-section__title {
    margin-bottom: 20px;
  }
}
.p-home-contact h2 {
  line-height: 1;
}
.p-home-contact .c-bl {
  color: black !important;
}
.p-home-contact .center {
  text-align: center;
}
.p-home-contact .size16 {
  font-size: 16px;
}
.p-home-contact .size18 {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-home-contact .size18 {
    font-size: 16px;
  }
}
.p-home-contact .link:hover {
  opacity: 0.6;
}
.p-home-contact .link {
  padding-bottom: 50px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-home-contact .link {
    line-height: 1.35;
    padding-bottom: 25px;
    padding-top: 10px;
  }
}
.p-home-contact .form iframe {
  width: 1000px;
  height: 1900px;
  background-color: #ffffff;
}
.p-home-contact .hover-underline01 {
  text-decoration: underline blue 1px;
}
.p-home-contact .hover-underline02 {
  color: #022a96;
  text-decoration: underline;
}
.p-home-contact .hover-underline02:hover {
  opacity: 0.6;
}
.p-home-copyright .c-section__title {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  color: rgb(2, 42, 150);
}
.p-home-copyright .c-section__title span {
  font-size: 28px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-home-copyright .c-section__title {
    margin-bottom: 20px;
  }
}
.p-home-copyright .copy-right {
  color: #ffffff;
  background-color: black;
  text-align: center;
  padding: 15px;
  margin-top: 100px;
}
@media screen and (max-width: 1140px) {
  .p-home-copyright .copy-right {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-copyright .copy-right {
    margin-top: 50px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1026px) {
  header {
    background-color: #ffffff;
  }
  header .flex p {
    font-size: 18px;
    line-height: 1;
  }
  header .flex p span {
    font-size: 16px;
  }
  header .flex .arrow {
    padding: 10px;
  }
  header .flex .arrow::before {
    content: "";
    width: 10px;
    height: 10px;
    left: 10px;
    top: 8px;
  }
  header .flex .li-item {
    font-weight: 600;
    padding-top: 20px;
    padding-left: 10px;
    font-size: 12px;
  }
  header .flex .li-item li {
    display: inline-block;
    list-style: none;
    margin-left: 13px;
    padding-top: 5px;
    font-size: 12px;
  }
  header .flex .li-item .li-item-a li {
    border-bottom: solid 1px blue;
  }
  header .flex .li-item .li-item-a li:last-child {
    border-bottom: none;
  }
  header .flex .li-item .li-item-a .btn {
    font-size: 12px;
  }
  header .flex .li-item .li-item-a .btn a:after {
    padding-left: 10px;
  }
  header .flex .li-item .li-item-b {
    padding-left: 25px;
  }
  header .flex .li-item .btn--blue,
header .flex .li-item a.btn--blue {
    color: #fff;
    font-size: 16px;
    padding: 5px 35px 5px 35px;
    background: rgb(2, 42, 150);
  }
  header .flex .li-item a.btn--radius {
    border-radius: 100vh;
  }
  .acd-label {
    display: block;
    margin-bottom: 1px;
    position: relative;
  }
  .acd-label:after {
    top: calc(50% - 5px);
    right: 51px;
    transform: rotate(135deg);
  }
  .acd-check:checked + .acd-label:after {
    content: "";
    transform: rotate(-45deg) !important;
    top: calc(50% - 0px);
    right: 51px;
  }
  #acd-check1:checked + .acd-label + .acd-content {
    height: auto;
  }
  #acd-check2:checked + .acd-label + .acd-content {
    height: auto;
  }
  #acd-check3:checked + .acd-label + .acd-content {
    height: auto;
  }
  .p-home-mainv {
    position: relative;
  }
  .p-home-mainv .carousel-caption {
    padding-bottom: 50px;
    text-shadow: 0px 0px 12px #222222;
    text-align: center;
  }
  .p-home-mainv .parent {
    position: relative;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
  }
  .p-home-mainv .parent .main-text {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 34%);
    -webkit-transform: translate(-50%, 37%);
    -ms-transform: translate(-50%, 34%);
  }
  .p-home-mainv .parent .main-text img {
    width: 100%;
  }
  .p-home-mainv .sub-text {
    font-size: 2.5rem;
  }
  .p-home-mainv .copy {
    width: 70%;
    font-size: 28px;
    color: white;
    position: absolute;
    z-index: 1;
    line-height: 1;
    display: flex;
    flex-direction: column;
    left: 18%;
    top: 3em;
  }
  .p-home-mainv .copy h1 {
    font-size: 37px;
    line-height: 1.38;
    text-align: center;
  }
  .p-home-mainv .copy .bold {
    font-size: 60px;
    padding-top: 130px;
    padding-left: 225px;
    display: inline-block;
    line-height: 0.974;
  }
  .p-home-mainv .copy p {
    margin-bottom: 20px;
    padding-left: 50px;
    padding-top: 20px;
    line-height: 2.176;
  }
  .p-home-mainv .copy .sub-text {
    padding-left: 260px;
    margin-top: -75px;
  }
  .p-home-mainv .copy span {
    font-family: "Hiragino Sans", sans-serif;
    font-weight: bold;
    font-size: 9px;
    line-height: 1.4;
  }
  .p-home-mainv .copy span.left {
    text-align: left;
  }
  .p-home-About #container img {
    width: 100%;
  }
  .p-home-About #container .inline {
    text-align: center;
  }
  .p-home-About #container .inline {
    width: calc((100% - 8px) / 2);
    vertical-align: middle;
    display: inline-block;
    color: #ffffff;
    background-color: rgb(2, 42, 150);
    margin-top: 5px;
    padding: 3px 20px 3px 20px;
    text-align: center;
  }
  .p-home-About #container .left {
    text-align: left;
    padding: 0px 10px;
  }
  .p-home-About #container .center {
    text-align: center;
    font-weight: bold;
  }
  .p-home-About #container p {
    margin: 10px 0;
  }
  .p-home-About #container a {
    text-decoration-line: underline;
    color: rgb(95, 135, 244);
  }
  .p-home-About .About-box {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-home-About .About-box .pictogram-flex {
    display: flex;
    justify-content: space-around;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 25px;
    margin-bottom: 50px;
  }
  .p-home-About .About-box .pictogram-flex a {
    text-align: center;
  }
  .p-home-About .About-box .pictogram-flex a img {
    display: initial;
  }
  .p-home-About .About-box .c {
    position: absolute;
    padding-top: 55px;
    padding-right: 20px;
    z-index: 2;
    max-width: 85%;
  }
  .p-home-About .About-box .circle {
    width: 150px;
    height: 150px;
    margin: 15px 15px 0px 15px;
  }
  .p-home-performance {
    position: relative;
    font-size: 8px;
    padding: 80px 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1026px) and (max-width: 767px) {
  .p-home-performance {
    padding: 40px 0 35px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1026px) {
  .p-home-performance .performanceーbg {
    position: absolute;
    z-index: -1;
    top: -1%;
    left: 0%;
  }
  .p-home-performance .performanceーbg img {
    width: 100%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1026px) {
  .p-home-performance .table-wrap {
    white-space: nowrap;
    overflow-x: scroll;
  }
}
@media screen and (min-width: 767px) and (max-width: 1026px) {
  .p-home-about .l-container-wide {
    padding: 0;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }
  .p-home-about h2 {
    font-size: 35px;
  }
  .p-home-about h2 span {
    font-size: 34px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1026px) {
  .p-home-howtouse .example #basic-grid #basic-grid_one,
.p-home-howtouse .example #basic-grid #basic-grid_two,
.p-home-howtouse .example #basic-grid #basic-grid_three,
.p-home-howtouse .example #basic-grid #basic-grid_four,
.p-home-howtouse .example #basic-grid #basic-grid_five,
.p-home-howtouse .example #basic-grid #basic-grid_six,
.p-home-howtouse .example #basic-grid #basic-grid_seven,
.p-home-howtouse .example #basic-grid #basic-grid_eight,
.p-home-howtouse .example #basic-grid #basic-grid_nine,
.p-home-howtouse .example #basic-grid #basic-grid_ten {
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 14px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1026px) and (max-width: 1140px) {
  .p-home-howtouse .example #basic-grid #basic-grid_one img,
.p-home-howtouse .example #basic-grid #basic-grid_three img {
    padding: 55px 0px 15px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1026px) {
  .p-home-howtouse .example #basic-grid img {
    padding-top: 40px;
    display: initial;
  }
}
@media screen and (min-width: 767px) and (max-width: 1026px) and (max-width: 1140px) {
  .p-home-howtouse .example #basic-grid img {
    padding-top: 30px;
    width: 60%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1026px) and (max-width: 1140px) {
  .p-home-howtouse .example #basic-grid .width img {
    width: 50%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1026px) and (max-width: 1140px) {
  .p-home-howtouse .example #basic-grid p {
    margin: 5px 3px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1026px) {
  .p-home-howtouse #premiunm #premiunm-grid {
    font-weight: 600;
  }
  .p-home-howtouse #premiunm .premiunm-wrap {
    border-bottom: solid 3px #d3a100;
    border-right: solid 3px #d3a100;
    border-left: solid 3px #d3a100;
  }
}
@media screen and (min-width: 767px) and (max-width: 1026px) and (max-width: 1140px) {
  .p-home-howtouse #premiunm .premiunm-wrap #premiunm-grid_four img,
.p-home-howtouse #premiunm .premiunm-wrap #premiunm-grid_five img {
    padding: 30px 0px 5px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 767px) and (max-width: 1026px) and (max-width: 1140px) {
  .p-home-howtouse #premiunm .premiunm-wrap #premiunm-grid_six img {
    padding: 40px 0px 5px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1026px) and (max-width: 1140px) {
  .p-home-howtouse #premiunm .premiunm-wrap #premiunm-grid_three img,
.p-home-howtouse #premiunm .premiunm-wrap #premiunm-grid_seven img,
.p-home-howtouse #premiunm .premiunm-wrap #premiunm-grid_nine img {
    padding: 50px 0px 15px !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1026px) and (max-width: 1140px) {
  .p-home-howtouse #premiunm .premiunm-wrap #premiunm-grid_ten img {
    padding: 55px 0px 15px !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1026px) and (max-width: 1140px) {
  .p-home-howtouse #premiunm .premiunm-wrap #premiunm-grid_eleven,
.p-home-howtouse #premiunm .premiunm-wrap #premiunm-grid_twelve,
.p-home-howtouse #premiunm .premiunm-wrap img {
    padding: 10px 0px 20px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1026px) {
  .p-home-howtouse #premiunm .premiunm-wrap .daini-ma {
    padding-top: 185px !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1026px) {
  .p-home-howtouse #premiunm .premiunm-wrap .flex {
    padding-top: 70px;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .flex .detail-01 {
    padding-right: 20px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .flex li {
    width: 32%;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .flex li img {
    width: 100%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1026px) {
  .p-home-contact .form iframe {
    width: 100%;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-mainv .parent {
    position: relative;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
  }
  .p-home-mainv .parent .main-text {
    position: absolute;
    width: 85%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 40%);
    -webkit-transform: translate(-50%, 40%);
    -ms-transform: translate(-50%, 40%);
  }
  .p-home-mainv .parent .main-text img {
    width: 100%;
  }
  .p-home-mainv .copy {
    width: 70%;
    font-size: 32px;
    color: white;
    position: absolute;
    z-index: 1;
    line-height: 1;
    display: flex;
    flex-direction: column;
    left: 18%;
    top: 4.5em;
  }
  .p-home-mainv .copy h1 {
    font-size: 44px;
    line-height: 1.38;
    text-align: center;
  }
  .p-home-mainv .copy .bold {
    font-size: 66px;
    padding-top: 210px;
    padding-left: 225px;
    display: inline-block;
    line-height: 0.974;
  }
  .p-home-mainv .copy p {
    margin-bottom: 20px;
    padding-left: 50px;
    padding-top: 20px;
    line-height: 2.176;
  }
  .p-home-mainv .copy .sub-text {
    padding-left: 260px;
    margin-top: -90px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) and (max-width: 767px) {
  .p-home-howtouse {
    padding: 40px 0 35px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse .c-section__title {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    color: rgb(2, 42, 150);
  }
  .p-home-howtouse .c-section__title span {
    font-size: 28px;
    font-weight: 300;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) and (max-width: 767px) {
  .p-home-howtouse .c-section__title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse h2 {
    line-height: 1;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse .button {
    text-align: center;
    padding: 100px 0px 80px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse .btn--green,
.p-home-howtouse a.btn--green {
    color: #fff;
    font-size: 28px;
    background: rgb(38, 163, 60);
    background-image: -moz-linear-gradient(90deg, rgb(8, 113, 35) 0%, rgb(47, 179, 69) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(8, 113, 35) 0%, rgb(47, 179, 69) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(8, 113, 35) 0%, rgb(47, 179, 69) 100%);
    padding: 20px 115px 20px 115px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse .btn--green:hover,
.p-home-howtouse a.btn--green:hover {
    color: #fff;
    background: rgb(38, 163, 60);
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse a.btn--radius {
    border-radius: 100vh;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse a {
    position: relative;
  }
  .p-home-howtouse a:before {
    content: url(../img/home/mail-icon.png);
    vertical-align: middle;
    padding-right: 25px;
  }
  .p-home-howtouse a:after {
    content: ">";
    position: absolute;
    vertical-align: middle;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse .pb {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse .pt {
    padding-top: 25px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse .size20 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse .size30 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse .blue {
    color: white;
    background-color: rgb(2, 42, 150);
    padding: 10px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse .recommend {
    padding: 0px 0px 50px;
    font-size: 28px;
    font-weight: 600;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse #basic .main {
    text-align: center;
  }
  .p-home-howtouse #basic .main p {
    padding: 0%;
    margin: 0%;
    color: #ffffff;
  }
  .p-home-howtouse #basic .main p span {
    font-size: 40px;
  }
  .p-home-howtouse #basic .main .size20 {
    font-size: 20px;
  }
  .p-home-howtouse #basic .main .size28 {
    padding-top: 30px;
    font-size: 28px;
  }
  .p-home-howtouse #basic .main .pink {
    padding-top: 20px;
    margin-bottom: 30px;
    background-color: rgb(242, 65, 190);
    padding: 0px 100px;
    display: inline-block;
  }
  .p-home-howtouse #basic .basic-wrap {
    border-bottom: solid 3px rgb(242, 65, 190);
    border-right: solid 3px rgb(242, 65, 190);
    border-left: solid 3px rgb(242, 65, 190);
  }
  .p-home-howtouse #basic .basic-wrap .flex {
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) and (max-width: 1140px) {
  .p-home-howtouse #basic .basic-wrap .flex {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse #basic .basic-wrap .flex li {
    width: 32%;
  }
  .p-home-howtouse #basic .basic-wrap .flex li img {
    width: 100%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse #basic .basic-wrap .title {
    line-height: 1.667;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse #basic .basic-wrap .video {
    text-align: center;
    padding-bottom: 50px;
  }
  .p-home-howtouse #basic .basic-wrap .video img {
    margin: 0 auto;
  }
  .p-home-howtouse #basic .basic-wrap .video a:before {
    content: none;
  }
  .p-home-howtouse #basic .basic-wrap .video a:after {
    content: none;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse #basic .basic-wrap .center {
    text-align: center;
  }
  .p-home-howtouse #basic .basic-wrap .center span {
    color: rgb(2, 42, 150);
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse #basic .basic-wrap .use {
    padding: 50px 50px;
  }
  .p-home-howtouse #basic .basic-wrap .use .img {
    margin-top: -250px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) and (max-width: 1140px) {
  .p-home-howtouse #basic .basic-wrap .use .img {
    margin-top: -180px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse #basic .basic-wrap .use .size18 {
    font-size: 18px;
    font-weight: 600;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse #basic .basic-wrap .bg {
    background-color: #f2f2f2;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse #basic .basic-wrap #basic-use {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 50px;
    font-size: 16px;
    padding-bottom: 100px;
  }
  .p-home-howtouse #basic .basic-wrap #basic-use .table {
    max-width: 100%;
    text-align: center;
  }
  .p-home-howtouse #basic .basic-wrap #basic-use tbody {
    background-color: #ffffff;
    border: solid 1px black;
    width: 50%;
  }
  .p-home-howtouse #basic .basic-wrap #basic-use tr,
.p-home-howtouse #basic .basic-wrap #basic-use th {
    border: solid 1px rgb(127, 127, 127);
    text-align: left;
  }
  .p-home-howtouse #basic .basic-wrap #basic-use td,
.p-home-howtouse #basic .basic-wrap #basic-use th {
    padding: 5px 20px;
  }
  .p-home-howtouse #basic .basic-wrap #basic-use td {
    text-align: left;
  }
  .p-home-howtouse #basic .basic-wrap #basic-use th {
    background-color: rgb(218, 218, 218);
    width: 50%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse #basic .basic-wrap .example {
    padding: 50px;
  }
  .p-home-howtouse #basic .basic-wrap .example .balloon {
    text-align: center;
    position: relative;
    min-width: 120px;
    max-width: 100%;
  }
  .p-home-howtouse #basic .basic-wrap .example .balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid rgb(2, 42, 150);
  }
  .p-home-howtouse #basic .basic-wrap .example .balloon p {
    margin: 0;
    padding: 0;
  }
  .p-home-howtouse #basic .basic-wrap .example #basic-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
    gap: 20px;
  }
  .p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_one,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_two,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_three,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_four,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_five,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_six,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_seven,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_eight,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_nine,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_ten {
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 14px;
  }
  .p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_one P,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_two P,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_three P,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_four P,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_five P,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_six P,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_seven P,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_eight P,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_nine P,
.p-home-howtouse #basic .basic-wrap .example #basic-grid #basic-grid_ten P {
    font-weight: 600;
  }
  .p-home-howtouse #basic .basic-wrap .example #basic-grid img {
    padding-top: 40px;
    display: initial;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) and (max-width: 1140px) {
  .p-home-howtouse #basic .basic-wrap .example #basic-grid img {
    padding-top: 30px;
    width: 60%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) and (max-width: 1140px) {
  .p-home-howtouse #basic .basic-wrap .example #basic-grid .width img {
    width: 50%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) and (max-width: 1140px) {
  .p-home-howtouse #basic .basic-wrap .example #basic-grid p {
    margin: 5px 3px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse #premiunm .premiunm-wrap #premiunm-use {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 50px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) and (max-width: 1140px) {
  .p-home-howtouse #premiunm .premiunm-wrap #premiunm-use {
    padding: 0px 50px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid {
    font-weight: 600;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
    gap: 20px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_one,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_two,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_three,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_four,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_five,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_six,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_seven,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_eight,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_nine,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_ten,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_eleven,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_twelve,
.p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_thirteen {
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 14px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid img {
    padding-top: 40px;
    display: initial;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) and (max-width: 1140px) {
  .p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid img {
    padding-top: 30px;
    width: 60%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) and (max-width: 1140px) {
  .p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid .width img {
    width: 50%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) and (max-width: 1140px) {
  .p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid p {
    margin: 5px 3px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-performance {
    position: relative;
    font-size: 8px;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) and (max-width: 767px) {
  .p-home-performance {
    padding: 40px 0 35px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1400px) {
  .p-home-performance .performanceーbg {
    position: absolute;
    z-index: -1;
    top: -1%;
    left: 0%;
  }
  .p-home-performance .performanceーbg img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
  html, body {
    scroll-padding-top: 60px;
  }
  :target::before {
    content: "";
    display: block;
    height: 70px; /* ずらしたい高さ */
    margin-top: -70px; /* heightに対するネガティブマージン */
    visibility: hidden;
  }
  .pagetop {
    height: 70px;
    width: 70px;
  }
  header .l-container-wide {
    width: 1000px; /* 好きな幅 */
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
  .header {
    background-color: #ffffff;
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    /* ナビのリンク */
    /* ハンバーガーメニュー */
    /* ハンバーガーメニューの線 */
    /* ハンバーガーメニュークリック後のスタイル */
  }
  .header .l-container-wide {
    padding: 0px;
  }
  .header .inner {
    padding-top: 100px;
  }
  .header .contents_innner {
    padding-top: 100px;
    margin-top: -100px;
  }
  .header .title p {
    font-size: 14px;
    font-family: "Hiragino Sans";
    color: rgb(2, 42, 150);
    line-height: 1.25;
    font-weight: 800;
  }
  .header .title p span {
    font-size: 10px;
  }
  .header a {
    text-decoration: none;
  }
  .header ul,
.header li {
    list-style: none;
    width: 93%;
  }
  .header li {
    border-bottom: solid 1px #022a96;
  }
  .header .nav-items .blue a {
    color: #022a96;
  }
  .header .title {
    z-index: 5;
  }
  .header .header__inner {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    position: relative;
  }
  .header .header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 50rem;
    transform: translateX(100%);
    background-color: #ffffff;
    transition: ease 0.4s;
    z-index: 3;
  }
  .header .header__nav.active:after {
    content: "";
    width: 100%;
    height: 10000px;
    margin-top: 500px;
    position: absolute;
    top: 0%;
    left: 0%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    z-index: 6;
    transition: all 0.5s ease-out;
  }
  .header .li-item-a li:last-child {
    border-bottom: none;
  }
  .header .nav-items {
    position: absolute;
    top: 220px;
    left: 52%;
    transform: translate(-50%, -50%);
    padding: 0;
  }
  .header .blue-bg {
    color: #ffffff;
    background-color: rgb(2, 42, 150);
    padding: 10px 100px 10px 100px;
    display: inline-block;
    position: relative;
    top: 437px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100vh;
    font-size: 12px;
  }
  .header .blue-bg a {
    font-size: 14px;
  }
  .header .blue-bg:after {
    content: ">";
    position: absolute;
    vertical-align: middle;
    padding-left: 70px;
  }
  .header .nav-items__item a {
    color: black;
    width: 100%;
    display: block;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .header .nav-items__item:first-child a {
    border-top: solid 1px #022a96;
    padding-top: 12px;
  }
  .header .header__hamburger {
    width: 48px;
    height: 100%;
  }
  .header .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
  }
  .header .hamburger span {
    width: 100%;
    height: 2px;
    background-color: rgb(2, 42, 150);
    position: relative;
    transition: ease 0.4s;
    display: block;
  }
  .header .hamburger span:nth-child(1) {
    top: 0;
  }
  .header .hamburger span:nth-child(2) {
    margin: 8px 0;
  }
  .header .hamburger span:nth-child(3) {
    top: 0;
  }
  .header .header__nav.active {
    transform: translateX(0);
  }
  .header .hamburger.active span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
  }
  .header .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .header .hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
  }
  .acd-label {
    display: block;
    margin-bottom: 1px;
    position: relative;
  }
  .acd-label:after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid rgb(2, 42, 150);
    border-right: 2px solid rgb(2, 42, 150);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 1px);
    right: 2.63em;
    transform: rotate(135deg);
  }
  .acd-label:before {
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 6.2%;
    top: 44%;
  }
  .acd-content {
    display: block;
    height: 0;
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
  }
  .acd-check:checked + .acd-label:after {
    content: "";
    transform: rotate(-45deg) !important;
    top: calc(50% - 1px);
    right: 2.63em;
  }
  .acd-check:checked + .acd-label + .acd-content {
    height: 3400px;
    opacity: 1;
    visibility: visible;
  }
  input[type=checkbox] {
    display: none;
  }
  #acd-check1:checked + .acd-label + .acd-content {
    height: auto;
    padding-bottom: 0px;
  }
  #acd-check2:checked + .acd-label + .acd-content {
    height: auto;
    padding-bottom: 0px;
  }
  #acd-check3:checked + .acd-label + .acd-content {
    height: auto;
    padding-bottom: 0px;
  }
  .l-container-wide {
    width: 850px; /* 好きな幅 */
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
  .p-home-mainv {
    padding-top: 60px;
    position: relative;
  }
  .p-home-mainv .carousel-caption {
    padding-bottom: 50px;
    text-shadow: 0px 0px 12px #222222;
    text-align: center;
  }
  .p-home-mainv .parent {
    position: relative;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
  .p-home-mainv .parent .main-text {
    position: absolute;
    width: 85%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 40%);
    -webkit-transform: translate(-44%, 55%);
    -ms-transform: translate(-50%, 40%);
  }
  .p-home-mainv .parent .main-text img {
    width: 100%;
  }
  .p-home-mainv .sub-text {
    font-size: 1.7rem;
  }
  .p-home-mainv .copy {
    width: 100%;
    font-size: 1.7rem;
    color: white;
    position: absolute;
    z-index: 1;
    line-height: 1;
    display: flex;
    flex-direction: column;
    left: 12%;
    top: 6em;
  }
  .p-home-mainv .copy h1 {
    font-size: 2.5rem;
    line-height: 1.38;
    text-align: center;
  }
  .p-home-mainv .copy .bold {
    font-size: 5.3rem;
    padding-top: 145px;
    padding-left: 70px;
    display: inline-block;
    line-height: 0.974;
  }
  .p-home-mainv .copy p {
    padding-left: 50px;
    padding-top: 20px;
    line-height: 2.176;
  }
  .p-home-mainv .copy .sub-text {
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-left: 120px;
  }
  .p-home-mainv .copy span {
    font-family: "Hiragino Sans", sans-serif;
    font-weight: bold;
    font-size: 9px;
    line-height: 1.4;
  }
  .p-home-mainv .copy span.name {
    text-align: left;
    font-size: 36px;
    background: none;
    margin-top: 17px;
    position: relative;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  .p-home-mainv .copy span.catch {
    position: relative;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: 500;
    padding: 3px 20px 14px;
    margin-bottom: 40px;
    font-size: 40px;
  }
  .p-home-mainv .copy span.left {
    text-align: left;
  }
  .p-home-mainv__text {
    font-size: 16px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) and (max-width: 1140px) {
  .p-home-mainv__slider.pc {
    display: block;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-home-mainv__slider.pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mainv__slider.sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mainv__slider.pc-tab {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mainv .p-home-mainv__slider--item {
    width: 100%;
  }
  .p-home-mainv .p-home-mainv__slider--item img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mainv .slick-track {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mainv .slick-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mainv .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mainv .slick-dots {
    bottom: 70px;
    right: 70px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) and (max-width: 1140px) {
  .p-home-mainv .slick-dots {
    right: 4%;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mainv .slick-dots li {
    width: auto;
    height: auto;
  }
  .p-home-mainv .slick-dots li button {
    width: 40px;
    height: 4px;
    padding: 0;
    background: #cccccc;
  }
  .p-home-mainv .slick-dots li button::before {
    content: none;
  }
  .p-home-mainv .slick-dots li.slick-active button {
    background: #ff803c;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about {
    background: url(../img/home/BG.jpg) center center/cover no-repeat;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-home-about {
    padding: 1px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about .l-container-wide {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about .c-section__title {
    line-height: 1.3;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about .mg {
    margin-top: -20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about .ml {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about .out {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about .flex {
    padding: 10px;
  }
  .p-home-about .flex li {
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about .size16 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about .size20 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about .size30 {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about .size50 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about h2 {
    font-size: 25px;
  }
  .p-home-about h2 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-feature .c-section__title {
    text-align: center;
    font-size: 27px;
    font-weight: 800;
  }
  .p-home-feature .c-section__title span {
    font-size: 16px;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-home-feature .c-section__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-feature h2 {
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-home-feature .pt20 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-feature #img02 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-feature .flex {
    display: block;
    width: 100%;
    margin: 0;
    padding-top: 40px;
  }
  .p-home-feature .flex .text {
    width: 100%;
    padding: 0px 50px;
  }
  .p-home-feature .flex h3 {
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 20px;
  }
  .p-home-feature .flex .img {
    padding-top: 20px;
    margin: 0 auto;
    width: 80%;
  }
  .p-home-feature .flex .img img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-About {
    position: relative;
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-home-About {
    padding: 70px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-About .l-container-wide {
    width: 850px; /* 好きな幅 */
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-About h2 {
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-home-About .performanceーbg {
    position: absolute;
    top: 0%;
    left: -10%;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .p-home-About .c-section__title {
    text-align: center;
    font-size: 27px;
    font-weight: 800;
    color: rgb(2, 42, 150);
  }
  .p-home-About .c-section__title span {
    font-size: 16px;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-home-About .c-section__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-About .About-box {
    font-weight: 600;
  }
  .p-home-About .About-box .center {
    text-align: center;
  }
  .p-home-About .About-box .w6 {
    font-weight: 600;
  }
  .p-home-About .About-box .size26 {
    font-size: 13px;
  }
  .p-home-About .About-box .pt {
    padding: 10px 20px 10px 10px;
  }
  .p-home-About .About-box .pictogram-flex {
    display: flex;
    justify-content: space-around;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 25px;
    margin-bottom: 15px;
    padding: 10px;
  }
  .p-home-About .About-box .pictogram-flex .mt {
    margin-top: 20px;
  }
  .p-home-About .About-box .pictogram-flex a {
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .p-home-About .About-box .pictogram-flex a img {
    display: initial;
  }
  .p-home-About .About-box .c {
    position: absolute;
    padding-top: 30px;
    padding-right: 6.8px;
    z-index: 2;
    width: 81%;
  }
  .p-home-About .About-box .white {
    color: #ffffff;
  }
  .p-home-About .About-box .rectangle-01 {
    margin: auto;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 120px;
    z-index: 2;
    margin-right: 8px;
  }
  .p-home-About .About-box .rectangle-01:before {
    position: absolute;
    content: ""; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 50px; /*画像の幅*/
    height: 50px; /*画像の高さ*/
    background-image: url(../img/home/pictogram-01-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    top: -27%;
    left: 2%;
    background-position: center;
    background-position: 0% 0%;
  }
  .p-home-About .About-box .rectangle-05 {
    margin: auto;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 120px;
    z-index: 1;
    margin-right: 0px;
  }
  .p-home-About .About-box .rectangle-05:before {
    position: absolute;
    content: ""; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 50px; /*画像の幅*/
    height: 50px; /*画像の高さ*/
    background-image: url(../img/home/pictogram-05-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    top: -30%;
    left: -5%;
    background-position: center;
    background-position: 0% 0%;
  }
  .p-home-About .About-box .vertical {
    writing-mode: vertical-rl;
    color: #ffffff;
    font-weight: 600;
    padding-top: 25px;
  }
  .p-home-About .About-box .circle {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background-color: rgb(2, 42, 150);
    width: 73px;
    height: 73px;
    margin: 25px 5px 0px 5px;
    z-index: 3;
  }
  .p-home-About .About-box .circle span {
    position: absolute;
    display: inline-block;
    left: -4%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .p-home-About .About-box .circle span img {
    width: 37%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-About .flex {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding-top: 50px;
  }
  .p-home-About .flex .text {
    width: 50%;
    text-align: center;
    padding: 0px 50px;
  }
  .p-home-About .flex .text span {
    color: rgb(2, 42, 150);
  }
  .p-home-About .flex h3 {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .p-home-About #container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    gap: 20px;
    padding: 0px 20px 0px 20px;
  }
  .p-home-About #container img {
    width: 100%;
  }
  .p-home-About #container .inline {
    text-align: center;
  }
  .p-home-About #container #itemE,
.p-home-About #container #itemF,
.p-home-About #container #itemF,
.p-home-About #container #itemG,
.p-home-About #container #itemH {
    text-align: left;
  }
  .p-home-About #container .inline {
    width: calc((100% - 10px) / 2);
    vertical-align: middle;
    display: inline-block;
    color: #ffffff;
    background-color: rgb(2, 42, 150);
    margin-top: 5px;
    padding: 0px 0px 0px 0px;
  }
  .p-home-About #container .left {
    text-align: left;
    padding: 0px 20px;
  }
  .p-home-About #container .center {
    text-align: center;
    font-weight: bold;
  }
  .p-home-About #container p {
    margin: 10px 0;
  }
  .p-home-About #container a {
    text-decoration-line: underline;
    color: rgb(95, 135, 244);
  }
}
@media screen and (max-width: 767px) {
  .p-home-material {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-home-material {
    padding: 40px 20px 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-material h2 {
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-home-material .material-bg {
    position: absolute;
    top: 10%;
    left: 0%;
    z-index: -1;
    width: 100%;
  }
  .p-home-material .material-bg img {
    width: 120%;
    zoom: 150%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-material .c-section__title {
    text-align: center;
    font-size: 27px;
    font-weight: 800;
    color: rgb(2, 42, 150);
  }
  .p-home-material .c-section__title span {
    font-size: 16px;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-home-material .c-section__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-material .center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-home-material table {
    margin-top: 20px;
    vertical-align: inherit;
  }
}
@media screen and (max-width: 767px) {
  .p-home-material th {
    vertical-align: inherit;
    white-space: nowrap;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-material td {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-material .size14 {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-home-performance {
    padding: 40px 20px 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-performance .performanceーbg {
    position: absolute;
    z-index: -1;
    top: -1%;
    left: -77%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-performance h2 {
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-home-performance .c-section__title {
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    color: rgb(2, 42, 150);
  }
  .p-home-performance .c-section__title span {
    font-size: 14px;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-home-performance .c-section__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-performance .center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-home-performance table {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-performance .table-wrap {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .p-home-performance .table {
    width: 100%;
    border-collapse: collapse;
  }
}
@media screen and (max-width: 767px) {
  .p-home-performance tbody {
    display: inline-block;
    text-align: left;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-performance .table th,
.p-home-performance .table td {
    white-space: nowrap;
    padding: 4px 8px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-performance .title td:not(:last-child) {
    border-right: 2px solid #eee;
  }
}
@media screen and (max-width: 767px) {
  .p-home-performance span.sup {
    vertical-align: super;
    font-size: smaller;
  }
}
@media screen and (max-width: 767px) {
  .p-home-performance .table .title {
    text-align: center;
    background-color: rgb(2, 42, 150);
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .p-home-performance .table .skyblue-bg {
    background-color: rgb(244, 247, 255);
  }
}
@media screen and (max-width: 767px) {
  .p-home-performance .table.img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-performance img {
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .p-home-performance .table .img {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-performance p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-performance .button {
    text-align: center;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-performance .btn--green,
.p-home-performance a.btn--green {
    font-size: 16px;
    padding: 0px 0px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-performance a.btn--radius {
    border-radius: 100vh;
    padding: 15px 80px 15px 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-performance a:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/home/mail-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    top: 33%;
    left: 15%;
    background-position: center;
    background-position: 0% 0%;
    padding-right: 0px;
  }
  .p-home-performance a:after {
    content: ">";
    position: absolute;
    top: 18%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-performance .size14 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-howtouse .anchor {
    margin-top: -10px;
    padding: 0px 0px 30px 0px;
  }
  .p-home-howtouse .l-container-wide {
    width: 850px; /* 好きな幅 */
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: -20px;
    padding: 0px 0px 30px 0px;
  }
  .p-home-howtouse .pc {
    display: none;
  }
  .p-home-howtouse .sp {
    display: block;
  }
  .p-home-howtouse .pt40 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-home-howtouse {
    padding: 0px 20px 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-howtouse .c-section__title {
    text-align: center;
    font-size: 27px;
    font-weight: 800;
    color: rgb(2, 42, 150);
  }
  .p-home-howtouse .c-section__title span {
    font-size: 16px;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-home-howtouse .c-section__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-howtouse h2 {
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-home-howtouse .button {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-howtouse .btn--green,
.p-home-howtouse a.btn--green {
    font-size: 14px;
    padding: 0px 0px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-howtouse a.btn--radius {
    padding: 15px 55px 15px 85px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-howtouse a:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/home/mail-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    top: 30%;
    left: 15%;
    background-position: center;
    background-position: 0% 0%;
    padding-right: 0px;
  }
  .p-home-howtouse a:after {
    content: ">";
    position: absolute;
    top: 17%;
    padding-left: 23px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-howtouse .pb {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-howtouse .pt {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-howtouse .size20 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-howtouse .size30 {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-howtouse .blue {
    color: white;
    background-color: rgb(2, 42, 150);
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-howtouse .recommend {
    padding: 0px 0px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-howtouse #basic {
    padding-bottom: 25px;
  }
  .p-home-howtouse #basic .main {
    text-align: center;
  }
  .p-home-howtouse #basic .main p {
    padding: 0%;
    margin: 0%;
    color: #ffffff;
  }
  .p-home-howtouse #basic .main p span {
    font-size: 20px;
  }
  .p-home-howtouse #basic .main .size20 {
    font-size: 10px;
  }
  .p-home-howtouse #basic .main .size28 {
    padding-top: 30px;
    font-size: 14px;
  }
  .p-home-howtouse #basic .basic-wrap .flex {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  }
  .p-home-howtouse #basic .basic-wrap .flex li {
    width: 32%;
  }
  .p-home-howtouse #basic .basic-wrap .flex li img {
    width: 100%;
  }
  .p-home-howtouse #basic .basic-wrap .video {
    text-align: center;
    padding: 0px 15px 50px;
  }
  .p-home-howtouse #basic .basic-wrap .center {
    text-align: center;
  }
  .p-home-howtouse #basic .basic-wrap .center span {
    color: rgb(2, 42, 150);
  }
  .p-home-howtouse #basic .basic-wrap .use {
    padding: 15px 15px;
  }
  .p-home-howtouse #basic .basic-wrap .use .size30 {
    font-size: 17px;
  }
  .p-home-howtouse #basic .basic-wrap .use .img {
    margin-top: -90px;
    padding-bottom: 5px;
  }
  .p-home-howtouse #basic .basic-wrap .use .size18 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .p-home-howtouse #basic .basic-wrap .use .blue {
    padding: 5px;
  }
  .p-home-howtouse #basic .basic-wrap .bg {
    background-color: #f2f2f2;
  }
  .p-home-howtouse #basic .basic-wrap #basic-use {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 15px;
    font-size: 14px;
  }
  .p-home-howtouse #basic .basic-wrap #basic_item08 {
    padding: 0px 15px 50px 15px;
  }
  .p-home-howtouse #basic .basic-wrap #basic_item08 .table {
    max-width: 100%;
    text-align: center;
  }
  .p-home-howtouse #basic .basic-wrap #basic_item08 tbody {
    background-color: #ffffff;
    border: solid 1px black;
    width: 50%;
  }
  .p-home-howtouse #basic .basic-wrap #basic_item08 tr,
.p-home-howtouse #basic .basic-wrap #basic_item08 th {
    border: solid 1px rgb(127, 127, 127);
    text-align: left;
  }
  .p-home-howtouse #basic .basic-wrap #basic_item08 td,
.p-home-howtouse #basic .basic-wrap #basic_item08 th {
    padding: 5px 20px;
  }
  .p-home-howtouse #basic .basic-wrap #basic_item08 td {
    text-align: left;
  }
  .p-home-howtouse #basic .basic-wrap #basic_item08 th {
    background-color: rgb(218, 218, 218);
    width: 50%;
    font-weight: 300;
  }
  .p-home-howtouse #basic .basic-wrap .example {
    padding: 15px;
  }
  .p-home-howtouse #basic .basic-wrap .example .balloon {
    text-align: center;
    position: relative;
    min-width: 120px;
    max-width: 100%;
    font-size: 14px;
  }
  .p-home-howtouse #basic .basic-wrap .example .balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid rgb(2, 42, 150);
  }
  .p-home-howtouse #basic .basic-wrap .example .balloon p {
    margin: 0;
    padding: 0;
  }
  .p-home-howtouse #basic .basic-wrap .example #basic-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    gap: 7px;
    grid-template-rows: 95px 95px 95px;
    height: 315px;
  }
  .p-home-howtouse #basic .basic-wrap .example #basic-grid p {
    padding: 0px;
    margin: 10px 1px 5px 1px;
    line-height: 1.2;
    font-size: 10px;
    font-weight: 600;
  }
  .p-home-howtouse #basic .basic-wrap .example #basic-grid .size20 {
    font-size: 11px;
  }
  .p-home-howtouse #basic .basic-wrap .example #basic-grid .pt20 {
    padding-top: 20px;
  }
  .p-home-howtouse #basic .basic-wrap .example #basic-grid .width60 {
    width: 60%;
  }
  .p-home-howtouse #basic .basic-wrap .example #basic-grid img {
    width: 65%;
    padding-top: 10px;
    display: initial;
  }
  .p-home-howtouse #basic .basic-wrap .example #basic-grid .width img {
    width: 44%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-howtouse #premiunm {
    padding-bottom: 25px;
  }
  .p-home-howtouse #premiunm .pc {
    display: none;
  }
  .p-home-howtouse #premiunm .sp {
    display: block;
  }
  .p-home-howtouse #premiunm .main {
    text-align: center;
  }
  .p-home-howtouse #premiunm .main p {
    padding: 0%;
    margin: 0%;
    margin: 0px;
    color: #ffffff;
  }
  .p-home-howtouse #premiunm .main p span {
    font-size: 20px;
  }
  .p-home-howtouse #premiunm .main .size20 {
    font-size: 10px;
  }
  .p-home-howtouse #premiunm .main .size16 {
    font-size: 8px;
  }
  .p-home-howtouse #premiunm .main .size28 {
    padding-top: 30px;
    font-size: 14px;
  }
  .p-home-howtouse #premiunm .main .size14 {
    font-size: 7px;
  }
  .p-home-howtouse #premiunm .main .pink {
    padding-top: 20px;
    margin-bottom: 30px;
    padding: 0px 100px;
    display: inline-block;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .flex {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .flex li {
    width: 32%;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .flex li img {
    width: 100%;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .video {
    text-align: center;
    padding: 0px 15px 50px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .center {
    text-align: center;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .center .yallow-maker {
    font-size: 12px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .daini-ma {
    display: block;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .parent p {
    font-size: 8px;
    line-height: 1.2;
    font-size: 12px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .parent p span {
    padding-bottom: 5px;
    font-size: 13px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .parent .left {
    top: -40%;
    width: 80%;
    left: 12%;
    font-size: 13px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .parent .right {
    top: 58%;
    width: 70%;
    left: 0%;
    font-size: 13px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .flex {
    padding-top: 50px;
    max-width: 100%;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .flex .text {
    width: 100%;
    padding-left: 0px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .flex .text p {
    line-height: 1.625;
    font-size: 14px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .flex .text p span {
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 1.6;
    display: inline-block;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .flex .img {
    width: 100%;
    margin-top: 0px;
    padding: 0px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .flex .blue-bg {
    text-align: center;
    padding: 7px;
    margin: 0px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .flex .gry-bg {
    padding: 7px;
    line-height: 1.6;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .white-bg {
    font-size: 14px;
    text-align: center;
    padding: 10px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .white-bg p {
    padding: 10px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .use {
    padding: 15px 15px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .use .img {
    padding-bottom: 55px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .use .mt {
    margin-top: 110px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .use .size18 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.7px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .use .blue {
    padding: 5px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .detail {
    display: block;
    padding: 30px 20px 50px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .detail .table {
    max-width: 100%;
    text-align: center;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .detail tbody {
    width: 50%;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .detail tr,
.p-home-howtouse #premiunm .premiunm-wrap .detail th {
    text-align: left;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .detail td,
.p-home-howtouse #premiunm .premiunm-wrap .detail th {
    padding: 5px 15px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .detail td {
    text-align: left;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .detail th {
    width: 50%;
    font-weight: 300;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .detail .detail-01 {
    padding-bottom: 20px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap #premiunm-use {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    padding: 0px 15px 15px 15px;
    font-size: 8px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap #premiunm-use .table {
    max-width: 100%;
    text-align: center;
  }
  .p-home-howtouse #premiunm .premiunm-wrap #premiunm-use tbody {
    width: 50%;
  }
  .p-home-howtouse #premiunm .premiunm-wrap #premiunm-use tr,
.p-home-howtouse #premiunm .premiunm-wrap #premiunm-use th {
    text-align: left;
  }
  .p-home-howtouse #premiunm .premiunm-wrap #premiunm-use td,
.p-home-howtouse #premiunm .premiunm-wrap #premiunm-use th {
    padding: 5px 20px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap #premiunm-use td {
    text-align: left;
  }
  .p-home-howtouse #premiunm .premiunm-wrap #premiunm-use th {
    width: 50%;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .example {
    padding: 15px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .example .balloon {
    text-align: center;
    position: relative;
    min-width: 120px;
    max-width: 100%;
    margin-top: 30px;
    font-size: 14px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .example .balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 10px solid rgb(2, 42, 150);
  }
  .p-home-howtouse #premiunm .premiunm-wrap .example .balloon p {
    margin: 0;
    padding: 0;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    gap: 7px;
    grid-template-rows: 95px 95px 95px;
    height: 315px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_four img {
    padding-top: 8px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_six img {
    padding-top: 23px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid #premiunm-grid_nine img {
    padding-top: 30px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid img {
    width: 50%;
    padding-top: 17px;
    display: initial;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid p {
    padding: 0px;
    margin: 10px 1px 5px 1px;
    line-height: 1.2;
    font-size: 10px;
    font-weight: 600;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid .size20 {
    font-size: 11px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid .pt20 {
    padding-top: 20px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid .pt img {
    padding-top: 4.5px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid .width60 {
    padding-top: 20px;
    width: 70%;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid-center {
    width: 27%;
    text-align: center;
    justify-content: center;
    border-radius: 14px;
    background-color: #f2f2f2;
    padding: 0px;
    margin: 0 auto;
    height: 95px;
    margin-top: -28px;
    font-weight: 600;
    font-size: 11px;
  }
  .p-home-howtouse #premiunm .premiunm-wrap .example #premiunm-grid-center img {
    width: 55%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
    margin: 0 auto;
    margin-bottom: -25px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-pod {
    padding: 0px 20px 0px;
  }
  .p-home-pod .acd-check {
    display: none;
  }
  .p-home-pod .button {
    text-align: center;
    padding: 50px 0px 40px;
  }
  .p-home-pod .btn--green,
.p-home-pod a.btn--green {
    font-size: 14px;
    padding: 0px 0px 0px 0px;
  }
  .p-home-pod a.btn--radius {
    padding: 15px 55px 15px 85px;
  }
  .p-home-pod a:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/home/mail-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    top: 30%;
    left: 15%;
    background-position: center;
    background-position: 0% 0%;
    padding-right: 0px;
  }
  .p-home-pod a:after {
    content: ">";
    position: absolute;
    top: 17%;
    padding-left: 23px;
  }
  .p-home-pod .c-section__title {
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    color: rgb(2, 42, 150);
  }
  .p-home-pod .c-section__title span {
    font-size: 14px;
    font-weight: 300;
  }
  .p-home-pod h2 {
    line-height: 1;
  }
  .p-home-pod .pb {
    padding-bottom: 50px;
  }
  .p-home-pod .pt {
    padding-top: 50px;
  }
  .p-home-pod .blue {
    padding: 10px;
  }
  .p-home-pod #pod {
    padding-bottom: 25px;
  }
  .p-home-pod #pod .main {
    text-align: center;
  }
  .p-home-pod #pod .main p {
    padding: 0%;
    margin: 0%;
    margin: 0px;
    color: #ffffff;
  }
  .p-home-pod #pod .main p span {
    font-size: 20px;
  }
  .p-home-pod #pod .main .size20 {
    font-size: 10px;
  }
  .p-home-pod #pod .main .size16 {
    font-size: 8px;
  }
  .p-home-pod #pod .main .size28 {
    padding-top: 30px;
    font-size: 14px;
  }
  .p-home-pod #pod .main .size30 {
    font-size: 12px;
  }
  .p-home-pod #pod .main .size14 {
    font-size: 7px;
  }
  .p-home-pod #pod .pod-wrap .flex {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  }
  .p-home-pod #pod .pod-wrap .flex li {
    width: 32%;
  }
  .p-home-pod #pod .pod-wrap .flex li img {
    width: 100%;
  }
  .p-home-pod #pod .pod-wrap .center {
    text-align: center;
  }
  .p-home-pod #pod .pod-wrap .center span {
    color: rgb(2, 42, 150);
  }
  .p-home-pod #pod .pod-wrap .center .yallow-maker {
    font-size: 9px;
  }
  .p-home-pod #pod .pod-wrap .parent p {
    font-size: 8px;
    line-height: 1.2;
  }
  .p-home-pod #pod .pod-wrap .parent p span {
    display: inline-block;
    padding-bottom: 5px;
  }
  .p-home-pod #pod .pod-wrap .parent .left {
    top: 71%;
    width: 26%;
    left: 25%;
  }
  .p-home-pod #pod .pod-wrap .parent .right {
    top: 71%;
    width: 30%;
    left: 68%;
  }
  .p-home-pod #pod .pod-wrap .flex {
    padding-top: 50px;
    max-width: 100%;
  }
  .p-home-pod #pod .pod-wrap .flex .text {
    width: 50%;
    padding-left: 25px;
  }
  .p-home-pod #pod .pod-wrap .flex .text p {
    line-height: 1.625;
    font-size: 8px;
  }
  .p-home-pod #pod .pod-wrap .flex .text p span {
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 1.6;
    display: inline-block;
  }
  .p-home-pod #pod .pod-wrap .flex .img {
    width: 50%;
    margin-top: 0px;
    padding: 0px;
  }
  .p-home-pod #pod .pod-wrap .flex .blue-bg {
    text-align: center;
    padding: 7px;
    margin: 0px;
  }
  .p-home-pod #pod .pod-wrap .flex .gry-bg {
    padding: 7px;
    line-height: 1.6;
  }
  .p-home-pod #pod .pod-wrap .white-bg {
    font-size: 8px;
    text-align: center;
  }
  .p-home-pod #pod .pod-wrap .pt {
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .p-home-pod #pod .pod-wrap .video {
    text-align: center;
    padding: 0px 15px 50px;
  }
  .p-home-pod #pod .pod-wrap .use {
    padding: 20px 15px;
  }
  .p-home-pod #pod .pod-wrap .use .blue-bg {
    font-size: 17px;
    padding: 5px;
  }
  .p-home-pod #pod .pod-wrap .use .img {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .p-home-pod #pod .pod-wrap .use .mt {
    margin-top: -278px;
  }
  .p-home-pod #pod .pod-wrap .use .size18 {
    font-size: 13.5px;
    font-weight: 600;
  }
  .p-home-pod #pod .pod-wrap .detail {
    display: block;
    padding: 30px 15px 15px;
  }
  .p-home-pod #pod .pod-wrap .detail .table {
    max-width: 100%;
    text-align: center;
  }
  .p-home-pod #pod .pod-wrap .detail tbody {
    width: 50%;
  }
  .p-home-pod #pod .pod-wrap .detail tr,
.p-home-pod #pod .pod-wrap .detail th {
    text-align: left;
  }
  .p-home-pod #pod .pod-wrap .detail td,
.p-home-pod #pod .pod-wrap .detail th {
    padding: 5px 15px;
  }
  .p-home-pod #pod .pod-wrap .detail td {
    text-align: left;
  }
  .p-home-pod #pod .pod-wrap .detail th {
    width: 50%;
    font-weight: 300;
  }
  .p-home-pod #pod .pod-wrap .detail-02 {
    padding: 20px 0px 50px;
  }
  .p-home-pod #pod .pod-wrap #pod-use {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0px 15px 0px;
    font-size: 14px;
  }
  .p-home-pod #pod .pod-wrap #pod-use .table {
    max-width: 100%;
    text-align: center;
  }
  .p-home-pod #pod .pod-wrap #pod-use tbody {
    width: 50%;
  }
  .p-home-pod #pod .pod-wrap #pod-use tr,
.p-home-pod #pod .pod-wrap #pod-use th {
    text-align: left;
  }
  .p-home-pod #pod .pod-wrap #pod-use td,
.p-home-pod #pod .pod-wrap #pod-use th {
    padding: 5px 20px;
  }
  .p-home-pod #pod .pod-wrap #pod-use td {
    text-align: left;
  }
  .p-home-pod #pod .pod-wrap #pod-use th {
    width: 50%;
  }
  .p-home-pod #pod .pod-wrap #pod-use02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0px 15px;
    font-size: 12px;
  }
  .p-home-pod #pod .pod-wrap .recommend {
    padding: 0px 15px 15px;
    font-size: 14px;
  }
  .p-home-pod #pod .pod-wrap .example {
    padding: 15px;
  }
  .p-home-pod #pod .pod-wrap .example .balloon {
    font-size: 14px;
    text-align: center;
    position: relative;
    min-width: 120px;
    max-width: 100%;
    letter-spacing: -0.9px;
  }
  .p-home-pod #pod .pod-wrap .example .balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 10px solid rgb(2, 42, 150);
  }
  .p-home-pod #pod .pod-wrap .example .balloon p {
    margin: 0;
    padding: 0;
  }
  .p-home-pod #pod .pod-wrap .example #pod-grid {
    display: grid;
    grid-template-columns: 130px 130px;
    text-align: center;
    justify-content: center;
    font-weight: 600;
    font-size: 11px;
  }
  .p-home-pod #pod .pod-wrap .example #pod-grid img {
    padding-top: 10px;
    display: initial;
  }
  .p-home-pod #pod .pod-wrap .example #pod-grid_one,
.p-home-pod #pod .pod-wrap .example #pod-grid_two {
    text-align: center;
    margin: auto;
    border-radius: 14px;
    padding: 0px;
  }
  .p-home-pod #pod .pod-wrap .example #pod-grid_one img,
.p-home-pod #pod .pod-wrap .example #pod-grid_two img {
    width: 50%;
  }
  .p-home-pod #pod-grid_one {
    padding: 0px 0px;
  }
  .p-home-pod #pod-grid_one p {
    margin: 10px 10px;
  }
  .p-home-pod #pod-grid_two {
    padding: 0px 40px;
  }
  .p-home-pod #pod-grid_two p {
    margin: 8px 5px;
    line-height: 1.2;
  }
  .p-home-pod #pod-grid_two img {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-uservoice {
    padding: 40px 20px 35px;
  }
  .p-home-uservoice .button {
    text-align: center;
    padding-top: 0px;
  }
  .p-home-uservoice .button .btn--green,
.p-home-uservoice .button a.btn--green {
    font-size: 14px;
    padding: 0px 0px 0px 0px;
  }
  .p-home-uservoice .button a.btn--radius {
    border-radius: 100vh;
    padding: 15px 80px 15px 80px;
  }
  .p-home-uservoice .button a:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/home/mail-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    top: 33%;
    left: 15%;
    background-position: center;
    background-position: 0% 0%;
    padding-right: 0px;
  }
  .p-home-uservoice .button a:after {
    content: ">";
    position: absolute;
    top: 18%;
    padding-left: 30px;
  }
  .p-home-uservoice .c-section__title {
    text-align: center;
    font-size: 27px;
    font-weight: 800;
    color: rgb(2, 42, 150);
  }
  .p-home-uservoice .c-section__title span {
    font-size: 14px;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-home-uservoice .c-section__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-uservoice h2 {
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-home-uservoice .center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-home-uservoice .size30 {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-uservoice .w6 {
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .p-home-uservoice .pd {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-uservoice .pb20 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-uservoice .pt40 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-uservoice .blue {
    color: rgb(2, 42, 150);
    font-size: 17px;
    font-family: "Hiragino Sans";
  }
}
@media screen and (max-width: 767px) {
  .p-home-uservoice .uservoice-icon {
    padding-top: 50px;
  }
  .p-home-uservoice .uservoice-icon img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-home-uservoice #uservoice-jp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    font-size: 12.7px;
  }
  .p-home-uservoice #uservoice-jp-grid .gry-bg {
    border-radius: 4px;
    margin-top: 20px;
    padding: 3px 10px;
    display: inline-block;
  }
  .p-home-uservoice #uservoice-jp-grid .icon {
    padding-top: 10px;
    margin-left: auto;
    width: 50%;
  }
  .p-home-uservoice #uservoice-jp-grid p {
    margin: 5px;
  }
  .p-home-uservoice #uservoice-jp-grid p span {
    font-weight: 600;
    display: inline-block;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-uservoice .accordion-btn {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-uservoice #list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    font-size: 8px;
  }
  .p-home-uservoice #list-grid .gry-bg {
    border-radius: 4px;
    margin-top: 10px;
    padding: 3px 5px;
    font-weight: 600;
  }
  .p-home-uservoice #list-grid .blue-bg {
    background-color: rgb(2, 42, 150);
    color: #ffffff;
    height: 40px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    margin: 20px 0px 20px 0px;
  }
  .p-home-uservoice #list-grid .white-bg {
    padding: 5px 0px 0px 5px;
    text-indent: 0rem;
    padding-left: 1rem;
  }
  .p-home-uservoice #list-grid .icon {
    padding-top: 20px;
    margin-left: auto;
  }
  .p-home-uservoice #list-grid .center {
    text-align: center;
  }
  .p-home-uservoice #list-grid .center img {
    padding-top: 60px;
    display: initial;
  }
  .p-home-uservoice #list-grid p {
    margin: 10px;
  }
  .p-home-uservoice #list-grid p span {
    font-weight: 600;
    display: inline-block;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-uservoice #uservoice-overseas-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    font-size: 12.7px;
    padding-bottom: 100px;
  }
  .p-home-uservoice #uservoice-overseas-grid .gry-bg {
    border-radius: 4px;
    margin-top: 20px;
    padding: 5px 15px;
    display: inline-block;
  }
  .p-home-uservoice #uservoice-overseas-grid .icon {
    padding-top: 10px;
    margin-left: auto;
    width: 50%;
  }
  .p-home-uservoice #uservoice-overseas-grid p {
    margin: 5px;
  }
  .p-home-uservoice #uservoice-overseas-grid p span {
    font-weight: 600;
    display: inline-block;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-uservoice .world {
    position: relative;
  }
  .p-home-uservoice .world p {
    position: absolute;
    top: 3%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-home-uservoice .country {
    background-color: #ffffff;
    padding: 0px 20px 90px 20px;
  }
  .p-home-uservoice .country .blue {
    color: white;
    background-color: rgb(2, 42, 150);
    padding: 10px;
  }
  .p-home-uservoice .country .recommend {
    padding: 20px 0px 30px;
    font-size: 14px;
    font-weight: 600;
  }
  .p-home-uservoice .country .balloon {
    text-align: center;
    position: relative;
    min-width: 120px;
    max-width: 100%;
  }
  .p-home-uservoice .country .balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 10px solid rgb(2, 42, 150);
  }
  .p-home-uservoice .country .balloon p {
    margin: 0;
    padding: 0;
  }
  .p-home-uservoice .country .flex {
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
  }
  .p-home-uservoice .country .flex ul {
    line-height: 2;
    list-style: disc;
  }
  .p-home-uservoice .country .flex ul li {
    font-weight: 600;
    font-size: 11px;
    padding: 0%;
    margin: 0%;
  }
  .p-home-uservoice .country .example {
    position: absolute;
    right: 5%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-home-qa {
    padding: 40px 20px 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-qa .c-section__title {
    text-align: center;
    font-size: 27px;
    font-weight: 800;
    color: rgb(2, 42, 150);
  }
  .p-home-qa .c-section__title span {
    font-size: 16px;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-home-qa .c-section__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-qa h2 {
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-home-qa ul {
    border: solid 1px rgb(2, 42, 150);
    margin-bottom: 20px;
  }
  .p-home-qa ul li span {
    color: rgb(2, 42, 150);
  }
  .p-home-qa ul .pr {
    font-weight: 600;
    padding: 20px;
    font-size: 10px;
  }
  .p-home-qa ul .gry-bg {
    background-color: #f2f2f2;
    padding: 10px 10px 10px 10px;
    font-size: 8px;
  }
  .p-home-qa ul .gry-bg .indent {
    padding-left: 20px;
    display: inline-block;
    /* position: absolute; */
    margin-top: -20px;
    margin-bottom: 0px;
    font-size: 11.5px;
  }
  .p-home-qa ul .question {
    padding: 10px 10px 10px 10px;
  }
  .p-home-qa ul .w6 {
    font-weight: 600;
    padding: 10px 0px 10px 0px;
    font-size: 11.5px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-contact {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-home-contact {
    padding: 40px 20px 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-contact .c-section__title {
    text-align: center;
    font-size: 27px;
    font-weight: 800;
    color: rgb(2, 42, 150);
  }
  .p-home-contact .c-section__title span {
    font-size: 16px;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-home-contact .c-section__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-contact h2 {
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-home-contact .center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-home-contact .size16 {
    font-size: 11.3px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-contact .form iframe {
    width: 1000px;
    height: 1300px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-copyright .c-section__title {
    text-align: center;
    font-size: 25px;
    font-weight: 800;
  }
  .p-home-copyright .c-section__title span {
    font-size: 28px;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-home-copyright .c-section__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-copyright .copy-right {
    text-align: center;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-contact .form iframe {
    width: 100%;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 767px) and (min-width: 550px) and (max-width: 768px) {
  .p-home-mainv .parent {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .p-home-mainv .sub-text {
    font-size: 2.6rem;
  }
  .p-home-mainv .copy {
    width: 70%;
    font-size: 24px;
    color: white;
    position: absolute;
    z-index: 1;
    line-height: 1;
    display: flex;
    flex-direction: column;
    left: 12.5%;
    top: 7em;
  }
  .p-home-mainv .copy h1 {
    font-size: 38px;
    line-height: 1.38;
    text-align: center;
  }
  .p-home-mainv .copy .bold {
    font-size: 60px;
    padding-top: 200px;
    padding-left: 90px;
    display: inline-block;
    line-height: 0.974;
  }
  .p-home-mainv .copy p {
    margin-bottom: 20px;
    padding-left: 50px;
    padding-top: 20px;
    line-height: 2.176;
  }
  .p-home-mainv .copy .sub-text {
    padding-left: 135px;
    margin-top: -75px;
  }
}
/* p-company
--------------------------- */
.p-company-mainv::before {
  background-image: url(../img/company/mainv.jpg);
}
.p-company-message__detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1140px) {
  .p-company-message__detail {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-company-message__detail {
    display: block;
  }
}
.p-company-message__img {
  width: 48%;
  padding-top: 50%;
}
@media screen and (max-width: 767px) {
  .p-company-message__img {
    width: 100%;
    padding-top: 100%;
    margin-bottom: 30px;
  }
}
.p-company-message__text {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-company-message__text {
    width: 100%;
  }
}
.p-company-history__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-company-history__wrap {
    display: block;
  }
}
.p-company-history__timeline {
  width: calc(100% - 300px);
}
@media screen and (max-width: 767px) {
  .p-company-history__timeline {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-company-history__img {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .p-company-history__img {
    width: 100%;
    padding-top: 40%;
  }
}
.p-company-access__text {
  margin-bottom: 40px;
}
.p-company-access__text-head {
  font-weight: bold;
}
.p-company-access__map {
  position: relative;
  padding-top: 30%;
}
.p-company-access__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* p-service
--------------------------- */
.p-service-mainv::before {
  background-image: url(../img/service/mainv.jpg);
  background-position: 50% 30%;
}
.p-service-section__detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1140px) {
  .p-service-section__detail {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-service-section__detail {
    display: block;
  }
}
.p-service-section__img {
  width: 48%;
  padding-top: 48%;
}
@media screen and (max-width: 767px) {
  .p-service-section__img {
    width: 100%;
    padding-top: 100%;
    margin-bottom: 30px;
  }
}
.p-service-section__text {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-service-section__text {
    width: 100%;
  }
}
.p-service-section:nth-child(2n) {
  background: #eeeeee;
}
.p-service-section:nth-child(2n) ._img {
  order: 2;
}
@media screen and (max-width: 767px) {
  .p-service-section .c-section__title {
    word-break: keep-all;
  }
  .p-service-section .c-section__title ._en {
    word-break: break-all;
  }
}

/* p-recruit
--------------------------- */
.p-recruit-mainv::before {
  background-image: url(../img/recruit/mainv.jpg);
}
.p-recruit-message {
  background: url(../img/recruit/message-bg.jpg) center bottom/cover no-repeat;
  position: relative;
  z-index: 1;
  text-align: center;
}
.p-recruit-message::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.p-recruit-message__title ._en {
  display: block;
  margin-right: 0;
}
.p-recruit-message p {
  font-weight: bold;
  line-height: 3;
}
.p-recruit-office {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.p-recruit-office::before {
  content: "";
  width: 83%;
  height: 50%;
  background: #eeeeee;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.p-recruit-office__item {
  margin-bottom: 40px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-office__item.u-flex {
    display: block;
    position: relative;
    padding-top: 40px;
  }
}
.p-recruit-office__img {
  width: 48%;
  padding-top: 30%;
}
@media screen and (max-width: 767px) {
  .p-recruit-office__img {
    width: 100%;
    padding-top: 65%;
  }
}
.p-recruit-office__img._img {
  order: 2;
}
.p-recruit-office__detail {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-recruit-office__detail {
    width: 100%;
  }
}
.p-recruit-office__detail--head {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-recruit-office__detail--head {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-recruit-job {
  background: url(../img/recruit/job-bg.jpg) center/cover no-repeat;
}
.p-recruit-job__item {
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
}
.p-recruit-job__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__item {
    padding: 20px;
  }
}
.p-recruit-job__label {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__label {
    font-size: 14px;
  }
}
.p-recruit-job .c-dl {
  display: block;
  margin-bottom: 15px;
}
.p-recruit-job .c-dl dt {
  border-bottom: none;
}
.p-recruit-job .c-dl dt,
.p-recruit-job .c-dl dd {
  width: 100%;
}

/* p-contact
--------------------------- */
.p-contact-mainv::before {
  background-image: url(../img/contact/mainv.jpg);
}
.p-contact-form {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-contact-form {
    padding-top: 20px;
  }
  .p-contact-form.c-section:last-of-type {
    padding-bottom: 40px;
  }
}
.p-contact-form__text {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-contact-form__text {
    margin-bottom: 50px;
  }
}

/* p-news
--------------------------- */
.p-news-mainv::before {
  background-image: url(../img/common/mainv.jpg);
}
.p-news-archive {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-news-archive {
    padding: 40px 0;
  }
}
.p-news-archive__list {
  max-width: 800px;
  margin: 0 auto;
}
.p-news-archive__item {
  border-bottom: solid 1px #222222;
}
.p-news-archive__item a {
  padding: 15px;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news-archive__item a {
    padding: 10px;
  }
}
.p-news-archive__item a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #222222;
  border-right: solid 1px #222222;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
  transition: all 0.4s;
}
.p-news-archive__item a:hover::after {
  right: 0;
}
.p-news-archive__date {
  font-family: "Hiragino Sans";
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-news-archive__date {
    display: block;
  }
}
.p-news-single {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-news-single {
    padding: 40px 0;
  }
}
.p-news-single__container {
  max-width: 800px;
}
.p-news-single__title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px #222222;
}
@media screen and (max-width: 767px) {
  .p-news-single__title {
    font-size: 14px;
  }
}
.p-news-single__date {
  font-family: "Hiragino Sans";
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: right;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-news-single__date {
    margin-bottom: 30px;
  }
}
.p-news-single__article img {
  margin: 0 auto;
}

/* p-works
-------------- */
.p-works-mainv::before {
  background-image: url(../img/works/mainv.jpg);
}
.p-works-archive {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-works-archive {
    padding: 40px 0;
  }
}
.p-works-archive__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 1140px) {
  .p-works-archive__list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-works-archive__list {
    gap: 12px;
  }
}
.p-works-archive__item {
  width: calc(33.3333333333% - 33.3333333333px);
  border: solid 1px #cccccc;
}
@media screen and (max-width: 1140px) {
  .p-works-archive__item {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-works-archive__item {
    width: calc(50% - 6px);
  }
}
.p-works-archive__img {
  padding-top: 75%;
}
.p-works-archive__title {
  min-height: 74px;
  padding: 0 10px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-works-archive__title {
    margin: 10px 0;
  }
}
.p-works-archive__btn {
  font-family: "Hiragino Sans";
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: right;
  padding: 0 24px 0 10px;
  margin-bottom: 8px;
  position: relative;
}
.p-works-archive__btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #222222;
  border-right: solid 1px #222222;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
}
.p-works-single {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-works-single {
    padding: 40px 0;
  }
}
.p-works-single__title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px #222222;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-works-single__title {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.p-works-single__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-works-single__wrap {
    display: block;
  }
}
.p-works-single__img, .p-works-single__text {
  width: 48%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-works-single__img, .p-works-single__text {
    width: 100%;
  }
}
.p-works-single__img p:first-of-type, .p-works-single__text p:first-of-type {
  margin-top: 0;
}

.u-inline-block {
  display: inline-block;
}

.u-flex {
  display: flex;
}

.u-trim-img {
  position: relative;
}
.u-trim-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*--------------------------------------*
 * object
 *--------------------------------------*/
/*-------------------
 * component
 -------------------*/
/*-------------------
 * project
 -------------------*/
/*-------------------
 * object
 -------------------*/

/*# sourceMappingURL=style.css.map */
