html {
  scroll-behavior: smooth
}

.flow__title.section__title,
.services__title.section__title {
  margin-top: -50px;
  padding-top: 50px
}

body {
  font-size: 100%;
  font-weight: 700
}

img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
  vertical-align: bottom
}

a {
  color: var(--black);
  text-decoration: none
}

li {
  list-style: none
}

.visually-hidden {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap
}

.section__title {
  color: var(--MainColor);
  font-size: 2rem;
  font-weight: 700
}

.button__link {
  background-color: #399ecd;
  border-radius: 1.55rem;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  padding: 1rem 3rem;
  text-decoration: none;
  transition: all .3s ease
}

.button__link:hover {
  background-color: var(--white);
  border: 1px solid #399ecd;
  color: #399ecd
}

.js-truncate-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

#page-top {
  border-top: 1px solid;
  bottom: 20px;
  color: #737373;
  font-size: 90%;
  font-weight: 700;
  height: 50px;
  line-height: 1.5rem;
  padding: 0 0 0 35px;
  position: fixed;
  right: 15px;
  text-decoration: none;
  transform: rotate(90deg)
}

#page-top:before {
  border-top: 1px solid;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: -1px;
  transform: rotate(35deg);
  transform-origin: left top;
  width: 15px
}

#loading {
  background-color: var(--light-grey);
  display: grid;
  inset: 0;
  place-items: center;
  position: fixed;
  z-index: 9999
}

#loading-screen {
  background-color: var(--light-blue);
  inset: 0;
  position: fixed;
  translate: 0 100vh;
  z-index: 9998
}

#loading p {
  color: var(--MainColor);
  font-family: var(--oswald-font);
  font-size: 2rem
}

.header {
  background: #fff;
  height: 100%;
  overflow-y: auto;
  padding: 1rem 1rem 1.875rem;
  position: fixed;
  top: 0;
  width: 200px;
  z-index: 9998;

  @media only screen and (min-width:1441px) {
    padding-bottom: 1.875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem
  }
}

.header__site-title {
  @media only screen and (min-width:1921px) {
    padding-top: 3rem
  }
}

.header__navi {
  margin-top: 1.5rem;

  @media only screen and (min-width:1441px) {
    margin-top: 2rem
  }

  @media only screen and (min-width:1921px) {
    margin-top: 4.5rem
  }
}

.header__nav-menu {
  margin-bottom: 1.5rem;
  text-align: center;

  @media only screen and (min-width:1441px) {
    margin-bottom: 2rem
  }

  @media only screen and (min-width:1920px) {
    margin-bottom: 3.5rem
  }

  @media only screen and (max-width:768px) {
    margin-bottom: 1rem
  }
}

.header__nav-item {
  padding: .8rem;

  @media only screen and (min-width:1441px) {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem
  }

  @media only screen and (max-width:768px) {
    padding-bottom: .75rem;
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: .75rem
  }
}

.header__nav-contact {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.header__sns {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.75rem;
  padding-left: 1.5rem;

  @media only screen and (max-width:768px) {
    margin-top: 1rem
  }
}

.header__sns-link {
  align-items: center;
  color: #000;
  display: flex;
  font-weight: 500;
  gap: .5rem;
  text-decoration: none;
  transition: opacity .3s ease
}

.header__sns-link:hover {
  opacity: .7
}

.header__sns-icon {
  height: 24px;
  width: 24px
}

.btntextchange {
  border: 1.5px solid var(--MainColor);
  border-radius: 25px;
  color: var(--MainColor);
  display: inline-block;
  min-width: 165px;
  outline: 0;
  padding: 1.75rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .2s;

  @media only screen and (max-width:768px) {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem
  }
}

.btntextchange:hover {
  background: var(--MainColor);
  color: #fff
}

.btntextchange span {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s;
  white-space: nowrap
}

.btntextchange span:nth-child(2),
.btntextchange:hover span:first-child {
  opacity: 0
}

.btntextchange:hover span:nth-child(2) {
  opacity: 1
}

.gnavi li a {
  position: relative
}

.gnavi li a:hover,
.gnavi li.current a {
  color: var(--MainColor)
}

.gnavi li a:after {
  background: var(--MainColor);
  bottom: -7px;
  content: "";
  height: 2px;
  left: 5%;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left top;
  transition: all .3s;
  width: 90%
}

.gnavi li a:hover:after,
.gnavi li.current a:after {
  transform: scale(1)
}

.page-container {
  margin-left: 200px
}

.page-container__fv {
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%
}

#container {
  top: 50%
}

.page-container__fv-content {
  left: 35%;
  position: absolute;
  top: 43%;
  width: 50%;
  z-index: 5
}

.page-container__fv-text {
  background-color: hsla(0, 0%, 100%, .8);
  display: inline-block;
  font-size: 2rem;
  padding: 1rem 1.5rem;
  text-align: left;
  white-space: nowrap
}

.page-container__fv-text--highlight {
  margin-top: 1rem;
  white-space: nowrap
}

.eachTextAnime span {
  opacity: 0
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards
}

.eachTextAnime.appeartext span:nth-last-of-type(19),
.eachTextAnime.appeartext span:nth-last-of-type(20),
.eachTextAnime.appeartext span:nth-last-of-type(21),
.eachTextAnime.appeartext span:nth-last-of-type(22),
.eachTextAnime.appeartext span:nth-last-of-type(23) {
  color: #4979a3
}

@keyframes text_anime_on {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

#fv-slider {
  height: 100vh !important;
  width: 100%
}

.main-visual__news-time {
  font-size: clamp(.75rem, .614rem + .68vw, 1.125rem);
  font-weight: 700;
  margin-left: 1.3rem;
  white-space: nowrap
}

.main-visual__news-text {
  background: hsla(0, 0%, 100%, .9);
  border-radius: 5px;
  bottom: 1rem;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .16);
  display: flex;
  height: 4rem;
  left: 10rem;
  padding-left: 2%;
  position: absolute;
  width: 80%
}

.main-visual__news-title {
  font-size: clamp(.75rem, .614rem + .68vw, 1.125rem);
  margin-left: 1.5rem;
  white-space: nowrap
}

h2.main-visual__news-title {
  color: var(--MainColor);
  margin-left: 0
}

.main-visual__news-link.text-body {
  align-items: center;
  display: flex
}

#container {
  margin-top: 100vh;
  position: relative;
  z-index: 1
}

.about-lead {
  background-color: #fff;
  padding: 80px 20px 30px
}

.about-lead__inner {
  margin: 0 auto;
  max-width: 1000px;
  text-align: center
}

.about-lead__en {
  color: var(--MainColor);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 16px;
  text-transform: uppercase
}

.about-lead__ja {
  font-size: 1.125rem;
  line-height: 1.77
}

.about {
  background-color: var(--white);
  padding-bottom: 4rem;
  padding-top: 3rem
}

.about__image-container {
  background: url(../img/about.jpg) no-repeat 50%;
  background-size: cover;
  height: 650px;
  margin-left: auto;
  position: relative;
  width: 95%;
  z-index: 1
}

.about__image-container:after {
  background-color: var(--white);
  bottom: 0;
  content: "";
  height: 310px;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 25.5%;
  z-index: -1
}

.about__title {
  color: var(--MainColor);
  font-size: 2rem;
  margin-bottom: 1.5rem
}

.about__text {
  font-size: 1.125rem;
  line-height: 1.77;
  margin-bottom: 2rem;
  width: 26%
}

.about__text-container {
  left: 1rem;
  position: absolute;
  top: 0;
  z-index: 1
}

.about__button {
  background-color: #399ecd;
  border-radius: 1.56rem;
  color: #fff;
  display: inline-block;
  padding: .5rem 1.2rem;
  text-decoration: none;
  transition: all .3s ease
}

.about__button:hover {
  background-color: var(--white);
  border: 1px solid #399ecd;
  color: #399ecd
}

.about__image {
  border-radius: 1rem;
  width: 100%
}

.reason {
  background-color: #f4f6fa;
  padding: 7rem 3.125rem 8.68rem
}

.reason__wrap {
  background-color: var(--white);
  border-radius: 1.25rem;
  margin: 0 auto;
  max-width: 1140px;
  padding: 1.85rem
}

.reason__title {
  margin-bottom: 2.5rem
}

.reason__content {
  color: var(--black);
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  line-height: 1.77
}

.reason__illustrations {
  display: flex;
  gap: 2.5rem;
  justify-content: flex-end;
  margin-bottom: 1rem
}

.reason__illustration {
  height: auto;
  width: 10rem
}

.reason__button-wrapper {
  text-align: right
}

.reason__button {
  background-color: #3ea0dd;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .3s ease
}

.reason__button:hover {
  background-color: var(--white);
  border: 1px solid #399ecd;
  color: #399ecd
}

#services {
  background: #f4f6fa
}

.services {
  padding: 0 2rem;
  text-align: center
}

.services__title {
  font-size: 2rem;
  margin-bottom: 2rem
}

.services__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin: 0 auto;
  max-width: 1140px
}

.services__item-image {
  border-radius: .5rem .5rem 0 0;
  position: relative;
  width: 100%
}

.services__item-title {
  background-color: rgba(73, 121, 163, .8);
  bottom: 0;
  color: var(--white);
  font-size: 1.25rem;
  padding: .8rem 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10
}

.services__item-description {
  color: #707070;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 2.5rem
}

.services__title {
  margin-bottom: 5rem
}

.contact-callout {
  margin-top: 7rem;
  text-align: center
}

.contact-callout__text {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.75rem
}

#works {
  background-color: #f4f6fa;
  padding-top: 7rem
}

.works-path {
  background-color: #399ecd;
  clip-path: polygon(0 25%, 100% 0, 100% 80%, 0 100%);
  -webkit-clip-path: polygon(0 25%, 100% 0, 100% 80%, 0 100%);
  padding-bottom: 12rem;
  padding-top: 12rem
}

.works__title {
  color: var(--white);
  margin-bottom: 5rem;
  text-align: center
}

.works__slider-wrap {
  margin-inline: auto;
  max-width: 1200px
}

.works-slider__item {
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .16);
  position: relative
}

.works-slider_text {
  background-color: var(--white);
  border-radius: 0 0 8px 8px;
  height: 250px;
  padding: 1.1rem
}

.works-slider__item-title {
  color: var(--MainColor);
  font-size: 1.25rem
}

.works-slider__tag {
  background-color: #399ecd;
  border-radius: 8px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .55);
  color: var(--white);
  display: inline-block;
  font-size: .875rem;
  left: 1rem;
  padding: .25rem 1.2rem;
  position: absolute;
  top: 1rem
}

.works-slider__description {
  color: #8e8d8d;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  margin-top: 1.2rem
}

.slider {
  margin: 0 auto;
  width: 100%
}

.slider img {
  border-radius: 8px 8px 0 0;
  height: 220px;
  width: 100%
}

.slider .slick-slide {
  margin: 0 2rem
}

.slick-next {
  right: -1%;
  transform: rotate(45deg)
}

img.slide-arrow.next-arrow.slick-arrow,
img.slide-arrow.prev-arrow.slick-arrow {
  height: auto;
  position: absolute;
  top: 40%;
  width: 3.5rem;
  z-index: 99
}

img.slide-arrow.prev-arrow.slick-arrow {
  left: -2%
}

img.slide-arrow.next-arrow.slick-arrow {
  right: -2%
}

.slick-dots {
  margin: 20px 0 0;
  text-align: center
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px
}

.slick-dots button {
  background: #c7c7c7;
  border-radius: 50%;
  color: transparent;
  display: block;
  height: 1rem;
  outline: 0;
  width: 1rem
}

.slick-dots .slick-active button {
  background: grey
}

.more-btn {
  bottom: 24px;
  color: #4979a3;
  position: absolute;
  right: 10px;
  text-align: right
}

.more-btn a {
  color: #4979a3;
  font-size: 1rem;
  font-weight: 700;
  outline: 0;
  padding: 3px 3em 0 2em;
  position: relative;
  text-decoration: none
}

.more-btn a:after,
.more-btn a:before {
  background: #4979a3;
  content: "";
  height: 1px;
  position: absolute;
  transition: all .3s
}

.more-btn a:before {
  bottom: -10px;
  left: 0;
  width: 90%
}

.more-btn a:after {
  bottom: -5px;
  right: 10%;
  transform: rotate(35deg);
  width: 15px
}

.more-btn a:hover:before {
  left: 10%
}

.more-btn a:hover:after {
  right: 0
}

.works-button {
  margin: -6rem auto 0;
  max-width: 1140px;
  text-align: right
}

#flow {
  background-color: #f4f6fa;
  padding-top: 12rem
}

.flow__title {
  margin-bottom: 3.75rem;
  text-align: center
}

.flow__ttl {
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center
}

.steps {
  box-sizing: content-box;
  margin: 3.75rem auto 0;
  max-width: 740px;
  padding: 0 2rem
}

.steps__item {
  align-items: center;
  background-color: var(--white);
  border-radius: .5rem;
  display: flex;
  justify-content: space-between;
  padding-left: 1.85rem;
  position: relative
}

.steps__number {
  color: transparent;
  font-size: 6.875rem;
  left: 5%;
  position: absolute;
  top: -40%;
  -webkit-text-stroke: 3px #399ecd
}

.steps__number.steps__number-blue {
  color: #399ecd;
  -webkit-text-stroke: 0
}

.steps__title {
  background: linear-gradient(transparent 60%, #f5eca8 90%);
  color: #4979a3;
  display: inline;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  margin-top: 5rem
}

.steps__list {
  margin-top: 1rem
}

.steps__content {
  width: 52%
}

.steps__image {
  width: 48%
}

.steps__image img {
  border-radius: 0 .5rem .5rem 0
}

.steps__list-item {
  font-size: 1.125rem;
  font-weight: 700;
  list-style: disc;
  margin-left: 5%;
  text-indent: -5px
}

.step__aroow-image {
  margin-bottom: 1.8rem;
  margin-top: 1.8rem;
  text-align: center
}

.step__aroow-image img {
  height: auto;
  width: 3rem
}

#price {
  background: #f4f6fa;
  padding-top: 12rem
}

.price-path {
  background-color: #399ecd;
  clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 75%);
  -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 75%);
  padding-bottom: 24rem;
  padding-top: 18rem
}

.price__title {
  color: var(--white);
  margin-bottom: 6rem;
  text-align: center
}

.price__list-box {
  align-items: flex-start;
  box-sizing: content-box;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 3.75rem auto 0;
  max-width: 1140px;
  padding: 0 1rem
}

.price__list-item {
  background-color: var(--white);
  border: 2px solid #399ecd;
  border-radius: .5rem;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .16);
  height: 50rem;
  padding: 1rem;
  text-align: center
}

.price__list-heading {
  align-items: center;
  color: #4979a3;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  height: 6rem;
  justify-content: center
}

.price__list-inner {
  margin: 0 auto;
  max-width: 290px
}

.price__num {
  color: #404040;
  font-size: 1.5rem;
  font-weight: 700
}

.price-sub {
  color: #4979a3;
  font-weight: 700;
  margin-bottom: 2.8rem
}

.price__list-text {
  color: #424b4e;
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
  padding-left: 1.5em;
  text-align: left;
  text-indent: -1.5em
}

.price__list-text:before {
  background-image: url(../img/check01.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: .879rem;
  margin-bottom: .2rem;
  margin-right: 1.1rem;
  vertical-align: middle;
  width: 1.4rem
}

.price__list-item.bg-wrapper {
  border: .6rem solid;
  border-image: linear-gradient(120deg, #84fab0, #abbdf9 60%, #e2c1eb 80%, #8fd3f4);
  border-image-slice: 1;
  height: 55rem;
  margin-top: -3rem
}

.price__list-item.bg-wrapper .price__list-heading {
  padding-top: 2.5rem
}

#news {
  background: #f4f6fa;
  padding-bottom: 30rem
}

.news-inner {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 2rem
}

.nesw__title {
  margin-bottom: 5rem;
  text-align: center
}

.news__list-wrap {
  background-color: #fff;
  border: 2px solid var(--MainColor);
  border-radius: .5rem;
  margin-top: 5rem;
  padding: 2rem 5rem;
  position: relative
}

.news__list {
  margin: 0 auto 2rem;
  max-width: 80%
}

.news__item {
  border-bottom: 1px dotted #ccc;
  display: flex;
  justify-content: space-between;
  padding: .75rem 0
}

.news__date {
  color: #4979a3;
  font-family: serif;
  font-weight: 700
}

.news__text {
  color: #8e8d8d;
  flex-grow: 1;
  margin-left: 3rem;
  text-align: left
}

.news__button-wrapper {
  margin-top: 2.5rem;
  text-align: right
}

.news__image-wrap img {
  left: -3%;
  position: absolute;
  width: 9rem
}

.tab-area {
  border: 1px solid #399ecd;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 auto 5rem;
  max-width: 700px;
  position: relative
}

.tab {
  color: var(--MainColor);
  padding: 5px;
  text-align: center;
  width: 50%
}

.tab:nth-child(n+2) {
  border-left: 2px solid #399ecd
}

.tab.active {
  background-color: #00b7da;
  color: #fff;
  position: relative
}

.tab.active:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #00b7da;
  bottom: -10px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%)
}

.panel {
  display: none;
  text-align: center
}

.panel.active {
  display: block
}

.access__title {
  font-size: 2rem;
  font-weight: 700
}

.bg {
  background: url(../img/access.jpg) 50% no-repeat;
  background-size: cover;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity .5s linear, visibility .5s linear;
  visibility: hidden;
  will-change: opacity;
  z-index: 10
}

.bg.is-visible {
  opacity: 1;
  visibility: visible
}

.fadein {
  opacity: 0;
  transform: translateY(50%);
  transition: 2s
}

.fadein.show {
  opacity: 1;
  transform: translate(0)
}

#access {
  color: var(--white);
  padding-block: 240px;
  position: relative;
  text-align: center;
  z-index: 20
}

#access .access__address {
  line-height: 2;
  margin-bottom: 4rem;
  margin-top: 5rem
}

#access .access__contact {
  margin-bottom: 30px
}

#access .access__btn {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 15px 82px;
  transition: .3s
}

#access .access__btn:hover {
  background-color: #399ecd
}

#contact {
  padding-bottom: 2rem;
  position: relative;
  text-align: center
}

.contact__title {
  margin-bottom: 3rem
}

#contact .contact__btn {
  border: 1px solid #399ecd;
  border-radius: 1.56rem;
  color: #4979a3;
  display: block;
  font-size: 1.25rem;
  margin: 0 auto 1.3rem;
  text-align: center;
  transition: .3s;
  width: 400px
}

#contact .mail-btn {
  height: 4.65rem;
  line-height: 4.65rem
}

#contact .tell-btn {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  line-height: 1.4;
  padding: 1.5rem
}

.mail-btn:before {
  background: url(../img/mail-icon.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 57px;
  margin-bottom: -.5rem;
  margin-right: 2.5rem;
  vertical-align: middle;
  width: 50px
}

.tell-btn img {
  height: auto;
  width: 2.5rem
}

.font-small {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-top: .5rem
}

.footer {
  align-items: center;
  background-color: #399ecd;
  display: flex;
  justify-content: center;
  padding: 4rem;
  padding-left: 264px;
  position: relative;
  z-index: 1
}

.footer__logo {
  margin-right: 3rem
}

.footer__logo img {
  width: 10rem
}

.footer__nav-item a {
  color: var(--white);
  font-size: 1rem
}

.footer__nav-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly
}

.footer__nav-item {
  margin-right: 2.5rem;
  margin-top: .5rem;
  position: relative
}

.footer__nav-item:nth-of-type(n+2):before {
  background-color: var(--white);
  content: "";
  height: 17px;
  left: -20px;
  position: absolute;
  top: 5px;
  width: 2px
}

@media screen and (min-width:1500px) {
  img.slide-arrow.prev-arrow.slick-arrow {
    left: -4%
  }

  img.slide-arrow.next-arrow.slick-arrow {
    right: -4%
  }
}

@media screen and (min-width:2099px) {
  .about__text {
    width: 38%
  }
}

@media screen and (min-width:2259px) {
  .page-container__fv-text {
    font-size: 2.5rem
  }
}

@media screen and (min-width:2777px) {
  .page-container__fv-text {
    font-size: 3rem
  }
}

@media screen and (max-width:1499px) {
  .about__image-container:after {
    width: 30.5%
  }

  .page-container__fv-content {
    left: 25%;
    top: 40%
  }
}

@media screen and (max-width:1439px) {
  img.slide-arrow.next-arrow.slick-arrow {
    right: 0
  }

  img.slide-arrow.prev-arrow.slick-arrow {
    left: -1%
  }
}

@media screen and (max-width:1299px) {
  .page-container__fv-content {
    left: 10%
  }

  .main-visual__news-text {
    height: 3rem;
    left: 5rem;
    width: 80%
  }

  .main-visual__news {
    width: 85%
  }

  .reason__content {
    flex-direction: column;
    justify-content: center
  }

  .reason__illustrations {
    display: flex;
    justify-content: center
  }

  .works-slider__description {
    font-size: .9rem
  }
}

@media screen and (max-width:1199px) {
  .about__image-container:after {
    width: 33.5%
  }

  .about__text {
    font-size: 1rem;
    line-height: 1.77;
    margin-bottom: 1.2rem;
    width: 28%
  }

  .services__item-description {
    margin-top: 1rem
  }

  .services__grid {
    gap: 2.5rem
  }

  .slider img {
    height: 275px
  }

  .works-slider_text {
    height: 220px
  }
}

@media screen and (max-width:1099px) {
  #fv-slider {
    height: 65vh !important;
    width: 100%
  }

  .page-container__fv-content {
    top: 30%
  }

  .main-visual__news-text {
    bottom: 33rem
  }

  .works-slider_text {
    height: 15rem
  }

  .works-slider__description {
    font-size: .85rem
  }

  .price__list-inner {
    max-width: none
  }

  .price__list-box {
    grid-template-columns: 1fr
  }

  .price__list-item.bg-wrapper {
    height: auto;
    margin-top: 0
  }

  .price__list-item {
    height: auto
  }

  .price-path {
    background-color: #399ecd;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 90%);
    -webkit-clip-path: polygon(0 0, 120% 15%, 100% 100%, 0 90%);
    padding-bottom: 20rem;
    padding-top: 20rem
  }

  #price {
    padding-top: 0
  }

  .price__title {
    margin-bottom: 0
  }

  .footer {
    flex-direction: column;
    padding: 2rem
  }

  .footer__logo {
    margin-right: 0
  }
}

@media screen and (width:1024px) and (height:600px) {
  #fv-slider {
    height: 100vh !important;
    width: 100%
  }

  .main-visual__news-text {
    bottom: 1rem
  }

  .page-container__fv-content {
    top: 45%
  }

  .page-container__fv-text {
    font-size: 1.75rem;
    padding: .5rem 1rem
  }

  .header__navi {
    margin-top: 1rem
  }

  .header__nav-item {
    padding: .7rem
  }

  .header__nav-menu {
    margin-bottom: 1rem
  }
}

@media screen and (max-width:960px) {
  .page-container {
    margin-left: 0
  }

  .page-container__fv-text {
    font-size: 1.6rem
  }

  #fv-slider,
  .page-container__fv {
    height: 90vh !important
  }

  .page-container__fv-content {
    top: 40%
  }

  img.slide-arrow.next-arrow.slick-arrow,
  img.slide-arrow.prev-arrow.slick-arrow {
    width: 2.8rem
  }

  .main-visual__news-text {
    bottom: 15rem;
    width: 85%
  }

  .header {
    align-items: center;
    background: #fff;
    display: flex;
    height: 4.3rem;
    opacity: 0;
    padding: 0;
    transition: opacity .5s ease;
    width: 100%;
    z-index: 10
  }

  .header--visible {
    opacity: 1
  }

  #navi {
    background: hsla(0, 0%, 100%, .9);
    bottom: 0;
    left: -300px;
    opacity: 0;
    overflow-y: auto;
    padding: 25px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 300px;
    z-index: 20
  }

  .open #navi {
    left: 0;
    opacity: 1
  }

  .hamburger {
    cursor: pointer;
    height: 30px;
    position: fixed;
    right: 18px;
    top: 22px;
    transition: .5s;
    width: 30px;
    z-index: 20
  }

  .hamburger span {
    background-color: var(--MainColor);
    border-radius: 4px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transition: .5s;
    width: 30px
  }

  .hamburger span:first-child {
    top: 4px
  }

  .hamburger span:nth-child(2) {
    top: 14px
  }

  .hamburger span:nth-child(3) {
    bottom: 4px
  }

  .open .hamburger span {
    background-color: #fff
  }

  .open .hamburger span:first-child {
    transform: translateY(10px) rotate(-315deg)
  }

  .open .hamburger span:nth-child(2) {
    opacity: 0
  }

  .open .hamburger span:nth-child(3) {
    transform: translateY(-10px) rotate(315deg)
  }

  #mask {
    display: none;
    transition: .5s
  }

  .open #mask {
    background-color: #000;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: .8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10
  }

  .header__logo {
    margin-left: 1rem;
    vertical-align: middle;
    width: 7rem
  }

  .header__navi {
    margin-top: 0
  }

  .header__nav-menu {
    margin-bottom: 1rem
  }

  .header__contact-item {
    padding: 1rem;
    text-align: center
  }

  .works-button {
    margin-right: 7%
  }

  .works-path {
    clip-path: polygon(0 25%, 100% 0, 100% 85%, 0 100%);
    -webkit-clip-path: polygon(0 25%, 100% 0, 100% 85%, 0 100%)
  }

  #access,
  #news {
    padding-bottom: 280px
  }

  #contact .contact__btn {
    font-size: 1rem;
    width: 300px
  }

  .mail-btn:before {
    height: 40px;
    margin-bottom: .5rem;
    margin-right: 1rem;
    width: 50px
  }

  .tell-btn img {
    height: auto;
    width: 2.3rem
  }

  .font-small {
    font-size: 1rem
  }
}

@media screen and (max-width:768px) {
  .page-container__fv-text {
    font-size: 1.6rem
  }

  .page-container__fv-content {
    width: 60%
  }

  .main-visual__news-text {
    bottom: -1rem;
    height: 3rem;
    left: 5rem;
    width: 81.5%
  }

  .about__image-container {
    height: 500px
  }

  .about__title {
    font-size: 1.8rem;
    margin-bottom: 1rem
  }

  .about__button,
  .about__text {
    font-size: .9rem
  }

  .about__image-container:after {
    height: 270px
  }

  .reason {
    padding: 3rem 1.5rem
  }

  .reason__wrap {
    padding: 1.2rem
  }

  .services__title,
  .works__title {
    margin-bottom: 3rem
  }

  .services__item-title {
    font-size: 1rem;
    padding: .5rem 0
  }

  .services__item-description {
    font-size: 1rem
  }

  .services {
    padding: 0 1.5rem
  }

  .contact-callout {
    margin-top: 2.5rem
  }

  .contact-callout__text {
    font-size: 1rem
  }

  img.slide-arrow.next-arrow.slick-arrow,
  img.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    width: 2.5rem
  }

  img.slide-arrow.prev-arrow.slick-arrow {
    left: 0
  }

  img.slide-arrow.next-arrow.slick-arrow {
    right: 0
  }

  #works {
    padding-top: 0
  }

  #flow {
    padding-top: 7rem
  }

  .flow__ttl {
    font-size: 1.4rem
  }

  .flow__title {
    margin-bottom: 2.5rem
  }

  .steps__item {
    flex-direction: column;
    padding-left: 0;
    padding-top: 7%
  }

  .steps__title {
    font-size: 2rem
  }

  .steps__number {
    font-size: 5rem;
    top: -10%
  }

  .steps__list-item {
    font-size: 1.5rem
  }

  .steps__content {
    margin-left: 7%;
    width: 100%
  }

  .steps__image {
    margin-top: 2rem;
    width: 100%
  }

  .steps__image img {
    border-radius: 0 0 .5rem .5rem
  }

  .price-path {
    background-color: #399ecd;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 90%);
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 90%);
    padding-bottom: 23rem;
    padding-top: 25rem
  }

  .news__list {
    max-width: 100%
  }

  .news__list-wrap {
    padding: 2rem
  }

  #contact .btn {
    max-width: 70%
  }
}

@media screen and (max-width:699px) {
  .sp-only {
    display: none
  }

  .slider img {
    height: auto
  }

  .works-slider_text {
    height: 200px
  }

  .page-container__fv-text {
    font-size: 1.3rem
  }

  .main-visual__news-link.text-body {
    display: block
  }

  h2.main-visual__news-title {
    display: block;
    margin-left: 0;
    margin-top: .2rem
  }

  .main-visual__news-time {
    margin-left: .5rem
  }

  .main-visual__news-title {
    display: inline-block;
    margin-left: 1rem;
    vertical-align: sub
  }

  .page-container__fv-text {
    font-size: 1.2rem
  }

  .main-visual__news-text {
    left: 2rem
  }

  .about-lead {
    padding: 40px 16px 10px
  }

  .about-lead__en {
    font-size: 1.4rem
  }

  .about-lead__ja {
    font-size: 14px;
    text-align: left
  }

  .about__image-container:after {
    bottom: 0;
    height: 190px;
    left: auto;
    right: 0;
    top: auto;
    width: 57.5%
  }

  .about__text-container {
    bottom: 0;
    left: 19.5rem;
    right: 0;
    top: auto
  }

  .about__title {
    font-size: 1.5rem;
    margin-bottom: .5rem
  }

  .about__button,
  .about__text {
    font-size: .85rem
  }

  .about__text {
    width: 95%
  }

  .about__image-container {
    width: 100%
  }

  .section__title {
    font-size: 1.5rem
  }

  .reason__title {
    margin-bottom: 1rem
  }

  .reason__content {
    font-size: .85rem
  }

  .reason__illustration {
    height: auto;
    width: 7.7rem
  }

  .reason__button {
    font-size: .85rem
  }
}

@media screen and (max-width:629px) {
  .slider img {
    height: 200px
  }

  .about__text-container {
    left: 17.5rem
  }

  .services__grid {
    gap: 3.5rem
  }
}

@media screen and (max-width:589px) {
  .about__image-container:after {
    height: 215px
  }

  .flow__ttl {
    font-size: 1.2rem
  }

  .steps__number {
    font-size: 4rem;
    top: -10%
  }

  .steps__title {
    font-size: 1.5rem
  }

  .steps__list-item {
    font-size: 1.2rem
  }

  .footer__nav-item {
    margin-left: 2rem;
    width: 100%
  }

  .footer__nav-list {
    margin-top: 1rem
  }

  .footer__nav-item:nth-of-type(n+1):before {
    background-color: transparent;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    content: "";
    display: inline-block;
    height: 0;
    left: -15px;
    position: absolute;
    top: 7px;
    width: 0
  }

  .footer__nav-item a {
    font-size: .9rem
  }
}

@media screen and (max-width:499px) {
  .main-visual__news {
    left: 3%;
    margin: 0 auto;
    width: 85%
  }

  .page-container__fv-text {
    font-size: .9rem;
    padding: .75rem
  }

  h2.main-visual__news-title {
    text-align: center
  }

  #navi {
    width: 240px
  }

  .open #navi {
    font-size: .85rem
  }

  .header__contact-item {
    margin-top: -.5rem;
    padding: 0
  }

  #fv-slider,
  .page-container__fv {
    height: 80vh !important
  }

  .page-container__fv-content {
    top: 40%
  }

  .main-visual__news-text {
    bottom: -2rem
  }

  .about__text-container {
    left: 15rem
  }

  .about__image-container:after {
    width: 58%
  }

  .button__link,
  .contact-callout__button,
  .contact-callout__text,
  .services__item-description {
    font-size: .85rem
  }

  .button__link {
    padding: .5rem 1rem
  }

  .services__title,
  .works__title {
    margin-bottom: 2rem
  }

  #services {
    padding-bottom: 3rem
  }

  .works-path {
    clip-path: none;
    -webkit-clip-path: none;
    padding-bottom: 8rem;
    padding-top: 1.5rem
  }

  slick-dots {
    margin: -15px 0 0
  }

  .works-button {
    margin: -7rem auto 0;
    position: absolute;
    right: 7%;
    width: 100%
  }

  .works-button__link {
    background-color: var(--white);
    border: 1px solid #399ecd;
    color: #399ecd
  }

  .works-button__link:hover {
    background-color: #399ecd;
    color: var(--white)
  }

  #flow {
    padding-top: 0
  }

  .steps__number {
    font-size: 3.3rem;
    -webkit-text-stroke: 2px rgba(57, 158, 205, .8)
  }

  .steps__title {
    font-size: 1.3rem
  }

  .steps__list-item {
    font-size: 1rem
  }

  .step__aroow-image {
    margin-bottom: -2rem;
    margin-top: 1rem
  }

  .step__aroow-image img {
    width: 2rem
  }

  .flow__title {
    margin-bottom: 1.5rem
  }

  .steps__content {
    margin-left: 12%
  }

  .price-path {
    background-color: #399ecd;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 90%);
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 95%);
    padding-bottom: 10rem;
    padding-top: 10rem
  }

  .price__list-text {
    font-size: .9rem;
    padding-left: 4em;
    text-indent: -3em
  }

  .price__list-text:before {
    height: .6rem;
    width: 1rem
  }

  .price__list-heading {
    font-size: 1.1rem;
    height: 4rem
  }

  .news__image-wrap img {
    bottom: -5%;
    left: -5%;
    position: absolute;
    width: 6rem
  }

  .news__item {
    flex-direction: column
  }

  .news__date {
    margin-bottom: .4rem;
    text-align: left
  }

  .news__text {
    font-size: .9rem;
    margin-left: 0
  }

  .nesw__title {
    margin-bottom: 3rem;
    text-align: center
  }

  .tab-area {
    font-size: .9rem;
    margin-bottom: 3rem
  }

  .news__list-wrap {
    margin-top: 3rem
  }

  #contact .btn {
    font-size: .9rem
  }

  .slick-dots button {
    height: .75rem;
    width: .75rem
  }

  #contact .contact__btn {
    width: 75%
  }
}

@media screen and (max-width:449px) {
  .main-visual__news-title {
    margin-left: .6rem
  }

  .about__text-container {
    left: 13rem
  }

  .about__image-container:after {
    height: 215px
  }

  .about__button,
  .about__text {
    font-size: .75rem
  }

  .services__item-title {
    padding: .3rem 0
  }

  img.slide-arrow.next-arrow.slick-arrow,
  img.slide-arrow.prev-arrow.slick-arrow {
    width: 1.5rem
  }

  img.slide-arrow.prev-arrow.slick-arrow {
    left: 1%
  }

  img.slide-arrow.next-arrow.slick-arrow {
    right: 1%
  }

  .works-slider__item-title {
    font-size: 1rem
  }

  .works-slider__description {
    font-size: .85rem
  }

  .flow__ttl {
    font-size: 1.1rem
  }

  .steps__number {
    font-size: 3rem;
    top: -11%
  }

  #contact .contact__btn {
    font-size: 1rem
  }

  .mail-btn:before {
    height: 34px;
    margin-bottom: .5rem;
    margin-right: 1.5rem;
    width: 45px
  }

  .tell-btn img {
    height: auto;
    width: 2rem
  }
}

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

  #fv-slider,
  .page-container__fv {
    height: 80vh !important
  }

  .main-visual__news-title {
    margin-left: .3rem
  }

  .about__text-container {
    left: 11.5rem
  }

  .flow__ttl {
    font-size: 1rem
  }

  .steps__number {
    top: -13%
  }

  .steps__title {
    font-size: 1rem
  }

  .steps__list-item {
    font-size: .85rem
  }

  .steps__content {
    margin-left: 15%
  }

  #contact .contact__btn {
    font-size: .9rem
  }

  .mail-btn:before {
    height: 25px;
    margin-bottom: .5rem;
    margin-right: 1.2rem;
    width: 35px
  }

  .tell-btn img {
    height: auto;
    width: 1.65rem
  }

  .main-visual__news-text {
    width: 84%
  }
}

@media screen and (max-width:359px) {
  .main-visual__news-text {
    left: 1em;
    width: 90%
  }

  .page-container__fv-content {
    left: 2.5%
  }

  .page-container__fv-text {
    font-size: .88rem
  }
}

@media (orientation:landscape) and (max-width:999px) {
  .main-visual__news-text {
    bottom: -2rem;
    left: 4rem
  }

  #fv-slider,
  .page-container__fv {
    height: 100vh !important
  }
}

.app-inner {
  box-sizing: content-box;
  margin: -2rem auto 0;
  max-width: 960px;
  padding: 0 2rem;

  @media only screen and (max-width:960px) {
    margin-top: 2rem
  }
}

.simulator {
  border: 2px solid #39c;
  border-radius: 8px;
  padding: 2rem;
  position: relative;

  @media only screen and (max-width:499px) {
    font-size: .85rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem
  }
}

.plan-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem
}

.plan-tabs button {
  background: #fff;
  border: 1px solid #39c;
  border-radius: 6px;
  cursor: pointer;
  margin: 0 .5rem;
  padding: .6rem 1.2rem;

  @media only screen and (max-width:499px) {
    font-size: .7rem;
    margin-bottom: 0;
    margin-left: .1rem;
    margin-right: .1rem;
    margin-top: 0
  }
}

.plan-tabs .active {
  background: #00b7da;
  color: #fff;
  position: relative
}

.plan-tabs .active:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #00b7da;
  bottom: -10px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%)
}

.options-box {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 1.5rem;

  @media only screen and (max-width:499px) {
    gap: .75rem;
    grid-template-columns: 1fr
  }
}

.option {
  background: linear-gradient(270deg, #4caee0, #39c);
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: .8rem;
  text-align: center;

  @media only screen and (max-width:599px) {
    font-size: .85rem
  }
}

.option.selected {
  background-color: #eaf7fd;
  border: 1px solid #3ad;
  color: #007bbd
}

.option.included {
  border: 1px solid #90c8e8;
  cursor: default;
  font-weight: 700
}

.option.included,
.option.selected:not(.included) {
  background: linear-gradient(270deg, #cbeefc, #a5dcf5);
  color: #007bbd
}

.maintenance-box {
  margin-bottom: 1.5rem
}

.maintenance-box select {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: .5rem;
  padding: .4rem
}

.included-note {
  color: #00796b;
  font-size: .85rem;
  margin-top: .5rem
}

.discounts {
  margin-bottom: 1.5rem
}

.discounts label {
  display: block;
  margin-bottom: .5rem
}

.total-box {
  align-items: end;
  border: 6px solid #39c;
  border-image: linear-gradient(120deg, #84fab0, #abbdf9 60%, #e2c1eb 80%, #8fd3f4);
  border-image-slice: 1;
  display: flex;
  gap: 2rem;
  justify-content: center;
  padding: 1rem;

  @media only screen and (max-width:599px) {
    align-items: start;
    flex-direction: column;
    font-size: 1rem;
    gap: .5rem;
    padding-bottom: .75rem;
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: .75rem
  }
}

.price {
  color: #007bbd;
  font-size: 2rem;
  font-weight: 700;

  @media only screen and (max-width:599px) {
    font-size: 1.6rem
  }
}

.price__image-wrap {
  position: relative;

  img {
    bottom: -5rem;
    left: -3%;
    position: absolute;
    width: 9rem;

    @media only screen and (max-width:499px) {
      bottom: -2rem;
      left: -4%;
      width: 4.5rem
    }
  }
}

.price small {
  font-size: 1rem;

  @media only screen and (max-width:599px) {
    font-size: .85rem
  }
}

.original {
  color: #999;
  font-size: 1.4rem;
  margin-right: 1rem;
  text-decoration: line-through;

  @media only screen and (max-width:499px) {
    display: flex
  }
}

.simulator-option__title {
  margin-bottom: 1rem;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #3fc1c9
}

.estimate__btn-wrap {
  margin-top: 2rem;
  text-align: right
}

.price-simulator {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 1rem;
  text-align: right
}

.simulator-button__link {
  background-color: #fff;
  border: 1px solid #399ecd;
  color: #399ecd;
  position: relative;
  top: -18rem;

  @media only screen and (max-width:499px) {
    top: -8rem
  }
}

.simulator-button__link:hover {
  background-color: #399ecd;
  border: 1px solid #fff;
  color: #fff
}

.ec-plan {
  background-color: #f4f6fa;
  padding: 80px 20px;

  @media only screen and (max-width:767px) {
    margin-top: 2rem
  }
}

.ec-plan__title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: .5em;
  text-align: center
}

.ec-plan__subtitle {
  color: #666;
  font-size: 1.4rem;
  margin-bottom: 3em;
  text-align: center;

  @media only screen and (max-width:499px) {
    font-size: 1.1rem;
    margin-bottom: 2em
  }
}

.ec-plan__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  margin: 0 auto 2em;
  max-width: 1200px;

  @media only screen and (max-width:499px) {
    gap: 0
  }
}

.ec-plan__item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
  box-sizing: border-box;
  max-width: 340px;
  padding: 2rem;
  position: relative;
  transition: transform .3s ease;
  width: 100%
}

.ec-plan__item:hover {
  transform: translateY(-5px)
}

.ec-plan__item-title {
  color: #399ecd;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: .5em
}

.ec-plan__price {
  color: #2c3e50;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1em
}

.ec-plan__features {
  font-size: .95rem;
  line-height: 1.8;
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0
}

.ec-plan__note {
  color: #888;
  font-size: .85rem;
  text-align: right
}

.ec-plan__badge {
  background: #ff6b6b;
  border-radius: 999px;
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  left: 1rem;
  padding: .6em .9em;
  position: absolute;
  top: -.5rem
}

.ec-plan__bottom-note {
  color: #777;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 3em;
  text-align: center;

  @media only screen and (max-width:499px) {
    font-size: .9rem;
    padding-left: 1em;
    text-align: left;
    text-indent: -1em
  }
}

.ec-plan__cta {
  display: flex;
  gap: 16px;
  justify-content: center
}

.ec-plan__cta .btn {
  background: #399ecd;
  border: none;
  border-radius: 999px;
  color: #fff;
  font-size: 1rem;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: background .3s ease;

  @media only screen and (max-width:499px) {
    font-size: .9rem;
    margin-bottom: 3em
  }
}

.ec-plan__cta .btn:hover {
  background-color: var(--white);
  border: 1px solid #399ecd;
  color: #399ecd
}

@media screen and (max-width:768px) {
  .ec-plan__list {
    align-items: center;
    flex-direction: column;
    margin-bottom: 0
  }

  .ec-plan__item {
    margin-bottom: 2rem;
    max-width: 100%
  }
}

.service-feature--sp {
  display: block
}

.common-heading {
  text-align: center
}

.common-heading__title {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  text-align: center
}

.common-heading__title:before {
  background-color: #399ecd;
  bottom: -15px;
  content: "";
  display: inline-block;
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 60px
}

.photo-section {
  align-items: flex-end;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: relative
}

.photo-section__image-container {
  max-width: 100%;
  position: relative;
  width: 100%;
  z-index: 5
}

.photo-section__box {
  background-color: #fff;
  bottom: 5%;
  height: 500px;
  left: 2%;
  position: absolute;
  width: 800px;
  z-index: 1
}

.photo-section__image {
  height: 800px;
  width: 100%
}

.photo-section__caption {
  color: #fff;
  font-size: 1.8rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.photo-section__footer {
  font-size: 1rem;
  margin-right: 2rem;
  margin-top: 20px
}

.photo-section__link {
  text-decoration: none
}

.photo-section__link,
.photo-section__separator {
  color: #4979a3;
  margin: 0 5px
}

.service-features {
  background-color: #f4f6fa;
  margin-top: 5rem
}

.service-features__title {
  margin-bottom: 8rem;
  padding-top: 8rem
}

.service-feature {
  display: flex;
  justify-content: space-between;
  margin-top: 4.5rem;
  padding: 0 4rem
}

.service-feature--2,
.service-feature--4,
.service-feature--6 {
  flex-direction: row-reverse
}

.service-feature.service-feature--7 {
  margin-bottom: 30rem;
  padding-bottom: 7rem
}

.service-feature__image,
.service-feature__txt {
  width: 48%
}

.service-feature__txt {
  margin-top: 1.5rem
}

.service-feature.service-feature--1 {
  margin-top: 2rem
}

.service-feature__title {
  align-items: center;
  border-bottom: 2px dotted #c3c3c3;
  display: flex
}

.service-feature__number {
  color: #4979a3;
  font-family: Jost, sans-serif;
  font-size: 4rem;
  line-height: 1
}

.service-feature__heading {
  font-size: 2rem;
  font-weight: 700;
  margin-left: 1rem
}

.service-feature__description {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 1.875rem
}

.service-feature__image img {
  border-radius: .5rem
}

@media screen and (min-width:1599px) {
  .service-feature--sp {
    display: none
  }
}

@media screen and (max-width:1299px) {
  .service-feature--sp {
    display: none
  }

  .photo-section__box {
    bottom: 10%;
    left: 1%;
    width: 60%
  }

  .photo-section__image {
    height: 500px
  }

  .photo-section__footer {
    margin-top: 20px
  }

  .service-feature {
    padding: 0 2rem
  }

  .service-features {
    margin-top: 5rem
  }

  .service-feature__number {
    font-size: 2.4rem
  }

  .service-feature__description {
    font-size: 1rem;
    margin-top: 1rem
  }

  .service-feature__heading {
    font-size: 1.6rem
  }

  .service-feature__txt {
    margin-top: .5rem
  }
}

@media screen and (max-width:960px) {
  .service-features__title {
    margin-bottom: 3rem;
    padding-top: 5.5rem
  }
}

@media screen and (max-width:767px) {
  .photo-section__image {
    height: 400px
  }

  .photo-section__box {
    height: 330px
  }

  .photo-section__caption,
  .service-features__title {
    font-size: 1.6rem
  }

  .photo-section__footer {
    font-size: .8rem
  }

  .service-feature {
    flex-direction: column;
    margin-top: 2.5rem
  }

  .service-feature__image,
  .service-feature__txt {
    width: 100%
  }

  .service-feature__number {
    font-size: 2rem
  }

  .service-feature__txt {
    margin-top: 2rem
  }

  .service-feature__title {
    line-height: 2
  }

  .service-feature.service-feature--2 {
    line-height: 1.3
  }

  .service-feature__image {
    margin-top: .75rem
  }

  .service-features__title {
    margin-bottom: 1rem
  }

  .service-feature__description {
    margin-top: .8rem
  }

  .service-feature.service-feature--7 {
    margin-bottom: 10rem
  }
}

@media screen and (max-width:599px) {
  .photo-section__caption {
    white-space: nowrap
  }

  .photo-section__box {
    bottom: 12%;
    height: 220px
  }

  .photo-section__image-container {
    max-width: 100%
  }

  .photo-section__footer {
    font-size: .75rem;
    margin-left: auto
  }

  .photo-section__image {
    height: 300px
  }

  .service-features__title {
    font-size: 1.2rem
  }

  .photo-section__caption {
    font-size: 1.1rem
  }

  .service-feature {
    margin-top: 1.5rem;
    padding: 0 1rem
  }

  .service-feature__number {
    font-size: 1.6rem
  }

  .service-feature__heading {
    font-size: 1rem
  }

  .service-feature__description {
    font-size: .85rem
  }

  .service-features {
    margin-top: 3rem
  }

  .service-features__title {
    padding-top: 3rem
  }

  .service-feature.service-feature--1 {
    margin-top: 1rem
  }
}

.service-features.about-service-features {
  box-sizing: content-box;
  margin-bottom: 25rem;
  padding: 0 2rem 15rem
}

.service-items {
  background: #fff;
  border-radius: 20px;
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 90%;
  padding: 2rem 2rem 4rem
}

.profile__item {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin-top: 5rem
}

.profile__photo {
  width: 20%
}

.profile__info {
  font-size: 1.1rem;
  margin-left: 3rem;
  width: 65%
}

.profile__description {
  line-height: 1.6;
  margin-top: 1.5rem
}

.profile__name {
  font-size: 1.625rem
}

.profile__name:first-letter {
  color: #4979a3;
  font-size: 2.4rem
}

.profile__details {
  margin: 5.6rem auto 0;
  max-width: 1000px
}

.profile__details-text:not(:first-of-type) {
  margin-top: 1.5rem
}

.profile__details-text {
  font-size: 1.1rem;
  line-height: 1.6
}

.profile__details-image {
  margin-top: 7rem;
  position: relative
}

.profile__details-image img {
  border-radius: 20px;
  height: 400px;
  width: 100%
}

.profile__company-info {
  background-color: rgba(67, 67, 67, .4);
  border-radius: 10px;
  bottom: -25%;
  color: #fff;
  font-size: 1.6rem;
  padding: 4%;
  position: absolute;
  right: 10%;
  width: 48%
}

.profile__company-name--en,
.profile__company-name--ja {
  margin-top: 1rem
}

.profile-title01 {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  margin-bottom: 1.5rem;
  text-align: center
}

.profile-title01:after,
.profile-title01:before {
  background-color: #3fc1c9;
  content: "";
  height: 3px;
  width: 4.375rem
}

.profile-title01:before {
  margin-right: 1.25rem
}

.profile-title01:after {
  margin-left: 1.25rem
}

.profile-episode-box {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 2rem
}

.profile-episode-image img {
  height: auto;
  width: 150px
}

.profile-episode-txt {
  margin-left: 1rem
}

.profile__details-last-text {
  margin-top: 2rem
}

.profile-title02 {
  margin-top: 6rem
}

.profile__btn {
  margin-top: 1.2rem;
  padding: .5rem 2rem
}

.profile-details__inner {
  background-color: #f8f9f9
}

.profile-details__wrap {
  align-items: center;
  display: flex;
  gap: 48px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 48px
}

.profile-details__left {
  text-align: center;
  width: 28%
}

.profile-details__photo {
  height: 220px;
  margin: 0 auto 24px;
  width: 220px
}

.profile-details__name-en {
  font-size: clamp(.875rem, .829rem + .19vw, 1.063rem);
  font-weight: 700;
  letter-spacing: .06em;
  margin: 0 0 12px
}

.profile-details__name-ja {
  font-size: clamp(1.25rem, 1.159rem + .39vw, 1.625rem);
  font-weight: 700;
  letter-spacing: .06em;
  margin: 0 0 16px
}

.profile-details__name-ja-first {
  color: #399ecd;
  font-size: clamp(1.5rem, 1.318rem + .78vw, 2.25rem)
}

.profile-details__line {
  background: #399ecd;
  height: 5px;
  margin: 0 auto 20px;
  width: 200px
}

.profile-details__sns {
  display: flex;
  gap: 17px;
  justify-content: center
}

.profile-details__sns-link {
  align-items: center;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px
}

.profile-details__sns-link img {
  display: block;
  height: 40px;
  transition: transform .25s ease, filter .25s ease;
  width: 40px
}

.profile-details__sns-link:hover img {
  filter: brightness(1.1);
  transform: translateY(-3px) scale(1.08)
}

.profile-details__sns-link:active img {
  transform: translateY(0) scale(1)
}

.profile-details__right {
  flex: 1;
  min-width: 0
}

.profile-details__text {
  color: #404559;
  font-size: clamp(.938rem, .862rem + .32vw, 1.25rem);
  font-weight: 400;
  line-height: 1.8
}

.profile-concept {
  padding-bottom: 120px
}

.profile-concept__inner {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 2rem
}

.profile-concept__row {
  align-items: center;
  display: flex;
  gap: 64px;
  justify-content: space-between;
  margin-top: 48px
}

.profile-concept__row--reverse {
  flex-direction: row-reverse
}

.profile-concept__content {
  flex: 1;
  min-width: 0
}

.profile-concept__heading {
  margin-bottom: 16px
}

.profile-concept__title {
  border-bottom: 1px solid #707070;
  border-left: 9px solid #707070;
  color: #000;
  font-size: clamp(1.25rem, 1.159rem + .39vw, 1.625rem);
  font-weight: 700;
  padding-bottom: 4px;
  padding-left: .5em;
  white-space: nowrap;
  width: 100%
}

.profile-concept__title-red {
  color: #fe0100
}

.profile-concept__title-green,
.profile-concept__title-red {
  font-size: clamp(1.5rem, 1.318rem + .78vw, 2.25rem);
  margin-right: .1em
}

.profile-concept__title-green {
  color: #227e39
}

.profile-concept__title-blue {
  color: #438dca
}

.profile-concept__title-blue,
.profile-concept__title-orange {
  font-size: clamp(1.5rem, 1.318rem + .78vw, 2.25rem);
  margin-right: .1em
}

.profile-concept__title-orange {
  color: #e17604
}

.profile-concept__text {
  color: #404559;
  font-size: clamp(.938rem, .862rem + .32vw, 1.25rem);
  line-height: 1.9
}

.profile-concept__media {
  width: 40%
}

.profile-concept__row--reverse {
  gap: 60px
}

.profile-concept__row--reverse .profile-concept__media {
  width: 38%
}

.profile-concept__row--start {
  align-items: start
}

.profile-concept__achievements {
  margin-top: 100px
}

.profile-concept__list {
  margin-bottom: 30px
}

.profile-concept__list,
.profile-concept__list-item {
  color: #404559;
  font-size: clamp(.938rem, .862rem + .32vw, 1.25rem);
  line-height: 1.9
}

.profile-concept__list-item {
  margin: 4px 0 10px
}

.profile-concept__list-item:last-child {
  margin: 0 0 4px
}

.profile-concept__gallery--two {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr
}

.profile-concept__gallery--two .profile-concept__gallery-item img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%
}

@media screen and (min-width:1599px) {
  .profile__details-image img {
    height: 550px
  }
}

@media screen and (max-width:1299px) {
  .profile__description {
    font-size: 1rem;
    margin-top: .5rem
  }

  .profile__name {
    font-size: 1.4rem
  }

  .profile__name:first-letter {
    font-size: 2rem
  }

  .profile__company-info {
    font-size: 1.5rem
  }
}

@media screen and (max-width:999px) {
  .profile__description {
    font-size: .9rem;
    margin-top: .2rem
  }

  .profile__name {
    font-size: 1.2rem
  }

  .profile__name:first-letter {
    font-size: 1.8rem
  }

  .profile__company-info {
    font-size: 1.4rem
  }

  .profile-details__wrap {
    padding: 30px
  }
}

@media screen and (max-width:959px) {
  .profile-episode-image img {
    height: auto;
    width: 200px
  }
}

@media screen and (max-width:767px) {
  .profile {
    margin-top: 2rem
  }

  .profile__item {
    margin-top: 3rem
  }

  .profile__details {
    margin-top: 3.5rem
  }

  .profile__details-image {
    margin-top: 2rem
  }

  .profile__details-image img {
    height: 300px
  }

  .photo-section__image--profile {
    height: auto;
    object-fit: contain
  }

  .profile-details__photo {
    height: 180px;
    margin: 0 auto 16px;
    width: 180px
  }

  .profile-details__wrap {
    flex-direction: column;
    gap: 24px;
    margin-top: 3rem;
    padding: 20px
  }

  .profile-details__name-ja {
    margin: 0 0 12px
  }

  .profile-details__name-en {
    margin: 0 0 8px
  }

  .profile-details__left {
    width: 100%
  }

  .profile-details__line {
    height: 4px;
    margin: 0 auto 12px;
    width: 180px
  }

  .profile-concept__row,
  .profile-concept__row--reverse {
    flex-direction: column;
    gap: 30px
  }

  .profile-concept__media,
  .profile-concept__row--reverse .profile-concept__media {
    width: 100%
  }

  .profile-concept__achievements {
    margin-top: 60px
  }

  .profile-concept__gallery--two {
    gap: 12px;
    grid-template-columns: 1fr
  }

  .profile-concept__list {
    margin-bottom: 30px
  }

  .profile-concept {
    padding-bottom: 60px
  }
}

@media screen and (max-width:599px) {
  .service-features.about-service-features {
    margin-bottom: 10rem;
    padding: 0 1rem 10rem
  }

  .profile {
    padding: 2rem 1rem
  }

  .profile__photo {
    width: 50%
  }

  .profile__company-info {
    font-size: 1.3rem;
    width: 60%
  }

  .profile__details-text {
    font-size: .75rem
  }

  .profile__item {
    align-items: center;
    flex-direction: column
  }

  .profile__info {
    margin-left: 0;
    margin-top: .5rem;
    width: 95%
  }

  .profile__details {
    margin-top: 2.5rem;
    max-width: 95%
  }

  .profile__company-info {
    font-size: 1rem
  }

  .profile__details-image img {
    height: 250px
  }

  .profile__company-name--en,
  s .profile__company-name--ja {
    margin-top: .5rem
  }

  .profile__item:first-of-type {
    margin-top: 0
  }

  .profile-title01 {
    font-size: 1.2rem;
    margin-top: 3rem
  }

  .profile-episode-box {
    align-items: start
  }

  .profile-episode-image img {
    height: auto;
    width: 300px
  }

  .profile-title01:after,
  .profile-title01:before {
    width: 2rem
  }

  .profile-concept__inner {
    padding: 0 1rem
  }

  .profile-concept__title {
    width: 95%
  }
}

.case-item {
  align-items: center;
  border-top: 3px solid #4979a3;
  display: flex;
  justify-content: space-between;
  padding: 3rem
}

.case-item:last-of-type {
  border-bottom: 3px solid #4979a3
}

.case-introduction.service-items {
  max-width: 1000px;
  padding: 5rem
}

.case-item__txt-wrapper {
  width: 100%
}

.case-item__image-wrapper {
  margin-left: 2rem;
  width: 70%
}

.case-item__title {
  font-size: 2.25rem
}

.case-item__number {
  color: #4979a3;
  font-family: Jost, sans-serif;
  font-size: 3.375rem
}

.case-item__subtitle {
  color: #4979a3;
  font-size: 1.75rem;
  margin-top: .2rem
}

.case-item__content {
  margin-top: 1.5rem
}

.case-item__description {
  font-size: 1.3rem
}

.case-item__description:not(:first-of-type) {
  margin-top: .5rem
}

.case-item__button-wrapper {
  margin-top: 2rem
}

.Pagination {
  margin-top: 4.5rem
}

.Pagination,
.Pagination-Item-Link {
  align-items: center;
  display: flex;
  justify-content: center
}

.Pagination-Item-Link {
  background: #fff;
  border: 1px solid #1b224c;
  border-radius: 8px;
  color: #1b224c;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 700;
  height: 3rem;
  transition: all .15s linear;
  width: 3rem
}

.Pagination-Item-Link-Icon {
  width: 20px
}

.Pagination-Item-Link.isActive {
  background: #399ecd;
  color: #fff;
  pointer-events: none
}

.Pagination-Item-Link:not(.isActive):hover {
  background: #399ecd;
  color: #fff
}

.Pagination>*+* {
  margin-left: .75rem
}

@media screen and (max-width:1499px) {
  .case-item__content {
    margin-top: 2.5rem
  }

  .case-item__description {
    font-size: 1rem
  }
}

@media screen and (max-width:1259px) {
  .case-item__number {
    font-size: 3rem
  }

  .case-item__title {
    font-size: 1.8rem
  }

  .case-item__subtitle {
    font-size: 1.5rem;
    margin-top: .9rem
  }

  .case-item__content {
    margin-top: 1.5rem
  }
}

@media screen and (max-width:1199px) {
  .case-item {
    flex-direction: column-reverse
  }

  .case-item__image-wrapper {
    margin-left: 0
  }

  .case-item__txt-wrapper {
    margin-top: 1.5rem;
    width: 100%
  }

  .case-item__button-wrapper {
    margin-top: 1rem;
    text-align: right
  }

  .case-item__title {
    font-size: 2rem
  }

  .case-item__subtitle {
    font-size: 1.8rem
  }

  .case-item__description {
    font-size: 1.4rem
  }

  .service-features.about-service-features {
    padding: 0 4rem
  }
}

@media screen and (max-width:768px) {
  .case-introduction {
    margin-top: 2em
  }

  .case-item__number {
    font-size: 2.8rem
  }

  .case-item__title {
    font-size: 1.8rem
  }

  .case-item__subtitle {
    font-size: 1.5rem
  }

  .case-item__content {
    margin-top: 1.5rem
  }

  .case-item__description {
    font-size: 1.2rem
  }

  .case-introduction.service-items {
    padding: 4rem 2rem
  }
}

@media screen and (max-width:599px) {
  .case-introduction {
    margin-top: 2em
  }

  .case-item__number {
    font-size: 1.5rem
  }

  .case-item__title {
    font-size: 1.2rem
  }

  .case-item__subtitle {
    font-size: 1.1rem;
    margin-top: .75rem
  }

  .case-item__content {
    margin-top: 1rem
  }

  .case-item__description {
    font-size: .9rem
  }

  .case-item {
    padding: 2rem .5rem
  }

  .Pagination {
    margin-top: 3rem
  }

  .Pagination-Item-Link {
    font-size: .75rem;
    height: 2.2rem;
    width: 2.2rem
  }

  .case-introduction.service-items {
    padding: 2.5rem .75rem
  }

  .case-item__image-wrapper {
    width: 100%
  }

  .service-features.about-service-features {
    padding: 0 1rem 3rem
  }
}

.blog-contents__content strong {
  background: linear-gradient(transparent 70%, #fff9c4 0);
  color: #585858
}

.blog-contents__content h2.wp-block-heading {
  background: #e7eef1;
  border-bottom: 3px solid #d7d7d7;
  border-left: 5px solid #7db4e6;
  color: #494949;
  padding: .4em .5em
}

.blog-contents__content h3.wp-block-heading {
  padding: .25em 0;
  position: relative
}

.blog-contents__content h3.wp-block-heading:after {
  background: -webkit-linear-gradient(90deg, #e65a5a, transparent);
  background: linear-gradient(90deg, #e65a5a, transparent);
  content: "";
  display: block;
  height: 4px
}

.service-features.blog-service-features {
  background-color: #fff;
  margin-bottom: 25rem
}

.blog-arrival__inner {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1rem
}

.post {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.5rem;
  position: relative
}

.post__image-link {
  aspect-ratio: 24/18;
  width: 26%
}

.post__image {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.post__header {
  padding-left: 0;
  width: 67%
}

time.post__date {
  bottom: 0;
  color: var(--gray);
  position: absolute
}

.post__title {
  font-size: 1.5rem;
  line-height: 1.5
}

.post__text {
  color: var(--gray);
  margin-top: 1rem;
  padding-bottom: 2rem
}

.post__title-link {
  text-decoration: underline
}

.post__categories {
  left: 0;
  position: absolute;
  top: 0
}

.post__category-item {
  background: #399ecd;
  color: #fff;
  font-size: .75rem;
  padding: .25rem .56rem .43rem
}

.post__category-link {
  color: var(--white)
}

#blog-contents {
  background: #f2f2f2;
  padding-bottom: 50rem;
  padding-top: 8rem
}

.blog-contents__inner {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1rem
}

.blog-contents__flex {
  align-items: flex-start;
  display: flex;
  justify-content: space-between
}

.blog-contents__article {
  color: var(--gray);
  width: 65.5%
}

.post-info__category {
  align-items: center;
  background: #399ecd;
  border-radius: 4px;
  display: flex;
  font-size: .9rem;
  height: 2rem;
  justify-content: center;
  margin-bottom: 1rem;
  width: 6rem
}

.post-info__category a {
  color: #fff
}

.post-info__title {
  font-size: 1.75rem;
  line-height: 1.5;
  margin-bottom: 1.2rem
}

.post-info__footer {
  margin-bottom: 1rem
}

.blog-contents__image {
  margin-bottom: 1rem;
  width: 100%
}

.post-info__title {
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: .75rem
}

.blog-contents__heading {
  color: #4979a3;
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 1.875rem
}

.blog-contents__text {
  line-height: 1.5;
  margin-bottom: 2rem
}

.blog-contents__content p {
  font-style: normal;
  font-weight: 500;
  line-height: 1.7
}

.blog-contents__subheading {
  background: 0 0;
  border-left: 4px solid #4979a3;
  color: #4979a3;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.7rem;
  padding: .25em .5em
}

.blog-contents__aside {
  width: 29.8%
}

.blog-contents__quote {
  align-items: center;
  background-color: #f8f8f8;
  display: flex;
  height: 6.25rem;
  margin-bottom: 1.875rem;
  margin-top: 1.875rem
}

.blog-contents__quote-image-wrapper {
  width: 11%
}

.blog-contents__quote-image {
  height: 3.43rem;
  margin-left: 1rem;
  width: 2.875rem
}

.blog-contents__quote-text {
  box-sizing: content-box;
  line-height: 1.5;
  padding: .625rem;
  width: 88%
}

.blog-contents__list {
  margin-bottom: 3.75rem
}

.blog-contents__list-item {
  margin-bottom: .625rem;
  padding-left: 1em;
  text-indent: -1.125em
}

.blog-contents__list-item:before {
  background-image: url(../img/blue-cricle.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: .68rem;
  margin-bottom: .125rem;
  margin-right: 1.25rem;
  vertical-align: middle;
  width: .68rem
}

.blog-contents__link {
  color: #399ecd;
  font-size: 1.125rem;
  text-decoration: underline
}

.side-ttl {
  background: #399ecd;
  color: #fff;
  font-size: 1.3rem;
  height: 3.9rem;
  line-height: 3.9rem;
  margin-bottom: 1.875rem;
  text-align: center
}

.side-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem
}

.related__image {
  aspect-ratio: 4/3;
  height: 150px;
  width: 45%
}

.related__image img {
  height: 150px;
  width: 100%
}

.related__text {
  font-size: 1rem;
  line-height: 2;
  width: 50%
}

.related__text a {
  text-decoration: underline
}

.category__item {
  color: var(--black);
  font-weight: 700;
  list-style: disc;
  margin-bottom: 1rem;
  margin-left: 1em
}

@media screen and (max-width:999px) {
  .blog-contents__inner.blog-contents__flex {
    flex-direction: column
  }

  .blog-contents__article {
    width: 100%
  }

  .blog-contents__aside {
    margin-top: 3rem;
    width: 100%
  }

  #blog-contents {
    padding-top: 6rem
  }

  .related__text {
    width: 43%
  }

  .related__image {
    width: 50%
  }
}

@media screen and (max-width:767px) {
  #blog-arrival {
    margin-top: 1.5rem
  }

  .post {
    flex-direction: column
  }

  .post__image-link {
    margin-bottom: 2rem;
    width: 100%
  }

  .post__header {
    width: 100%
  }

  .blog-arrival__item {
    margin-bottom: 5rem
  }

  .post__title {
    font-size: 1.3rem
  }

  .post__image-link {
    margin-bottom: 1rem
  }

  .service-features.blog-service-features {
    margin-bottom: 20rem
  }

  time.post__date {
    bottom: -1.5rem;
    right: 0
  }

  .category__list {
    align-items: center;
    display: flex;
    justify-content: space-evenly
  }
}

@media screen and (max-width:599px) {
  .post__text {
    font-size: .9rem;
    padding-bottom: 0
  }

  time.post__date {
    font-size: .8rem
  }

  .post__title {
    font-size: 1.1rem
  }

  .blog-contents__quote-text {
    font-size: .85rem;
    padding: 1.25rem
  }

  .blog-contents__quote-image {
    height: 2rem;
    width: 2.25rem
  }

  #blog-contents {
    padding-top: 5rem
  }
}

@media screen and (max-width:499px) {
  .category__list {
    flex-direction: column
  }

  .post__image {
    width: 100%
  }
}

:root {
  --black: #404040;
  --gray: #707070;
  --light-blue: #c9e4f0;
  --light-grey: #eee;
  --white: #fff;
  --AccentColor: #4979a3;
  --MainColor: #4979a3;
  --oswald-font: "Oswald", sans-serif
}

body {
  color: var(--black)
}

#contact-area {
  margin-bottom: 0
}

.contact-form {
  margin: 0 auto;
  max-width: 1000px;
  padding: 2rem 2rem 8rem
}

.contact-form__hope-title {
  line-height: 1.68;
  margin-bottom: 3rem;
  text-align: center
}

.contact-form__label {
  display: block;
  margin-bottom: 2rem
}

.contact-form__part {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem
}

.contact-form__label span {
  font-weight: 700
}

.contact-form__input {
  font-size: 1rem;
  height: 5rem;
  padding-left: 2rem
}

.contact-form__input,
.contact-form__textarea {
  border: .5px solid #4979a3;
  border-radius: 8px;
  width: 100%
}

.contact-form__textarea {
  height: 21rem;
  padding: 1.5rem;
  resize: none
}

.contact-form__label {
  margin-bottom: 1rem
}

.contact-form__company:after,
.contact-form__made:after,
.contact-form__tell:after {
  content: none
}

.contact-form__personal {
  margin-bottom: 40px;
  text-align: center
}

.contact-form__send {
  margin-top: 4rem;
  text-align: center
}

.contact-form__btn {
  background-color: #399ecd;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  transition: all .3s ease;
  width: 15rem
}

.contact-form__btn:hover {
  background-color: var(--white);
  border: 1px solid #399ecd;
  color: #399ecd
}

@media screen and (max-width:768px) {
  .contact-form {
    padding: 2rem 1rem 5rem
  }

  .contact-form__hope-title {
    font-size: .9rem
  }

  .contact-form__label {
    font-size: .85rem
  }

  .contact-form__input {
    font-size: .85rem;
    height: 4rem;
    padding-left: 1rem
  }

  .contact-form__hope-title {
    margin-bottom: 2rem
  }

  .contact-form__part {
    margin-top: 1.5rem
  }

  .contact-form__send {
    margin-top: 2rem;
    text-align: center
  }

  .contact-form__btn {
    background-color: #399ecd;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    width: 15rem
  }
}