@charset "UTF-8";
/*-------------------------------------
        セレクタの不要CSSをリセット
  -------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  vertical-align: baseline;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
a {
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

img {
  pointer-events: none;
}

ol,
ul {
  list-style: none;
}

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

input[type=email],
input[type=text],
input[type=password],
input[type=submit],
input[type=button],
input[type=radio],
input[type=tel],
textarea,
select {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=email]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=password]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
textarea::-webkit-search-decoration,
select::-webkit-search-decoration {
  display: none;
}

input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=submit]:focus,
input[type=button]:focus,
input[type=radio]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  outline-offset: -2px;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

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

* {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
}

html {
  scroll-behavior: smooth;
  background-color: #c8c8c8;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #143942;
  background-color: #c8c8c8;
  width: max(100%, 1130px);
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
  }
}

::-webkit-scrollbar {
  display: none;
}

img,
a {
  display: block;
}

.fadein {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.fadein.init {
  opacity: 1;
}

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

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

.font {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header .header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 40px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  header .header_wrap {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .header_wrap.open h1 a img:last-child {
    opacity: 1;
  }
}
header .header_wrap.open .menu_wrap .hamburger_wrap .hamburger span {
  background-color: #ffffff;
}
header .header_wrap.open .menu_wrap .hamburger_wrap .hamburger span:first-child {
  -webkit-transform: rotate(30deg) translate(4px, 6px);
          transform: rotate(30deg) translate(4px, 6px);
}
header .header_wrap.open .menu_wrap .hamburger_wrap .hamburger span:last-child {
  -webkit-transform: rotate(-30deg) translate(3px, -4px);
          transform: rotate(-30deg) translate(3px, -4px);
}
header .header_wrap.open .menu_wrap a img:last-child {
  opacity: 1;
}
header .header_wrap.open nav {
  top: 0;
}
@media screen and (max-width: 767px) {
  header .header_wrap h1 {
    margin-top: 12px;
  }
}
header .header_wrap h1 a {
  position: relative;
  width: 200px;
}
@media screen and (max-width: 767px) {
  header .header_wrap h1 a {
    width: 100px;
  }
}
header .header_wrap h1 a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
header .header_wrap h1 a img:first-child {
  z-index: 1;
}
header .header_wrap h1 a img:last-child {
  opacity: 0;
  z-index: 2;
}
header .header_wrap .menu_wrap {
  position: relative;
  z-index: 2;
}
header .header_wrap .menu_wrap .hamburger_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  header .header_wrap .menu_wrap .hamburger_wrap {
    margin-top: 8px;
    width: 34px;
    height: 34px;
  }
}
header .header_wrap .menu_wrap .hamburger_wrap .hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .header_wrap .menu_wrap .hamburger_wrap .hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #143942;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, transform 0.2s;
  transition: background-color 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 767px) {
  header .header_wrap .menu_wrap .hamburger_wrap .hamburger span {
    height: 2.5px;
  }
}
header .header_wrap .menu_wrap a {
  margin-top: 30px;
  position: relative;
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 767px) {
  header .header_wrap .menu_wrap a {
    display: none;
  }
}
header .header_wrap .menu_wrap a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
header .header_wrap .menu_wrap a img:first-child {
  z-index: 1;
}
header .header_wrap .menu_wrap a img:last-child {
  opacity: 0;
  z-index: 2;
}
header .header_wrap nav {
  position: absolute;
  padding-top: 40px;
  padding-left: 40px;
  top: -100vh;
  right: 0;
  width: 350px;
  height: 100vh;
  z-index: 1;
  background-color: #143942;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}
@media screen and (max-width: 767px) {
  header .header_wrap nav {
    padding-top: 80px;
    padding-left: 0;
    top: -300px;
    width: 100%;
    height: 300px;
  }
}
header .header_wrap nav .menu a {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  header .header_wrap nav .menu a {
    font-size: 16px;
    text-align: center;
  }
}
header .header_wrap nav .menu a:first-child {
  margin-top: 0;
}

footer {
  margin-top: 75px;
  padding-top: 40px;
  padding-bottom: 20px;
  width: 100%;
  background-color: #f2ec69;
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 45px;
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
footer .footer_wrap .logo {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
@media screen and (max-width: 767px) {
  footer .footer_wrap .logo {
    width: 200px;
  }
}
footer .footer_wrap .link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 820px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  footer .footer_wrap .link_wrap {
    display: none;
    width: 90%;
  }
}
footer .footer_wrap .link_wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 65px;
  border: solid 2px #143942;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
footer .footer_wrap .link_wrap a:hover {
  background-color: #143942;
}
footer .footer_wrap .link_wrap a:hover .img_wrap img:last-child {
  opacity: 1;
}
footer .footer_wrap .link_wrap a:hover p {
  color: #ffffff;
}
footer .footer_wrap .link_wrap a .img_wrap {
  position: relative;
  width: 42px;
  height: 42px;
}
footer .footer_wrap .link_wrap a .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer_wrap .link_wrap a .img_wrap img:first-child {
  z-index: 1;
}
footer .footer_wrap .link_wrap a .img_wrap img:last-child {
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
footer .footer_wrap .link_wrap a p {
  margin-left: 12px;
  font-size: 36px;
  font-weight: 500;
  color: #143942;
  letter-spacing: 0.02em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
footer .footer_wrap small {
  display: block;
  margin-top: 50px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .footer_wrap small {
    margin-top: 20px;
  }
}

main .main_visual_wrap {
  padding-top: 95px;
  padding-bottom: 120px;
  width: 100%;
  height: 880px;
  background-color: #f2ec69;
  background-image: url(../images/index/main_visual_bg.png);
  background-size: 1372px 331px;
  background-position: center bottom 20px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap {
    padding-top: 80px;
    padding-bottom: 70px;
    height: auto;
    background-image: url(../images/index/main_visual_bg_sp.png);
    background-size: 362px 87px;
  }
}
main .main_visual_wrap .main_visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1130px;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap .main_visual {
    display: block;
    width: 90%;
    height: auto;
  }
}
main .main_visual_wrap .main_visual .contents {
  padding-top: 25px;
  width: 500px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap .main_visual .contents {
    padding-top: 0;
    width: auto;
  }
}
main .main_visual_wrap .main_visual .contents .title {
  position: relative;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap .main_visual .contents .title {
    font-size: 32px;
    line-height: 40px;
  }
}
main .main_visual_wrap .main_visual .contents .title img {
  position: absolute;
  top: -70px;
  left: 0;
  width: 154px;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap .main_visual .contents .title img {
    top: -35px;
    left: calc(50% - 120px);
    width: 90px;
  }
}
main .main_visual_wrap .main_visual .contents .title span {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap .main_visual .contents .title span {
    font-size: 20px;
    line-height: 40px;
  }
}
main .main_visual_wrap .main_visual .product {
  width: 600px;
  border: solid 6px #143942;
  border-radius: 20px;
  background-color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap .main_visual .product {
    margin-top: 20px;
    width: 100%;
    border: solid 4px #143942;
    border-radius: 12px;
  }
}
main .main_visual_wrap .main_visual .product .card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  height: 100%;
}
main .main_visual_wrap .main_visual .product .card .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap .main_visual .product .card .image {
    height: auto;
    max-height: 100%;
    -o-object-position: center center;
       object-position: center center;
  }
}
main .main_visual_wrap .main_visual .product .card .maker_wrap {
  position: absolute;
  top: 25px;
  left: 25px;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap .main_visual .product .card .maker_wrap {
    top: 10px;
    left: 10px;
  }
}
main .main_visual_wrap .main_visual .product .card .maker_wrap .maker {
  width: 121px;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap .main_visual .product .card .maker_wrap .maker {
    margin-left: auto;
    margin-right: auto;
    width: 70px;
  }
}
main .main_visual_wrap .main_visual .product .card .maker_wrap .room_size {
  margin-top: 15px;
  padding: 0 28px;
  height: 40px;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.06em;
  border-radius: 10px;
  line-height: 40px;
  background-color: #143942;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap .main_visual .product .card .maker_wrap .room_size {
    margin-top: 10px;
    padding: 0 20px;
    height: 24px;
    font-size: 15px;
    line-height: 24px;
    border-radius: 4px;
  }
}
main .main_visual_wrap .main_visual .product .card .info {
  position: relative;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap .main_visual .product .card .info {
    margin-top: 10px;
  }
}
main .main_visual_wrap .main_visual .product .card .info .name {
  display: -webkit-box;
  display: box;
  margin-left: 30px;
  width: 60%;
  height: 80px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 40px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap .main_visual .product .card .info .name {
    margin-left: 15px;
    height: 50px;
    font-size: 16px;
    line-height: 21px;
  }
}
main .main_visual_wrap .main_visual .product .card .info .limit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -35px;
  right: 10px;
  width: 145px;
  height: 145px;
  background-image: url(../images/index/bubble.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap .main_visual .product .card .info .limit_wrap {
    top: -20px;
    width: 82px;
    height: 82px;
  }
}
main .main_visual_wrap .main_visual .product .card .info .limit_wrap .limit_1 {
  font-size: 70px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap .main_visual .product .card .info .limit_wrap .limit_1 {
    font-size: 40px;
    line-height: 40px;
  }
}
main .main_visual_wrap .main_visual .product .card .info .limit_wrap .limit_1 span {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap .main_visual .product .card .info .limit_wrap .limit_1 span {
    font-size: 22px;
  }
}
main .main_visual_wrap .main_visual .product .card .info .limit_wrap .limit_2 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap .main_visual .product .card .info .limit_wrap .limit_2 {
    font-size: 16px;
  }
}
main .main_visual_wrap .main_visual .product .card .info .price_before {
  margin-top: 20px;
  margin-left: 60px;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap .main_visual .product .card .info .price_before {
    margin-top: 15px;
    margin-left: 30px;
    font-size: 26px;
  }
}
main .main_visual_wrap .main_visual .product .card .info .price_before span {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap .main_visual .product .card .info .price_before span {
    font-size: 16px;
  }
}
main .main_visual_wrap .main_visual .product .card .info .price_current {
  font-size: 150px;
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #f2ec69;
  letter-spacing: 0.02em;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #143942;
  text-shadow: 0 0 #f2ec69, 5px 5px 0 #143942;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap .main_visual .product .card .info .price_current {
    font-size: 84px;
    -webkit-text-stroke-width: 2px;
    text-shadow: 0 0 #f2ec69, 3px 3px 0 #143942;
  }
}
main .main_visual_wrap .main_visual .product .card .info .price_current.only_one {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap .main_visual .product .card .info .price_current.only_one {
    margin-top: 20px;
  }
}
main .main_visual_wrap .main_visual .product .card .info .price_current span {
  font-size: 50px;
  font-weight: bold;
  color: #143942;
  letter-spacing: 0.02em;
  -webkit-text-fill-color: initial;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: initial;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap .main_visual .product .card .info .price_current span {
    font-size: 28px;
  }
}
main .main_visual_wrap .main_visual .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  width: 458px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -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;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap .main_visual .features {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
}
main .main_visual_wrap .main_visual .features li {
  margin-top: 18px;
  width: 220px;
  height: 50px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.06em;
  background-color: #028090;
  border-radius: 10px;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .main_visual_wrap .main_visual .features li {
    margin-top: 10px;
    width: 144px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    border-radius: 6px;
  }
}
main .main_visual_wrap .main_visual .features li:nth-child(-n+2) {
  margin-top: 0;
}
main .strengths_wrap {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  main .strengths_wrap {
    padding-top: 40px;
  }
}
main .strengths_wrap .strengths {
  margin-left: auto;
  margin-right: auto;
  width: 890px;
}
@media screen and (max-width: 767px) {
  main .strengths_wrap .strengths {
    width: 90%;
  }
}
main .strengths_wrap .strengths h2 {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .strengths_wrap .strengths h2 {
    font-size: 28px;
  }
}
main .strengths_wrap .strengths .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  main .strengths_wrap .strengths .list {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
main .strengths_wrap .strengths .list .block {
  padding-top: 25px;
  width: 200px;
  height: 200px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  main .strengths_wrap .strengths .list .block {
    margin-top: 13px;
    padding-top: 18px;
    width: 142px;
    height: 142px;
  }
}
@media screen and (max-width: 767px) {
  main .strengths_wrap .strengths .list .block:nth-child(-n+2) {
    margin-top: 0;
  }
}
main .strengths_wrap .strengths .list .block img {
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}
@media screen and (max-width: 767px) {
  main .strengths_wrap .strengths .list .block img {
    width: 57px;
  }
}
main .strengths_wrap .strengths .list .block p {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 26px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .strengths_wrap .strengths .list .block p {
    font-size: 14px;
    line-height: 18px;
  }
}
main .strengths_wrap .strengths .contents {
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .strengths_wrap .strengths .contents {
    margin-top: 20px;
    font-size: 15px;
  }
}
main .flow_wrap {
  margin-top: 40px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  main .flow_wrap {
    margin-top: 20px;
    padding-top: 50px;
  }
}
main .flow_wrap .flow {
  margin-left: auto;
  margin-right: auto;
  width: 890px;
}
@media screen and (max-width: 767px) {
  main .flow_wrap .flow {
    width: 80%;
  }
}
main .flow_wrap .flow h2 {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .flow_wrap .flow h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
main .flow_wrap .flow .list {
  margin-top: 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main .flow_wrap .flow .list {
    margin-top: 30px;
  }
}
main .flow_wrap .flow .list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 10px 25px;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  main .flow_wrap .flow .list .block {
    display: block;
    margin-top: 20px;
    padding: 10px 30px 15px 30px;
    height: auto;
  }
}
main .flow_wrap .flow .list .block:first-child {
  margin-top: 0;
}
main .flow_wrap .flow .list .block .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main .flow_wrap .flow .list .block .left .no {
  height: 80px;
  font-size: 70px;
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 80px;
}
@media screen and (max-width: 767px) {
  main .flow_wrap .flow .list .block .left .no {
    height: 60px;
    font-size: 66px;
    line-height: 60px;
  }
}
main .flow_wrap .flow .list .block .left .title {
  margin-left: 30px;
  height: 80px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  main .flow_wrap .flow .list .block .left .title {
    margin-left: 20px;
    height: 60px;
    font-size: 18px;
    line-height: 30px;
  }
}
main .flow_wrap .flow .list .block .right {
  padding-left: 30px;
  width: 510px;
  height: 100%;
  border-left: dotted 2px #028090;
}
@media screen and (max-width: 767px) {
  main .flow_wrap .flow .list .block .right {
    margin-top: 10px;
    padding-top: 15px;
    padding-left: 0;
    width: 100%;
    border-top: dotted 2px #028090;
    border-left: 0;
  }
}
main .flow_wrap .flow .list .block .right p {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  main .flow_wrap .flow .list .block .right p {
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 25px;
  }
}
main .flow_wrap .flow .contents {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  main .flow_wrap .flow .contents {
    margin-top: 20px;
    font-size: 15px;
    line-height: 25px;
  }
}
main .price_wrap {
  margin-top: 130px;
  padding-top: 80px;
  background-color: #f2ec69;
}
@media screen and (max-width: 767px) {
  main .price_wrap {
    margin-top: 60px;
    padding-top: 40px;
  }
}
main .price_wrap .price {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
@media screen and (max-width: 767px) {
  main .price_wrap .price {
    width: 80%;
  }
}
main .price_wrap .price h2 {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .price_wrap .price h2 {
    font-size: 28px;
  }
}
main .price_wrap .price .list {
  display: block;
  margin-top: 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main .price_wrap .price .list {
    margin-top: 30px;
  }
}
main .price_wrap .price .list .list-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .price_wrap .price .list .list-no-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  main .price_wrap .price .list .list-no-image {
    margin-top: 20px;
  }
}
main .price_wrap .price .list .block {
  margin-top: 30px;
  margin-left: 30px;
  width: 300px;
  max-height: 400px;
  border-radius: 10px;
  border: solid 4px #143942;
}
@media screen and (max-width: 767px) {
  main .price_wrap .price .list .block {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    max-height: 333px;
  }
}
main .price_wrap .price .list .block:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  main .price_wrap .price .list .block:nth-child(-n+3) {
    margin-top: 20px;
  }
}
main .price_wrap .price .list .block:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  main .price_wrap .price .list .block:nth-child(3n+1) {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  main .price_wrap .price .list .block:first-child {
    margin-top: 0;
  }
}
main .price_wrap .price .list .block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 91px;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 40px;
  text-align: center;
  background-color: #028090;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 767px) {
  main .price_wrap .price .list .block .title {
    height: 75px;
    font-size: 23px;
    line-height: 30px;
  }
}
main .price_wrap .price .list .block .title span {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  main .price_wrap .price .list .block .title span {
    font-size: 16px;
    line-height: 25px;
  }
}
main .price_wrap .price .list .block img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  main .price_wrap .price .list .block img {
    height: 175px;
  }
}
main .price_wrap .price .list .block .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 91px;
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  main .price_wrap .price .list .block .contents {
    height: 75px;
  }
}
main .price_wrap .price .list .block .contents p {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .price_wrap .price .list .block .contents p {
    font-size: 32px;
  }
}
main .price_wrap .price .list .block .contents p.no_price {
  font-size: 25px;
}
main .price_wrap .price .list .block .contents .multi_wrap {
  width: 95%;
}
main .price_wrap .price .list .block .contents .multi_wrap .multi {
  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;
}
main .price_wrap .price .list .block .contents .multi_wrap .multi.only_one {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .price_wrap .price .list .block .contents .multi_wrap .multi p:first-child {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  main .price_wrap .price .list .block .contents .multi_wrap .multi p:first-child {
    font-size: 13px;
  }
}
main .price_wrap .price .list .block .contents .multi_wrap .multi p:last-child {
  margin-left: 8px;
  font-size: 38px;
  letter-spacing: 0;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (max-width: 767px) {
  main .price_wrap .price .list .block .contents .multi_wrap .multi p:last-child {
    font-size: 31px;
  }
}
main .other_wrap {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #f2ec69;
}
@media screen and (max-width: 767px) {
  main .other_wrap {
    padding-top: 65px;
    padding-bottom: 55px;
  }
}
main .other_wrap .other {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
@media screen and (max-width: 767px) {
  main .other_wrap .other {
    width: 80%;
  }
}
main .other_wrap .other h2 {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .other_wrap .other h2 {
    font-size: 24px;
  }
}
main .other_wrap .other .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  main .other_wrap .other .list {
    display: block;
    margin-top: 30px;
  }
}
main .other_wrap .other .list p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-left: 30px;
  width: 300px;
  height: 90px;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.03em;
  text-align: center;
  background-color: #028090;
  border: solid 4px #143942;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  main .other_wrap .other .list p {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 75px;
    font-size: 23px;
  }
}
main .other_wrap .other .list p:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  main .other_wrap .other .list p:nth-child(-n+3) {
    margin-top: 20px;
  }
}
main .other_wrap .other .list p:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  main .other_wrap .other .list p:nth-child(3n+1) {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  main .other_wrap .other .list p:first-child {
    margin-top: 0;
  }
}
main .company_wrap {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  main .company_wrap {
    padding-top: 40px;
  }
}
main .company_wrap .company {
  margin-left: auto;
  margin-right: auto;
  width: 590px;
}
@media screen and (max-width: 767px) {
  main .company_wrap .company {
    width: 90%;
  }
}
main .company_wrap .company h2 {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .company_wrap .company h2 {
    font-size: 28px;
  }
}
main .company_wrap .company .list {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  main .company_wrap .company .list {
    margin-top: 40px;
  }
}
main .company_wrap .company .list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  main .company_wrap .company .list .block {
    margin-top: 25px;
  }
}
main .company_wrap .company .list .block:first-child {
  margin-top: 0;
}
main .company_wrap .company .list .block .thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  main .company_wrap .company .list .block .thead {
    width: 100px;
  }
}
main .company_wrap .company .list .block .thead p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  main .company_wrap .company .list .block .thead p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
  }
}
main .company_wrap .company .list .block .data {
  margin-left: 40px;
  width: 410px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  main .company_wrap .company .list .block .data {
    margin-left: 15px;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    line-height: 24px;
  }
}

.sp_fixed_nav_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_fixed_nav_wrap {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
  }
}
@media screen and (max-width: 767px) {
  .sp_fixed_nav_wrap .sp_fixed_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 60px;
    border-radius: 10px 10px 0 0;
    background-color: #143942;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .sp_fixed_nav_wrap .sp_fixed_nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 36px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .sp_fixed_nav_wrap .sp_fixed_nav a:first-child {
    border-right: solid 1px #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .sp_fixed_nav_wrap .sp_fixed_nav a:last-child {
    border-left: solid 1px #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .sp_fixed_nav_wrap .sp_fixed_nav a img {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .sp_fixed_nav_wrap .sp_fixed_nav a p {
    margin-left: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.02em;
  }
}