@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

figure {
  margin: 0;
}

html {
  font-size: 62.5%;
  height: 100%;
  overflow: auto;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1.6rem;
  width: 100%;
}

.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

.wrap {
  overflow: hidden;
  position: relative;
}

a {
/*  display: block;*/
  text-decoration: none;
}

h2,
h3,
li,
label,
input,
th,
td {
  line-height: 1;
}

p {
  color: #000;
  line-height: 1;
}

img {
  display: block;
}

.sp {
  display: none;
}

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1.5rem;
  width: 100%;
}

.inner {
  margin: 0 auto;
  max-width: 830px;
  padding: 0 1.5rem;
  width: 100%;
}

input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
.link-position {
  display: block;
  position: relative;
  top: -50px;
}

/* ==============================================================
*  セクション
* ============================================================ */
.header {
  background-color: #1D2085;
  position: relative;
  z-index: 100;
}
.header__ttl {
  color: #fff;
  font-size: 3.3rem;
  padding: 2.35rem 0;
  text-align: center;
}

.hero {
  padding-bottom: 4rem;
}
.hero .wrapper {
  background-image: url(../img/hero.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 703px;
  margin-top: -8rem;
  position: relative;
}
.hero__logoArea {
  left: 0;
  position: absolute;
  right: 0;
  top: 165px;
}
.hero__logo {
  height: auto;
  margin: 2.43% auto 0;
  width: 28.62%;
}
.hero__ttl {
  font-size: 4.7rem;
  font-weight: bold;
  margin-top: 7.8%;
  text-align: center;
}
.hero__ttl:before {
  background-image: url(../img/x.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24.15%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 49%;
  width: 5.88%;
}

.about {
  text-align: center;
}
.about .wrapper {
  padding: 0;
}
.about__ttl {
  color: #1D2085;
  display: inline-block;
  font-size: 5.6rem;
  font-weight: bold;
  position: relative;
}
.about__ttl:before {
  background-color: #008ee3;
  border-radius: 5px;
  bottom: -20px;
  content: "";
  display: inline-block;
  height: 10px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48.8px;
}
.about__ttl span {
  font-size: 4rem;
  font-weight: bold;
}
.about__imgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
  width: 100%;
}
.about__img {
  height: auto;
  width: 100%;
}
.about__inner {
  background-color: #e6f4fd;
  background-image: url(../img/dot-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about__list {
  margin: 0 auto;
  max-width: 710px;
  padding: 0 1.5rem;
  position: relative;
  top: -6rem;
  width: 100%;
  z-index: 10;
}
.about__item {
  -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.75);
          box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__item:not(:first-of-type) {
  margin-top: 4.8rem;
}
.about__item--imgWrapper {
  width: 61.7%;
}
.about__item--img {
  height: auto;
  width: 100%;
}
.about__item--txtArea {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 63%;
}
.about__item--ttl {
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.48;
}
.about__item--ttl span {
  color: #1D2085;
  font-weight: bold;
}
.about__item--notes {
  font-size: 1.7rem;
  line-height: 1.4;
  margin-top: 1.5rem;
}
.about__item--notes span {
  color: #1D2085;
}

.experience {
  background-color: #e4ebf6;
  text-align: center;
}
.experience__ttl {
  background-color: #1D2085;
  color: #fff;
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  padding: 3.7rem 0;
  position: relative;
  text-align: center;
}
.experience__ttl:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid #1D2085;
  bottom: -30px;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0px;
}
.experience__inner {
  background-color: #fff;
  padding-bottom: 4.8rem;
}
.experience__subTtl {
  color: #1D2085;
  display: inline-block;
  font-size: 4.3rem;
  font-weight: bold;
  margin-top: 8rem;
  position: relative;
}
.experience__subTtl:before {
  background-color: #008ee3;
  border-radius: 5px;
  bottom: -20px;
  content: "";
  display: inline-block;
  height: 10px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48.8px;
}
.experience__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6.5rem;
}
.experience__item {
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-size: 3.48rem;
  height: 278px;
  position: relative;
  width: 36.1%;
}
.experience__item--ttl {
  color: #1D2085;
  font-weight: bold;
  left: -20px;
  line-height: 1.2;
  margin: auto;
  position: absolute;
  right: 0;
  top: 11%;
  width: 320px;
}
.experience__item:nth-of-type(1) {
  background-image: url(../img/experience1.png);
}
.experience__item:nth-of-type(2) {
  background-image: url(../img/experience2.png);
}
.experience__item:nth-of-type(2) .experience__item--ttl {
  top: 5%;
}
.experience__item:nth-of-type(3) {
  background-image: url(../img/experience3.png);
}
.experience__item:nth-of-type(4) {
  background-image: url(../img/experience4.png);
}
.experience__item:nth-of-type(even) {
  margin: 7.15% 0 0 9.75%;
}
.experience__item--desc {
  bottom: -2%;
  font-size: 1.6rem;
  left: 0;
  letter-spacing: 0.1em;
  line-height: 1.68;
  margin: auto;
  position: absolute;
  right: 0;
}

.global {
  padding-bottom: 10rem;
  text-align: center;
}
.global__top {
  background-image: url(../img/dot-half1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.global__inner {
  margin: 0 auto;
  max-width: 800px;
  padding: 7rem 2.3rem 5rem;
  width: 100%;
}
.global__ttl {
  background-color: #1D2085;
  color: #fff;
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  padding: 3.7rem 0;
  position: relative;
  text-align: center;
}
.global__ttl:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid #1D2085;
  bottom: -30px;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0px;
}
.global__subTtl {
  color: #1D2085;
  display: inline-block;
  font-size: 4.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: relative;
}
.global__subTtl:before {
  background-color: #008ee3;
  border-radius: 5px;
  bottom: -20px;
  content: "";
  display: inline-block;
  height: 10px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48.8px;
}
.global__desc {
  color: #404040;
  font-size: 2.35rem;
  font-weight: 500;
  line-height: 1.48;
  margin: 10.5% 0 0 1%;
  text-align: left;
}
.global__img {
  height: auto;
  margin-top: -7.5%;
  width: 100%;
}
.global__notes {
  color: #404040;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-top: 2%;
  text-align: left;
}
.global__centerTtl {
  background-color: #008ee3;
  color: #fff;
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 1.68;
  padding: 3.86rem 0;
}
.global__centerTop {
  border: 3px solid #1D2085;
  margin-top: 3.3rem;
  padding: 2rem 3.3rem;
  position: relative;
  text-align: left;
}
.global__centerTop--ttl {
  color: #1D2085;
  display: inline-block;
  font-size: 2.96rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.33;
  position: relative;
}
.global__centerTop--ttl:before {
  background-color: #1D2085;
  bottom: -10px;
  content: "";
  display: inline-block;
  height: 3px;
  left: -1%;
  position: absolute;
  -webkit-transform: translateX(-1%);
          transform: translateX(-1%);
  width: 565px;
}
.global__centerTop--desc {
  color: #1a1a1a;
  font-size: 1.7rem;
  letter-spacing: 0.15em;
  line-height: 1.83;
  margin-top: 2rem;
  width: 75%;
}
.global__centerTop:after {
  background-image: url(../img/global-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 194.1px;
  margin: auto;
  position: absolute;
  right: 3%;
  top: 0;
  width: 151.2px;
}
.global__list {
  margin-top: 5.5rem;
}
.global__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global__item:not(:first-of-type) {
  margin-top: 4rem;
}
.global__item--ttl {
  color: #1D2085;
  font-size: 2.83rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-align: left;
}
.global__item--txtArea {
  margin-left: 2.4%;
  width: 82.5%;
}
.global__item--desc {
  color: #1a1a1a;
  font-size: 1.7rem;
  letter-spacing: 0.12em;
  line-height: 1.47;
  margin-top: 1.5rem;
  text-align: left;
}
.global__pointArea {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 6px solid #008ee3;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 94px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 94px;
}
.global__pointTxt {
  color: #1D2085;
  font-size: 1.77rem;
  font-weight: bold;
}
.global__pointNumber {
  color: #1D2085;
  font-size: 4.6rem;
  font-weight: bold;
}

.trust {
  background-color: #e4ebf6;
  text-align: center;
}
.trust__ttl {
  background-color: #1D2085;
  color: #fff;
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  padding: 3.7rem 0;
  position: relative;
  text-align: center;
}
.trust__ttl:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid #1D2085;
  bottom: -30px;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0px;
}
.trust__list {
  background-color: #fff;
  padding: 8rem 0 14.7rem 0;
}
.trust__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4.48%;
  position: relative;
}
.trust__item:not(:first-of-type) {
  margin-top: 10.6rem;
}
.trust__item--ttlBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1D2085;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 197px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 25.78%;
  z-index: 10;
}
.trust__item--ttl {
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.44;
  text-align: left;
}
.trust__item--descBox {
  background-color: #e5ebf7;
  position: absolute;
  right: 3%;
  top: 70px;
}
.trust__item--desc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  height: 198.8px;
  padding-left: 20.1%;
  padding-right: 7.3%;
  text-align: left;
  width: 614.6px;
}
.trust__item:before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  z-index: 10;
}
.trust__item:nth-of-type(1):before {
  background-image: url(../img/trust1.png);
  height: 121.6px;
  right: 5%;
  top: 73%;
  width: 13%;
}
.trust__item:nth-of-type(2):before {
  background-image: url(../img/trust2.png);
  height: 81px;
  right: 5%;
  top: 90%;
  width: 22.7%;
}
.trust__item:nth-of-type(3):before {
  background-image: url(../img/trust3.png);
  height: 66.3px;
  right: 3%;
  top: 94%;
  width: 23.26%;
}
.trust__client {
  background-color: #f0f0f0;
  padding: 3.45% 9.58% 3.45% 7.16%;
}
.trust__client--group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.trust__client--ttl {
  letter-spacing: 0.2em;
  text-align: left;
}
.trust__client--group {
  margin-left: 2%;
}
.trust__client--list {
  margin-top: 2rem;
}
.trust__client--item {
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  line-height: 1.87;
  text-align: left;
}

.price {
  text-align: center;
}
.price__ttl {
  background-color: #1D2085;
  color: #fff;
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  padding: 3.7rem 0;
  position: relative;
  text-align: center;
}
.price__ttl:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid #1D2085;
  bottom: -30px;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0px;
}
.price__list {
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.5rem 0 5.68rem;
}
.price__item {
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 15.8rem 0 2.4rem;
  position: relative;
  width: 207px;
}
.price__item:not(:first-of-type) {
  margin-left: 1.7rem;
}
.price__item:before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 125.7px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 11%;
  width: 55%;
}
.price__item:nth-of-type(1):before {
  background-image: url(../img/price1.png);
}
.price__item:nth-of-type(2):before {
  background-image: url(../img/price2.png);
}
.price__item:nth-of-type(3):before {
  background-image: url(../img/price3.png);
}
.price__inner {
  max-width: 702px;
  margin: 7.5rem auto 0;
  position: relative;
  width: 100%;
}
.price__table {
  border-collapse: collapse;
  position: relative;
}
.price__th {
  background-color: #f0f0f0;
  border: 1px solid #000;
}
.price__th--white {
  background-color: #fff;
  border: none;
}
.price__th, .price__td {
  font-weight: bold;
  line-height: 1.2;
  padding: 1rem 0;
  vertical-align: middle;
  width: 234px;
}
.price__tdOneRoom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #a3a3a3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  height: 35.5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -15px;
  width: 33.4%;
}
.price__tdHouse {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1D2085;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  height: 57.13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: -37px;
  width: 33.4%;
}
.price__td {
  border: 1px solid #000;
}
.price__td--blue {
  background-color: #e2ecfa;
}
.price__td--big {
  border: 1px solid #000;
  font-size: 2rem;
  font-weight: bold;
  vertical-align: middle;
}
.price__td--big span {
  color: #bf272d;
  font-size: 2.6rem;
  font-weight: bold;
}
.price__td--big.price__td--blue {
  padding-left: 2rem;
  text-align: left;
}
.price__th span {
  font-size: 1.2rem;
}
.price__circle {
  bottom: -4%;
  height: auto;
  position: absolute;
  right: -50px;
  width: 122.25px;
}
.price__attention {
  font-size: 1.3rem;
  margin-top: 1rem;
}
.price__catch {
  background-color: #008ee3;
  color: #fff;
  font-size: 3.35rem;
  font-weight: bold;
  line-height: 1.68;
  margin-top: 7.6rem;
  padding: 3.46rem 0;
}

.voice {
  padding-bottom: 5.5rem;
}
.voice__ttl {
  background-color: #1D2085;
  color: #fff;
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  padding: 3.7rem 0;
  position: relative;
  text-align: center;
}
.voice__ttl:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid #1D2085;
  bottom: -30px;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0px;
}
.voice__list {
  margin-top: 7.4rem;
}
.voice__item {
  background-color: #c9d5ed;
  color: #1a1a1a;
  font-size: 2rem;
  padding: 3.1% 7.7% 1.67% 17.6%;
}
.voice__item:not(:first-of-type) {
  margin-top: 2.3rem;
}
.voice__item:last-of-type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4.5%;
}
.voice__txt {
  letter-spacing: 0.1em;
  line-height: 1.47;
  position: relative;
}
.voice__txt:before {
  background-image: url(../img/voice-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 56.4px;
  left: -15.25%;
  margin: auto;
  position: absolute;
  top: -42.2%;
  width: 68.7px;
}
.voice__notes {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  margin-top: 1.2rem;
  text-align: right;
}
.voice__txtBottom {
  letter-spacing: 0.1em;
  line-height: 1.47;
  position: relative;
}
.voice__txtBottom:before {
  background-image: url(../img/voice-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 56.4px;
  left: -29.25%;
  margin: auto;
  position: absolute;
  top: -3.2%;
  width: 68.7px;
}
.voice__imgWrapper {
  margin-left: 5%;
  width: 159%;
}
.voice__img {
  height: auto;
  width: 100%;
}
.voice__notesBottom {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  margin-top: 1.2rem;
  text-align: left;
}

.manager {
  background-color: #e6f4fd;
  background-image: url(../img/dot-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0 9rem;
  text-align: center;
}
.manager__ttl {
  color: #1D2085;
  display: inline-block;
  font-size: 4.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: relative;
}
.manager__ttl:before {
  background-color: #008ee3;
  border-radius: 5px;
  bottom: -20px;
  content: "";
  display: inline-block;
  height: 10px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48.8px;
}
.manager__intro {
  color: #1a1a1a;
  font-size: 2rem;
  margin-top: 4rem;
}
.manager__descBox {
  background-color: #fff;
  border-radius: 5px;
  margin: 4.5rem auto 0;
  max-width: 578px;
  padding: 2.5% 0 2.5% 5.2%;
  width: 100%;
}
.manager__desc {
  color: #1a1a1a;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  position: relative;
  text-align: left;
}
.manager__desc:before {
  background-image: url(../img/manager.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 256.7px;
  margin: auto;
  position: absolute;
  right: -60px;
  top: -30%;
  width: 24.5%;
}

.intro {
  background-image: url(../img/dot-half2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5.5rem;
  text-align: center;
}
.intro__ttl {
  background-color: #1D2085;
  color: #fff;
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  padding: 3.7rem 0;
  position: relative;
  text-align: center;
}
.intro__ttl:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid #1D2085;
  bottom: -30px;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0px;
}
.intro__subTtl {
  color: #1D2085;
  display: inline-block;
  font-size: 3.625rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 7rem;
  position: relative;
}
.intro__subTtl:before {
  background-color: #008ee3;
  border-radius: 5px;
  bottom: -20px;
  content: "";
  display: inline-block;
  height: 10px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48.8px;
}
.intro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
}
.intro__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  height: 141.2px;
  letter-spacing: 0.1em;
  line-height: 1.42;
  margin-top: 2rem;
  padding-left: 10px;
  position: relative;
  text-align: left;
  width: 48.9%;
}
.intro__item:nth-of-type(1) {
  background-image: url(../img/intro1.jpg);
}
.intro__item:nth-of-type(2) {
  background-image: url(../img/intro2.jpg);
}
.intro__item:nth-of-type(3) {
  background-image: url(../img/intro3.jpg);
}
.intro__item:nth-of-type(4) {
  background-image: url(../img/intro4.jpg);
}
.intro__item:nth-of-type(5) {
  background-image: url(../img/intro5.jpg);
}
.intro__item:nth-of-type(6) {
  background-image: url(../img/intro6.jpg);
}

.life {
  background-color: #e4ebf6;
  padding-bottom: 6rem;
  text-align: center;
}
.life__ttl {
  background-color: #1D2085;
  color: #fff;
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  padding: 3.7rem 0;
  position: relative;
  text-align: center;
}
.life__ttl:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid #1D2085;
  bottom: -30px;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0px;
}
.life .inner {
  margin-top: 5rem;
}
.life__imgGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.life__imgGroup:nth-of-type(2) {
  margin-top: -3rem;
}
.life__imgWrapper {
  position: relative;
}
.life__imgWrapper1 {
  right: -4%;
  width: 52.4%;
}
.life__imgWrapper2 {
  margin-top: -2%;
  width: 45.2%;
}
.life__imgWrapper3 {
  left: 3%;
  width: 38.5%;
}
.life__imgWrapper4 {
  left: 5.5%;
  margin-top: -4%;
  width: 43.5%;
}
.life__imgWrapper5 {
  left: 2%;
  margin-top: -8%;
  width: 55%;
  z-index: 10;
}
.life__imgWrapper6 {
  left: -3%;
  margin-top: 4%;
  width: 58.3%;
}
.life__img {
  height: auto;
  width: 100%;
}

.performance {
  padding: 8rem 0 7rem;
}
.performance__ttl {
  font-size: 3.23rem;
  letter-spacing: 0.3em;
  text-align: center;
}
.performance__notes {
  font-size: 1.3rem;
  position: relative;
  text-align: right;
  top: 20px;
}
.performance__list--child {
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.6rem 0 0 -1rem;
  padding-top: 1.6rem;
}
.performance__item {
  margin-left: 1rem;
}
.performance__item--child {
  line-height: 1.63;
  margin-right: 2rem;
}
.performance__item:not(:first-of-type) {
  margin-top: 5.6rem;
}

.contact {
  background-color: #f0f0f0;
  padding: 3.3rem 0;
  text-align: center;
}
.contact__btn {
  background-color: #e23e26;
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 2.77rem 0;
  width: 386px;
}

.footer {
  padding: 4.4rem 0 7.7rem;
}
.footer__logo {
  height: auto;
  margin: 0 auto;
  width: 309px;
}

/* ==============================================================
*  レスポンシブ(pc)
* ============================================================ */
@media (max-width: 1200px) {
  .hero .wrapper {
    height: 600px;
    margin-top: -8rem;
  }
  .hero__logoArea {
    top: 170px;
  }
  .hero__ttl {
    font-size: 5rem;
  }
}

/*
@media (max-width: 1000px) {
  .hero .wrapper {
    height: calc(380px + ((1vw - 7.68px) * (253 / 4.32)));
    margin-top: calc(-5rem + ((1vw - 7.68px) * (-30 / 4.32)));
  }
  .hero__logoArea {
    top: calc(85px + ((1vw - 7.68px) * (75 / 4.32)));
  }
  .hero__ttl {
    font-size: calc(4rem + ((1vw - 7.68px) * (24 / 4.32)));
  }

}
*/

@media (min-width: 768px) {
  .about__list {
    top: calc(-3rem + ((1vw - 7.68px) * (-30 / 4.32)));
  }
}
@media (min-width: 1200px) {
  .about__list {
    top: -6rem;
  }
}
@media (min-width: 768px) {
  .experience__item--ttl {
    left: calc(-27px + ((1vw - 7.68px) * (7 / 0.62)));
  }
  .experience__item--desc {
    font-size: calc(1.5rem + ((1vw - 7.68px) * (1 / 4.32)));
  }
}
@media (min-width: 1200px) {
  .experience__item--desc {
    font-size: 1.6rem;
  }
}
@media (min-width: 830px) {
  .experience__item--ttl {
    left: -20px;
  }
}
@media (min-width: 768px) {
  .global__centerTop--ttl:before {
    width: calc(520px + ((1vw - 7.68px) * (45 / 4.32)));
  }
  .global__centerTop--desc {
    font-size: calc(1.6rem + ((1vw - 7.68px) * (1 / 4.32)));
  }
}
@media (min-width: 1200px) {
  .global__centerTop--ttl:before {
    width: 565px;
  }
  .global__centerTop--desc {
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) {
  .trust__item--ttlBox {
    height: calc(181.73px + ((1vw - 7.68px) * (15.27 / 4.32)));
  }
}
@media (min-width: 1200px) {
  .trust__item--ttlBox {
    height: 197px;
  }
}
@media (min-width: 768px) {
  .price__circle {
    right: calc(-25px + ((1vw - 7.68px) * (-25 / 4.32)));
    width: calc(97.25px + ((1vw - 7.68px) * (25 / 4.32)));
  }
}
@media (min-width: 1200px) {
  .price__circle {
    right: -50px;
    width: 122.25px;
  }
}
@media (min-width: 768px) {
  .life__ttl {
    font-size: calc(3rem + ((1vw - 7.68px) * (3 / 4.32)));
  }
}
@media (min-width: 1200px) {
  .life__ttl {
    font-size: 3.3rem;
  }
}
/* ==============================================================
*  レスポンシブ(sp)
* ============================================================ */
@media screen and (max-width: 767px) and (min-width: 320px) {
  .header__ttl {
    font-size: calc(1.6rem + ((1vw - 3.2px) * (17 / 4.47)));
    padding-bottom: calc(1.35rem + ((1vw - 3.2px) * (10 / 4.47)));
    padding-top: calc(1.35rem + ((1vw - 3.2px) * (10 / 4.47)));
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .header__ttl {
    font-size: 3.3rem;
    padding-bottom: 2.35rem;
    padding-top: 2.35rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .hero {
    padding-bottom: calc(2rem + ((1vw - 3.2px) * (20 / 4.47)));
  }
  .hero .wrapper {
    height: calc(188px + ((1vw - 3.2px) * (262 / 4.47)));
    margin-top: calc(-2.1rem + ((1vw - 3.2px) * (-30 / 4.47)));
  }
  .hero__logoArea {
    top: calc(55px + ((1vw - 3.2px) * (70 / 4.47)));
  }
  .hero__ttl {
    font-size: calc(1.6rem + ((1vw - 3.2px) * (24 / 4.47)));
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .hero {
    padding-bottom: 4rem;
  }
  .hero .wrapper {
    height: 450px;
    margin-top: -5.1rem;
  }
  .hero__logoArea {
    top: 125px;
  }
  .hero__ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .about__ttl {
    font-size: calc(3rem + ((1vw - 3.2px) * (26 / 4.47)));
  }
  .about__ttl:before {
    bottom: calc(-15px + ((1vw - 3.2px) * (-5 / 4.47)));
    height: calc(5px + ((1vw - 3.2px) * (5 / 4.47)));
    width: calc(38.8px + ((1vw - 3.2px) * (10 / 4.47)));
  }
  .about__ttl span {
    font-size: calc(2.3rem + ((1vw - 3.2px) * (17 / 4.47)));
  }
  .about__imgArea {
    margin-top: calc(3rem + ((1vw - 3.2px) * (30 / 4.47)));
  }
  .about__list {
    top: calc(-1rem + ((1vw - 3.2px) * (-20 / 4.47)));
  }
  .about__item:not(:first-of-type) {
    margin-top: calc(1.8rem + ((1vw - 3.2px) * (30 / 4.47)));
  }
  .about__item--ttl {
    font-size: calc(1.4rem + ((1vw - 3.2px) * (19 / 4.47)));
  }
  .about__item--notes {
    font-size: calc(1rem + ((1vw - 3.2px) * (7 / 4.47)));
    margin-top: calc(0.3rem + ((1vw - 3.2px) * (12 / 4.47)));
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .about__ttl {
    font-size: 5.6rem;
  }
  .about__ttl:before {
    bottom: -20px;
    height: 10px;
    width: 48.8px;
  }
  .about__ttl span {
    font-size: 4rem;
  }
  .about__imgArea {
    margin-top: 6rem;
  }
  .about__list {
    top: -3rem;
  }
  .about__item:not(:first-of-type) {
    margin-top: 4.8rem;
  }
  .about__item--ttl {
    font-size: 3.3rem;
  }
  .about__item--notes {
    font-size: 1.7rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .about__item--ttl {
    line-height: 1.2;
  }
  .about__item--notes {
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .experience__ttl {
    font-size: calc(1.4rem + ((1vw - 3.2px) * (19 / 4.47)));
    padding-bottom: calc(1.5rem + ((1vw - 3.2px) * (22 / 4.47)));
    padding-top: calc(1.5rem + ((1vw - 3.2px) * (22 / 4.47)));
  }
  .experience__ttl:after {
    border-left: calc(10px + ((1vw - 3.2px) * (5 / 4.47))) solid transparent;
    border-right: calc(10px + ((1vw - 3.2px) * (5 / 4.47))) solid transparent;
    border-top: calc(20px + ((1vw - 3.2px) * (10 / 4.47))) solid #1D2085;
    bottom: calc(-15px + ((1vw - 3.2px) * (-15 / 4.47)));
  }
  .experience__subTtl {
    font-size: calc(1.7rem + ((1vw - 3.2px) * (26 / 4.47)));
    margin-top: calc(3rem + ((1vw - 3.2px) * (50 / 4.47)));
  }
  .experience__subTtl:before {
    bottom: calc(-15px + ((1vw - 3.2px) * (-5 / 4.47)));
    height: calc(5px + ((1vw - 3.2px) * (5 / 4.47)));
    width: calc(38.8px + ((1vw - 3.2px) * (10 / 4.47)));
  }
  .experience__item {
    font-size: calc(2.7rem + ((1vw - 3.2px) * (7.8 / 4.47)));
  }
  .experience__item--desc {
    font-size: calc(1.3rem + ((1vw - 3.2px) * (2 / 4.47)));
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .experience__ttl {
    font-size: 3.3rem;
    padding-bottom: 3.7rem;
    padding-top: 3.7rem;
  }
  .experience__ttl:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #1D2085;
    bottom: -30px;
  }
  .experience__subTtl {
    font-size: 4.3rem;
    margin-top: 8rem;
  }
  .experience__subTtl:before {
    bottom: -20px;
    height: 10px;
    width: 48.8px;
  }
  .experience__item {
    font-size: 3.48rem;
  }
  .experience__item--desc {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .experience__list {
    display: block;
  }
  .experience__item {
    margin: 0 auto;
    width: 266px;
  }
  .experience__item:nth-of-type(even) {
    margin: 0 auto;
  }
  .experience__item:not(:first-of-type) {
    margin-top: 3.5rem;
  }
  .experience__item--ttl {
    left: -10%;
  }
  .experience__item--desc {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .global {
    padding-bottom: calc(3rem + ((1vw - 3.2px) * (40 / 4.47)));
  }
  .global__inner {
    padding-bottom: calc(2rem + ((1vw - 3.2px) * (30 / 4.47)));
    padding-top: calc(3rem + ((1vw - 3.2px) * (40 / 4.47)));
  }
  .global__ttl {
    font-size: calc(1.7rem + ((1vw - 3.2px) * (16 / 4.47)));
    padding-bottom: calc(1.5rem + ((1vw - 3.2px) * (22 / 4.47)));
    padding-top: calc(1.5rem + ((1vw - 3.2px) * (22 / 4.47)));
  }
  .global__ttl:after {
    border-left: calc(10px + ((1vw - 3.2px) * (5 / 4.47))) solid transparent;
    border-right: calc(10px + ((1vw - 3.2px) * (5 / 4.47))) solid transparent;
    border-top: calc(20px + ((1vw - 3.2px) * (10 / 4.47))) solid #1D2085;
    bottom: calc(-15px + ((1vw - 3.2px) * (-15 / 4.47)));
  }
  .global__subTtl {
    font-size: calc(1.5rem + ((1vw - 3.2px) * (28 / 4.47)));
  }
  .global__subTtl:before {
    bottom: calc(-15px + ((1vw - 3.2px) * (-5 / 4.47)));
    height: calc(5px + ((1vw - 3.2px) * (5 / 4.47)));
    width: calc(38.8px + ((1vw - 3.2px) * (10 / 4.47)));
  }
  .global__desc {
    font-size: calc(1.05rem + ((1vw - 3.2px) * (13 / 4.47)));
  }
  .global__notes {
    font-size: calc(0.8rem + ((1vw - 3.2px) * (7 / 4.47)));
  }
  .global__centerTtl {
    font-size: calc(1.2rem + ((1vw - 3.2px) * (19 / 4.47)));
    padding-bottom: calc(1.36rem + ((1vw - 3.2px) * (25 / 4.47)));
    padding-top: calc(1.36rem + ((1vw - 3.2px) * (25 / 4.47)));
  }
  .global__centerTop {
    padding-bottom: calc(1.3rem + ((1vw - 3.2px) * (7 / 4.47)));
    padding-left: calc(1rem + ((1vw - 3.2px) * (23 / 4.47)));
    padding-right: calc(1rem + ((1vw - 3.2px) * (23 / 4.47)));
    padding-top: calc(1.3rem + ((1vw - 3.2px) * (7 / 4.47)));
  }
  .global__centerTop--ttl {
    font-size: calc(1.5rem + ((1vw - 3.2px) * (14.6 / 4.47)));
  }
  .global__centerTop--ttl:before {
    width: calc(240px + ((1vw - 3.2px) * (270 / 4.47)));
  }
  .global__centerTop--desc {
    font-size: calc(1.1rem + ((1vw - 3.2px) * (5 / 4.47)));
  }
  .global__centerTop:after {
    height: calc(94.1px + ((1vw - 3.2px) * (90 / 4.47)));
    top: calc(50px + ((1vw - 3.2px) * (-50 / 4.47)));
    width: calc(74.2px + ((1vw - 3.2px) * (67 / 4.47)));
  }
  .global__item--ttl {
    font-size: calc(1.9rem + ((1vw - 3.2px) * (9.3 / 4.47)));
  }
  .global__item--desc {
    font-size: calc(1.1rem + ((1vw - 3.2px) * (6 / 4.47)));
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .global {
    padding-bottom: 7rem;
  }
  .global__inner {
    padding-bottom: 5rem;
    padding-top: 7rem;
  }
  .global__ttl {
    font-size: 3.3rem;
    padding-bottom: 3.7rem;
    padding-top: 3.7rem;
  }
  .global__ttl:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #1D2085;
    bottom: -30px;
  }
  .global__subTtl {
    font-size: 4.3rem;
  }
  .global__subTtl:before {
    bottom: -20px;
    height: 10px;
    width: 48.8px;
  }
  .global__desc {
    font-size: 2.35rem;
  }
  .global__notes {
    font-size: 1.5rem;
  }
  .global__centerTtl {
    font-size: 3.1rem;
    padding-bottom: 3.86rem;
    padding-top: 3.86rem;
  }
  .global__centerTop {
    padding: 2rem 3.3rem;
  }
  .global__centerTop--ttl {
    font-size: 2.96rem;
  }
  .global__centerTop--ttl:before {
    width: 510px;
  }
  .global__centerTop--desc {
    font-size: 1.6rem;
  }
  .global__centerTop:after {
    height: 184.1px;
    top: 0;
    width: 141.2px;
  }
  .global__item--ttl {
    font-size: 2.83rem;
  }
  .global__item--desc {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .global__centerTop:after {
    right: 2%;
  }
  .global__item {
    display: block;
  }
  .global__item--ttl {
    margin-top: 2rem;
    text-align: center;
  }
  .global__item--txtArea {
    margin: 0 auto;
    width: 100%;
  }
  .global__item--desc {
    text-align: center;
  }
  .global__pointArea {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .trust__ttl {
    font-size: calc(1.7rem + ((1vw - 3.2px) * (16 / 4.47)));
    padding-bottom: calc(1.5rem + ((1vw - 3.2px) * (22 / 4.47)));
    padding-top: calc(1.5rem + ((1vw - 3.2px) * (22 / 4.47)));
  }
  .trust__ttl:after {
    border-left: calc(10px + ((1vw - 3.2px) * (5 / 4.47))) solid transparent;
    border-right: calc(10px + ((1vw - 3.2px) * (5 / 4.47))) solid transparent;
    border-top: calc(20px + ((1vw - 3.2px) * (10 / 4.47))) solid #1D2085;
    bottom: calc(-15px + ((1vw - 3.2px) * (-15 / 4.47)));
  }
  .trust__list {
    padding-bottom: calc(8.7rem + ((1vw - 3.2px) * (60 / 4.47)));
    padding-top: calc(3rem + ((1vw - 3.2px) * (50 / 4.47)));
  }
  .trust__item {
    margin-left: calc(0.43rem + ((1vw - 3.2px) * (28.7 / 4.47)));
  }
  .trust__item:not(:first-of-type) {
    margin-top: calc(6.6rem + ((1vw - 3.2px) * (40 / 4.47)));
  }
  .trust__item--ttlBox {
    height: calc(68px + ((1vw - 3.2px) * (114 / 4.47)));
    width: calc(68px + ((1vw - 3.2px) * (114 / 4.47)));
  }
  .trust__item--ttl {
    font-size: calc(1.2rem + ((1vw - 3.2px) * (22 / 4.47)));
  }
  .trust__item--descBox {
    top: calc(30px + ((1vw - 3.2px) * (40 / 4.47)));
  }
  .trust__item--desc {
    font-size: calc(0.9rem + ((1vw - 3.2px) * (14 / 4.47)));
    height: calc(90.8px + ((1vw - 3.2px) * (108 / 4.47)));
    padding-left: calc(5.97rem + ((1vw - 3.2px) * (84.3 / 4.47)));
    width: calc(246.6px + ((1vw - 3.2px) * (368 / 4.47)));
  }
  .trust__item:nth-of-type(1):before {
    height: calc(45.6px + ((1vw - 3.2px) * (76 / 4.47)));
    top: calc(72px + ((1vw - 3.2px) * (78 / 4.47)));
  }
  .trust__item:nth-of-type(2):before {
    height: calc(32px + ((1vw - 3.2px) * (49 / 4.47)));
    top: calc(75px + ((1vw - 3.2px) * (95 / 4.47)));
  }
  .trust__item:nth-of-type(3):before {
    height: calc(26.3px + ((1vw - 3.2px) * (40 / 4.47)));
    top: calc(80px + ((1vw - 3.2px) * (100 / 4.47)));
  }
  .trust__client {
    padding-bottom: calc(2rem + ((1vw - 3.2px) * (10 / 4.47)));
    padding-top: calc(2rem + ((1vw - 3.2px) * (10 / 4.47)));
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .trust__ttl {
    font-size: 3.3rem;
    padding-bottom: 3.7rem;
    padding-top: 3.7rem;
  }
  .trust__ttl:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #1D2085;
    bottom: -30px;
  }
  .trust__list {
    padding-bottom: 14.7rem;
    padding-top: 8rem;
  }
  .trust__item {
    margin-left: 3.3rem;
  }
  .trust__item:not(:first-of-type) {
    margin-top: 10.6rem;
  }
  .trust__item--ttlBox {
    height: 182px;
    width: 182px;
  }
  .trust__item--ttl {
    font-size: 3.4rem;
  }
  .trust__item--descBox {
    top: 70px;
  }
  .trust__item--desc {
    font-size: 2.3rem;
    height: 198.8px;
    padding-left: 14.4rem;
    width: 614.6px;
  }
  .trust__item:nth-of-type(1):before {
    height: 121.6px;
    top: 150px;
  }
  .trust__item:nth-of-type(2):before {
    height: 81px;
    top: 170px;
  }
  .trust__item:nth-of-type(3):before {
    height: 66.3px;
    top: 180px;
  }
  .trust__item__client {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .trust__item--descBox {
    right: 2%;
  }
  .trust__client--ttl {
    font-size: 2rem;
    text-align: center;
  }
  .trust__client--group {
    display: block;
    margin-left: 0;
    margin-top: 1rem;
  }
  .trust__client--list {
    margin-top: 0;
  }
  .trust__client--item {
    line-height: 2;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .price__ttl {
    font-size: calc(1.7rem + ((1vw - 3.2px) * (16 / 4.47)));
    padding-bottom: calc(1.5rem + ((1vw - 3.2px) * (22 / 4.47)));
    padding-top: calc(1.5rem + ((1vw - 3.2px) * (22 / 4.47)));
  }
  .price__ttl:after {
    border-left: calc(10px + ((1vw - 3.2px) * (5 / 4.47))) solid transparent;
    border-right: calc(10px + ((1vw - 3.2px) * (5 / 4.47))) solid transparent;
    border-top: calc(20px + ((1vw - 3.2px) * (10 / 4.47))) solid #1D2085;
    bottom: calc(-15px + ((1vw - 3.2px) * (-15 / 4.47)));
  }
  .price__item {
    font-size: calc(1rem + ((1vw - 3.2px) * (8 / 4.47)));
    padding-bottom: calc(1.4rem + ((1vw - 3.2px) * (10 / 4.47)));
    padding-top: calc(7.8rem + ((1vw - 3.2px) * (80 / 4.47)));
  }
  .price__item:not(:first-of-type) {
    margin-left: calc(1rem + ((1vw - 3.2px) * (7 / 4.47)));
  }
  .price__item:before {
    height: calc(52.7px + ((1vw - 3.2px) * (73 / 4.47)));
  }
  .price__inner {
    max-width: calc(320px + ((1vw - 3.2px) * (382 / 4.47)));
  }
  .price__tdOneRoom {
    font-size: calc(1.2rem + ((1vw - 3.2px) * (6 / 4.47)));
  }
  .price__tdHouse {
    font-size: calc(1.4rem + ((1vw - 3.2px) * (10 / 4.47)));
  }
  .price__th, .price__td {
    font-size: calc(1rem + ((1vw - 3.2px) * (6 / 4.47)));
    width: calc(103px + ((1vw - 3.2px) * (131 / 4.47)));
  }
  .price__th span {
    font-size: calc(0.7rem + ((1vw - 3.2px) * (5 / 4.47)));
  }
  .price__td--big {
    font-size: calc(1.4rem + ((1vw - 3.2px) * (6 / 4.47)));
  }
  .price__td--big span {
    font-size: calc(1.7rem + ((1vw - 3.2px) * (9 / 4.47)));
  }
  .price__circle {
    bottom: calc(-60px + ((1vw - 3.2px) * (-50 / 4.47)));
    right: calc(20px + ((1vw - 3.2px) * (35 / 4.47)));
    width: calc(70px + ((1vw - 3.2px) * (50 / 4.47)));
  }
  .price__attention {
    font-size: calc(1rem + ((1vw - 3.2px) * (3 / 4.47)));
  }
  .price__catch {
    font-size: calc(1.8rem + ((1vw - 3.2px) * (16.6 / 4.47)));
    margin-top: calc(7.6rem + ((1vw - 3.2px) * (70 / 4.47)));
    padding-bottom: calc(1.46rem + ((1vw - 3.2px) * (20 / 4.47)));
    padding-top: calc(1.46rem + ((1vw - 3.2px) * (20 / 4.47)));
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .price__ttl {
    font-size: 3.3rem;
    padding-bottom: 3.7rem;
    padding-top: 3.7rem;
  }
  .price__ttl:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #1D2085;
    bottom: -30px;
  }
  .price__item {
    font-size: 1.8rem;
    padding-bottom: 2.4rem;
    padding-top: 15.8rem;
  }
  .price__item:not(:first-of-type) {
    margin-left: 1.7rem;
  }
  .price__item:before {
    height: 125.7px;
  }
  .price__inner {
    max-width: 702px;
  }
  .price__tdOneRoom {
    font-size: 1.8rem;
  }
  .price__tdHouse {
    font-size: 2.4rem;
  }
  .price__th, .price__td {
    font-size: 1.6rem;
    width: 234px;
  }
  .price__th span {
    font-size: 1.2rem;
  }
  .price__td--big {
    font-size: 2rem;
  }
  .price__td--big span {
    font-size: 2.6rem;
  }
  .price__circle {
    bottom: -110px;
    right: 55px;
    width: 120px;
  }
  .price__attention {
    font-size: 1.3rem;
  }
  .price__catch {
    font-size: 3.35rem;
    margin-top: 14.6rem;
    padding-bottom: 3.46rem;
    padding-top: 3.46rem;
  }
}
@media (max-width: 767px) {
  .price__list {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .price__table {
    margin: 0 auto;
  }
  .price__td--big.price__td--blue {
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .voice {
    padding-bottom: calc(2.5rem + ((1vw - 3.2px) * (30 / 4.47)));
  }
  .voice__ttl {
    font-size: calc(1.7rem + ((1vw - 3.2px) * (16 / 4.47)));
    padding-bottom: calc(1.5rem + ((1vw - 3.2px) * (22 / 4.47)));
    padding-top: calc(1.5rem + ((1vw - 3.2px) * (22 / 4.47)));
  }
  .voice__ttl:after {
    border-left: calc(10px + ((1vw - 3.2px) * (5 / 4.47))) solid transparent;
    border-right: calc(10px + ((1vw - 3.2px) * (5 / 4.47))) solid transparent;
    border-top: calc(20px + ((1vw - 3.2px) * (10 / 4.47))) solid #1D2085;
    bottom: calc(-15px + ((1vw - 3.2px) * (-15 / 4.47)));
  }
  .voice__txt:before, .voice__txtBottom:before {
    height: calc(27.4px + ((1vw - 3.2px) * (29 / 4.47)));
    top: calc(0px + ((1vw - 3.2px) * (-10 / 4.47)));
    width: calc(33.7px + ((1vw - 3.2px) * (35 / 4.47)));
  }
  .voice__list {
    margin-top: calc(3.4rem + ((1vw - 3.2px) * (40 / 4.47)));
  }
  .voice__item {
    font-size: calc(1.2rem + ((1vw - 3.2px) * (8 / 4.47)));
  }
  .voice__item:not(:first-of-type) {
    margin-top: calc(1.3rem + ((1vw - 3.2px) * (10 / 4.47)));
  }
  .voice__notes, .voice__notesBottom {
    font-size: calc(1.1rem + ((1vw - 3.2px) * (6 / 4.47)));
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .voice {
    padding-bottom: 5.5rem;
  }
  .voice__ttl {
    font-size: 3.3rem;
    padding-bottom: 3.7rem;
    padding-top: 3.7rem;
  }
  .voice__ttl:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #1D2085;
    bottom: -30px;
  }
  .voice__txt:before, .voice__txtBottom:before {
    height: 56.4px;
    top: -10px;
    width: 68.7px;
  }
  .voice__list {
    margin-top: 7.4rem;
  }
  .voice__item {
    font-size: 2rem;
  }
  .voice__item:not(:first-of-type) {
    margin-top: 2.3rem;
  }
  .voice__notes, .voice__notesBottom {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .voice__item {
    padding-bottom: 3%;
  }
  .voice__item:last-of-type {
    display: block;
  }
  .voice__txt:before, .voice__txtBottom:before {
    left: -18.25%;
  }
  .voice__imgWrapper {
    margin: 2rem auto 0;
    width: 70%;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .manager {
    padding-bottom: calc(4rem + ((1vw - 3.2px) * (50 / 4.47)));
    padding-top: calc(3rem + ((1vw - 3.2px) * (20 / 4.47)));
  }
  .manager__ttl {
    font-size: calc(2.3rem + ((1vw - 3.2px) * (20 / 4.47)));
  }
  .manager__ttl:before {
    bottom: calc(-15px + ((1vw - 3.2px) * (-5 / 4.47)));
    height: calc(5px + ((1vw - 3.2px) * (5 / 4.47)));
    width: calc(38.8px + ((1vw - 3.2px) * (10 / 4.47)));
  }
  .manager__intro {
    font-size: calc(1.3rem + ((1vw - 3.2px) * (7 / 4.47)));
  }
  .manager__descBox {
    max-width: calc(290px + ((1vw - 3.2px) * (210 / 4.47)));
  }
  .manager__desc {
    font-size: calc(1rem + ((1vw - 3.2px) * (7 / 4.47)));
  }
  .manager__desc:before {
    height: calc(127.7px + ((1vw - 3.2px) * (133 / 4.47)));
    right: calc(-24px + ((1vw - 3.2px) * (-43 / 4.47)));
    top: calc(-4px + ((1vw - 3.2px) * (-27 / 4.47)));
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .manager {
    padding-bottom: 9rem;
    padding-top: 5rem;
  }
  .manager__ttl {
    font-size: 4.3rem;
  }
  .manager__ttl:before {
    bottom: -20px;
    height: 10px;
    width: 48.8px;
  }
  .manager__intro {
    font-size: 2rem;
  }
  .manager__descBox {
    max-width: 500px;
  }
  .manager__desc {
    font-size: 1.7rem;
  }
  .manager__desc:before {
    height: 260.7px;
    right: -67px;
    top: -31px;
  }
}
@media (max-width: 767px) {
  .manager__desc:before {
    width: 29.5%;
  }
  .manager__intro {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .intro__ttl {
    font-size: calc(1.7rem + ((1vw - 3.2px) * (16 / 4.47)));
    padding-bottom: calc(1.5rem + ((1vw - 3.2px) * (22 / 4.47)));
    padding-top: calc(1.5rem + ((1vw - 3.2px) * (22 / 4.47)));
  }
  .intro__ttl:after {
    border-left: calc(10px + ((1vw - 3.2px) * (5 / 4.47))) solid transparent;
    border-right: calc(10px + ((1vw - 3.2px) * (5 / 4.47))) solid transparent;
    border-top: calc(20px + ((1vw - 3.2px) * (10 / 4.47))) solid #1D2085;
    bottom: calc(-15px + ((1vw - 3.2px) * (-15 / 4.47)));
  }
  .intro__subTtl {
    font-size: calc(1.5rem + ((1vw - 3.2px) * (28 / 4.47)));
    margin-top: calc(3rem + ((1vw - 3.2px) * (40 / 4.47)));
  }
  .intro__subTtl:before {
    bottom: calc(-15px + ((1vw - 3.2px) * (-5 / 4.47)));
    height: calc(5px + ((1vw - 3.2px) * (5 / 4.47)));
    width: calc(38.8px + ((1vw - 3.2px) * (10 / 4.47)));
  }
  .intro__list {
    margin-top: calc(4rem + ((1vw - 3.2px) * (20 / 4.47)));
  }
  .intro__item {
    font-size: calc(1rem + ((1vw - 3.2px) * (3 / 4.47)));
    height: calc(105px + ((1vw - 3.2px) * (25 / 4.47)));
    width: calc(290px + ((1vw - 3.2px) * (70 / 4.47)));
  }
  .intro__item:not(:first-of-type) {
    margin-top: calc(1rem + ((1vw - 3.2px) * (10 / 4.47)));
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .intro__ttl {
    font-size: 3.3rem;
    padding-bottom: 3.7rem;
    padding-top: 3.7rem;
  }
  .intro__ttl:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #1D2085;
    bottom: -30px;
  }
  .intro__subTtl {
    font-size: 4.3rem;
    margin-top: 7rem;
  }
  .intro__subTtl:before {
    bottom: -20px;
    height: 10px;
    width: 48.8px;
  }
  .intro__list {
    margin-top: 6rem;
  }
  .intro__item {
    font-size: 1.3rem;
    height: 130px;
    width: 360px;
  }
  .intro__item:not(:first-of-type) {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .intro__list {
    display: block;
  }
  .intro__item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .life {
    padding-bottom: calc(3rem + ((1vw - 3.2px) * (30 / 4.47)));
  }
  .life__ttl {
    font-size: calc(1.7rem + ((1vw - 3.2px) * (16 / 4.47)));
    padding-bottom: calc(1.5rem + ((1vw - 3.2px) * (22 / 4.47)));
    padding-top: calc(1.5rem + ((1vw - 3.2px) * (22 / 4.47)));
  }
  .life__ttl:after {
    border-left: calc(10px + ((1vw - 3.2px) * (5 / 4.47))) solid transparent;
    border-right: calc(10px + ((1vw - 3.2px) * (5 / 4.47))) solid transparent;
    border-top: calc(20px + ((1vw - 3.2px) * (10 / 4.47))) solid #1D2085;
    bottom: calc(-15px + ((1vw - 3.2px) * (-15 / 4.47)));
  }
  .life .inner {
    margin-top: calc(3rem + ((1vw - 3.2px) * (20 / 4.47)));
  }
  .life__imgGroup:nth-of-type(2) {
    margin-top: calc(-1.5rem + ((1vw - 3.2px) * (-15 / 4.47)));
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .life {
    padding-bottom: 6rem;
  }
  .life__ttl {
    font-size: 3.3rem;
    padding-bottom: 3.7rem;
    padding-top: 3.7rem;
  }
  .life__ttl:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #1D2085;
    bottom: -30px;
  }
  .life .inner {
    margin-top: 5rem;
  }
  .life__imgGroup:nth-of-type(2) {
    margin-top: -3rem;
  }
}
@media (max-width: 767px) {
  .life__ttl {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .performance {
    padding-bottom: calc(3rem + ((1vw - 3.2px) * (40 / 4.47)));
    padding-top: calc(4rem + ((1vw - 3.2px) * (40 / 4.47)));
  }
  .performance__ttl {
    font-size: calc(2.03rem + ((1vw - 3.2px) * (12 / 4.47)));
  }
  .performance__list--child {
    margin-top: calc(1rem + ((1vw - 3.2px) * (6 / 4.47)));
    padding-top: calc(1.1rem + ((1vw - 3.2px) * (5 / 4.47)));
  }
  .performance__item--child {
    font-size: calc(1.3rem + ((1vw - 3.2px) * (3 / 4.47)));
  }
  .performance__item:not(:first-of-type) {
    margin-top: calc(3.6rem + ((1vw - 3.2px) * (20 / 4.47)));
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .performance {
    padding-bottom: 7rem;
    padding-top: 8rem;
  }
  .performance__ttl {
    font-size: 3.23rem;
  }
  .performance__list--child {
    margin-top: 1.6rem;
    padding-top: 1.6rem;
  }
  .performance__item--child {
    font-size: 1.6rem;
  }
  .performance__item:not(:first-of-type) {
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .contact__ttl {
    font-size: calc(2.03rem + ((1vw - 3.2px) * (12 / 4.47)));
  }
  .contact__list--child {
    margin-top: calc(1rem + ((1vw - 3.2px) * (6 / 4.47)));
    padding-top: calc(1.1rem + ((1vw - 3.2px) * (5 / 4.47)));
  }
  .contact__item--child {
    font-size: calc(1.3rem + ((1vw - 3.2px) * (3 / 4.47)));
  }
  .contact__item:not(:first-of-type) {
    margin-top: calc(3.6rem + ((1vw - 3.2px) * (20 / 4.47)));
  }
  .contact__btn {
    font-size: calc(1.6rem + ((1vw - 3.2px) * (8 / 4.47)));
    padding-bottom: calc(1.37rem + ((1vw - 3.2px) * (14 / 4.47)));
    padding-top: calc(1.37rem + ((1vw - 3.2px) * (14 / 4.47)));
    width: calc(206px + ((1vw - 3.2px) * (180 / 4.47)));
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .contact__btn {
    font-size: 2.4rem;
    padding-bottom: 2.77rem;
    padding-top: 2.77rem;
    width: 386px;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .footer {
    padding-bottom: calc(3.7rem + ((1vw - 3.2px) * (40 / 4.47)));
    padding-top: calc(2.4rem + ((1vw - 3.2px) * (20 / 4.47)));
  }
  .footer__logo {
    width: calc(179px + ((1vw - 3.2px) * (130 / 4.47)));
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .footer {
    padding-bottom: 7.7rem;
    padding-top: 4.4rem;
  }
  .footer__logo {
    width: 309px;
  }
}

/*# sourceMappingURL=style.css.map */