/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  cursor: pointer;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*------------------------------------------------------------------------------
  base
------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #000000;
  font-size: 1.7rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.76;
  letter-spacing: 0;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fff;
  margin: 0;
}

@media screen and (max-width: 1280px) {
  body {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  body {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
    line-height: 1.66;
  }
}

img {
  border: 0;
  margin: 0;
  vertical-align: bottom;
  max-width: 100%;
  -webkit-user-drag: none;
}

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

a:hover {
  opacity: 0.85;
}

.object_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.object_contain {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.sp {
  display: none !important;
}

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

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

/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.l-main {
  display: block;
  background-color: transparent;
}

#wrapper .l-main {
  margin-top: 75px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-section {
  margin: 100px 0;
}

@media screen and (max-width: 767px) {
  .l-section {
    margin: 50px 0;
  }
}

/*------------------------------------------------------------------------------
  l-header
------------------------------------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: space-between;
  background-color: #fffbeb;
}

@media screen and (max-width: 1023px) {
  .l-header__btn {
    max-width: 160px;
  }
}

@media screen and (max-width: 968px) {
  .l-header {
    max-width: 100%;
    align-items: center;
    height: 75px;
  }

  .l-header__btn {
    max-width: 100%;
  }

  .l-header__btn:last-child {
    margin-left: 1px;
  }
}

.l-header__btn:not(:last-child) {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .l-header__btn:not(:last-child) {
    margin-right: 1px;
  }
}

.l-header .ttl {
  width: 520px;
  padding-left: 50px;
  padding-top: 14px;
}

.l-header .ttl h1 {
  color: #2546f9;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 968px) {
  .l-header .ttl h1 {
    font-size: 1.6rem;
  }

  .l-header .ttl {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 15px;
  }
}

.l-header .ttl p {
  font-size: 1rem;
}

.l-header__btn:hover {
  opacity: 0.9;
}

.l-header .l-header__nav {
  width: 100%;
  max-width: 50%;
  padding-right: 20px;
}

.l-header .cta {
  display: flex;
  padding-top: 18px;
}

.l-header .cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 10px 0;
  background-color: gray;
  border-radius: 25px;
}

.l-header .cta a:first-child {
  background-color: #2543ff;
}

.l-header .cta a:first-child span:first-child {
  margin-bottom: 5px;
}

.l-header .cta a:nth-child(2) {
  background-color: #f68349;
}

.l-header .cta a:last-child {
  background-color: #45e300;
}

.l-header .cta a .img {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.l-header .cta a .img img {
  display: block;
  width: auto;
  height: 20px;
}

.l-header a .tx {
  font-size: 2rem;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.l-header a .tx span {
  display: block;
  line-height: 1;
}

.l-header a .tx span.sm {
  font-size: 1rem;
}

.l-header ul.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.l-header li.menu-item {
  display: inline-block;
  position: relative;
  padding: 0 12px;
  margin: 15px 0;
}

.l-header li.menu-item::after {
  content: "";
  background: #999;
  height: 20px;
  width: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header li.menu-item:last-child::after {
  content: none;
}

.l-header li.menu-item:last-child {
  padding-right: 0;
}

.l-header li.menu-item a {
  display: block;
  letter-spacing: .14em;
}

/* .menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
  position: relative;
  display: none;
}

.menu-trigger {
  width: 30px;
  height: 20px;
  position: relative;
}

.menu-trigger span {
  display: block;
  height: 1px;
  width: 100%;
  background: #333;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.4s ease;
}

.menu-trigger span:nth-child(1) {
  top: 0;
}

.menu-trigger span:nth-child(2) {
  top: 8px;
}

.menu-trigger span:nth-child(3) {
  top: 16px;
}

.menu-toggle.active .menu-trigger span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}

.menu-toggle.active .menu-trigger span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active .menu-trigger span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
} */

@media screen and (max-width: 968px) {
  .l-header__nav .cta {
    position: fixed;
    top: auto;
    bottom: 10px;
    left: 0;
    width: 99%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2px;
  }

  .l-header__nav .cta a {
    padding: 5px 0;
    flex-direction: column;
    border-radius: 5px;
  }

  .l-header__nav .cta a .img {
    margin: 0 0 5px 0;
  }

  .l-header__nav .cta a .tx {
    font-size: 1.4rem;
    overflow: hidden;
  }

  .l-header__nav .cta a .tx span {
    white-space: nowrap;
  }

  .l-footer a span {
    font-weight: bold;
  }

  /* .l-header__nav .cta a:first-child span:first-child {
    margin-bottom: 5px;
  }

  .l-header__nav .cta a .tx span.sm {
    font-size: 6px;
  }

  .menu-toggle {
    display: block;
  } */

  .l-header__logo {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 99;
  }

  .l-header .nav {
    margin-top: 5px;
  }

  /* .l-header .nav {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #fffbeb;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: height 0.5s ease;
  } */

  /* .l-header .nav.active {
    height: 40%;
  } */

  .l-header ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    /* text-align: left; */
  }

  .l-header li.menu-item {
    /* display: block; */
    /* margin: 8px 0 0 0; */
    /* padding-bottom: 8px; */
    /* text-align: left; */
    margin: 0;
    padding: 0 5px;
  }

  .l-header li.menu-item a {
    text-decoration: none;
    font-size: 1.2rem;
    color: #333;
  }

  /* .l-header li.menu-item a::after {
    content: '>';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scale(.5, 1.5);
    color: #999;
  } */

  .l-header .l-header__nav {
    width: auto;
    padding: 0;
  }

  .l-header li.menu-item:first-child {
    padding-left: 0;
  }

  .l-header li.menu-item:last-child {
    padding-right: 0;
  }

  .l-header li.menu-item::after {
    height: 10px;
    width: 1px;
  }
}

/*------------------------------------------------------------------------------
  l-footer
------------------------------------------------------------------------------*/
.l-footer {
  background-color: #5ce1e6;
  width: 100%;
  padding: 22px 0 20px;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 16px 0 74px;
  }
}

.l-footer__logo {
  max-width: 225px;
  margin: 0 auto 18px;
}

@media screen and (max-width: 767px) {
  .l-footer__logo {
    max-width: 160px;
    margin-bottom: 6px;
  }
}

.l-footer__copyright {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  display: block;
}

@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 1.1rem;
  }
}

/*------------------------------------------------------------------------------
  c-inner
------------------------------------------------------------------------------*/
.c-inner {
  max-width: 1040px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .c-inner {
    padding: 0 16px;
  }
}

/*------------------------------------------------------------------------------
  c-btn
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
  c-title
------------------------------------------------------------------------------*/
.c-title {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c-title.--178 {
  max-width: 178px;
}

@media screen and (max-width: 767px) {
  .c-title.--178 {
    max-width: 112px;
  }
}

.c-title.--220 {
  max-width: 220px;
}

@media screen and (max-width: 767px) {
  .c-title.--220 {
    max-width: 136px;
  }
}

.c-title.--262 {
  max-width: 262px;
}

@media screen and (max-width: 767px) {
  .c-title.--262 {
    max-width: 152px;
  }
}

.c-title.--276 {
  max-width: 276px;
}

@media screen and (max-width: 767px) {
  .c-title.--276 {
    max-width: 188px;
  }
}

.c-title.--383 {
  max-width: 384px;
}

@media screen and (max-width: 767px) {
  .c-title.--383 {
    max-width: 208px;
  }
}

.c-title.--530 {
  max-width: 530px;
}

@media screen and (max-width: 767px) {
  .c-title.--530 {
    max-width: 285px;
  }
}

.c-title.--560 {
  max-width: 560px;
}

@media screen and (max-width: 1280px) {
  .c-title.--560 {
    max-width: 520px;
  }
}

@media screen and (max-width: 1023px) {
  .c-title.--560 {
    max-width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .c-title.--560 {
    max-width: 280px;
  }
}

.c-title.--620 {
  max-width: 620px;
}

@media screen and (max-width: 767px) {
  .c-title.--620 {
    max-width: 320px;
  }
}

/*------------------------------------------------------------------------------
  c-white-box
------------------------------------------------------------------------------*/
.c-white-box {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 60px 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-white-box {
    border-radius: 10px;
    padding: 36px 16px;
  }
}

.c-white-box::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  border: 5px solid #fff;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

@media screen and (max-width: 1023px) {
  .c-white-box::before {
    top: 5px;
    left: 5px;
    border-width: 3px;
  }
}

@media screen and (max-width: 767px) {
  .c-white-box::before {
    top: 3px;
    left: 3px;
    border-width: 2px;
    border-radius: 10px;
  }
}

/*------------------------------------------------------------------------------
  p-mv
------------------------------------------------------------------------------*/
.p-mv__contents {
  width: 100%;
}

/*------------------------------------------------------------------------------
  p-problem
------------------------------------------------------------------------------*/
.p-problem {
  background-image: url(../img/problem-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 125px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-problem {
    background-image: url(../img/problem-bg_sp.jpg);
    padding: 50px 0;
  }
}

.p-problem__list {
  margin: 66px 0 24px;
}

@media screen and (max-width: 767px) {
  .p-problem__list {
    max-width: 350px;
    margin: 35px auto 10px;
  }
}

.p-problem__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-problem__item:nth-child(odd) .p-problem__item-texts {
  padding: 34px 20px 38px 78px;
}

@media screen and (max-width: 767px) {
  .p-problem__item:nth-child(odd) .p-problem__item-texts {
    padding: 20px 24px 20px 16px;
  }
}

.p-problem__item:nth-child(odd) .p-problem__item-texts::before {
  left: auto;
  right: 0;
}

.p-problem__item:nth-child(even) {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .p-problem__item:nth-child(even) {
    margin: 10px 0 5px;
  }
}

.p-problem__item:nth-child(even) .p-problem__item-texts {
  padding: 34px 20px 38px 90px;
}

@media screen and (max-width: 767px) {
  .p-problem__item:nth-child(even) .p-problem__item-texts {
    padding: 20px 40px 20px 22px;
  }
}

.p-problem__item:nth-child(even) .p-problem__icon {
  margin-top: -36px;
}

@media screen and (max-width: 767px) {
  .p-problem__item:nth-child(even) .p-problem__icon {
    margin-top: -19px;
  }
}

.p-problem__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 274px;
  flex: 0 1 274px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-problem__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 137px;
    flex: 0 1 137px;
  }
}

.p-problem__item-texts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-problem__item-texts {
    border-radius: 10px;
  }
}

.p-problem__item-texts::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  width: calc(100% + 50px);
  height: 100%;
  border-radius: 20px;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .p-problem__item-texts::before {
    border-radius: 10px;
  }
}

.p-problem__item-texts p {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.92;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .p-problem__item-texts p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-problem__item-texts p {
    font-size: 1.3rem;
  }
}

.p-problem__item-texts .u-primary-color {
  font-size: 3.2rem;
  line-height: 1.56;
}

@media screen and (max-width: 1023px) {
  .p-problem__item-texts .u-primary-color {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-problem__item-texts .u-primary-color {
    font-size: 1.6rem;
  }
}

.p-problem__triangle {
  max-width: 40px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .p-problem__triangle {
    max-width: 22px;
    margin-bottom: 23px;
  }
}

.p-problem__lead {
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-problem__lead {
    max-width: 350px;
  }
}

/*------------------------------------------------------------------------------
  p-feature
------------------------------------------------------------------------------*/
.p-feature {
  background-color: #6bd6e4;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .p-feature {
    padding: 50px 0;
  }
}

.p-feature h2 {
  position: relative;
  font-size: 2.5rem;
  font-weight: normal;
  text-shadow:
    3px 0 3px #0043ff,
    0 3px 3px #0043ff,
    -3px 0 3px #0043ff,
    0 -3px 3px #0043ff;
  color: #fff;
  text-align: center;
  margin: 0 0 40px 0;
}

.p-feature__illust {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 121px;
}

@media screen and (max-width: 1023px) {
  .p-feature__illust {
    width: 90px;
    top: -40px;
    right: -40px;
  }
}

@media screen and (max-width: 767px) {
  .p-feature__illust {
    top: -20px;
    right: -14px;
    width: 46px;
  }
}

.p-feature__lead {
  font-size: 2rem;
  font-weight: bold;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  text-align: center;
  margin: 40px 0 30px;
}

@media screen and (max-width: 767px) {
  .p-feature__lead {
    font-size: 1.4rem;
    margin: 24px 0 16px;
  }
}

.p-feature__lead .u-primary-color {
  font-size: 3rem;
  line-height: 1.66;
}

@media screen and (max-width: 767px) {
  .p-feature__lead .u-primary-color {
    font-size: 1.6rem;
  }
}

.p-feature__contents {
  max-width: 900px;
  margin: 0 auto;
}

.p-feature__img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .p-feature__img-list {
    margin-bottom: 20px;
  }
}

.p-feature__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 31.11%;
  flex: 0 1 31.11%;
}

@media screen and (max-width: 767px) {
  .p-feature__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 32%;
    flex: 0 1 32%;
  }
}

.p-feature__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-feature__media {
    display: block;
  }
}

.p-feature__media-texts {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 59%;
  flex: 0 1 59%;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: -0.02em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

@media screen and (max-width: 1023px) {
  .p-feature__media-texts {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-feature__media-texts {
    font-size: 1.4rem;
    text-align: center;
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
}

.p-feature__media-texts .u-primary-color {
  font-size: 3rem;
  line-height: 1.66;
}

@media screen and (max-width: 1023px) {
  .p-feature__media-texts .u-primary-color {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-feature__media-texts .u-primary-color {
    font-size: 1.7rem;
  }
}

.p-feature__media-img-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 37.67%;
  flex: 0 1 37.67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}

.p-feature__media-img:first-child {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-feature__media-img:first-child {
    margin-right: 4px;
  }
}

.p-feature__media-img:last-child {
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .p-feature__media-img:last-child {
    margin-left: 4px;
  }
}

.p-feature__media-img img {
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
}

/*------------------------------------------------------------------------------
  p-message
------------------------------------------------------------------------------*/
.p-message {
  margin: 84px 0 88px;
}

@media screen and (max-width: 767px) {
  .p-message {
    margin: 48px 0;
  }
}

.p-message__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .p-message__contents {
    display: block;
    margin: 32px auto 0;
    max-width: 500px;
  }
}

.p-message__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 34%;
  flex: 0 1 34%;
}

@media screen and (max-width: 767px) {
  .p-message__img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 5%;
    object-position: center 5%;
    aspect-ratio: 1/1;
    height: 100%;
  }
}

.p-message__texts {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: normal;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  text-align: justify;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-message__texts {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    margin-top: 16px;
  }

  .p-message__texts .u-mb-4 {
    margin-bottom: 16px !important;
  }
}

.p-message__sign {
  letter-spacing: 0.18em;
  text-align: right;
  margin-top: 42px;
}

@media screen and (max-width: 767px) {
  .p-message__sign {
    margin-top: 20px;
  }
}

/*------------------------------------------------------------------------------
  p-service
------------------------------------------------------------------------------*/
.p-service {
  background-color: #e1f7fa;
  padding: 100px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-service {
    padding: 50px 0;
  }
}

.p-service::before,
.p-service::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-service::before {
  top: 60px;
  left: 0;
  background-image: url(../img/illust2.png);
  width: 353px;
  height: 386px;
}

@media screen and (min-width: 1900px) {
  .p-service::before {
    width: 523px;
    height: 556px;
  }
}

@media screen and (max-width: 1280px) {
  .p-service::before {
    width: 24.51vw;
    height: 26.8vw;
  }
}

@media screen and (max-width: 767px) {
  .p-service::before {
    top: 104px;
    width: 17.73vw;
    height: 39.86vw;
    background-image: url(../img/illust2_sp.png);
  }
}

.p-service::after {
  top: 149px;
  right: 0;
  background-image: url(../img/illust3.png);
  width: 355px;
  height: 373px;
}

@media screen and (min-width: 1900px) {
  .p-service::after {
    width: 525px;
    height: 543px;
  }
}

@media screen and (max-width: 1280px) {
  .p-service::after {
    width: 24.65vw;
    height: 25.9vw;
  }
}

@media screen and (max-width: 767px) {
  .p-service::after {
    top: 139px;
    width: 17.33vw;
    height: 24vw;
    background-image: url(../img/illust3_sp.png);
  }
}

.p-service__check-list {
  margin: 56px auto 50px;
  max-width: 780px;
}

@media screen and (max-width: 767px) {
  .p-service__check-list {
    margin: 28px auto 20px;
    max-width: 280px;
  }
}

.p-service__check-list li {
  color: #0043ff;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 34px;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .p-service__check-list li {
    font-size: 1.8rem;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-service__check-list li {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding-left: 15px;
  }
}

.p-service__check-list li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 1280px) {
  .p-service__check-list li::before {
    top: 5px;
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-service__check-list li::before {
    top: 5px;
    width: 12px;
    height: 12px;
  }
}

.p-service__check-list li:not(:last-child) {
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .p-service__check-list li:not(:last-child) {
    margin-bottom: 4px;
  }
}

.p-service__texts {
  width: 78%;
  max-width: 780px;
  margin: 0 auto;
  font-size: 1.9rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.p-service__texts p .u-underline-yellow {
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  .p-service__texts {
    font-size: 1.6rem;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .p-service__texts {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-service__texts {
    font-size: 1.4rem;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
  }
}

.p-service__texts p:not(:last-child) {
  margin-bottom: 36px;
}

@media screen and (max-width: 1023px) {
  .p-service__texts p:not(:last-child) {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-service__texts p:not(:last-child) {
    margin-bottom: 18px;
  }
}

.p-service__contents {
  z-index: 0;
  margin: 55px 0 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-service__contents {
    margin: 72px 0 20px;
  }
}

.p-service__contents::before {
  content: '';
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 26px 45px 26px;
  border-color: transparent transparent #fff transparent;
}

@media screen and (max-width: 767px) {
  .p-service__contents::before {
    top: -23px;
    border-width: 0 13px 23px 13px;
  }
}

.p-service__illust {
  position: absolute;
  width: 100%;
  z-index: -1;
}

.p-service__illust.--1 {
  top: -248px;
  left: -15px;
  max-width: 119px;
}

@media screen and (max-width: 1280px) {
  .p-service__illust.--1 {
    top: -17.22vw;
    width: 8.26vw;
    left: 10px;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-service__illust.--1 {
    top: -15.8vw;
    width: 9.6vw;
  }
}

.p-service__illust.--2 {
  top: -220px;
  right: -6px;
  max-width: 106px;
}

@media screen and (max-width: 1280px) {
  .p-service__illust.--2 {
    top: -15.27vw;
    width: 7.36vw;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-service__illust.--2 {
    top: -14.6vw;
    right: 8px;
    width: 8.53vw;
  }
}

.p-service__contents-inner {
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 48px 20px;
}

@media screen and (max-width: 767px) {
  .p-service__contents-inner {
    padding: 20px 16px 22px;
  }
}

.p-service__list {
  max-width: 900px;
  margin: 0 auto;
}

.p-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-service__item {
    display: block;
  }
}

.p-service__item:not(:last-child) {
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .p-service__item:not(:last-child) {
    margin-bottom: 22px;
  }
}

.p-service__item-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 12%;
  flex: 0 1 12%;
}

@media screen and (max-width: 767px) {
  .p-service__item-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 17px;
  }
}

.p-service__item-icon img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.p-service__item-icon img.--1 {
  max-width: 78px;
}

@media screen and (max-width: 767px) {
  .p-service__item-icon img.--1 {
    max-width: 39px;
  }
}

.p-service__item-icon img.--2 {
  max-width: 61px;
}

@media screen and (max-width: 767px) {
  .p-service__item-icon img.--2 {
    max-width: 32px;
  }
}

.p-service__item-icon img.--3 {
  max-width: 48px;
}

@media screen and (max-width: 767px) {
  .p-service__item-icon img.--3 {
    max-width: 24px;
  }
}

.p-service__item-icon img.--4 {
  max-width: 69px;
}

@media screen and (max-width: 767px) {
  .p-service__item-icon img.--4 {
    max-width: 35px;
  }
}

.p-service__item-icon img.--5 {
  max-width: 70px;
}

@media screen and (max-width: 767px) {
  .p-service__item-icon img.--5 {
    max-width: 35px;
  }
}

.p-service__item-main {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 86.8%;
  flex: 0 1 86.8%;
}

@media screen and (max-width: 767px) {
  .p-service__item-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-service__item-main p {
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-service__item-main p {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    font-size: 1.4rem;
    text-align: justify;
    margin-top: 14px;
  }
}

.p-service__item-title {
  color: #0043ff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.5;
  margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .p-service__item-title {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}

.p-service__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 670px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-service__media {
    max-width: 420px;
  }
}

.p-service__media-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 41.8%;
  flex: 0 1 41.8%;
}

.p-service__media-texts {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 52%;
  flex: 0 1 52%;
  color: #0043ff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.92;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-service__media-texts {
    font-size: 1.5rem;
    line-height: 1.93;
  }
}

/*------------------------------------------------------------------------------
  p-point
------------------------------------------------------------------------------*/
.p-point h2 {
  position: relative;
  font-size: 4rem;
  font-weight: normal;
  text-shadow:
    3px 0 3px #0043ff,
    0 3px 3px #0043ff,
    -3px 0 3px #0043ff,
    0 -3px 3px #0043ff;
  color: #fff;
  text-align: center;
  margin: 0 0 40px 0;
}

.p-point h2::after {
  content: '選ばれる理由';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  font-size: 4rem;
  font-weight: bold;
  text-shadow:
    3px 0 0 #0043ff,
    0 3px 0 #0043ff,
    -3px 0 0 #0043ff,
    0 -3pxm 0 #0043ff;
  color: #6bd6e5;
  z-index: -1;
}

.p-point .p-point__content {
  display: flex;
  flex-wrap: wrap;
}

.p-point .p-point__content .item {
  position: relative;
  padding: 40px;
  margin-bottom: 20px;
  background-color: #e1f7fa;
  width: calc(50% - 10px);
  box-sizing: border-box;
}

.p-point .p-point__content .item::after {
  content: '';
  width: 120px;
  height: 120px;
  position: absolute;
  top: 20px;
  left: 20px;
  background-image: url('/assets/ihinseiri/img/shine_icon.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-point .p-point__content .item:first-child::after {
  background-image: url('/assets/ihinseiri/img/shine_icon.png');
}

.p-point .p-point__content .item:nth-child(2)::after {
  background-image: url('/assets/ihinseiri/img/house_icon.png');
}

.p-point .p-point__content .item:nth-child(3)::after {
  background-image: url('/assets/ihinseiri/img/eco_icon.png');
}

.p-point .p-point__content .item:last-child::after {
  background-image: url('/assets/ihinseiri/img/heart_icon.png');
}

.p-point .p-point__content .item:nth-child(odd) {
  margin-right: 20px;
}

.p-point .p-point__content .item h3 {
  position: relative;
  color: #0043ff;
  margin: 0 0 20px 0;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  z-index: 5;
}

.p-point .p-point__content .item p {
  position: relative;
  letter-spacing: 0.1em;
  font-weight: normal;
  text-align: justify;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .p-point h2 {
    font-size: 2.2rem;
  }

  .p-point h2::after {
    font-size: 2.2rem;
  }

  .p-point .p-point__content .item h3 {
    font-size: 1.8rem;
  }

  .p-point .p-point__content {
    flex-direction: column;
  }

  .p-point .p-point__content .item {
    width: 100%;
    padding: 40px 20px;
  }

  .p-point .p-point__content .item:nth-child(odd) {
    margin-right: 0;
  }

  .p-point .p-point__content .item p {
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------------------------
  p-voice
------------------------------------------------------------------------------*/

.p-voice {
  background-color: #e1f7fa;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .p-voice {
    padding: 50px 0;
  }
}

.p-voice h2 {
  position: relative;
  font-size: 4rem;
  font-weight: normal;
  text-shadow:
    3px 0 3px #0043ff,
    0 3px 3px #0043ff,
    -3px 0 3px #0043ff,
    0 -3px 3px #0043ff;
  color: #fff;
  text-align: center;
  margin: 0 0 40px 0;
  z-index: 5;
}

.p-voice h2::after {
  content: 'お客様の声';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  font-size: 4rem;
  font-weight: bold;
  text-shadow:
    3px 0 0 #0043ff,
    0 3px 0 #0043ff,
    -3px 0 0 #0043ff,
    0 -3pxm 0 #0043ff;
  color: #6bd6e5;
  z-index: -1;
}

.p-voice .p-voice__content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 104px;
}

@media screen and (max-width: 767px) {
  .p-voice .p-voice__content {
    margin-top: 64px;
  }
}

.p-voice .p-voice__content .item {
  position: relative;
  padding: 20px;
  margin-bottom: 84px;
  background-color: #ffffff;
  width: calc(50% - 10px);
  box-sizing: border-box;
}

.p-voice .p-voice__content .item:nth-child(odd) {
  margin-right: 20px;
}

.p-voice .p-voice__content .item .header {
  position: relative;
}

.p-voice .p-voice__content .item .img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
}

.p-voice .p-voice__content .item .desc p {
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .p-voice .p-voice__content .item .img {
    width: 86px;
  }

  .p-voice .p-voice__content .item .desc p {
    font-size: 1.4rem;
  }
}

.p-voice .p-voice__content .item::after {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  right: 20px;
  background-image: url('/assets/ihinseiri/img/quote_icon.png');
  background-size: contain;
  background-position: center;
  opacity: 0.5;
}

.p-voice .p-voice__content .item .author {
  display: flex;
  padding-left: 140px;
  margin-bottom: 25px;
  min-height: 60px;
}

.p-voice .p-voice__content .item .author .area {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-voice h2 {
    font-size: 2.2rem;
  }

  .p-voice h2::after {
    font-size: 2.2rem;
  }

  .p-voice .p-voice__content {
    flex-direction: column;
  }

  .p-voice .p-voice__content .item {
    width: 100%;
    margin-bottom: 34px;
  }

  .p-voice .p-voice__content .item:nth-child(odd) {
    margin-right: 0;
  }
}

/*------------------------------------------------------------------------------
  p-eco
------------------------------------------------------------------------------*/

.p-eco h2 {
  position: relative;
  font-size: 4rem;
  font-weight: normal;
  text-shadow:
    3px 0 3px #0043ff,
    0 3px 3px #0043ff,
    -3px 0 3px #0043ff,
    0 -3px 3px #0043ff;
  color: #fff;
  text-align: center;
  margin: 0 0 40px 0;
  z-index: 5;
}

.p-eco h2::after {
  content: '環境への配慮';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  font-size: 4rem;
  font-weight: bold;
  text-shadow:
    3px 0 0 #0043ff,
    0 3px 0 #0043ff,
    -3px 0 0 #0043ff,
    0 -3pxm 0 #0043ff;
  color: #6bd6e5;
  z-index: -1;
}

.p-eco__content {
  display: flex;
  gap: 20px;
  padding: 40px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  border-top: 4px solid #6bd6e4;
}

.p-eco__content .p-eco__tx {
  flex: 2;
}

.p-eco__content .p-eco__tx h3 {
  font-size: 3rem;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

.p-eco__content .p-eco__tx p {
  font-weight: normal;
  letter-spacing: 0.1em;
}

.p-eco__content .p-eco__img {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .p-eco h2 {
    font-size: 2.2rem;
  }

  .p-eco h2::after {
    font-size: 2.2rem;
  }

  .p-eco__content {
    flex-direction: column;
    padding: 40px 20px;
  }

  .p-eco__content .p-eco__tx h3 {
    font-size: 1.8rem;
  }

  .p-eco__content .p-eco__tx h3 br {
    display: none;
  }

  .p-eco__content .p-eco__tx p {
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------------------------
  p-case
------------------------------------------------------------------------------*/
.p-case .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .p-case .c-inner>.flex {
    flex-direction: column;
  }
}

.p-case .flex .p-case__item {
  position: relative;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  border-top: 4px solid #6bd6e4;
  padding: 70px 20px;
  flex-basis: calc(50% - 60px);
}

.p-case .flex .p-case__item h3 {
  position: absolute;
  top: -26px;
  width: 80%;
  border: 1px solid #6bd6e4;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;
  box-shadow: 3px 5px #6bd6e4;
  background-color: #fff;
  padding: 8px 0;
  font-size: 2rem;
}

.p-case .flex .p-case__item .p-case__imgs {
  position: relative;
  height: 370px;
  margin-bottom: 30px;
}

.p-case .flex .p-case__item .p-case__imgs .img {
  position: absolute;
}

.p-case .flex .p-case__item.--1 .p-case__imgs .img:first-child,
.p-case .flex .p-case__item.--2 .p-case__imgs .img:first-child {
  width: 290px;
  left: 0;
  top: 0;
}

.p-case .flex .p-case__item.--1 .p-case__imgs .img:nth-child(2),
.p-case .flex .p-case__item.--2 .p-case__imgs .img:nth-child(2) {
  width: 250px;
  bottom: 39px;
  right: 0;
}

.p-case .flex .p-case__item.--1 .p-case__imgs .img:last-child {
  width: 150px;
  bottom: 0;
  left: 60px;
}

.p-case .flex .p-case__item.--3 .p-case__imgs .img:first-child {
  width: 220px;
  left: 0;
  top: 0;
}

.p-case .flex .p-case__item.--3 .p-case__imgs .img:nth-child(2) {
  width: 230px;
  bottom: 39px;
  right: 0;
}

.p-case .flex .p-case__item.--3 .p-case__imgs .img:last-child {
  width: 150px;
  bottom: -10px;
  left: 80px;
}

.p-case .flex .p-case__item.--4 .p-case__imgs .img:first-child {
  position: relative;
  width: 220px;
  margin: 0 auto;
}

.p-case .flex .p-case__item.--4 .p-case__imgs {
  height: auto;
}

.p-case .flex .p-case__item.--4 .p-case__imgs p {
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.p-case .flex .p-case__item.--4 .p-case__imgs .flex .img:first-child {
  width: 200px;
  position: relative;
}

.p-case .flex .p-case__item.--4 .p-case__imgs .flex .img:last-child {
  width: 200px;
  position: relative;
}

.p-case .flex .p-case__item.--4 .p-case__profit .item:last-child .price {
  font-size: 3rem;
}

.p-case .flex .p-case__item.--4 .p-case__profit .flex:last-child .item:last-child .price {
  font-size: 3.5rem;
}

.p-case .flex .p-case__item.--5 .p-case__imgs .img:first-child {
  width: 220px;
  left: 10px;
  top: 0;
}

.p-case .flex .p-case__item.--5 .p-case__imgs {
  height: 470px;
}

.p-case .flex .p-case__item.--5 .p-case__imgs .img:nth-child(2) {
  width: 200px;
  top: 10px;
  right: 10px;
}

.p-case .flex .p-case__item.--5 .p-case__imgs .img:nth-child(3) {
  width: 200px;
  bottom: 50px;
  left: 20px;
}

.p-case .flex .p-case__item.--5 .p-case__imgs .img:last-child {
  width: 165px;
  bottom: -25px;
  right: 55px;
}


@media screen and (max-width: 767px) {
  .p-case .flex .p-case__item h3 {
    font-size: 1.8rem;
  }

  .p-case .flex .p-case__item.--1 .p-case__imgs .img:last-child {
    left: 0;
  }
}

.p-case .flex .p-case__tx {
  margin-bottom: 90px;
}

.p-case .flex .p-case__tx p {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.p-case .flex .p-case__review {
  position: relative;
  padding: 16px;
  background-color: #fffad0;
  border-radius: 10px;
}

.p-case .flex .p-case__review::after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 20px;
  background-image: url(/assets/ihinseiri/img/quote_gray.png);
  background-size: contain;
  background-position: center;
  opacity: 0.5;
}

.p-case .flex .p-case__review .header {
  position: relative;
}

.p-case .flex .p-case__review .img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 140px;
  width: 100%;
}

.p-case .flex .p-case__review .img img {
  max-height: 100%;
  height: auto;
  width: auto;
}

.p-case .flex .p-case__review .author {
  display: flex;
  padding-left: 140px;
  margin-bottom: 25px;
  min-height: 60px;
}

.p-case .flex .p-case__review .tx p {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.p-case .flex .p-case__review .tx::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -23px;
  border: 12px solid transparent;
  border-right: 12px solid #fffad0;
}

.p-case .flex .p-case__review .tx .right {
  text-align: right;
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: normal;
}

.p-case__profit {
  margin-top: 40px;
}

.p-case__profit .item p {
  line-height: 1.2;
}

.p-case__profit .item:first-child .price {
  font-size: 2.6rem;
}

.p-case__profit .item:last-child p {
  color: #ff6d2d;
}

.p-case__profit .item:last-child .price {
  font-size: 3rem;
  color: #ff6d2d;
}

.p-case__profit .flex:last-child .item:last-child .price {
  font-size: 4rem;
}

.p-case__profit .flex {
  justify-content: space-between;
  gap: 10px;
  align-items: end;
}

.p-case__profit .flex {
  align-items: center;
}

.p-case__profit .flex:first-child {
  margin-bottom: 10px;
}

.p-case__lineup {
  padding: 40px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  border-top: 4px solid #6bd6e4;
  margin-top: 40px;
}

.p-case__lineup h3 {
  position: relative;
  text-align: center;
  font-size: 3.6rem;
  color: #0043ff;
}

.p-case__lineup h3::before {
  content: '';
  width: 100px;
  height: 2px;
  position: absolute;
  left: 200px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0043ff;
}

.p-case__lineup h3::after {
  content: '';
  width: 100px;
  height: 2px;
  position: absolute;
  right: 200px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0043ff;
}

.p-case__lineup .content {
  margin-top: 40px;
}

.p-case__lineup .content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  justify-content: space-between;
}

.p-case__lineup .content ul li {
  width: calc(100% / 6);
  padding: 8px;
  text-align: center;
  border-radius: 4px;
  background-color: #e1f7fa;
}

.p-case__lineup .content ul li img {
  width: 80%;
  margin: 0 auto;
}

.p-case__lineup .content ul li p {
  text-align: center;
}

.p-case__lineup .content h4 {
  margin: 30px 0 20px 0;
  text-align: center;
  font-size: 3rem;
}

.p-case__lineup .content>p {
  font-weight: normal;
  letter-spacing: .075em;
}

@media screen and (max-width: 767px) {
  .p-case .flex .p-case__tx p {
    font-size: 1.4rem;
  }

  .p-case .flex .p-case__tx {
    margin-bottom: 60px;
  }

  .p-case .flex .p-case__review .tx p {
    font-size: 1.4rem;
  }

  .p-case .flex .p-case__review .img {
    height: 110px;
  }

  .p-case .flex .p-case__review .tx .right {
    font-size: 1.3rem;
  }

  .p-case__profit .item:first-child .price {
    font-size: 1.8rem;
  }

  .p-case__profit .item:last-child .price {
    font-size: 3rem;
  }

  .p-case .flex .p-case__item.--3 .p-case__imgs .img:first-child {
    width: 175px;
  }

  .p-case .flex .p-case__item.--3 .p-case__imgs .img:nth-child(2) {
    width: 175px;
    bottom: 100px;
  }

  .p-case .flex .p-case__item.--3 .p-case__imgs .img:last-child {
    left: 30px;
    bottom: 25px;
  }

  .p-case .flex .p-case__item.--4 .p-case__imgs .flex {
    gap: 10px;
  }

  .p-case .flex .p-case__item.--4 .p-case__imgs .flex .img:first-child,
  .p-case .flex .p-case__item.--4 .p-case__imgs .flex .img:last-child {
    width: calc(50% - 10px);
    margin: 0;
  }

  .p-case .flex .p-case__item.--4 .p-case__profit .item:last-child .price {
    font-size: 2.1rem;
  }

  .p-case .flex .p-case__item.--5 .p-case__imgs .img:first-child {
    width: 165px;
  }

  .p-case .flex .p-case__item.--5 .p-case__imgs .img:nth-child(2) {
    width: 165px;
  }

  .p-case .flex .p-case__item.--5 .p-case__imgs .img:nth-child(3) {
    width: 165px;
    bottom: 125px;
    left: 10px;
  }

  .p-case .flex .p-case__item.--5 .p-case__imgs .img:last-child {
    right: 0;
    bottom: 10px;
  }

  .p-case__lineup {
    padding: 40px 20px;
  }

  .p-case__lineup h3 {
    font-size: 2.2rem;
  }

  .p-case__lineup h3::before,
  .p-case__lineup h3::after {
    width: 60px;
  }

  .p-case__lineup h3::before {
    left: 230px;
  }

  .p-case__lineup h3::after {
    right: 230px;
  }

  .p-case__lineup .content {
    margin-top: 30px;
  }

  .p-case__lineup .content ul {
    gap: 10px;
    justify-content: flex-start;
  }

  .p-case__lineup .content ul li {
    width: calc(100% / 4);
  }

  .p-case__lineup .content h4 {
    font-size: 2rem;
  }
}

.p-case__becouse {
  position: relative;
  border: 4px solid #6bd6e4;
  border-radius: 15px;
  padding: 20px;
  margin-top: 40px;
  background-color: #fff;
}

.p-case__becouse::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  border: 5px solid #6bd6e4;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.p-case__becouse h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 3.2rem;
  color: #fff;
  text-shadow:
    3px 0 3px #0043ff,
    0 3px 3px #0043ff,
    -3px 0 3px #0043ff,
    0 -3px 3px #0043ff;
}

.p-case__becouse .flex .item {
  flex: 1;
}

.p-case__becouse .flex .item h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 3rem;
}

.p-case__becouse .flex .item .content li {
  padding: 8px 16px;
  background-color: #e1f7fa;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 2rem;
}

.p-case__becouse hr {
  border-right: 1px dashed #6bd6e4;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-case__becouse {
    border-width: 2px;
    border-radius: 10px;
  }

  .p-case__becouse::after {
    top: 3px;
    left: 3px;
    border-width: 2px;
    border-radius: 10px;
  }

  .p-case__becouse h3 {
    font-size: 2.4rem;
  }

  .p-case__becouse .flex .item h4 {
    font-size: 2.2rem;
  }

  .p-case__becouse .flex {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .p-case__becouse .flex .item .content li {
    font-size: 1.6rem;
  }

  .p-case__becouse hr {
    padding-right: 0;
    border-top: 1px dashed #6bd6e4;
  }
}

/*------------------------------------------------------------------------------
  p-price
------------------------------------------------------------------------------*/
.p-price .c-title {
  position: relative;
  font-size: 4rem;
  font-weight: normal;
  text-shadow: rgb(0, 67, 255) 3px 0px 3px, rgb(0, 67, 255) 0px 3px 3px, rgb(0, 67, 255) -3px 0px 3px, rgb(0, 67, 255) 0px -3px 3px;
  color: rgb(255, 255, 255);
  text-align: center;
  z-index: 5;
  margin: 0px 0px 40px;
}

.p-price .c-title::after {
  content: "サービス紹介";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  font-size: 4rem;
  font-weight: bold;
  color: rgb(107, 214, 229);
  z-index: -1;
}

.p-price>.c-inner>p {
  font-weight: normal;
  letter-spacing: 0.1em;
}

.p-price__lead {
  color: #0043ff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  text-align: center;
  margin: 40px 0 50px;
}

@media screen and (max-width: 767px) {
  .p-price>.c-inner>p {
    font-size: 1.4rem;
  }

  .p-price__lead {
    font-size: 1.8rem;
    margin: 24px 0 28px;
  }
}

.p-price .p-service__item-title {
  margin-bottom: 15px;
}

.p-price__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-price__card-wrap {
    max-width: 500px;
    margin: 0 auto 40px;
  }
}

.p-price-card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  border: 5px solid #6bd6e4;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .p-price-card {
    border-width: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-price-card {
    border-radius: 10px;
    border-width: 2.5px;
  }

  .p-price-card:nth-child(n + 5) {
    margin-top: 14px;
  }
}

.p-price-card--lg {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-price-card--lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 14px;
  }
}

.p-price-card--lg .p-price-card__title {
  letter-spacing: 0.1em;
}

.p-price-card--vr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 24%;
  flex: 0 1 24%;
}

@media screen and (max-width: 1023px) {
  .p-price-card--vr {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%;
  }
}

@media screen and (max-width: 767px) {
  .p-price-card--vr {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
  }
}

.p-price-card--vr .p-price-card__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 121px;
}

@media screen and (max-width: 767px) {
  .p-price-card--vr .p-price-card__icon {
    min-height: 82px;
  }
}

.p-price-card--vr .p-price-card__text {
  min-height: 190px;
}

@media screen and (max-width: 767px) {
  .p-price-card--vr .p-price-card__text {
    min-height: 128px;
  }
}

.p-price-card__title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.02em;
  background-color: #6bd6e4;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 4px;
}

@media screen and (max-width: 1280px) {
  .p-price-card__title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .p-price-card__title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-price-card__title {
    font-size: 1.6rem;
    padding: 10px 4px 12px;
  }
}

.p-price-card__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 16px 32px;
}

@media screen and (max-width: 767px) {
  .p-price-card__body {
    padding: 16px 12px;
  }
}

.p-price-card__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 25px 24px 16px;
}

@media screen and (max-width: 767px) {
  .p-price-card__media {
    margin: 18px 16px 18px 12px;
  }
}

.p-price-card__icon.--1 {
  max-width: 134px;
}

@media screen and (max-width: 767px) {
  .p-price-card__icon.--1 {
    max-width: 67px;
    margin-right: 16px;
  }
}

.p-price-card__icon.--1 img {
  display: block;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .p-price-card__icon.--1 img {
    padding-left: 0;
  }
}

.p-price-card__icon.--2 {
  max-width: 178px;
  margin-right: 14px;
}

@media screen and (max-width: 767px) {
  .p-price-card__icon.--2 {
    max-width: 89px;
    margin-right: 16px;
  }
}

.p-price-card__icon.--3 {
  max-width: 134px;
  margin: 0 auto 16px;
}

@media screen and (max-width: 767px) {
  .p-price-card__icon.--3 {
    max-width: 87px;
  }
}

.p-price-card__icon.--4 {
  max-width: 96px;
  margin: 0 auto 16px;
}

@media screen and (max-width: 767px) {
  .p-price-card__icon.--4 {
    max-width: 64px;
  }
}

.p-price-card__icon.--5 {
  max-width: 96px;
  margin: 0 auto 16px;
}

@media screen and (max-width: 767px) {
  .p-price-card__icon.--5 {
    max-width: 64px;
  }
}

.p-price-card__icon.--6 {
  max-width: 134px;
  margin: 0 auto 16px;
}

@media screen and (max-width: 767px) {
  .p-price-card__icon.--6 {
    max-width: 84px;
  }
}

.p-price-card__media-texts {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 255px;
  flex: 0 1 255px;
}

@media screen and (max-width: 767px) {
  .p-price-card__media-texts {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.p-price-card__text {
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 0.1em;
  font-weight: normal;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

@media screen and (max-width: 767px) {
  .p-price-card__text {
    font-size: 1.3rem;
  }
}

.p-price-card__price {
  display: block;
}

.p-price-card__price.--1 {
  max-width: 255px;
  margin-top: 10px;
}

.p-price-card__price.--1 .u-underline-yellow {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.p-price-card__price.--1 .before {
  font-size: 22px;
}

.p-price-card__price.--1 .after {
  margin-left: 10px;
  font-size: 32px;
  color: #ff6d2d;
}

.p-price-card__price.--1 .after .icon {
  margin-right: 10px;
  font-size: 20px;
}

.p-price-card__price.--1 .underline {
  padding-right: 10px;
  text-align: right;
  text-decoration: underline;
  font-size: 22px;
}

.p-price-card__price.--2 p {
  text-align: center;
  font-size: 30px;
  color: #ff6d2d;
}

.p-price-card__price.--2 p .unit {
  font-size: 32px;
}

.p-price-card__price.--2 p.underline {
  font-size: 22px;
  text-decoration: underline;
  color: inherit;
}

.p-price-card__price.--3 p {
  text-align: center;
  line-height: 1;
}

.p-price-card__price.--3 .before {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
}

.p-price-card__price.--3 .u-underline-yellow {
  margin-top: 10px;
  font-size: 38px;
  color: #ff6d2d;
}

.p-price-card__price.--3 .u-underline-yellow .icon {
  font-size: 20px;
}

.p-price-card__price.--3 .underline {
  margin-top: 20px;
  text-decoration: underline;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .p-price-card__price.--1 {
    margin-top: 8px;
    margin-left: auto;
  }

  .p-price-card__price.--1 .before {
    font-size: 16px;
  }

  .p-price-card__price.--1 .after .icon {
    font-size: 16px;
  }

  .p-price-card__price.--1 .after {
    font-size: 24px;
  }

  .p-price-card__price.--1 .underline {
    font-size: 16px;
  }
}

.p-price-card__price.--2 {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-price-card__price.--2 {
    margin-top: 8px;
  }

  .p-price-card__price.--2 p {
    font-size: 24px;
  }

  .p-price-card__price.--2 p .unit {
    font-size: 24px;
  }

  .p-price-card__price.--2 p.underline {
    font-size: 16px;
  }
}

.p-price-card__price.--3 {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-price-card__price.--3 {
    margin-top: 8px;
  }

  .p-price-card__price.--3 .before {
    font-size: 18px;
  }

  .p-price-card__price.--3 .u-underline-yellow {
    font-size: 24px;
  }

  .p-price-card__price.--3 .u-underline-yellow .icon {
    font-size: 14px;
  }

  .p-price-card__price.--3 .underline {
    margin-top: 15px;
    font-size: 18px;
  }
}

.p-price__table {
  margin: 40px 0;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #000;
}

.p-price__table table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  .p-price__table {
    margin-top: 24px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-price__table {
    border-radius: 10px;
  }
}

.p-price__table tbody tr:last-child th {
  border-bottom: none;
}

.p-price__table tbody tr:last-child td {
  border-bottom: none;
}

.p-price__table th,
.p-price__table td {
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: normal;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 20px;
}

.p-price__table td {
  text-align: center;
}

@media screen and (max-width: 767px) {

  .p-price__table th,
  .p-price__table td {
    font-size: 1.3rem;
    padding: 12px 8px;
    vertical-align: middle;
  }
}

.p-price__table th {
  width: 24%;
  background-color: #d9d9d9;
  border-right: none;
}

@media screen and (max-width: 767px) {
  .p-price__table th {
    width: 25%;
  }
}

.p-price__table td {
  border-left: none;
}

@media screen and (max-width: 767px) {
  .p-price__table td {
    padding-left: 12px;
  }
}

/*------------------------------------------------------------------------------
  p-payment
------------------------------------------------------------------------------*/

.p-payment h2 {
  position: relative;
  font-size: 4rem;
  font-weight: normal;
  text-shadow:
    3px 0 3px #0043ff,
    0 3px 3px #0043ff,
    -3px 0 3px #0043ff,
    0 -3px 3px #0043ff;
  color: #fff;
  text-align: center;
  margin: 0 0 40px 0;
  z-index: 5;
}

.p-payment h2::after {
  content: 'お支払い方法';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  font-size: 4rem;
  font-weight: bold;
  text-shadow:
    3px 0 0 #0043ff,
    0 3px 0 #0043ff,
    -3px 0 0 #0043ff,
    0 -3pxm 0 #0043ff;
  color: #6bd6e5;
  z-index: -1;
}

.p-payment__content {
  padding: 40px;
  background-color: #e1f7fa;
  border-radius: 10px;
}

.p-payment__content .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.p-payment__content .flex .item .img {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 0 30px;
  border-radius: 50%;
  width: 170px;
  height: 170px;
}

.p-payment__content .flex .item img {
  width: 108px;
}

.p-payment__content .flex .item p {
  text-align: center;
  color: #0043ff;
  font-size: 24px;
  margin-top: 10px;
}

.p-payment__content p {
  text-align: center;
}

.p-payment__credit {
  border: 2px solid #6bd6e4;
  margin-top: 30px;
  padding-bottom: 30px;
}

.p-payment__credit h3 {
  padding: 20px;
  text-align: center;
  background-color: #6bd6e4;
  font-size: 2rem;
}

.p-payment__credit .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin: 30px auto;
}

.p-payment__credit .flex .item {
  flex: 1;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-payment__credit .flex .item img {
  width: 80%;
}

.p-payment__credit p {
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .p-payment h2 {
    font-size: 2.2rem;
  }

  .p-payment h2::after {
    font-size: 2.2rem;
  }

  .p-payment__content {
    padding: 40px 10px;
  }

  .p-payment__content .flex .item {
    margin-bottom: 30px;
  }

  .p-payment__content .flex .item .img {
    width: 70px;
    height: 70px;
    margin: 0px 5px;
  }

  .p-payment__content .flex .item p {
    font-size: 15px;
  }

  .p-payment__credit h3 {
    font-size: 18px;
  }

  .p-payment__credit .flex {
    width: 90%;
  }

  .p-payment__credit p {
    padding: 0 20px;
    text-align: left;
  }

  .p-payment__credit p {
    display: none;
  }
}

/*------------------------------------------------------------------------------
  p-contact
------------------------------------------------------------------------------*/
.p-contact {
  padding: 100px 0 110px;
}

@media screen and (max-width: 767px) {
  .p-contact {
    padding: 46px 0 50px;
  }
}

.p-contact .c-white-box {
  padding: 70px 20px;
}

@media screen and (max-width: 767px) {
  .p-contact .c-white-box {
    padding: 32px 16px;
  }
}

.p-contact__img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 762px;
  margin: 42px auto 32px;
}

@media screen and (max-width: 767px) {
  .p-contact__img-list {
    margin: 24px auto 16px;
  }
}

.p-contact__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 47.9%;
  flex: 0 1 47.9%;
}

.p-contact__lead {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-contact__lead {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 18px;
  }
}

.p-contact__lead .u-primary-color {
  font-size: 3rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-contact__lead .u-primary-color {
    font-size: 2rem;
  }
}

.p-contact__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-contact__btn-wrap {
    display: block;
  }
}

.p-contact__btn {
  max-width: 323px;
}

@media screen and (max-width: 1024px) {
  .p-contact__btn {
    max-width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__btn {
    max-width: 180px;
    display: block;
    padding: 0 18px;
    border-radius: 40px;
  }
}

.p-contact__btn:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-contact__btn:first-child {
    margin: 0 auto 8px;
    background-color: #0043ff;
  }

  .p-contact__btn:nth-child(2) {
    margin: 0 auto 8px;
    background-color: #f68349;
  }
}

.p-contact__btn:last-child {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .p-contact__btn:last-child {
    background-color: #00e300;
    margin: 0 auto;
  }
}

/*------------------------------------------------------------------------------
  p-kaitori
------------------------------------------------------------------------------*/

.p-kaitori .content {
  position: relative;
  border: 4px solid #6bd6e4;
  border-radius: 15px;
  padding: 40px 20px;
  background-color: #FFFFFF;
}

.p-kaitori .content::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  border: 5px solid #6bd6e4;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.p-kaitori .heading {
  position: relative;
  margin-bottom: 50px;
}

.p-kaitori .heading p {
  font-weight: bold;
}

.p-kaitori .heading h2 {
  font-size: 4rem;
  color: #fff;
  text-shadow: 3px 0 3px #0043ff, 0 3px 3px #0043ff, -3px 0 3px #0043ff, 0 -3px 3px #0043ff;
}

.p-kaitori .content .heading::after {
  content: "";
  width: 60px;
  height: 4px;
  border-radius: 9999px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.p-kaitori h3 {
  position: relative;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  background: #6bd6e4;
  border-radius: 10px;
  letter-spacing: .14em;
  line-height: 1.4em;
  padding: 20px;
  margin: 30px 0 40px 0;
  position: relative;
  text-align: center;
}

.p-kaitori h3::after {
  content: "";
  border: 15px solid transparent;
  border-top: 28px solid #6bd6e4;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  bottom: 2px;
  margin: 0 auto;
}

.p-kaitori ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-kaitori ul li {
  width: 31%;
}

.p-kaitori a {
  font-weight: 500;
  letter-spacing: .14em;
  border: 2px solid #000;
  background: #fff300;
  border-radius: 9999px;
  position: relative;
  display: block;
  width: 60%;
  padding: 12px 20px;
  margin: 40px auto 0;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {

  .p-kaitori .content,
  .p-kaitori .content::after {
    border-width: 2px;
  }

  .p-kaitori .heading p {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }

  .p-kaitori .heading h2 {
    font-size: 2.4rem;
  }

  .p-kaitori .content .heading::after {
    height: 3px;
  }

  .p-kaitori h3 {
    padding: 17px;
  }

  .p-kaitori h3::after {
    border: 7px solid transparent;
    border-top: 13px solid #6bd6e4;
  }

  .p-kaitori ul li {
    width: 48%;
  }

  .p-kaitori ul li:first-child {
    width: 100%;
    margin-bottom: 4%;
  }

  .p-kaitori a {
    width: 100%;
    font-size: 1.4rem;
    padding: 8px 12px;
    box-sizing: border-box;
  }
}

/*------------------------------------------------------------------------------
  p-work
------------------------------------------------------------------------------*/
.p-work {
  background-color: #e1f7fa;
  padding: 110px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-work {
    padding: 55px 0 50px;
  }
}

.p-work__ba {
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .p-work__ba {
    max-width: 500px;
    margin: 28px auto 0;
  }
}

.p-work__ba-item:not(:last-child) {
  margin-bottom: 72px;
}

@media screen and (max-width: 767px) {
  .p-work__ba-item:not(:last-child) {
    margin-bottom: 43px;
  }
}

.p-work__ba-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-work__ba-img-wrap {
    display: block;
  }
}

.p-work__before {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 23%;
  flex: 0 1 23%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-work__before {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
  }
}

.p-work__before.--2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 46.4%;
  flex: 0 1 46.4%;
}

.p-work__before::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 15px;
  background-image: url(../img/before.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 145px;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .p-work__before::before {
    top: -8px;
    left: 10px;
    width: 73px;
    height: 20px;
  }
}

.p-work__before::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/triangle2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 29px;
  height: 27px;
}

@media screen and (max-width: 767px) {
  .p-work__before::after {
    background-image: url(../img/triangle1.svg);
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    bottom: -21px;
    right: auto;
    left: 52px;
    width: 14px;
    height: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-work__before-img {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 42.82%;
    flex: 0 1 42.82%;
    margin-right: 14px;
  }
}

.p-work__after {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 69.5%;
  flex: 0 1 69.5%;
  position: relative;
}

.p-work__after.--2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 46.4%;
  flex: 0 1 46.4%;
}

.p-work__after::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 15px;
  background-image: url(../img/after.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 114px;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .p-work__after::before {
    top: -10px;
    left: 10px;
    width: 57px;
    height: 20px;
  }
}

.p-work__ba-text {
  color: #0043ff;
  font-size: 2rem;
  line-height: 1.3;
  margin-top: 22px;
}

@media screen and (max-width: 1023px) {
  .p-work__ba-text {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-work__ba-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-top: 0;
  }
}

/*------------------------------------------------------------------------------
  p-case
------------------------------------------------------------------------------*/
.p-case__lead {
  color: #0043ff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  text-align: center;
  margin-top: 36px;
}

@media screen and (max-width: 1023px) {
  .p-case__lead {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-case__lead {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 24px;
  }
}

.p-case__table {
  width: 100%;
  border-collapse: collapse;
  border-collapse: separate;
  border-radius: 15px;
  margin-top: 56px;
  border: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .p-case__table {
    margin-top: 24px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-case__table tr {
    display: block;
  }
}

.p-case__table tr:first-child th {
  border-radius: 15px 0 0 0;
}

@media screen and (max-width: 767px) {
  .p-case__table tr:first-child th {
    border-radius: 10px 10px 0 0;
  }
}

.p-case__table tr:first-child td {
  border-radius: 0 15px 0 0;
}

@media screen and (max-width: 767px) {
  .p-case__table tr:first-child td {
    border-radius: 0;
  }
}

.p-case__table tr:last-child th {
  border-radius: 0 0 0 15px;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .p-case__table tr:last-child th {
    border-radius: 0;
  }
}

.p-case__table tr:last-child td {
  border-radius: 0 0 15px 0;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .p-case__table tr:last-child td {
    border-radius: 0 0 10px 10px;
  }
}

.p-case__table th,
.p-case__table td {
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {

  .p-case__table th,
  .p-case__table td {
    display: block;
    font-size: 1.4rem;
  }
}

.p-case__table th {
  width: 24%;
  background-color: #e9f9fb;
  border-right: none;
  padding: 23px 20px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-case__table th {
    width: 100%;
    letter-spacing: 0.02em;
    border-bottom: none;
    padding: 14px 12px;
  }
}

.p-case__table td {
  border-left: none;
  padding: 23px 20px 23px 28px;
}

@media screen and (max-width: 767px) {
  .p-case__table td {
    padding: 16px 12px;
  }
}

.p-case__sub-title {
  color: #0043ff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 26px;
}

@media screen and (max-width: 767px) {
  .p-case__sub-title {
    font-size: 1.5rem;
    margin-top: 16px;
    margin-bottom: 5px;
  }
}

.p-case__text {
  font-size: 1.7rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-case__text {
    font-size: 1.4rem;
    text-align: justify;
  }
}

/*------------------------------------------------------------------------------
  p-flow
------------------------------------------------------------------------------*/
.p-flow {
  background-color: #e1f7fa;
  padding: 110px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-flow {
    padding: 50px 0;
  }
}

.p-flow__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 36px;
}

@media screen and (max-width: 767px) {
  .p-flow__card-list {
    max-width: 500px;
    margin: 32px auto 0;
    gap: 0;
  }
}

.p-flow__card {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
}

@media screen and (max-width: 767px) {
  .p-flow__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }

  .p-flow__card:nth-child(n + 3) {
    margin-top: 24px;
  }

  .p-flow__card:nth-child(even) .p-flow__card-img::before {
    content: none !important;
  }
}

.p-flow__card:nth-child(3n) .p-flow__card-img::before {
  content: none;
}

@media screen and (max-width: 767px) {
  .p-flow__card:nth-child(3n) .p-flow__card-img::before {
    content: '';
  }
}

.p-flow__card-img {
  width: 100%;
  margin-bottom: 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-flow__card-img {
    margin-bottom: 12px;
  }
}

.p-flow__card-img::before {
  content: '';
  position: absolute;
  top: calc(50% + 23px);
  right: -34px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/triangle2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  .p-flow__card-img::before {
    top: calc(50% + 10px);
    right: -34px;
    width: 16px;
    height: 14px;
  }
}

@media screen and (max-width: 480px) {
  .p-flow__card-img::before {
    right: -26px;
  }
}

.p-flow__card-text {
  text-align: justify;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-flow__card-text {
    font-size: 1.3rem;
  }
}

.p-flow__card-list h3 {
  color: #0043ff;
  font-size: 2rem;
  margin-bottom: 10px;
}

/*------------------------------------------------------------------------------
  p-faq
------------------------------------------------------------------------------*/

.p-faq h2 {
  position: relative;
  font-size: 4rem;
  font-weight: normal;
  text-shadow:
    3px 0 3px #0043ff,
    0 3px 3px #0043ff,
    -3px 0 3px #0043ff,
    0 -3px 3px #0043ff;
  color: #fff;
  text-align: center;
  margin: 0 0 40px 0;
  z-index: 5;
}

.p-faq h2::after {
  content: 'よくあるご質問';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  font-size: 4rem;
  font-weight: bold;
  text-shadow:
    3px 0 0 #0043ff,
    0 3px 0 #0043ff,
    -3px 0 0 #0043ff,
    0 -3pxm 0 #0043ff;
  color: #6bd6e5;
  z-index: -1;
}

@media screen and (max-width: 767px) {

  .p-faq h2,
  .p-faq h2::after {
    font-size: 2.2rem;
  }
}

.p-faq .list {
  margin-top: 40px;
}

.p-faq .list .box {
  border: 4px solid #000;
  background: #fff;
  border-radius: 10px;
  padding: 32px 30px 0 30px;
  margin-bottom: 22px;
}

.p-faq .list .box:last-child {
  margin-bottom: 0;
}

.p-faq .list .box .q {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-left: 60px;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}

.p-faq .list .box .q:before {
  content: '';
  background: url('/assets/ihinseiri/img/ico_q.png') no-repeat left top/100%;
  width: 47px;
  height: 47px;
  position: absolute;
  left: 0;
  top: -8px;
}

@media screen and (max-width: 767px) {
  .p-faq .list .box {
    padding: 22px 20px 0 20px;
  }

  .p-faq .list .box .q {
    font-size: 1.6rem;
    padding-left: 40px;
    margin-bottom: 22px;
  }

  .p-faq .list .box .q:before {
    width: 29px;
    height: 29px;
    top: -1px;
  }
}

.p-faq .list .box .a {
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: 30px 0 30px 60px;
  margin-top: 30px;
  position: relative;
  display: none;
  border-top: 4px solid #000000;
}

.p-faq .list .box .a:before {
  content: '';
  background: url('/assets/ihinseiri/img/ico_a.png') no-repeat left top/100%;
  width: 47px;
  height: 47px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-faq .list .box .a ul {
  list-style: disc;
}

.p-faq .list .box .a ul,
.p-faq .list .box .a ol {
  margin-top: 1em;
  padding-left: 40px;
}

.p-faq .list .box .a ul li,
.p-faq .list .box .a ol li {
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .p-faq .list .box .a {
    font-size: 1.4rem;
    padding: 20px 0 20px 40px;
    margin-top: 20px;
  }

  .p-faq .list .box .a:before {
    width: 29px;
    height: 29px;
    top: 20px;
  }

  .p-faq .list .box .a ul,
  .p-faq .list .box .a ol {
    padding-left: 20px;
  }

  .p-faq .list .box .a ul li,
  .p-faq .list .box .a ol li {
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------------------------
  p-area
------------------------------------------------------------------------------*/
.p-area h2 {
  position: relative;
  font-size: 4rem;
  font-weight: normal;
  text-shadow:
    3px 0 3px #0043ff,
    0 3px 3px #0043ff,
    -3px 0 3px #0043ff,
    0 -3px 3px #0043ff;
  color: #fff;
  text-align: center;
  margin: 0 0 40px 0;
  z-index: 5;
}

.p-area h2::after {
  content: '対応可能エリア';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  font-size: 4rem;
  font-weight: bold;
  text-shadow:
    3px 0 0 #0043ff,
    0 3px 0 #0043ff,
    -3px 0 0 #0043ff,
    0 -3pxm 0 #0043ff;
  color: #6bd6e5;
  z-index: -1;
}

@media screen and (max-width: 767px) {

  .p-area h2,
  .p-area h2::after {
    font-size: 2.2rem;
  }
}

.p-area .box {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-area .box {
    margin-bottom: 20px;
  }
}

.p-area .box .ttl {
  font-size: 20px;
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 0.14em;
  line-height: 1em;
  padding: 18px 40px 15px;
  background: #000;
  border-radius: 10px 10px 10px 10px;
  cursor: pointer;
  position: relative;
  transition: all 1.2s;
}

@media screen and (max-width: 767px) {
  .p-area .box .ttl {
    font-size: 1.6rem;
  }
}

.p-area .box .ttl::before,
.p-area .box .ttl::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 21px;
  height: 2px;
  background-color: #ffffff;
  transition: 0.2s;
}

.p-area .box .ttl::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.p-area .box .ttl.open::after {
  background-color: transparent;
}

.p-area .box .ttl.open {
  border-radius: 10px 10px 0 0;
}

.p-area .box .inner {
  letter-spacing: 0.1em;
  font-weight: normal;
  padding: 25px 20px 25px 20px;
  border: 4px solid #000;
  background: #fff;
  border-radius: 0 0 10px 10px;
  display: none;
}

@media screen and (max-width: 767px) {
  .p-area .box .inner {
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------------------------
  p-company
------------------------------------------------------------------------------*/
.p-company__detail {
  max-width: 800px;
  margin: 62px auto 0;
}

@media screen and (max-width: 767px) {
  .p-company__detail {
    margin-top: 24px;
  }
}

.p-company__detail-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  line-height: 1.87;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .p-company__detail-row {
    font-size: 1.3rem;
    display: block;
  }
}

.p-company__detail-row:first-child {
  border-top: 1px solid #000;
}

.p-company__detail-row dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 240px;
  flex: 0 1 240px;
  background-color: #e9f9fb;
  text-align: center;
  padding: 22px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-company__detail-row dt {
    padding: 14px 12px 12px;
  }
}

.p-company__detail-row dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 16px 22px 50px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-company__detail-row dd {
    padding: 12px 12px 14px;
    text-align: center;
  }
}

.p-company__detail-row dd a:hover {
  text-decoration: underline;
}

/*------------------------------------------------------------------------------
  p-footer-navi
------------------------------------------------------------------------------*/

.foot-navi {
  padding: 50px 0 55px;
  background-color: #fffbeb;
}

.foot-navi .center {
  text-align: center;
}

.foot-navi .ttl {
  font-size: 28px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-bottom: 25px;
}

.foot-navi ul li {
  display: inline-block;
  position: relative;
  padding: 0 35px;
  margin-bottom: 25px;
}

.foot-navi ul li:after {
  content: '';
  background: #000;
  height: 30px;
  width: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 9999px;
}

.foot-navi ul li:last-child {
  margin-bottom: 0;
}

.foot-navi ul li:last-child:after {
  display: none;
}

.foot-navi ul li a {
  font-size: 1.8rem;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 767px) {
  .foot-navi {
    padding: 55px 0 60px;
  }

  .foot-navi .ttl {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .foot-navi ul li {
    display: block;
    padding: 0;
    margin-bottom: 55px;
  }

  .foot-navi ul li:last-child {
    margin-bottom: 0;
  }

  .foot-navi ul li:after {
    height: 3px;
    width: 24px;
    right: 50%;
    top: auto;
    bottom: -27px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .foot-navi ul li a {
    font-size: 16px;
  }
}

/*------------------------------------------------------------------------------
  banner
------------------------------------------------------------------------------*/

.banner a {
  display: block;
  width: 100%;
  text-align: center;
}

.banner a img {
  width: 100%;
}

/*------------------------------------------------------------------------------
  u-color
------------------------------------------------------------------------------*/
.u-primary-color {
  color: #0043ff;
}

.u-white-color {
  color: #fff;
}

/*------------------------------------------------------------------------------
  u-bgc
------------------------------------------------------------------------------*/
.u-bgc-primary {
  background-color: #0043ff;
}

.u-bgc-secondary {
  background-color: #6bd6e4;
}

/*------------------------------------------------------------------------------
  u-underline
------------------------------------------------------------------------------*/
.u-underline-yellow {
  background: -webkit-gradient(linear, left top, right top, from(#ffff00), to(#ffff00));
  background: linear-gradient(90deg, #ffff00 0%, #ffff00 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 35%;
  padding: 0 2px 2px;
  border-radius: 7px;
}

/*------------------------------------------------------------------------------
  u-fz
------------------------------------------------------------------------------*/
.u-fz16 {
  font-size: 1.6rem;
}

.u-fz15 {
  font-size: 1.5rem;
}

.u-fz14 {
  font-size: 1.4rem;
}

.u-fz13 {
  font-size: 1.3rem;
}

.u-fz12 {
  font-size: 1.2rem;
}

/*------------------------------------------------------------------------------
  u-fw
------------------------------------------------------------------------------*/
.u-fw-bold {
  font-weight: bold;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-normal {
  font-weight: 400;
}

/*------------------------------------------------------------------------------
  u-text-align
------------------------------------------------------------------------------*/
.u-text-align-left {
  text-align: left;
}

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

.u-text-align-right {
  text-align: right;
}

/*------------------------------------------------------------------------------
  margin
------------------------------------------------------------------------------*/
.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-space-2 {
  margin-top: 2px !important;
}

.u-mt-space-3 {
  margin-top: 3px !important;
}

.u-mt-space-4 {
  margin-top: 4px !important;
}

.u-mt-space-3 {
  margin-top: 3px !important;
}

.u-mt-1 {
  margin-top: 8px !important;
}

.u-mt-2 {
  margin-top: 16px !important;
}

.u-mt-3 {
  margin-top: 24px !important;
}

.u-mt-4 {
  margin-top: 32px !important;
}

.u-mt-5 {
  margin-top: 40px !important;
}

.u-mt-6 {
  margin-top: 48px !important;
}

.u-mt-7 {
  margin-top: 56px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-05 {
  margin-bottom: 4px !important;
}

.u-mb-1 {
  margin-bottom: 8px !important;
}

.u-mb-2 {
  margin-bottom: 16px !important;
}

.u-mb-3 {
  margin-bottom: 24px !important;
}

.u-mb-4 {
  margin-bottom: 32px !important;
}

.u-mb-5 {
  margin-bottom: 40px !important;
}

.u-mb-6 {
  margin-bottom: 48px !important;
}

.u-mb-7 {
  margin-bottom: 56px !important;
}

.u-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.u-my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.u-my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.u-my-5 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-my-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-my-7 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.u-ml-1 {
  margin-left: 8px !important;
}

.u-ml-2 {
  margin-left: 16px !important;
}

.u-ml-05 {
  margin-left: 4px !important;
}

.u-mr-1 {
  margin-right: 8px !important;
}

.u-mr-2 {
  margin-right: 16px !important;
}

.u-mr-3 {
  margin-right: 24px !important;
}

.u-mr-4 {
  margin-right: 32px !important;
}

.u-mr-5 {
  margin-right: 40px !important;
}

.u-m-space-4 {
  margin: 4px !important;
}

.u-m-1 {
  margin: 8px !important;
}

.u-m-2 {
  margin: 16px !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

/*------------------------------------------------------------------------------
  padding
------------------------------------------------------------------------------*/
.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-1 {
  padding-top: 8px !important;
}

.u-pt-2 {
  padding-top: 16px !important;
}

.u-pt-3 {
  padding-top: 24px !important;
}

.u-pt-4 {
  padding-top: 32px !important;
}

.u-pt-5 {
  padding-top: 40px !important;
}

.u-pt-6 {
  padding-top: 48px !important;
}

.u-pt-7 {
  padding-top: 56px !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-1 {
  padding-bottom: 8px !important;
}

.u-pb-2 {
  padding-bottom: 16px !important;
}

.u-pb-3 {
  padding-bottom: 24px !important;
}

.u-pb-4 {
  padding-bottom: 32px !important;
}

.u-pb-5 {
  padding-bottom: 40px !important;
}

.u-pb-6 {
  padding-bottom: 48px !important;
}

.u-pb-7 {
  padding-bottom: 56px !important;
}

.u-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.u-py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.u-py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.u-py-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-py-6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.u-py-7 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.u-pl-1 {
  padding-left: 8px !important;
}

.u-pl-2 {
  padding-left: 16px !important;
}

.u-pr-1 {
  padding-right: 8px !important;
}

.u-pr-2 {
  padding-right: 16px !important;
}

.u-p-1 {
  padding: 8px !important;
}

.u-p-2 {
  padding: 16px !important;
}

/*------------------------------------------------------------------------------
  u-flex
------------------------------------------------------------------------------*/
.u-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-justify-content-star {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}

.u-justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: end !important;
}

.u-justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.u-justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important;
}

.u-align-items-flex-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.u-align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: end !important;
}

.u-align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.u-align-self-start {
  -ms-flex-item-align: start !important;
  -ms-grid-row-align: start !important;
  align-self: start !important;
}

.u-align-self-end {
  -ms-flex-item-align: end !important;
  -ms-grid-row-align: end !important;
  align-self: end !important;
}

.u-align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.u-align-self-strech {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.u-flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.u-flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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