@charset "UTF-8";
/* utility 
====================================== */
@media (max-width: 1280px) {
  .xl_only {
    display: none;
  }
}

@media (max-width: 1024px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

.tb_only {
  display: none;
}
@media (max-width: 1024px) {
  .tb_only {
    display: block;
  }
}
@media (max-width: 768px) {
  .tb_only {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc_tb {
    display: none;
  }
}

.tb_sp {
  display: none;
}
@media (max-width: 1024px) {
  .tb_sp {
    display: block;
  }
}

.full-size {
  margin: 0 calc(50% - 50vw);
}

.coming {
  text-align: center;
  font-size: 1.333em;
  margin-bottom: 3em;
}

@font-face {
  font-family: fot-udkakugo-large-pr6n;
  font-weight: 400;
  src: url("../fonts/FOT-UDKakugo_large_R.woff2") format("woff2");
}
@font-face {
  font-family: fot-udkakugo-large-pr6n;
  font-weight: 500;
  src: url("../fonts/FOT-UDKakugo_large_M.woff2") format("woff2");
}
@font-face {
  font-family: fot-udkakugo-large-pr6n;
  font-weight: 600;
  src: url("../fonts/FOT-UDKakugo_large_DB.woff2") format("woff2");
}
@font-face {
  font-family: fot-udkakugo-large-pr6n;
  font-weight: 700;
  src: url("../fonts/FOT-UDKakugo_large_B.woff2") format("woff2");
}
body {
  background-color: #E6F5FF;
  font-family: fot-udkakugo-large-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.btn__pink {
  width: 100%;
  max-width: 674px;
  height: 90px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .btn__pink {
    height: 70px;
  }
}
.btn__pink a {
  display: block;
  height: 100%;
  background-color: #EB7C85;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border-radius: 10px;
  font-size: 1.5em;
  font-weight: 600;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .btn__pink a {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  .btn__pink a img {
    width: 21px;
    height: 16px;
  }
}
.btn__pink a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.725em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1.75rem;
  background: url(../img/lp-hakajimai/icon_arrow-white.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .btn__pink a::after {
    width: 12px;
    height: 21px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 1.875em 3.125em;
}
@media (max-width: 768px) {
  .header {
    padding: 1.25em;
  }
}
.header__logo {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 768px) {
  .header__logo {
    max-width: 160px;
  }
}
.header__logo a {
  display: block;
}
.header__logo img {
  display: block;
  width: 100%;
}

.fv {
  padding-top: 10em;
  font-size: clamp(12px, 0.83333vw, 16px);
}
@media (max-width: 768px) {
  .fv {
    font-size: 16px;
    padding-top: 5.625em;
  }
}
.fv__inner {
  width: 90%;
  max-width: 1720px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100px 100px 0 0;
  padding-bottom: 4em;
}
@media (max-width: 1024px) {
  .fv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 1.875em;
  }
}
.fv__left {
  width: 50%;
  position: relative;
  z-index: 0;
  text-align: center;
  padding-top: 4.75em;
  padding-bottom: 4em;
}
@media (max-width: 1024px) {
  .fv__left {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .fv__left {
    padding-top: 2.75em;
    padding-bottom: 2em;
    margin-bottom: 1.875em;
  }
}
.fv__left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 100px 0 0 0;
  background-color: #49A3BA;
}
@media (max-width: 1024px) {
  .fv__left::before {
    border-radius: 0;
  }
}
.fv__catch {
  font-size: 2em;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-bottom: 1.78125em;
}
@media (max-width: 768px) {
  .fv__catch {
    font-size: 0.875em;
    margin-bottom: 1em;
  }
}
.fv__title {
  font-size: 3.5em;
  color: #fff;
  line-height: 1.333;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .fv__title {
    font-size: 1.5em;
  }
}
.fv__title span {
  display: block;
  font-size: 1.285714285em;
}
.fv__guide {
  width: 90%;
  max-width: 519px;
  margin: 0 auto 2.3125em;
  position: relative;
}
@media (max-width: 768px) {
  .fv__guide {
    max-width: 258px;
    margin-bottom: 1em;
  }
}
.fv__guide img {
  width: 100%;
}
.fv__guide img.icon_free {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-43%, -18%);
          transform: translate(-43%, -18%);
  width: 180px;
  height: 180px;
}
@media (max-width: 768px) {
  .fv__guide img.icon_free {
    width: 100px;
    height: 100px;
    -webkit-transform: translate(-43%, -18%);
            transform: translate(-43%, -18%);
  }
}
.fv__text {
  font-size: 4em;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
@media (max-width: 768px) {
  .fv__text {
    font-size: 1.5em;
  }
}
.fv__right {
  width: 50%;
  position: relative;
  z-index: 0;
  padding-bottom: 3em;
}
@media (max-width: 1024px) {
  .fv__right {
    width: 100%;
    padding-bottom: 0;
  }
}
.fv__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 0;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .fv__right::before {
    border-radius: 175px 175px 0 0;
  }
}
.fv__problem {
  width: 90%;
  max-width: 674px;
  margin: -2.6875em auto 5.6875em;
}
@media (max-width: 1024px) {
  .fv__problem {
    max-width: 252px;
    margin-bottom: 0;
    -webkit-transform: translate(12%, 8%);
            transform: translate(12%, 8%);
  }
}
.fv__problem img {
  width: 100%;
}
.fv__btn {
  width: 90%;
}
@media (max-width: 768px) {
  .fv__btn {
    width: 100%;
  }
}

.fix {
  display: none;
  background-color: #1B357A;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
@media (max-width: 768px) {
  .fix {
    display: block;
  }
}
.fix__inner {
  padding: 0.9375em;
}
.fix__catch {
  font-size: 0.9375em;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.625rem;
}
.fix__btn {
  height: 55px;
}

.problem__upper {
  margin: 0 auto;
  padding: 3.5em 0;
  background-color: #1B357A;
}
.problem__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  font-size: 1.5em;
  color: #fff;
}
.problem__title span {
  color: #EEA70E;
}
@media (max-width: 768px) {
  .problem__title-text {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .problem__middle {
    position: relative;
    background-color: #1B357A;
    z-index: 0;
  }
  .problem__middle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #E6F5FF;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.problem__list {
  width: 90%;
  padding: 3.25em 0;
  max-width: 380px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .problem__list {
    width: 77%;
  }
}
.problem__item {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 768px) {
  .problem__item {
    font-size: 0.9375em;
  }
}
.problem__item:nth-child(n+2) {
  margin-top: 1.2em;
}
.problem__item::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/lp-hakajimai/icon_check.svg) no-repeat center center/contain;
  margin-right: 0.75em;
}
.problem__lower {
  background-color: #1B357A;
  padding: 1.875em 0 5em;
}
.problem__lower-box {
  width: 85%;
  max-width: 880px;
  height: 120px;
  margin: 0 auto;
  background-color: #EEA70E;
  border-radius: 15px;
  position: relative;
  padding: 0 2%;
  z-index: 0;
}
.problem__lower-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 160px;
  height: 180px;
  background-color: #EEA70E;
}
.problem__lower-box::after {
  content: "";
  position: absolute;
  top: calc(100% + 29px);
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-top: 100px solid #EEA70E;
}
.problem__lower-box-text {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .problem__lower-box-text {
    font-size: 1.125rem;
  }
}

.trouble__upper {
  background-color: #49A3BA;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}
@media (max-width: 768px) {
  .trouble__upper {
    padding-top: 5.625em;
    padding-bottom: 5em;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.trouble__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5em;
  color: #fff;
  margin-bottom: 3.75em;
}
@media (max-width: 768px) {
  .trouble__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    font-size: 1.125rem;
    text-align: center;
  }
}
.trouble__title img {
  margin-right: 2%;
}
@media (max-width: 768px) {
  .trouble__title img {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .trouble__title-text {
    margin-bottom: 2.1875em;
  }
}
.trouble__title span {
  font-size: 1.6667em;
  padding-bottom: 0.3em;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .trouble__title span {
    margin: 0 2px 0 0;
  }
}
.trouble__list {
  width: 90%;
  max-width: 1610px;
  margin: 0 auto 6em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5em 4%;
}
@media (max-width: 1024px) {
  .trouble__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5em 3%;
  }
}
@media (max-width: 768px) {
  .trouble__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875em 0;
  }
}
.trouble__item {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.trouble__item-title {
  background-color: #F963A1;
  color: #fff;
  font-size: 1.25em;
  font-weight: 600;
  padding: 0.5em 1em;
  text-align: center;
}
@media (max-width: 768px) {
  .trouble__item-title {
    font-size: 0.9375rem;
  }
}
.trouble__item-contents {
  padding: 1.90625em 8.85%;
  text-align: center;
}
@media (max-width: 768px) {
  .trouble__item-contents {
    padding: 1.875em;
  }
}
.trouble__item-catch {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1.25em;
}
@media (max-width: 768px) {
  .trouble__item-catch {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}
.trouble__item-icon {
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .trouble__item-icon {
    margin-bottom: 2.1875em;
  }
}
.trouble__item-text {
  font-size: 1.25em;
  text-align: left;
  font-weight: 600;
}
@media (max-width: 768px) {
  .trouble__item-text {
    font-size: 0.9375rem;
    line-height: 2;
  }
}
.trouble__text {
  text-align: center;
  font-size: 3em;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
@media (max-width: 768px) {
  .trouble__text {
    font-size: 2em;
    line-height: 1.5;
  }
}
.trouble__lower {
  padding: 1.875em 0 5em;
}
.trouble__lower-box {
  width: 85%;
  max-width: 880px;
  height: 120px;
  margin: 0 auto;
  background-color: #EB7C85;
  border-radius: 15px;
  position: relative;
  padding: 0 2%;
  z-index: 0;
}
.trouble__lower-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 160px;
  height: 180px;
  background-color: #EB7C85;
}
.trouble__lower-box::after {
  content: "";
  position: absolute;
  top: calc(100% + 29px);
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-top: 100px solid #EB7C85;
}
.trouble__lower-box-text {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .trouble__lower-box-text {
    font-size: 1.125rem;
  }
}

.guide {
  background-color: #047CCF;
}
.guide__inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 7.5em;
  padding-bottom: 3.125em;
}
@media (max-width: 768px) {
  .guide__inner {
    padding-top: 5.625em;
  }
}
.guide__container {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 3.125em;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3.125em 4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .guide__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.5em 0.625em;
    margin-bottom: 1.875em;
  }
}
.guide__image {
  width: 50%;
}
@media (max-width: 768px) {
  .guide__image {
    width: 100%;
    max-width: 224px;
    margin: 0 auto 1.875em;
  }
}
.guide__image img {
  width: 100%;
}
.guide__contents {
  width: 47.4%;
  text-align: center;
  padding: 0 2%;
}
@media (max-width: 768px) {
  .guide__contents {
    width: 100%;
    padding: 0;
  }
}
.guide__catch {
  color: #047CCF;
  font-weight: 600;
  margin-bottom: 1.25em;
}
@media (max-width: 768px) {
  .guide__catch {
    font-size: 0.9375rem;
    margin-bottom: 1em;
  }
}
.guide__title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 1.25em;
}
@media (max-width: 768px) {
  .guide__title {
    margin-bottom: 1.25rem;
  }
}
.guide__title .big {
  font-size: 1.3333em;
  line-height: 1;
}
.guide__title .pink {
  color: #EB7C85;
}
.guide__present {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.875em;
}
@media (max-width: 768px) {
  .guide__present {
    margin-bottom: 3.125rem;
  }
}
.guide__present img {
  width: 100px;
  height: 100px;
  margin-right: 1.25em;
}
@media (max-width: 768px) {
  .guide__present img {
    margin-right: 0;
  }
}
.guide__present span {
  font-size: 2em;
  color: #EB7C85;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 768px) {
  .guide__present span {
    font-size: 1.5em;
  }
}
.guide__detail-title {
  font-weight: 600;
  line-height: 1.875;
  color: #EB7C85;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
  margin: 0 auto 2em;
}
@media (max-width: 768px) {
  .guide__detail-title {
    max-width: inherit;
    font-size: 0.875em;
    line-height: 1;
    margin-bottom: 1.875rem;
  }
}
.guide__detail-title::before, .guide__detail-title::after {
  content: "";
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #EB7C85;
}
.guide__detail-title::before {
  margin-right: 0.75em;
}
.guide__detail-title::after {
  margin-left: 0.75em;
}
.guide__detail-list {
  max-width: 386px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 768px) {
  .guide__detail-list {
    max-width: 260px;
  }
}
.guide__detail-item {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .guide__detail-item {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.resolve__inner {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}
@media (max-width: 768px) {
  .resolve__inner {
    padding-top: 3.125em;
    padding-bottom: 3.125em;
  }
}
.resolve__title {
  font-size: 1.5em;
  text-align: center;
  font-weight: 600;
  color: #047CCF;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .resolve__title {
    margin-bottom: 2.5rem;
  }
}
.resolve__list {
  width: 90%;
  max-width: 1610px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5em 4%;
}
@media (max-width: 1024px) {
  .resolve__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5em 3%;
  }
}
@media (max-width: 768px) {
  .resolve__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875em 0;
  }
}
.resolve__item {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.resolve__item-title {
  background-color: #047CCF;
  color: #fff;
  font-size: 1.25em;
  font-weight: 600;
  padding: 0.5em 1em;
  text-align: center;
}
@media (max-width: 768px) {
  .resolve__item-title {
    font-size: 0.9375rem;
  }
}
.resolve__item-contents {
  padding: 1.90625em 8.85%;
  text-align: center;
}
@media (max-width: 768px) {
  .resolve__item-contents {
    padding: 1.875em;
  }
}
.resolve__item-catch {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1.25em;
}
@media (max-width: 768px) {
  .resolve__item-catch {
    font-size: 1.125em;
    margin-bottom: 1.5rem;
  }
}
.resolve__item-icon {
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .resolve__item-icon {
    margin-bottom: 2.1875rem;
  }
}
.resolve__item-text {
  font-size: 1.25em;
  text-align: left;
  font-weight: 600;
}
@media (max-width: 768px) {
  .resolve__item-text {
    font-size: 0.9375rem;
    line-height: 2;
  }
}
.resolve__item-text .pink {
  color: #EB7C85;
}

.contact {
  background-color: #047CCF;
}
.contact__inner {
  width: 90%;
  padding-top: 6.25em;
  padding-bottom: 6.25em;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact__inner {
    padding-top: 3.125em;
    padding-bottom: 3.125em;
  }
}
.contact__container {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 3.125em;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.contact__upper {
  padding: 3.125em 4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .contact__upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.5em 1.875em 3.125em;
  }
}
.contact__image {
  width: 50%;
}
@media (max-width: 768px) {
  .contact__image {
    width: 100%;
    max-width: 224px;
    margin: 0 auto 1.875em;
  }
}
.contact__image img {
  width: 100%;
}
.contact__contents {
  width: 47.4%;
  text-align: center;
  padding: 0 2%;
}
@media (max-width: 768px) {
  .contact__contents {
    width: 100%;
    padding: 0;
  }
}
.contact__catch {
  color: #047CCF;
  font-weight: 600;
  margin-bottom: 1.25em;
}
@media (max-width: 768px) {
  .contact__catch {
    font-size: 0.9375rem;
    margin-bottom: 1em;
  }
}
.contact__title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 1.25em;
}
@media (max-width: 768px) {
  .contact__title {
    margin-bottom: 1.25rem;
  }
}
.contact__title .big {
  font-size: 1.3333em;
  line-height: 1;
}
.contact__title .pink {
  color: #EB7C85;
}
.contact__present {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.875em;
}
@media (max-width: 768px) {
  .contact__present {
    margin-bottom: 3.125rem;
  }
}
.contact__present img {
  width: 100px;
  height: 100px;
  margin-right: 1.25em;
}
@media (max-width: 768px) {
  .contact__present img {
    margin-right: 0;
  }
}
.contact__present span {
  font-size: 2em;
  color: #EB7C85;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 768px) {
  .contact__present span {
    font-size: 1.5em;
  }
}
.contact__text {
  max-width: 420px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.25em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .contact__text {
    font-size: 0.9375em;
    line-height: 2;
  }
}
.contact__text .pink {
  color: #EB7C85;
}
.contact__middle {
  text-align: center;
  background-color: #EB7C85;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  padding: 2.1875em 0 2.5em;
}
@media (max-width: 768px) {
  .contact__middle {
    padding: 2.5em 0 2.28125em;
  }
}
.contact__middle-catch {
  font-size: 1.5em;
  margin-bottom: 1.25em;
}
@media (max-width: 768px) {
  .contact__middle-catch {
    font-size: 1.125em;
    margin-bottom: 2.1875rem;
  }
}
.contact__middle-text {
  font-size: 1.25em;
}
@media (max-width: 768px) {
  .contact__middle-text {
    font-size: 0.9375em;
    line-height: 2;
  }
}
.contact__lower {
  padding-top: 3.125em;
  padding-bottom: 6.25em;
  text-align: center;
}
@media (max-width: 768px) {
  .contact__lower {
    padding-top: 2.5em;
    padding-bottom: 3.125em;
  }
}
.contact__lower iframe {
  width: 90%;
  max-width: 960px;
  margin: 0 auto 5em;
}
@media (max-width: 768px) {
  .contact__lower iframe {
    margin-bottom: 2em;
  }
}
.contact__lower-text {
  width: 90%;
  font-size: 0.875em;
  text-align: left;
  line-height: 1.7143;
  max-width: 480px;
  margin: 0 auto;
}
.contact__lower-text a {
  color: #047CCF;
  text-decoration: underline;
}

.footer {
  background-color: #fff;
  text-align: center;
  padding: 3rem 0;
  font-weight: 500;
  font-size: 0.75em;
  margin-bottom: 9em;
}