@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
html {
  font-size: 0.0833333333vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

dl dd {
  -webkit-margin-start: 0rem;
          margin-inline-start: 0rem;
}

select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

a {
  transition-duration: 0.3s;
}

a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 1px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 0.1333333333vw;
  }
}
dl {
  margin: 0px;
}
dl dt {
  margin: 0px;
}
dl dd {
  margin: 0px;
}

ul, ol {
  padding: 0px;
  margin: 0px;
}
ul li, ol li {
  list-style-type: none;
}

body {
  margin: 0px;
  font-size: 16rem;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 24rem;
    line-height: 42rem;
  }
}

figure {
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
  font-weight: 200;
}

p {
  margin: 0px;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.6;
}

.p-flex {
  display: flex;
  justify-content: space-between;
}
.p-flex.--align-center {
  align-items: center;
  align-content: center;
}
.p-flex.--text-right {
  justify-content: flex-end !important;
}
.p-flex.--text-left {
  justify-content: left;
}
.p-flex.--text-center {
  justify-content: center;
}
.p-flex.--align-bottom {
  align-items: flex-end;
}
.p-flex.--wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .p-flex.--sp-wrap {
    flex-wrap: wrap;
  }
}
.p-flex.--justify-center {
  justify-content: center;
}
.p-flex.--justify-between {
  justify-content: space-between !important;
}
.p-flex.--justify-left {
  justify-content: flex-start;
}
.p-flex.--align-top {
  align-items: flex-start;
}
.p-flex li:last-child .c-text-link_1 {
  margin-right: 0px;
}
.p-flex.--column-2 li, .p-flex.--column-2 article {
  width: calc(50% - 20rem);
}
@media screen and (max-width: 750px) {
  .p-flex.--column-2 li, .p-flex.--column-2 article {
    width: 100%;
  }
}
.p-flex.--column-2 li figure, .p-flex.--column-2 article figure {
  width: 100%;
}
.p-flex.--column-2 li figure img, .p-flex.--column-2 article figure img {
  width: 100%;
}
.p-flex.--column-3 article, .p-flex.--column-3 li {
  width: 340rem;
  margin-right: calc((100% - 1020rem) / 2);
}
.p-flex.--column-3 article:nth-child(3n), .p-flex.--column-3 li:nth-child(3n) {
  margin-right: 0rem;
}
.p-flex.--column-3 article figure, .p-flex.--column-3 li figure {
  width: 100%;
}
.p-flex.--column-3 article figure img, .p-flex.--column-3 li figure img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-flex.--column-3 article, .p-flex.--column-3 li {
    width: 30%;
  }
}
@media screen and (max-width: 750px) {
  .p-flex.--column-3 article, .p-flex.--column-3 li {
    width: 100%;
    margin-right: 0rem;
  }
}
.p-flex.--column-3_l article, .p-flex.--column-3_l li {
  width: 353rem;
}
@media screen and (max-width: 750px) {
  .p-flex.--column-3_l article, .p-flex.--column-3_l li {
    width: 100%;
  }
}
.p-flex.--column-3_l article figure, .p-flex.--column-3_l li figure {
  width: 100%;
}
.p-flex.--column-3_l article figure img, .p-flex.--column-3_l li figure img {
  width: 100%;
}
.p-flex.--column-4 li, .p-flex.--column-4 table, .p-flex.--column-4 article {
  width: 260rem;
}
.p-flex.--column-4 li:nth-child(4n), .p-flex.--column-4 table:nth-child(4n), .p-flex.--column-4 article:nth-child(4n) {
  margin-right: 0rem;
}
.p-flex.--column-4 li img, .p-flex.--column-4 table img, .p-flex.--column-4 article img {
  width: 100%;
}
.p-flex.--column-4 li figure, .p-flex.--column-4 table figure, .p-flex.--column-4 article figure {
  width: 100%;
}
.p-flex.--column-4 li figure img, .p-flex.--column-4 table figure img, .p-flex.--column-4 article figure img {
  width: 100%;
}
.p-flex.--column-4.--no-padding table {
  width: 265rem;
  margin-right: 10rem;
  margin-bottom: 0rem;
}
.p-flex.--column-5 li, .p-flex.--column-5 article {
  width: calc(20% - 30rem);
}
.p-flex.--column-5 li:nth-child(5n), .p-flex.--column-5 article:nth-child(5n) {
  margin-right: 0rem;
}
.p-flex.--column-5 li img, .p-flex.--column-5 article img {
  width: 100%;
}
.p-flex.--column-5 li figure, .p-flex.--column-5 article figure {
  width: 100%;
}
.p-flex.--column-5 li figure img, .p-flex.--column-5 article figure img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-flex {
    display: block;
  }
  .p-flex.--flex-sp {
    display: flex;
    justify-content: left;
  }
  .p-flex.--flex-sp.--flex-sp-space_between {
    justify-content: space-between;
  }
  .p-flex.--flex-sp.--flex-sp-space_center {
    justify-content: center;
  }
}
.p-flex.--text-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .p-flex.--text-center {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }
}
.p-flex.--sp-column-2 {
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-flex.--sp-column-2 li, .p-flex.--sp-column-2 article, .p-flex.--sp-column-2 .--column-single {
    width: calc(50% - 15rem) !important;
    margin-right: 0rem;
  }
}
.p-flex.--sp-column-3 {
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-flex.--sp-column-3 li, .p-flex.--sp-column-3 article, .p-flex.--sp-column-3 .--column-single {
    width: 31% !important;
    margin-right: 0rem;
  }
}
.p-flex.--reverse {
  flex-direction: row-reverse;
}
.p-flex.--column-6 li, .p-flex.--column-6 article {
  width: calc(16.6666667% - 20rem);
}
.p-flex.--column-6 li:nth-child(6n), .p-flex.--column-6 article:nth-child(6n) {
  margin-right: 0rem;
}
.p-flex.--column-6 li img, .p-flex.--column-6 article img {
  width: 100%;
}
.p-flex.--column-6 li figure, .p-flex.--column-6 article figure {
  width: 100%;
}
.p-flex.--column-6 li figure img, .p-flex.--column-6 article figure img {
  width: 100%;
}

img {
  max-width: 100%;
}

/*ここに書いてね*/
.p-center {
  max-width: 1200rem;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
}
.p-center.--width-894 {
  width: 894rem;
}
@media screen and (max-width: 750px) {
  .p-center.--width-894 {
    width: 94%;
  }
}
.p-center.--width-923 {
  width: 923rem;
}
@media screen and (max-width: 750px) {
  .p-center.--width-923 {
    width: 94%;
  }
}

.p-search-input {
  border: 3rem #439FDB solid;
  max-width: 540rem;
  width: 90%;
  padding: 20rem;
  border-radius: 50rem;
  font-size: 16rem;
  line-height: 28rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .p-search-input {
    width: 100%;
    font-size: 24rem;
  }
}

.p-header-serch {
  width: calc(100% - 452rem);
}
@media screen and (max-width: 750px) {
  .p-header-serch {
    width: 100%;
  }
}

.p-header-phone-number {
  font-weight: bold;
  min-width: 252rem;
}
.p-header-phone-number .--number {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 36rem;
  line-height: 32rem;
  color: #439FDB;
}
@media screen and (max-width: 750px) {
  .p-header-phone-number .--number {
    font-size: 50rem;
    line-height: 50rem;
  }
}

.p-text-base {
  font-size: 14rem;
  line-height: 28rem;
}
@media screen and (max-width: 750px) {
  .p-text-base {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.p-product-box {
  width: 212rem;
  position: relative;
}
.p-product-box figure {
  background: #fff;
  border: 1px solid #DFDFDF;
  padding: 30rem;
  box-sizing: border-box;
  border-radius: 10rem;
}
@media screen and (max-width: 750px) {
  .p-product-box figure {
    padding: 60rem;
  }
}
.p-product-box .--price-title {
  font-size: 12rem;
  line-height: 18rem;
  font-weight: bold;
  padding-top: 7rem;
  margin-right: 10rem;
}
@media screen and (max-width: 750px) {
  .p-product-box .--price-title {
    font-size: 20rem;
    line-height: 28rem;
  }
}
.p-product-box .--price {
  font-size: 34rem;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 750px) {
  .p-product-box .--price {
    font-size: 60rem;
    line-height: 70rem;
  }
}
.p-product-box .--price span {
  font-size: 12rem;
}
@media screen and (max-width: 750px) {
  .p-product-box .--price span {
    font-size: 24rem;
    font-weight: 500;
    display: inline-block;
    margin-left: 10rem;
  }
}

.p-header-phone-time {
  font-size: 11rem;
}
@media screen and (max-width: 750px) {
  .p-header-phone-time {
    font-size: 16rem;
    line-height: 28rem;
  }
}

.p-gnav {
  font-weight: bold;
}

.p-footer-nav {
  font-size: 12rem;
  line-height: 18rem;
  font-weight: bold;
}
.p-footer-nav h2 {
  font-size: 14rem;
  color: #439FDB;
  font-weight: bold;
  padding-bottom: 20rem;
}
.p-footer-nav ul li {
  font-size: 11rem;
  line-height: 22rem;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .p-footer-nav h2 {
    font-size: 24rem;
    line-height: 38rem;
  }
  .p-footer-nav ul {
    padding-bottom: 60rem;
  }
  .p-footer-nav ul li {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.p-blue-box {
  background: #439FDB;
  color: #fff;
  border-radius: 10rem;
  border-radius: 10rem 10rem 0 0;
}
@media screen and (max-width: 750px) {
  .p-blue-box {
    font-size: 20rem;
    line-height: 28rem;
  }
}
.p-blue-box .--text {
  font-size: 14rem;
  line-height: 28rem;
  font-weight: normal;
  padding: 30rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .p-blue-box p {
    font-size: 24rem;
    line-height: 42rem;
    padding: 30rem;
  }
}

.swiper-slide {
  wdith: 90%;
  max-width: 1200rem;
}
.swiper-slide img {
  width: 100%;
}

.thumb-swiper {
  padding-top: 20rem;
  width: 100%;
  max-width: 1200rem;
  margin-left: auto;
  margin-right: auto;
}
.thumb-swiper img {
  width: 100%;
}

.swiper-container {
  position: relative;
}

.c-select-box {
  position: relative;
  width: 100%;
  max-width: 1200rem;
  margin-left: auto;
  margin-right: auto;
}
.c-select-box select {
  width: 100%;
  padding: 10rem 20rem 10rem 20rem;
  box-sizing: border-box;
  border-radius: 30rem;
  border: 1px solid #e0e0e0;
  font-size: 16rem;
  line-height: 28rem;
}
@media screen and (max-width: 750px) {
  .c-select-box select {
    font-size: 24rem;
  }
}

@media screen and (max-width: 750px) {
  .c-sp-sns-bottom li {
    margin-right: 20rem;
  }
  .c-sp-sns-bottom li img {
    width: 40rem;
  }
}

.c-footer-nav {
  padding-bottom: 15rem;
}
.c-footer-nav li {
  margin-left: 10rem;
}
@media screen and (max-width: 750px) {
  .c-footer-nav li {
    padding-left: 10rem;
    padding-right: 10rem;
    margin-bottom: 5rem;
  }
}
.c-footer-nav a {
  color: #fff;
}

.c-thumb-list li {
  border: 1px solid #DFDFDF;
  margin-right: 10rem;
}

.c-product-figure {
  border: 1px solid #DFDFDF;
  padding: 60rem;
  box-sizing: border-box;
  width: 100%;
}

.c-breadcrumbs li:after {
  content: ">";
  margin-left: 10rem;
  margin-right: 10rem;
}
.c-breadcrumbs li:last-child:after {
  content: "";
}

.c-button {
  border: none;
  padding: 20rem;
  display: inline-block;
  border-radius: 50rem;
  font-size: 16rem;
  line-height: 28rem;
  box-sizing: border-box;
  color: #fff;
  min-width: 166rem;
}
.c-button.--style-1 {
  width: 282rem;
  box-sizing: border-box;
}
.c-button.--style-1 img {
  width: 28rem;
}
@media screen and (max-width: 750px) {
  .c-button.--style-1 img {
    width: 50rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 750px) {
  .c-button.--style-1 {
    width: 100%;
    font-size: 24rem;
  }
}
.c-button.--style-2 {
  width: auto;
  box-sizing: border-box;
  font-size: 14rem;
  padding: 5rem 20rem 5rem 20rem;
  color: #439FDB;
  border: 1px solid #439FDB;
  min-width: auto;
  white-space: nowrap;
}
.c-button.--style-2.--over {
  background: #439FDB;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .c-button.--style-2 {
    font-size: 24rem;
    padding: 10rem 20rem 10rem 20rem;
    margin-bottom: 15rem;
  }
}
.c-button.--style-3 {
  background: #E3FF00;
  color: #000;
  min-width: 400rem;
}
.c-button.--style-3:before {
  content: "";
  display: inline-block;
  width: 8rem;
  height: 8rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-right: 10rem;
  transform: rotate(-45deg);
}
@media screen and (max-width: 750px) {
  .c-button.--style-3 {
    font-size: 28rem;
    line-height: 38rem;
    padding: 20rem 60rem 20rem 60rem;
    box-sizing: border-box;
  }
  .c-button.--style-3:before {
    position: relative;
    top: -4rem;
  }
}
@media screen and (max-width: 750px) {
  .c-button img {
    width: 30rem;
    margin-bottom: -5rem;
  }
}

.c-title-blue {
  background-color: #318BC7;
  padding: 15rem;
  border-radius: 10rem 10rem 0 0;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .c-title-blue {
    font-size: 24rem;
    line-height: 38rem;
    padding: 30rem;
    font-weight: bold;
  }
}

.c-title {
  font-size: 34rem;
  font-weight: bold;
  padding-top: 10rem;
}
@media screen and (max-width: 750px) {
  .c-title {
    font-size: 50rem;
    line-height: 70rem;
    padding-top: 20rem;
  }
}
.c-title.--style-2 {
  font-size: 18rem;
  line-height: 28rem;
}
@media screen and (max-width: 750px) {
  .c-title.--style-2 {
    font-size: 34rem;
    line-height: 48rem;
    padding-bottom: 5rem;
    padding-top: 10rem;
  }
}
.c-title img {
  width: 34rem;
}
.c-title.--style-3 {
  font-size: 20rem;
  position: relative;
  padding-top: 0rem;
}
@media screen and (max-width: 750px) {
  .c-title.--style-3 {
    font-size: 40rem;
  }
}
.c-title.--style-3 span {
  background: #fff;
  display: inline-block;
  position: relative;
  background-color: #fff;
  z-index: 100;
  padding-right: 20rem;
  top: -5rem;
}
.c-title.--style-3:after {
  content: "";
  display: block;
  width: 100%;
  background: #C9C9C9;
  height: 1rem;
  position: absolute;
  top: 10rem;
}
.c-title.--style-4 {
  font-size: 28rem;
}
@media screen and (max-width: 750px) {
  .c-title.--style-4 {
    font-size: 50rem;
    line-height: 60rem;
  }
}
.c-title.--style-5 {
  color: #439FDB;
  padding-top: 0rem;
  font-size: 34rem;
}
.c-title.--style-6 {
  font-size: 16rem;
  line-height: 28rem;
  background: #439FDB;
  color: #fff;
  border-radius: 5rem;
  padding: 10rem 20rem 10rem 20rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .c-title.--style-6 {
    font-size: 28rem;
    line-height: 42rem;
    padding: 20rem 30rem 20rem 30rem;
  }
}
.c-title.--style-7 {
  font-size: 24rem;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
  padding-bottom: 10rem;
  margin-bottom: 40rem;
  color: #439FDB;
}
.c-title.--style-7:before {
  content: "";
  display: block;
  width: 200rem;
  background: #439FDB;
  height: 1rem;
  position: absolute;
  bottom: -1rem;
}
@media screen and (max-width: 750px) {
  .c-title.--style-7 {
    font-size: 38rem;
    line-height: 50rem;
  }
}
.c-title.--style-8 {
  font-size: 36rem;
  line-height: 48rem;
  line-height: 58rem;
  display: inline;
  background: linear-gradient(transparent 80%, #F1FF4A 0%);
}
@media screen and (max-width: 750px) {
  .c-title.--style-8 {
    font-size: 43rem;
    line-height: 66rem;
  }
}
.c-title.--style-9 {
  font-size: 32rem;
  line-height: 48rem;
  padding-bottom: 20rem;
}
.c-title.--style-9:after {
  content: "";
  width: 300rem;
  display: block;
  border-bottom: 4rem solid #439FDB;
  margin-top: 20rem;
}
@media screen and (max-width: 750px) {
  .c-title.--style-9 {
    font-size: 34rem;
    line-height: 48rem;
  }
  .c-title.--style-9:after {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
}
.c-title.--style-10 {
  font-size: 26rem;
  line-height: 38rem;
  text-align: center;
}
.c-title.--style-10 span {
  display: inline-block;
  background: #fff;
  padding-left: 20rem;
  padding-right: 20rem;
  position: relative;
}
.c-title.--style-10:before {
  content: "";
  display: block;
  border-bottom: 1px solid #BABABA;
  width: 100%;
  position: relative;
  bottom: -20rem;
}
.c-title.--style-11 {
  font-size: 26rem;
  line-height: 38rem;
  padding-bottom: 20rem;
  position: relative;
}
.c-title.--style-11:before {
  content: "";
  width: 32rem;
  display: block;
  border-bottom: 5px solid #439FDB;
  position: absolute;
  left: -50rem;
  top: 26rem;
}
@media screen and (max-width: 750px) {
  .c-title.--style-11 {
    font-size: 38rem;
    line-height: 50rem;
  }
}

.c-title-sub {
  font-size: 12rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .c-title-sub {
    font-size: 20rem;
    line-height: 38rem;
  }
}

.c-crown-1 {
  position: absolute;
  left: auto;
  text-align: center;
  width: 100%;
  top: -35rem;
}
@media screen and (max-width: 750px) {
  .c-crown-1 {
    top: -65rem;
  }
}
.c-crown-1 img {
  width: 53rem !important;
}
@media screen and (max-width: 750px) {
  .c-crown-1 img {
    width: 100rem !important;
  }
}

.c-data-list-1 {
  font-weight: bold;
}
.c-data-list-1 dt span {
  border: 1px solid #439FDB;
  border-radius: 5rem;
  padding: 5rem;
  box-sizing: border-box;
  color: #439FDB;
  margin-right: 20rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .c-data-list-1 dt span {
    font-size: 24rem;
    line-height: 38rem;
    padding: 10rem 20rem 10rem 20rem;
    margin-top: 10rem;
  }
}
.c-data-list-1 dd {
  color: #000;
}
.c-data-list-1 dd span {
  padding-right: 5rem;
  font-size: 36rem;
  line-height: 36rem;
  color: #439FDB;
}
@media screen and (max-width: 750px) {
  .c-data-list-1 dd span {
    font-size: 60rem;
    line-height: 70rem;
  }
}

.c-after-bg-blue {
  position: relative;
}
.c-after-bg-blue:before {
  content: "";
  display: block;
  width: 100%;
  background: #439FDB;
  height: 296rem;
  position: absolute;
  top: 0rem;
}

.c-box {
  border: #439FDB 8rem solid;
  border-radius: 10rem;
  padding: 40rem;
  box-sizing: border-box;
  min-width: 380rem;
  text-align: center;
}
.c-box.--style-1 {
  background-color: rgba(255, 255, 255, 0.2);
  border: #fff solid 1px;
  border-radius: 0rem;
  color: #fff;
  font-weight: bold;
  padding: 10rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .c-box.--style-1 {
    font-size: 28rem;
    line-height: 42rem;
    padding: 20rem;
  }
}

.c-form dt {
  width: 200rem;
  font-size: 16rem;
  font-weight: bold;
  padding-right: 20rem;
  box-sizing: border-box;
  padding-left: 0rem !important;
}
@media screen and (max-width: 750px) {
  .c-form dt {
    width: 100%;
    font-size: 28rem;
    line-height: 38rem;
    padding: 20rem;
  }
}
.c-form dd {
  width: calc(100% - 200rem);
}
@media screen and (max-width: 750px) {
  .c-form dd {
    width: 100%;
  }
}

.c-logo-main {
  width: 200rem;
}

.c-bg-text {
  font-size: 200rem;
  line-height: 200rem;
  font-weight: bold;
  z-index: 100;
  color: #46A8E9;
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.c-bg-text.--style-1 {
  top: -100rem;
  position: absolute;
}
.c-bg-text.--style-2 {
  top: -100rem;
  color: #F2F5FD;
  position: absolute;
}
.c-bg-text.--style-3 {
  color: #F2F5FD;
}

.c-input {
  background: #F3F3F3;
  padding: 10rem;
  box-sizing: border-box;
  border: 0rem;
  border-radius: 30rem;
  padding: 10rem 20rem 10rem 20rem;
  width: 100%;
  font-size: 16rem;
  line-height: 29rem;
}
@media screen and (max-width: 750px) {
  .c-input {
    width: 100%;
    font-size: 24rem;
    padding: 20rem;
    box-sizing: border-box;
  }
}

.c-textarea {
  background: #F3F3F3;
  padding: 10rem;
  box-sizing: border-box;
  border: 0rem;
  border-radius: 10rem;
  padding: 10rem 20rem 10rem 20rem;
  width: 100%;
  min-height: 200rem;
}

.c-popup {
  background: #fff;
  padding: 10rem 20rem 10rem 20rem;
  border-radius: 5rem;
  box-shadow: 0 12rem 12rem rgba(0, 0, 0, 0.05);
  transform: translate(-50%, -50%);
  font-size: 12rem;
  line-height: 22rem;
  border: 1px solid #000;
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 750px) {
  .c-popup {
    font-size: 24rem;
    line-height: 38rem;
    padding: 20rem;
  }
}
.c-popup.--size-s {
  max-width: 300rem;
}

.c-list {
  border: 10rem solid #439FDB;
  box-sizing: border-box;
  padding: 30rem 40rem 30rem 40rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .c-list {
    padding: 40rem;
  }
}
.c-list li {
  margin-bottom: 20rem;
  display: flex;
  font-size: 20rem;
  align-items: center;
  font-weight: bold;
  width: auto !important;
}
.c-list li:last-child {
  margin-bottom: 0rem;
}
.c-list li .--check {
  width: 33rem;
  margin-right: 10rem;
}
@media screen and (max-width: 750px) {
  .c-list li .--check {
    margin-right: 20rem;
  }
}
@media screen and (max-width: 750px) {
  .c-list li {
    font-size: 26rem;
    line-height: 38rem;
  }
}
.c-list.--style-1 {
  padding: 0rem 0rem 20rem 0 !important;
  margin: 0rem;
  border: none;
}
.c-list.--style-1 li {
  display: list-item !important;
  margin-bottom: 0rem !important;
  list-style: disc;
  margin-left: 24rem;
}

.c-box-list li {
  background: #fff;
  color: #439FDB;
  padding: 20rem;
  font-weight: bold;
  border-radius: 10rem;
  box-sizing: border-box;
  min-height: 132rem;
  display: flex;
  font-size: 24rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .c-box-list li {
    padding: 20rem;
  }
}

.c-line-cv {
  background: #42C608;
  color: #fff;
  text-align: center;
  border-radius: 10rem;
  position: relative;
}
.c-line-cv h2 {
  background: #3EAD0D;
  border: 5rem solid #fff;
  padding: 10rem 20rem 10rem 20rem;
  box-sizing: border-box;
  max-width: 446rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50rem;
  font-weight: bold;
  top: -30rem;
  position: absolute;
  left: 0rem;
  right: 0rem;
}
.c-line-cv a, .c-line-cv .--text-base {
  color: #fff;
  display: block;
  font-size: 80rem;
  line-height: 100rem;
  padding: 70rem 50rem 60rem 50rem !important;
  font-weight: bold;
  padding-bottom: 40rem;
}
.c-line-cv.--style-1 {
  background: #439FDB;
}
.c-line-cv.--style-1 h2 {
  background: #318BC7;
}
.c-line-cv.--style-1 .--text-base {
  font-size: 40rem;
  padding: 50rem 20rem 40rem 20rem !important;
}

.c-form-base {
  padding-bottom: 20rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  align-items: center;
  align-content: center;
}
.c-form-base input {
  width: 100%;
  padding: 10rem 20rem 10rem 20rem;
  box-sizing: border-box;
  border-radius: 40rem;
  border: none;
  background: #EFEFEF;
  font-size: 14rem;
  line-height: 28rem;
}
@media screen and (max-width: 750px) {
  .c-form-base input {
    font-size: 24rem;
    line-height: 38rem;
    padding: 20rem;
  }
}
.c-form-base.--width-half input {
  width: calc(50% - 5rem) !important;
}
.c-form-base textarea {
  width: 100%;
  padding: 10rem 20rem 10rem 20rem;
  box-sizing: border-box;
  border-radius: 10rem;
  border: none;
  background: #EFEFEF;
  font-size: 14rem;
  line-height: 28rem;
  min-height: 200rem;
}
@media screen and (max-width: 750px) {
  .c-form-base textarea {
    font-size: 24rem;
    line-height: 38rem;
    padding: 20rem;
  }
}
.c-form-base.--align-top {
  align-items: flex-start;
}
.c-form-base dt {
  width: 260rem;
  padding-right: 30rem;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16rem;
}
.c-form-base dt span {
  color: #F00;
  display: inline-block;
  margin-left: 10rem;
  font-size: 12rem;
}
@media screen and (max-width: 750px) {
  .c-form-base dt span {
    font-size: 20rem;
    line-height: 34rem;
  }
}
.c-form-base dd {
  width: calc(100% - 260rem);
}
@media screen and (max-width: 750px) {
  .c-form-base {
    display: block;
    padding-bottom: 20rem;
  }
  .c-form-base dt {
    width: 100%;
    padding-right: 0rem;
    margin-bottom: 20rem;
    font-size: 24rem;
    line-height: 38rem;
  }
  .c-form-base dd {
    width: 100%;
  }
}

.swiper-slide.--function {
  width: 188rem !important;
}
@media screen and (max-width: 750px) {
  .swiper-slide.--function {
    width: 350rem !important;
  }
}

.c-video-wrap {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

.c-video-wrap video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.c-table {
  display: flex;
}
.c-table.--table-type-1 dt {
  border-top: 1px solid #439FDB;
  border-left: 1px solid #439FDB;
  width: 200rem;
  padding: 10rem;
  box-sizing: border-box;
  background: #EAF2F8;
}
@media screen and (max-width: 750px) {
  .c-table.--table-type-1 dt {
    width: 300rem;
    padding: 15rem;
  }
}
.c-table.--table-type-1 dd {
  border-top: 1px solid #439FDB;
  border-left: 1px solid #439FDB;
  border-right: 1px solid #439FDB;
  width: calc(100% - 200rem);
  padding: 10rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .c-table.--table-type-1 dd {
    padding: 15rem;
  }
}
.c-table.--table-type-2 {
  margin-bottom: 40rem;
}
.c-table.--table-type-2 dt {
  position: relative;
  width: 150rem;
  padding-bottom: 20rem;
  border-bottom: 1px solid #439FDB;
  box-sizing: border-box;
}
.c-table.--table-type-2 dd {
  padding-bottom: 20rem;
  border-bottom: 1px solid #CCCCCC;
  width: calc(100% - 150rem);
  padding-left: 20rem;
  box-sizing: border-box;
}
.c-table.--table-type-3 {
  display: table;
  width: 100%;
  border-spacing: 0;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.c-table.--table-type-3 th {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .c-table.--table-type-3 th {
    padding: 30rem;
    font-size: 32rem;
    line-height: 48rem;
  }
}
.c-table.--table-type-3 td {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 20rem;
}
@media screen and (max-width: 750px) {
  .c-table.--table-type-3 td {
    padding: 30rem;
    font-size: 26rem;
    line-height: 48rem;
  }
}
.c-table.--table-type-4 {
  display: table;
  width: 100%;
  border-spacing: 0;
  box-sizing: border-box;
  border-right: 1px solid #439FDB;
}
.c-table.--table-type-4 tr:first-child th {
  background: #439FDB;
  padding: 10rem;
  color: #fff;
  box-sizing: border-box;
  font-size: 16rem;
}
@media screen and (max-width: 750px) {
  .c-table.--table-type-4 tr:first-child th {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.c-table.--table-type-4 th {
  background: #f4f6f8;
  padding: 15rem;
  color: #000;
  box-sizing: border-box;
  border-bottom: 1px solid #439FDB;
  border-left: 1px solid #439FDB;
  font-size: 16rem;
}
@media screen and (max-width: 750px) {
  .c-table.--table-type-4 th {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.c-table.--table-type-4 td {
  border-bottom: 1px solid #439FDB;
  border-left: 1px solid #439FDB;
  padding: 15rem;
  font-size: 16rem;
}
@media screen and (max-width: 750px) {
  .c-table.--table-type-4 td {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.c-table.--table-type-4.--p-small th {
  padding: 10rem;
  font-size: 14rem;
  line-height: 20rem;
}
.c-table.--table-type-4.--p-small td {
  padding: 10rem;
}
.c-table.--table-type-4.--no-first-tr tr:first-child th {
  background: #f4f6f8;
  color: #000;
}

.c-comment-box {
  background: #E8ECF7;
  border: 1px solid #439FDB;
  padding: 10rem;
  font-weight: bold;
  border-radius: 30rem;
  text-align: center;
  max-width: 860rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 30rem;
}
@media screen and (max-width: 750px) {
  .c-comment-box {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.c-comment-box:after {
  content: "";
  width: 20rem;
  height: 20rem;
  display: block;
  background: #E8ECF7;
  border-right: 1px solid #439FDB;
  border-bottom: 1px solid #439FDB;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
}
@media screen and (max-width: 750px) {
  .c-comment-box:after {
    bottom: -15rem;
  }
}
.c-comment-box.--no-triangle:after {
  display: none;
}
@media screen and (max-width: 750px) {
  .c-comment-box {
    padding: 20rem 20rem 20rem 20rem;
  }
}

.c-child-gnav {
  position: absolute;
  padding: 30rem;
  box-sizing: border-box;
  z-index: 100;
  background: #fff;
  left: 0rem;
  width: 100%;
  display: none;
}
.c-child-gnav a {
  display: block;
}
.c-child-gnav picture {
  width: 102rem;
  height: 102rem;
  display: block;
  border: 1px solid #e7e7e7;
  margin-bottom: 10rem;
  padding: 10rem;
  box-sizing: border-box;
}
.c-child-gnav picture img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-child-gnav li {
  width: 102rem;
  font-size: 12rem;
}

/*ここまで書いてね*/
.u-text-1 {
  font-size: 12rem;
  line-height: 24rem;
}
@media screen and (max-width: 750px) {
  .u-text-1 {
    font-size: 20rem;
    line-height: 38rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pt-10 {
    padding-top: 10rem;
  }
}

.u-font-size-90 {
  font-size: 90rem;
  line-height: 100rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-90 {
    font-size: 100rem;
    line-height: 110rem;
  }
}

.u-font-50 {
  font-size: 50rem;
  line-height: 60rem;
}
@media screen and (max-width: 750px) {
  .u-font-50 {
    font-size: 60rem;
    line-height: 70rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pt-5 {
    padding-top: 5rem;
  }
}

.u-bg-title-sub {
  background: url(../img/common/bg_sub_title.png);
  text-align: center;
  color: #fff;
  padding: 10rem;
  font-size: 14rem;
  line-height: 24rem;
  font-weight: bold;
}
.u-bg-title-sub .c-breadcrumbs li a {
  color: #fff;
}
.u-bg-title-sub h1 {
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .u-bg-title-sub {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.u-mb-50 {
  margin-bottom: 50rem;
}

.u-img-qr {
  width: 126rem;
  height: 126rem;
}

.u-pb-150 {
  padding-bottom: 150rem;
}

.u-pb-200 {
  padding-bottom: 200rem;
}

.u-font-60 {
  font-size: 60rem;
  line-height: 70rem;
}
@media screen and (max-width: 750px) {
  .u-font-60 {
    font-size: 80rem;
    line-height: 90rem;
  }
}

.u-mb-20 {
  margin-bottom: 20rem;
}
@media screen and (max-width: 750px) {
  .u-mb-20 {
    margin-bottom: 40rem;
  }
}

.u-bg-4 {
  background: url(../img/common/img_contact_1.png);
  background-size: cover;
}

.u-bg-gray-3 {
  background: #F6F6F6;
}

.u-gap-10 {
  gap: 10rem;
}

.u-gap-50 {
  gap: 50rem;
}

.u-bg-blue {
  background: #439FDB;
  color: #fff;
}

.u-bg-blue-2 {
  background: #F6FBFF !important;
  color: #fff;
}

.u-bg-blue-3 {
  background: #318BC7;
  color: #fff;
  padding-top: 10rem;
  padding-bottom: 10rem;
  font-size: 12rem;
}

.u-bg-orange {
  background: #F7964C;
  color: #fff;
}

.u-pr-20 {
  padding-right: 20rem;
}

.u-font-18 {
  font-size: 18rem !important;
  line-height: 28rem;
}
@media screen and (max-width: 750px) {
  .u-font-18 {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.u-width-350 {
  width: 350rem;
}
@media screen and (max-width: 750px) {
  .u-width-350 {
    width: 100%;
  }
}

.u-font-size-48 {
  font-size: 48rem;
  line-height: 62rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-48 {
    font-size: 64rem;
    line-height: 78rem;
  }
}

.u-font-size-100 {
  font-size: 100rem;
  line-height: 100rem;
}

.u-font-size-32 {
  font-size: 32rem;
  line-height: 40rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-32 {
    font-size: 50rem;
    line-height: 60rem;
  }
}

.u-font-size-22 {
  font-size: 22rem;
  line-height: 30rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-22 {
    font-size: 38rem;
    line-height: 40rem;
  }
}

.u-font-size-38 {
  font-size: 38rem;
  line-height: 48rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-38 {
    font-size: 50rem;
    line-height: 70rem;
  }
}

.u-font-size-50 {
  font-size: 50rem;
  line-height: 60rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-50 {
    font-size: 60rem;
    line-height: 70rem;
  }
}

.u-font-family-oswald {
  font-family: "Oswald", sans-serif;
}

.u-font-size-80 {
  font-size: 80rem;
  line-height: 90rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-80 {
    font-size: 100rem;
    line-height: 110rem;
  }
}

.u-font-size-68 {
  font-size: 68rem;
  line-height: 78rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-68 {
    font-size: 80rem;
    line-height: 100rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-text-align-right {
    text-align: right;
  }
}

.u-width-n-350 {
  width: calc(100% - 350rem);
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .u-width-n-350 {
    width: 100%;
    padding-right: 0rem !important;
  }
}

.u-white-link {
  color: #fff !important;
}

.u-option-text {
  color: #554B35;
  font-size: 130rem;
  line-height: 100rem;
}
.u-option-text.--white {
  color: #fff;
}
.u-option-text span {
  display: block;
}
.u-option-text span:first-child {
  font-size: 36rem;
  line-height: 48rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 750px) {
  .u-option-text {
    font-size: 94rem;
    line-height: 94rem;
  }
  .u-option-text span {
    font-size: 64rem;
    line-height: 64rem;
  }
}

.u-font-size-26 {
  font-size: 26rem !important;
  line-height: 36rem !important;
}
@media screen and (max-width: 750px) {
  .u-font-size-26 {
    font-size: 36rem !important;
    line-height: 46rem !important;
  }
}

.u-font-size-43 {
  font-size: 43rem;
  line-height: 53rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-43 {
    font-size: 50rem;
    line-height: 60rem;
  }
}

.u-border-bottom-1-blue {
  border-bottom: 1px solid #439FDB;
}

@media screen and (max-width: 750px) {
  .u-sp-pt-20 {
    padding-top: 20rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pt-30 {
    padding-top: 30rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pt-40 {
    padding-top: 40rem;
  }
}

.u-color-red {
  color: #F00;
}

.u-bg-trgl-left {
  overflow: hidden;
  position: relative;
}
.u-bg-trgl-left:before {
  content: "";
  display: block;
  width: 100%;
  height: 130%;
  background: #F8F8F8;
  position: absolute;
  top: -10%;
  left: -60%;
  z-index: -1;
  transform: rotate(-45deg);
}
@media screen and (max-width: 750px) {
  .u-bg-trgl-left:before {
    left: -40%;
    top: -5%;
    width: 100%;
    height: 500rem;
  }
}
.u-bg-trgl-left.--white:before {
  background: #F6F6F6 !important;
  z-index: 1;
  top: -520rem;
}
@media screen and (max-width: 750px) {
  .u-bg-trgl-left.--white:before {
    top: -5%;
  }
}
.u-bg-trgl-left.--pure-white:before {
  background: #fff !important;
  z-index: 1;
  top: -520rem;
}
@media screen and (max-width: 750px) {
  .u-bg-trgl-left.--pure-white:before {
    top: -5%;
  }
}
.u-bg-trgl-left * {
  position: relative;
  z-index: 100;
}

.u-bg-img-3 {
  background: url(../img/common/bg_footer.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.u-width-580 {
  width: 580rem;
}
@media screen and (max-width: 750px) {
  .u-width-580 {
    width: 100%;
  }
}

.u-n-mt-100 {
  margin-top: -100rem;
}

.u-width-224 {
  width: 224rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .u-width-224 {
    width: 100%;
  }
}

.u-width-n-224 {
  width: calc(100% - 264rem);
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .u-width-n-224 {
    width: 100%;
    padding-right: 0rem !important;
  }
}

.u-width-n-580 {
  width: calc(100% - 620rem);
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .u-width-n-580 {
    width: 100%;
    padding-right: 0rem !important;
  }
}

.u-width-n-550 {
  width: calc(100% - 590rem);
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .u-width-n-550 {
    width: 100%;
    padding-right: 0rem !important;
  }
}

.u-width-24 {
  width: 24rem;
}

.u-color-white {
  color: #fff;
}

.u-circle-white {
  border: 3px solid #fff;
  border-radius: 150rem;
  color: #fff;
  width: 124rem;
  height: 124rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34rem;
}

.u-p-10 {
  padding: 10rem;
}
@media screen and (max-width: 750px) {
  .u-p-10 {
    padding: 20rem;
  }
}

.u-p-20 {
  padding: 20rem;
}
@media screen and (max-width: 750px) {
  .u-p-20 {
    padding: 30rem;
  }
}

.u-inline-block {
  display: inline-block;
}

.u-p-20 {
  padding: 20rem;
}

.u-p-40 {
  padding: 40rem;
}

.u-p-15 {
  padding: 15rem;
}

.u-ml-10 {
  margin-left: 10rem;
}

.u-bg-gray {
  background: #EFEFEF;
}

.u-bg-gray-2 {
  background: #F8F8F8;
}

.u-width-410 {
  max-width: 410rem;
}

.u-pl-10 {
  padding-left: 10rem;
}

.u-ml-20 {
  margin-left: 20rem;
}

.u-pt-260 {
  padding-top: 260rem;
}

.u-border-bottom-1-gray {
  border-bottom: 1px solid #EDEDED;
}

.u-pt-360 {
  padding-top: 360rem;
}

.u-pr-30 {
  padding-right: 30rem;
}

.u-pl-30 {
  padding-left: 30rem;
}

.u-n-mt-100 {
  margin-top: -100rem;
}

.u-pr-50 {
  padding-right: 50rem;
}

.u-mb-30 {
  margin-bottom: 30rem;
}

.u-n-mt-50 {
  position: relative;
  top: -50rem;
}

.u-color-white {
  color: #fff;
}

@media screen and (max-width: 750px) {
  .u-sp-pb-40 {
    padding-bottom: 40rem !important;
  }
}

.u-n-mt-70 {
  position: relative;
  top: -70rem;
}

@media screen and (max-width: 750px) {
  .u-sp-pb-20 {
    padding-bottom: 20rem;
  }
}

.u-mt-n-200 {
  margin-top: -200rem;
}

.u-pb-60 {
  padding-bottom: 60rem;
}
@media screen and (max-width: 750px) {
  .u-pb-60 {
    padding-bottom: 80rem;
  }
}

.u-pb-100 {
  padding-bottom: 100rem;
}

.u-pb-60 {
  padding-bottom: 60rem;
}

.u-mb-60 {
  margin-bottom: 60rem;
}

.u-pb-50 {
  padding-bottom: 50rem;
}

.u-pb-70 {
  padding-bottom: 70rem;
}

.u-pt-20 {
  padding-top: 20rem !important;
}

.u-pt-10 {
  padding-top: 10rem;
}

.u-pt-80 {
  padding-top: 80rem;
}
@media screen and (max-width: 750px) {
  .u-pt-80 {
    padding-top: 40rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pt-120 {
    padding-top: 120rem;
  }
}

.u-no-border-bottom {
  border-bottom: none !important;
}

@media screen and (max-width: 750px) {
  .u-sp-pt-80 {
    padding-top: 80rem !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pt-60 {
    padding-top: 60rem !important;
  }
}

.u-mt-80 {
  margin-top: 80rem;
}

.u-mt-150 {
  margin-top: 150rem;
}

.u-mt-100 {
  margin-top: 100rem;
}

.u-pl-20 {
  padding-left: 20rem;
}

.u-width-60 {
  width: 60rem;
}

.u-ml-40 {
  margin-left: 40rem;
}

.u-mt-200 {
  margin-top: 200rem;
}

.u-mr-10 {
  margin-right: 10rem;
}

.u-pb-200 {
  padding-bottom: 200rem;
}

.u-bg-lightred {
  background: #f6ebe8 !important;
}

.u-bg-lightblue {
  background: #d6e3f2 !important;
}

.u-pt-200 {
  padding-top: 200rem;
}

.u-position-relative {
  position: relative;
}

.u-overflow-hidden {
  overflow: hidden;
  width: 100%;
}

.u-overflow-auto {
  overflow: auto;
  width: 100%;
}

.u-font-size-24 {
  font-size: 24rem;
  line-height: 46rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-24 {
    font-size: 28rem;
    line-height: 42rem;
  }
}

.u-font-size-70 {
  font-size: 70rem;
  line-height: 80rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-70 {
    font-size: 80rem;
    line-height: 90rem;
  }
}

.u-top-n-50 {
  top: -50rem;
}

.u-mt-n-50 {
  margin-top: -50rem;
}

.u-mt-n-60 {
  position: relative;
  top: -60rem;
}

.u-mt-n-60-pc {
  position: relative;
  top: -60rem;
}
@media screen and (max-width: 750px) {
  .u-mt-n-60-pc {
    margin-top: 0rem;
  }
}

@media screen and (max-width: 750px) {
  .u-pt-40-sp {
    padding-top: 40rem;
  }
}

.u-p-60 {
  padding: 60rem;
}

.u-p-50 {
  padding: 50rem;
}

.u-pb-30 {
  padding-bottom: 30rem;
}
@media screen and (max-width: 750px) {
  .u-pb-30 {
    padding-bottom: 40rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pl-0 {
    padding-left: 0rem !important;
  }
}

.u-border-top-1px-gray {
  border-top: 1px solid #EDEDED;
}

.u-pt-60 {
  padding-top: 60rem;
}

.u-bottom-0 {
  bottom: 0rem;
}

.u-pt-50 {
  padding-top: 50rem;
}

.u-font-weight-bold {
  font-weight: bold;
}

.u-font-weight-normal {
  font-weight: normal;
}

.u-pb-160 {
  padding-bottom: 160rem;
}

.u-font-size-20 {
  font-size: 20rem;
  line-height: 32rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-20 {
    font-size: 30rem;
    line-height: 48rem;
  }
}

.u-text-center {
  text-align: center;
}

.u-section-sub-title-1 {
  color: #8A7D60;
}
@media screen and (max-width: 750px) {
  .u-section-sub-title-1 {
    font-size: 20rem;
    line-height: 38rem;
    padding-right: 40rem;
    padding-left: 40rem;
  }
}

.u-width-550 {
  width: 550rem;
}
@media screen and (max-width: 750px) {
  .u-width-550 {
    width: 100%;
  }
}

.u-width-600 {
  width: 600rem;
}
@media screen and (max-width: 750px) {
  .u-width-600 {
    width: 100%;
  }
}

.u-width-100 {
  width: 100rem;
  max-width: 100rem;
}
@media screen and (max-width: 750px) {
  .u-width-100 {
    width: 100%;
  }
}

.u-section-title-1 {
  font-size: 28rem;
  line-height: 42rem;
  color: #fff;
  max-width: 750rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .u-section-title-1 {
    font-size: 34rem;
    width: 100%;
    line-height: 54rem;
    padding-right: 40rem;
    padding-left: 40rem;
    box-sizing: border-box;
  }
}

.u-pl-60 {
  padding-left: 60rem;
}
@media screen and (max-width: 750px) {
  .u-pl-60 {
    padding-left: 0rem;
  }
}

.u-posiiton-r {
  position: relative;
}

.u-width-half {
  width: 50%;
}

.u-width-half_s {
  width: 48%;
}

.u-pt-20 {
  padding-top: 20rem;
}

.u-pb-20 {
  padding-bottom: 20rem !important;
}

@media screen and (max-width: 750px) {
  .u-pb-20-sp {
    padding-bottom: 20rem !important;
  }
}

.u-pb-10 {
  padding-bottom: 10rem;
}

.u-mt-100 {
  margin-top: 100rem;
}

.u-position-absolute {
  position: absolute;
}

.u-left-50pc {
  left: 50%;
}

@media screen and (max-width: 750px) {
  .u-sp-pl-0 {
    padding-left: 0rem !important;
  }
}

.u-top-n-30 {
  top: -30rem;
}

.u-bottom-n-30 {
  bottom: -30rem;
}

.u-bottom-n-50 {
  bottom: -50rem;
}

.u-z-100 {
  z-index: 100;
}

.u-mr-10 {
  margin-right: 10rem;
}

.u-mr-30 {
  margin-right: 30rem;
}

.u-pb-80 {
  padding-bottom: 80rem;
}

.u-color-black {
  color: #000;
}

.u-font-size-28 {
  font-size: 28rem;
  line-height: 42rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-28 {
    font-size: 34rem;
    line-height: 54rem;
  }
}

.u-pt-0 {
  padding-top: 0rem;
}

.u-pb-140 {
  padding-bottom: 140rem;
}

.u-font-size-16 {
  font-size: 16rem;
  line-height: 32rem;
}
.u-font-size-16 p {
  font-size: 16rem !important;
  line-height: 36rem !important;
}
@media screen and (max-width: 750px) {
  .u-font-size-16 p {
    font-size: 24rem !important;
    line-height: 46rem !important;
  }
}
@media screen and (max-width: 750px) {
  .u-font-size-16 {
    font-size: 28rem !important;
    line-height: 48rem !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-mb-60 {
    margin-bottom: 60rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-mb-40 {
    margin-bottom: 40rem;
  }
}

.u-mb-40 {
  margin-bottom: 40rem;
}

.u-pt-180 {
  padding-top: 180rem;
}

.u-gap-30 {
  gap: 30rem;
}

.u-gap-40 {
  gap: 40rem;
}

.u-gap-20 {
  gap: 20rem;
}

.u-font-size-14 {
  font-size: 14rem;
  line-height: 28rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-14 {
    font-size: 30rem;
    line-height: 38rem;
  }
}

.u-font-size-18 {
  font-size: 18rem;
  line-height: 32rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-18 {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.u-border-bottom-1px-gray {
  border-bottom: 1px solid #EDEDED;
}

.u-border-1px-gray {
  border: 1px solid #EDEDED;
}

.u-text-box_1 {
  font-size: 14rem;
  line-height: 27rem;
}
@media screen and (max-width: 750px) {
  .u-text-box_1 {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.u-border-top-1-blue {
  border-top: 1px solid #439FDB;
}

.u-footer-logo {
  max-width: 165rem;
  padding-bottom: 20rem;
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: relative;
  width: 50rem;
  height: 44rem;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4rem;
}

.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 20rem;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
  transform: translateY(20rem) rotate(-45deg);
}

#btn01.active span:nth-of-type(2) {
  opacity: 0;
}

#btn01.active span:nth-of-type(3) {
  transform: translateY(-20rem) rotate(45deg);
}

.u-p-30 {
  padding: 30rem;
  box-sizing: border-box;
}

.u-width-720 {
  width: 720rem;
}
@media screen and (max-width: 750px) {
  .u-width-720 {
    width: 100%;
  }
}

.u-border-b1gray {
  border-bottom: 1px solid #EDEDED;
}

.u-border-b2gray {
  border-bottom: 1px solid #C7C7C7;
}

.u-pt-40 {
  padding-top: 40rem;
}

.u-pt-30 {
  padding-top: 30rem;
}
@media screen and (max-width: 750px) {
  .u-pt-30 {
    padding-top: 60rem;
  }
}

.u-max-width-470 {
  max-width: 470rem;
}

.u-pb-120 {
  padding-bottom: 120rem;
}

.u-text-left {
  text-align: left;
}

.u-mt-n-80 {
  margin-top: -80rem;
}

.u-mt-n-140 {
  margin-top: -140rem;
}
@media screen and (max-width: 750px) {
  .u-mt-n-140.--sp-0 {
    margin-top: 0rem;
  }
}

.u-mt-n-90 {
  margin-top: -90rem;
}

.u-p-100 {
  padding: 100rem;
}
@media screen and (max-width: 750px) {
  .u-p-100.--sp-p-40 {
    padding: 40rem;
  }
}

.u-pb-180 {
  padding-bottom: 180rem;
}

.u-color-blue {
  color: #439FDB;
}

.u-pr-40 {
  padding-right: 40rem;
}
.u-pr-40.--must {
  padding-right: 40rem !important;
}

.u-pr-60 {
  padding-right: 60rem;
}
.u-pr-60.--sp-0 {
  padding-right: 0rem;
}

@media screen and (max-width: 750px) {
  .u-sp-pb-60 {
    padding-bottom: 60rem !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pt-40 {
    padding-top: 40rem;
  }
}

.u-bg-white {
  background: #fff;
}

.u-bg-white-right_1:before {
  content: "";
  background: #fff;
  height: 430rem;
  display: block;
  border-radius: 10rem 0 0 10rem;
  position: absolute;
  top: 220rem;
  right: 0rem;
  width: calc(100% - (100% - 1100rem) / 2 + 80rem);
  opacity: 0.9;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.06));
}
@media screen and (max-width: 750px) {
  .u-bg-white-right_1.--sp-none:before {
    display: none;
  }
}

.u-bg-none {
  background: none;
}

.u-pt-160 {
  padding-top: 160rem;
}

.u-pt-100 {
  padding-top: 100rem;
}

.u-font-size-60 {
  font-size: 60rem;
  line-height: 70rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-60 {
    font-size: 80rem;
    line-height: 90rem;
  }
}

.u-font-size-40 {
  font-size: 40rem;
  line-height: 50rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-40 {
    font-size: 50rem;
    line-height: 60rem;
  }
}

.u-width-500 {
  width: 500rem;
}

.u-width-half {
  width: 50%;
}

.u-bg-pink_1 {
  position: relative;
}
.u-bg-pink_1:before {
  content: "";
  display: block;
  width: 100%;
  height: 430rem;
  background: url(../img/common/img_salon_2.png);
  position: absolute;
  bottom: 0rem;
  left: 0rem;
}

.u-border-radius-10 {
  border-radius: 10rem;
}

.u-bg-img_1 {
  position: relative;
}
.u-bg-img_1:before {
  content: "";
  display: block;
  width: 100%;
  height: 430rem;
  background: url(../img/common/img_faq.png);
  position: absolute;
  top: 0rem;
  left: 0rem;
}

.u-bg-img-2 {
  background: url(../img/common/img_resister.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.u-sp-only {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .u-sp-only {
    display: block !important;
  }
}

.u-pc-only {
  display: block !important;
}
@media screen and (max-width: 750px) {
  .u-pc-only {
    display: none !important;
  }
}

.u-pc-only-flex {
  display: flex !important;
}
@media screen and (max-width: 750px) {
  .u-pc-only-flex {
    display: none !important;
  }
}

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

@media screen and (max-width: 750px) {
  .u-sp-none {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pb-0 {
    padding-bottom: 0rem !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pt-30 {
    padding-top: 30rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pb-20 {
    padding-bottom: 20rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pb-40 {
    padding-bottom: 40rem;
  }
}

.u-z-300 {
  z-index: 300;
}

.u-pb-255 {
  padding-bottom: 255rem;
}

/*option*/
/*==================================================
　5-2-1 3本線が×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn1 {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  background: #fff;
  cursor: pointer;
  width: 80rem;
  height: 80rem;
  z-index: 500;
  display: none;
}
@media screen and (max-width: 750px) {
  .openbtn1 {
    position: fixed;
    display: block;
    top: 0rem;
    right: 0rem;
    width: 105rem;
    height: 105rem;
  }
}

/*ボタン内側*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 27.5%;
  height: 3px;
  border-radius: 2px;
  background: #000;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 32.5%;
}

.openbtn1 span:nth-of-type(2) {
  top: 50%;
}

.openbtn1 span:nth-of-type(3) {
  top: 67.5%;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span:nth-of-type(1) {
  top: 38%;
  left: 33.5%;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3) {
  top: 58%;
  left: 34.5%;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.u-pt-90 {
  padding-top: 90rem;
}

.u-pb-90 {
  padding-bottom: 90rem;
}

.u-text-base {
  font-size: 14rem;
  line-height: 28rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.u-text-base.--white {
  color: #fff;
}
.u-text-base.--size-m {
  font-size: 16rem;
  line-height: 32rem;
}
@media screen and (max-width: 750px) {
  .u-text-base.--size-m {
    font-size: 24rem;
    line-height: 46rem;
  }
}
.u-text-base.--size-l {
  font-size: 24rem;
  line-height: 38rem;
}
.u-text-base.--type-mincho {
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 750px) {
  .u-text-base {
    font-size: 24rem;
    line-height: 46rem;
  }
}

.u-pb-40 {
  padding-bottom: 40rem;
}
@media screen and (max-width: 750px) {
  .u-pb-40 {
    padding-bottom: 40rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-mr-0 {
    margin-right: 0rem;
  }
}

.u-width-1100 {
  width: 1100rem;
}

@media screen and (max-width: 750px) {
  .u-sp-width-1600 {
    width: 1600rem;
  }
}

.u-pl-50 {
  padding-left: 50rem;
}

@media screen and (max-width: 750px) {
  .u-width-300-sp {
    width: 300rem !important;
  }
}

.ql-editor {
  font-family: "Zen Kaku Gothic New", sans-serif;
  word-break: break-all;
}
.ql-editor p {
  font-size: 16rem;
  padding-bottom: 40rem;
  line-height: 32rem;
}
.ql-editor p:last-child {
  padding-bottom: 0px;
}
@media screen and (max-width: 750px) {
  .ql-editor p {
    font-size: 28rem;
    padding-bottom: 60rem;
    line-height: 56rem;
  }
}
.ql-editor img {
  width: 100%;
  height: auto;
}
.ql-editor figure {
  width: 100%;
  margin-bottom: 30rem;
  border: 10rem solid #f1f1f6;
  box-sizing: border-box;
  border-radius: 10rem;
  line-height: 0rem;
  font-size: 0rem;
}
.ql-editor ul,
.ql-editor ol {
  background: #fff;
  padding: 40rem 40rem 40rem 60rem;
  box-sizing: border-box;
  margin: 0px 0px 40rem 0px;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.04));
}
.ql-editor ul li,
.ql-editor ol li {
  font-size: 16rem;
  line-height: 28rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .ql-editor ul li,
.ql-editor ol li {
    font-size: 32rem;
    line-height: 46rem;
    margin-bottom: 20rem;
  }
}
.ql-editor ul li {
  list-style-type: disc;
}
.ql-editor ol li {
  list-style-type: decimal;
}
.ql-editor h2 {
  background: #11589D;
  font-size: 18rem;
  line-height: 30rem;
  color: #fff;
  padding: 15rem 20rem 15rem 20rem;
  border-radius: 10rem;
  margin-bottom: 50rem;
  margin-top: 20rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .ql-editor h2 {
    font-size: 36rem;
    line-height: 50rem;
    padding: 30rem 40rem 30rem 40rem;
  }
}
.ql-editor h3 {
  font-size: 18rem;
  line-height: 30rem;
  margin-bottom: 50rem;
  border-bottom: 2rem solid #EFEFEF;
  margin-top: 20rem;
  padding-bottom: 15rem;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .ql-editor h3 {
    font-size: 36rem;
    line-height: 50rem;
    padding-bottom: 30rem;
  }
}
.ql-editor h3:after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2px solid #11589D;
  width: 50rem;
  bottom: -2rem;
  left: 0rem;
}
.ql-editor h4 {
  font-size: 18rem;
  line-height: 30rem;
  padding-left: 20rem;
  margin-bottom: 50rem;
  border-left: 5rem solid #11589D;
  margin-top: 20rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .ql-editor h4 {
    font-size: 36rem;
    line-height: 50rem;
  }
}
.ql-editor #table-of-contents {
  text-align: center;
  background: none;
  color: #000;
  font-size: 16rem;
  line-height: 28rem;
  font-weight: bold;
  padding-bottom: 10rem;
  padding-top: 10rem;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin-bottom: 20rem;
  border-radius: 0rem;
}
.ql-editor .wp-block-quote {
  background: #C7C7C7;
  padding: 40rem;
  box-sizing: border-box;
  margin: 0px 0px 40rem 0px;
}
.ql-editor a {
  color: #11589D;
}
.ql-editor .syntaxhighlighter * {
  font-size: 14rem !important;
  line-height: 26rem !important;
}
.ql-editor .hcb_wrap {
  margin-bottom: 40rem !important;
}
.ql-editor .wp-block-group {
  background: #C7C7C7;
  padding: 40rem 40rem 40rem 60rem;
  box-sizing: border-box;
  margin: 0px 0px 40rem 0px;
  font-size: 14rem;
  line-height: 26rem;
}
@media screen and (max-width: 750px) {
  .ql-editor .wp-block-group {
    font-size: 28rem;
    line-height: 42rem;
    margin-bottom: 60rem;
  }
}
.ql-editor .movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  margin-bottom: 50rem;
}
@media screen and (max-width: 750px) {
  .ql-editor .movie-wrap {
    margin-bottom: 60rem;
  }
}
.ql-editor .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.ql-editor table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40rem;
  border: 1px solid #EFEFEF;
  border-radius: 10rem;
  background: #fff;
}
.ql-editor table tr th {
  background: #EFEFEF;
  padding: 10rem;
  font-size: 14rem;
  line-height: 26rem;
  border-bottom: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  width: 200rem;
}
.ql-editor table tr td {
  padding: 10rem;
  font-size: 14rem;
  line-height: 26rem;
  border-bottom: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  width: calc(100% - 200rem);
}

.list-sns {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.list-sns li {
  padding-right: 5rem;
  padding-left: 5rem;
}
.list-sns li a {
  width: 58rem;
  height: 58rem;
  display: block;
  padding: 5rem 20rem 5rem 20rem;
  color: #fff;
  text-decoration: none;
  border-radius: 40rem;
  font-size: 20rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 750px) {
  .list-sns li a {
    width: 80rem;
    height: 80rem;
    font-size: 40rem;
    font-size: 24rem;
    padding: 10rem 30rem 10rem 30rem;
    box-sizing: border-box;
    border-radius: 40rem;
  }
}
.list-sns .tw {
  display: inline-block;
}
.list-sns .tw a {
  background: #4A99E9;
}
.list-sns .fb {
  display: inline-block;
}
.list-sns .fb a {
  background: #3975EA;
}
.list-sns .line {
  display: inline-block;
}
.list-sns .line a {
  background: #3CB035;
}
.list-sns .inst {
  display: inline-block;
}
.list-sns .inst a {
  background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
@media screen and (max-width: 750px) {
  .list-sns.u-pt-40 {
    padding-top: 80rem;
  }
  .list-sns.u-pb-30 {
    padding-bottom: 60rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-text-left {
    text-align: left;
  }
}

.u-pb-0 {
  padding-bottom: 0rem;
}

.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-max-width-400 {
  max-width: 550rem;
}

.u-width-360 {
  width: 360rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .u-width-360 {
    width: 100%;
  }
}

.u-width-n-360 {
  width: calc(100% - 360rem);
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .u-width-n-360 {
    width: 100%;
  }
}

.u-width-full {
  width: 100%;
}

.u-all-zero {
  font-size: 0rem;
  line-height: 0rem;
}

.u-mb-100 {
  margin-bottom: 100rem;
}

.u-pl-40 {
  padding-left: 40rem;
}

.u-width-376 {
  max-width: 376rem;
}

.u-p-40 {
  padding: 40rem;
}

@media screen and (max-width: 750px) {
  .u-pt-sp-10 {
    padding-top: 10rem;
  }
}

@media screen and (max-width: 750px) {
  .u-pt-sp-20 {
    padding-top: 20rem;
  }
}

@media screen and (max-width: 750px) {
  .u-pb-sp-10 {
    padding-bottom: 10rem;
  }
}

@media screen and (max-width: 750px) {
  .u-pt-sp-40 {
    padding-top: 40rem;
  }
}

@media screen and (max-width: 750px) {
  .u-pb-sp-40 {
    padding-bottom: 40rem;
  }
}

@media screen and (max-width: 750px) {
  .u-pb-sp-60 {
    padding-bottom: 60rem;
  }
}

@media screen and (max-width: 750px) {
  .u-pt-sp-60 {
    padding-top: 60rem;
  }
}

@media screen and (max-width: 750px) {
  .u-pt-sp-0 {
    padding-top: 0rem;
  }
}

@media screen and (max-width: 750px) {
  .u-font-size-12 {
    font-size: 24rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pb-120 {
    padding-bottom: 120rem;
  }
}

.u-mb-80 {
  margin-bottom: 80rem;
}

.u-pr-10 {
  padding-right: 10rem;
}

.u-width-20 {
  width: 20rem;
}
@media screen and (max-width: 750px) {
  .u-width-20 {
    width: 40rem;
  }
}

.u-n-mt-2 {
  position: relative;
  top: -2rem;
}
/*# sourceMappingURL=common.css.map */