html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-color: #f4f4f4;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #183b49;
  letter-spacing: 0.15em;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: unset;
}

ol, ul {
  list-style: none;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

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

input[type='submit'],
input[type='button'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration {
  display: none;
}

input[type='submit']:focus,
input[type='button']:focus {
  outline-offset: -2px;
}

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  outline: none;
  border: none;
}

textarea {
  resize: vertical;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input {
  line-height: normal;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button {
  overflow: visible;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  border: none;
}

.inner {
  width: 1440px;
  max-width: 90%;
  margin: 0 auto;
}

.contents-wrapper {
  max-width: 750px;
  width: 90%;
  margin: 0 auto;
}

.header-pattern-1 {
  padding: 50px 0;
  position: fixed;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .header-pattern-1 {
    padding: 15px 0;
  }
}

.header-pattern-1 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-pattern-1 .site-title {
  z-index: 4;
}

@media screen and (max-width: 768px) {
  .header-pattern-1 .site-title {
    width: 24px;
  }
}

@media screen and (max-width: 768px) {
  .nav-wrapper {
    display: none;
    background-color: #f4f4f4;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
  }
}

.header-nav {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.header-nav .sns {
  width: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.header-nav .sns a {
  width: 25px;
}

.header-nav .sns a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.7;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #183b49;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
}

.nav-list li {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 900;
  font-size: 1.4rem;
  margin-right: 20px;
  letter-spacing: 0.3em;
  text-align: center;
}

.nav-list li.only-pc {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .nav-list li {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.nav-list li a {
  vertical-align: baseline;
}

.nav-list .right {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .nav-list .bottom {
    margin-bottom: 0;
  }
}

.nav-list__item {
  white-space: nowrap;
  color: #183b49;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .nav-list__item {
    color: #183b49;
    font-size: 16px;
  }
}

.nav-list .btn,
.nav-list .btn-color {
  padding: 15px 20px;
}

@media screen and (max-width: 768px) {
  .nav-list .btn,
  .nav-list .btn-color {
    display: none;
    margin-bottom: 0;
  }
}

.burger-btn {
  display: none;
  width: 24px;
  height: 36px;
  position: relative;
  z-index: 4;
  border: none;
}

@media screen and (max-width: 768px) {
  .burger-btn {
    display: block;
  }
}

.bar {
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #183b49;
}

.bar_top {
  top: 10px;
}

.bar_mid {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bar_bottom {
  bottom: 10px;
}

.burger-btn.close .bar_top {
  -webkit-transform: translate(-50%, 6px) rotate(45deg);
          transform: translate(-50%, 6px) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #183b49;
}

.burger-btn.close .bar_mid {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.burger-btn.close .bar_bottom {
  -webkit-transform: translate(-50%, -8px) rotate(-45deg);
          transform: translate(-50%, -8px) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #183b49;
}

form {
  background-color: #ddd;
  padding: 100px;
}

form .item {
  margin-bottom: 20px;
}

form .item label {
  display: inline;
  margin-bottom: 10px;
}

@media (max-width: 750px) {
  form .item label {
    margin-bottom: 5px;
    margin-left: 7px;
  }
}

form label {
  text-align: left;
  display: inline-block;
}

form input {
  width: 100%;
  height: 30px;
  padding: 0 10px;
}

input[type="submit"] {
  width: 50%;
  display: block;
  margin: 0 auto;
  background-color: red;
  color: #fff;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 54px;
}

.only-pc {
  display: block;
}

@media screen and (max-width: 599px) {
  .only-pc {
    display: none;
  }
}

.only-under-tab {
  display: none;
}

@media screen and (max-width: 768px) {
  .only-under-tab {
    display: block;
  }
}

.only-tab {
  display: none;
}

@media screen and (max-width: 768px) {
  .only-tab {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .only-tab {
    display: none;
  }
}

.only-sp {
  display: none;
}

@media screen and (max-width: 599px) {
  .only-sp {
    display: block;
  }
}

.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
          transform: translate(0, 45px);
  -webkit-transition: all 2000ms;
  transition: all 2000ms;
}

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.btn-wrap {
  display: block;
  text-align: center;
}

.btn {
  padding: 20px 40px;
  text-align: center;
  border: 2px solid #183b49;
  text-align: center;
  color: #183b49;
  background-color: #f4f4f4;
  display: inline-block;
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.25em;
}

.btn:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #58afb7;
  background-color: #58afb7;
  color: #fff;
}

.btn-color {
  padding: 20px 40px;
  text-align: center;
  color: #fff;
  display: inline-block;
  background-color: #183b49;
  border: 2px solid #183b49;
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.25em;
}

.btn-color:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #58afb7;
  background-color: #58afb7;
}

.txt-btn {
  color: #183b49;
  border-bottom: dashed 2px #183b49;
  position: relative;
  padding-right: 15px;
  padding-bottom: 3px;
  letter-spacing: 0.1em;
}

.txt-btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  content: "";
}

.under-line-btn {
  display: inline-block;
  color: #183b49;
  border-bottom: solid 2px #183b49;
  letter-spacing: 0.1em;
}

.under-line-btn:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.7;
}

.section-ttl {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 599px) {
  .section-ttl {
    margin-bottom: 30px;
  }
}

.section-ttl .en-ttl {
  letter-spacing: 0.2em;
  font-size: 3.2rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 900;
}

@media screen and (max-width: 599px) {
  .section-ttl .en-ttl {
    font-size: 2.8rem;
  }
}

.section-ttl .ja-ttl {
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

@media screen and (max-width: 599px) {
  .section-ttl .ja-ttl {
    font-size: 1.2rem;
  }
}

.section {
  margin-top: 100px;
}

@media screen and (max-width: 599px) {
  .section {
    margin-top: 50px;
  }
}

#profile .contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 599px) {
  #profile .contents-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#profile .profile__left {
  width: 170px;
  margin-right: 60px;
}

@media screen and (max-width: 599px) {
  #profile .profile__left {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

#profile .sns-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70px;
  margin: 0 auto;
}

#profile .sns-lists a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.7;
}

#profile .profile__right {
  font-size: 1.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#profile .image {
  margin-bottom: 15px;
}

@media screen and (max-width: 599px) {
  #profile .image {
    margin-bottom: 10px;
  }
}

.btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 599px) {
  .btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.btn-area .box-btn {
  position: relative;
  width: 100%;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 250px;
  display: block;
}

.btn-area .box-btn:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.9;
}

.btn-area .box-btn.left {
  background-image: url(/assets/images/btn-back_offer.png);
}

.btn-area .box-btn.right {
  background-image: url(/assets/images/btn-back_partner.png);
}

@media screen and (max-width: 599px) {
  .btn-area .box-btn {
    height: 170px;
  }
}

.btn-area .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .btn-area .wrapper {
    width: 270px;
  }
}

@media screen and (max-width: 599px) {
  .btn-area .wrapper {
    width: 300px;
  }
}

.btn-area .ttl {
  font-size: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .btn-area .ttl {
    font-size: 2.4rem;
  }
}

.btn-area .sub-ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  border-bottom: 2px solid #fff;
  padding-bottom: 7px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .btn-area .sub-ttl {
    font-size: 1.4rem;
  }
}

.btn-area .arrow {
  width: 80px;
}

@media screen and (max-width: 768px) {
  .btn-area .arrow {
    width: 70px;
  }
}

@media screen and (max-width: 599px) {
  .btn-area .arrow {
    width: 60px;
  }
}

.btn-area-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .btn-area-sp {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

.btn-area-sp .box-btn {
  position: relative;
  width: 100%;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  display: block;
  height: 100px;
}

.btn-area-sp .box-btn.left {
  background-image: url(/assets/images/btn-back_offer.png);
}

.btn-area-sp .box-btn.right {
  background-image: url(/assets/images/btn-back_partner.png);
}

.btn-area-sp .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 20px;
  width: 100%;
}

.btn-area-sp .ttl {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

.btn-area-sp .sub-ttl {
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.btn-area-sp .arrow {
  width: 50px;
  margin-top: 5px;
}

.copy {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 150px;
  margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
  .copy {
    margin-top: 100px;
    margin-bottom: 20px;
  }
}

.lower-page {
  padding-top: 200px;
}

@media screen and (max-width: 599px) {
  .lower-page {
    padding-top: 150px;
  }
}

#service-lists {
  width: 100%;
}

#service .lists-item {
  background-color: #fff;
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  #service .lists-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}

@media screen and (max-width: 599px) {
  #service .lists-item:last-child {
    margin-bottom: 0;
  }
}

#service .lists-item__ttl {
  margin-right: 20px;
}

@media screen and (max-width: 599px) {
  #service .lists-item__ttl {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #e2e2e2;
    margin-bottom: 7px;
    display: block;
    width: 100%;
    margin-right: 0;
  }
}

#service .lists-item .free {
  font-size: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 599px) {
  #service .lists-item .free {
    font-size: 2.8rem;
  }
}

#service .lists-item .free span {
  padding-top: 5px;
  font-size: 4.2rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 900;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 599px) {
  #service .lists-item .free span {
    font-size: 3.2rem;
    padding-top: 4px;
  }
}

#service .lists-item .en-ttl {
  font-size: 4rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 900;
}

@media screen and (max-width: 599px) {
  #service .lists-item .en-ttl {
    font-size: 2.8rem;
  }
}

#service .lists-item .ja-ttl {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

#service .lists-item .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#service .lists-item .first-price__ttl {
  width: 120px;
  text-align: center;
  background-color: #183b49;
  color: #fff;
  display: inline-block;
  padding: 7px 0px;
  margin-right: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}

@media screen and (max-width: 599px) {
  #service .lists-item .first-price__ttl {
    width: 92px;
    padding: 5px 0;
  }
}

#service .lists-item .first-price .yen {
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

#service .lists-item .first-price .number {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 599px) {
  #service .lists-item .first-price .number {
    font-size: 3.2rem;
  }
}

#service .lists-item .next-price__ttl {
  width: 120px;
  text-align: center;
  border: 2px solid #e2e2e2;
  display: inline-block;
  padding: 3px 0px;
  margin-right: 10px;
  font-size: 1.4rem;
}

@media screen and (max-width: 599px) {
  #service .lists-item .next-price__ttl {
    width: 92px;
    padding: 2px 0;
  }
}

#service .lists-item .next-price .yen {
  font-size: 1.8rem;
}

#service .lists-item .next-price .number {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.25rem;
}

#service .lists-item .wave {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

#service .caution {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-top: 10px;
}

@media screen and (max-width: 599px) {
  #service .caution {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}

.top .mv {
  height: 100vh;
  position: relative;
}

.top .mv img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 310px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .top .mv img {
    width: 200px;
  }
}

.top .works {
  max-width: 1000px;
  margin: 0 auto;
}

.top .works-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

@media screen and (max-width: 599px) {
  .top .works-lists {
    margin-bottom: 25px;
  }
}

.top .works .lists-item {
  width: 32%;
  margin-bottom: 5%;
}

@media screen and (max-width: 599px) {
  .top .works .lists-item {
    width: 100%;
  }
}

.top .works .item-image {
  display: block;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.top .works .item-image img {
  vertical-align: bottom;
}

.top .point-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 599px) {
  .top .point-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
}

.top .point .lists-item {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 599px) {
  .top .point .lists-item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 599px) {
  .top .point .lists-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.top .point .image {
  max-width: 170px;
  margin: 0 auto;
  margin-bottom: 15px;
}

@media screen and (max-width: 599px) {
  .top .point .image {
    max-width: 130px;
    margin-bottom: 5px;
  }
}

.top .point .txt {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.top .point .txt-btn {
  font-size: 1.4rem;
}

.page-works .massage {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.75;
}

@media screen and (max-width: 599px) {
  .page-works .massage {
    font-size: 1.4rem;
  }
}

.page-works .works-lists .lists-item {
  margin-bottom: 70px;
}

@media screen and (max-width: 599px) {
  .page-works .works-lists .lists-item {
    margin-bottom: 30px;
  }
}

.page-works .works-lists .item-image {
  position: relative;
  margin-bottom: 20px;
  display: block;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media screen and (max-width: 599px) {
  .page-works .works-lists .item-image {
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 3px 15px;
            box-shadow: rgba(149, 157, 165, 0.2) 0px 3px 15px;
    margin-bottom: 15px;
  }
}

.page-works .works-lists .item-image img {
  vertical-align: bottom;
}

.page-works .works-lists .item-ttl {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}

@media screen and (max-width: 599px) {
  .page-works .works-lists .item-ttl {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.page-works .works-lists .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.page-works .works-lists .item-link img {
  width: 15px;
  margin-right: 5px;
}

.page-works .works-lists .link-txt {
  color: #86949a;
  font-size: 1.4rem;
}

.page-works .works-lists .hover-btn {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-works .works-lists .hover-btn:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}

.page-works .works-lists .hover-btn p {
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.item-image-box {
  position: relative;
}

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

@media screen and (max-width: 599px) {
  .tab {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.tab__label {
  text-align: center;
  color: #86949a;
  background: #e2e2e2;
  display: block;
  line-height: 4;
  width: 220px;
  margin-bottom: 50px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  cursor: pointer;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  .tab__label {
    font-size: 1.4rem;
    width: 48%;
    margin-bottom: 30px;
  }
}

.tab__label.left {
  margin-right: 20px;
}

@media screen and (max-width: 599px) {
  .tab__label.left {
    margin-right: 0px;
  }
}

.tab__content {
  width: 100%;
  display: none;
}

.tab__switch {
  display: none;
}

.tab__switch:checked + .tab__label {
  background: #58afb7;
  color: #fff;
}

.tab__switch:checked + .tab__label + .tab__content {
  display: block;
}

.page-works-details .thumbnail {
  margin-bottom: 20px;
}

.page-works-details .cat {
  display: inline-block;
  background-color: #58afb7;
  color: #fff;
  text-align: center;
  padding: 2px 5px;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  border-radius: 100px;
  margin-right: 10px;
  line-height: 1.5;
  width: 50px;
}

.page-works-details .item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}

@media screen and (max-width: 599px) {
  .page-works-details .item-ttl {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.page-works-details .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.page-works-details .item-link img {
  width: 15px;
  margin-right: 5px;
}

.page-works-details .link-txt {
  color: #86949a;
  font-size: 1.4rem;
}

.page-works-details .item-txt {
  font-size: 1.4rem;
  margin-bottom: 100px;
}

@media screen and (max-width: 599px) {
  .page-works-details .item-txt {
    margin-bottom: 50px;
  }
}

.page-works-details .works-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-works-details .works-image__pc img {
  width: 48%;
  margin-bottom: 50px;
}

@media screen and (max-width: 599px) {
  .page-works-details .works-image__pc img {
    width: 100%;
  }
}

.page-works-details .works-image__sp img {
  width: 31%;
}

@media screen and (max-width: 599px) {
  .page-works-details .works-image__sp img {
    width: 48%;
  }
}

@media screen and (max-width: 599px) {
  .page-works-details .works-image__pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 599px) {
  .page-works-details .works-image__sp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-works-details .works-image img {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media screen and (max-width: 599px) {
  .page-works-details .works-image img {
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 3px 15px;
            box-shadow: rgba(149, 157, 165, 0.2) 0px 3px 15px;
    margin-bottom: 15px;
  }
}

.page-point .lists-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}

@media screen and (max-width: 599px) {
  .page-point .lists-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-point .point-image {
  width: 170px;
  margin-right: 20px;
}

@media screen and (max-width: 599px) {
  .page-point .point-image {
    margin-right: 0;
    margin-bottom: 10px;
    width: 130px;
  }
}

.page-point .txt {
  width: 70%;
}

@media screen and (max-width: 599px) {
  .page-point .txt {
    width: 90%;
  }
}

.page-point .txt-ttl {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 599px) {
  .page-point .txt-ttl {
    text-align: center;
    line-height: 1.5;
    font-size: 2rem;
  }
}

.page-point .txt-contents {
  font-size: 1.4rem;
}

.page-point .txt-contents p {
  margin-bottom: 20px;
}

.page-point ul {
  margin-bottom: 20px;
}

.page-point ul:last-child {
  margin-bottom: 0;
}

.page-point .btn-box {
  margin-top: 10px;
}

.page-point .txt-btn {
  font-size: 1.4rem;
}

.page-point .caution {
  font-size: 1.2rem;
}

.page-point .white-box {
  background-color: #fff;
  padding: 60px 125px 80px;
  margin-bottom: 50px;
}

@media screen and (max-width: 599px) {
  .page-point .white-box {
    padding: 50px 20px;
    margin-bottom: 30px;
  }
}

.page-point .white-box__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 60px;
}

.page-point .white-box__ttl p {
  display: inline;
  border-bottom: 2px solid #183b49;
  padding-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .page-point .white-box__ttl {
    margin-bottom: 40px;
  }
}

.page-point .white-box .list-item {
  margin-bottom: 50px;
  font-size: 1.4rem;
}

.page-point .white-box .list-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .page-point .white-box .list-item {
    margin-bottom: 30px;
  }
}

.page-point .white-box .item-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.page-point .white-box .back-color-box {
  background: #f4f4f4;
  padding: 20px 30px;
  margin-top: 10px;
}

@media screen and (max-width: 599px) {
  .page-point .white-box .back-color-box {
    padding: 20px;
  }
}

.page-point .white-box .txt-lists {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.page-point .white-box .txt-lists li {
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .page-point .white-box .txt-lists li {
    margin-bottom: 10px;
  }
}

.page-point .white-box .txt-lists li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .page-point .white-box .txt-lists {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=styles.css.map */