@charset "utf-8";



:root {
    --main-color: #3361ad;
    --sub-color: #e0e7f3;
    --bg-color: #f4f4f4;
    --btn-main-color: #ff3786;
    --btn-2nd-color: #38b435;
    --btn-3rd-color: #e19230;
    --white: #fff;
    --black: #222;
    --yellow: #f5eb28;
}





.allwrap {
            width:100%;
            overflow: hidden;
}
   
body {
  margin: 0;
  padding: 0;
  height: -webkit-fill-available;
  font-family: 'Noto Sans JP', "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", 
  "Segoe UI","Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Arial","メイリオ", "Meiryo", sans-serif !important;
  font-feature-settings: "palt";
}

#container {
  position:relative;
  background:transparent;
}

p {
  letter-spacing: 0.08rem;
}

.kirigirisu {
  font-family: "Noto Sans JP";
  font-feature-settings: "palt";
  letter-spacing: -0.15em;
line-height: 140%;
}

.kanatsume {
  letter-spacing: -0.25em;
}

.numbercircle {
  font-family: "Noto Sans JP";
  color:#fff;
  border-radius: 100%;
  background-color:var(--main-color);
  padding:5px 17px 5px 11px;
}
@media screen and (max-width: 480px) {
  .numbercircle {
    line-height: 145%;
  }
}

/* 改行レスポンシブ */
@media screen and (min-width:769px) {
.sp_br {
  display: none;
}
.spformbr {
  display: none;
}
.mini_br{
  display: none;
}
}

@media (max-width: 768px) and (min-width: 580px) {
  .tab_br {
    display: block;
  }
}

@media screen and (max-width:768px) {
.sp_br {
  display: block;
}
.tab_br {
  display: none;
}
.pc_br{
  display: none;
}
.spformbr {
  display: block;
}
.mini_br{
  display: none;
}
}
@media screen and (max-width:460px) {
  .mini_br{
  display: block;
}
}

/* 改行レスポンシブ */


/*  余白調整用 */
.mt-15{
  margin-top: -15px;
}
.mt-30{
  margin-top: -30px;
}
.mt-50{
  margin-top: -50px;
}
.mt-80{
  margin-top: -80px;
}
.mt-100{
  margin-top: -100px;
}

.mt15{
  margin-top: 15px;
}
.mt30{
  margin-top: 30px;
}
.mt50{
  margin-top: 50px;
}
.mt80{
  margin-top: 80px;
}
.mt100{
  margin-top: 100px;
}
.mr20{
  margin-right: 20px;
}
.mr30{
  margin-right: 30px;
}
/*  余白調整用 */



.text-top {
  vertical-align: text-top;
}
.top {
  vertical-align: top;
}
.middle {
  vertical-align: middle;
}

  


/*  汎用   *　---------------------------------------------/




/* ロゴ */

.logo_pc {
  position: absolute;
  max-width: 100%;
  padding: 20px;
  height: auto;
  z-index: 9999;
}
.logo_sp {
  position: absolute;
  max-width: 100%;
  padding: 18px;
  height: auto;
  z-index: 9999;
}
.logo_pc { display: block !important; }
.logo_sp { display: none !important; }
 
@media only screen and (max-width: 520px) {
    .logo_pc { display: none !important; }
    .logo_sp { display: block !important; }
}
/* ロゴ */


/* KEY VISUAL */
.kv-item_box {
  position: relative;
  width:100%;
  padding-top: 50px;
  padding-bottom: 125px;
  background:linear-gradient(135deg, #3361ad 0%,#2340a2 100%);
  z-index: 2;
}
.kv-item_box::after {
  position: absolute;
	background: url("img/ossoimg/wave.png");
  background-position-x: right;
	bottom: 0;
	content: '';
	height: 125px;
	width: 100%;
  z-index: 3;
}

.kv-item{
  display: flex;
  max-width:1440px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  justify-content: space-between;
  vertical-align: middle;
}
/* 最後の要素以外に余白を追加 */
.kv-item:not(:last-child){
  margin-bottom: 10px;
}
/* 反対バージョンを作る場合はoddをevenに変更する */
.kv-item:nth-child(odd){
  flex-direction: row-reverse;
}
/* 画像 */
.kv-item_img {
  width: 65%;
  user-select: none; /* CSS3 */
-moz-user-select: none; /* Firefox */
-webkit-user-select: none; /* Safari、Chromeなど */
-ms-user-select: none; /* IE10から */
}
.kv-item_img img{
  width:  100%;
    min-width:80%;
  object-fit: contain;
}

/* テキスト */
.kv-item_txt{
  margin-top: 11%;
  width: 35%;
}
.number{
  text-align: right;
  font-size: 200px;
  font-family: "Noto Sans JP";
  letter-spacing: -0.3em;
  color:var(--main-color);
  margin-top: -120px;
  margin-right: 20px;
  opacity: 0.12;
}
.kv-item_txt h1 {
  font-size:min(4vw,54px);
  line-height: 130%;
  margin-top: 40px;
  margin-left: -8px;
margin-bottom: 22px;
color:var(--white);
vertical-align: middle;
font-weight: 400;
font-feature-settings: "palt";

}
.kv-item_txt h2 {
  margin-bottom: 15px;
  color:var(--white);
}
.kv-item_txt p{
  color:var(--white);
  font-size:min(1.7vw,17px);
  margin-top: 15px;
  margin-bottom: 40px;
  text-align: justify;
  line-height: 170%;
  vertical-align: middle;
}
.kv_pc_br{
  display: block;
}
.kv_tb_br{
  display: none;
}
.kv_sp_br{
  display: none;
}



/* レスポンシブ */ 
@media screen and (max-width: 860px) {
  .kv-item_box {
    width:100%;
    padding-top: 45px;
    padding-bottom: 125px;
  }
  .kv-item{
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0px 30px;
  }
  .kv-item:not(:last-child){
  margin-bottom: 0px;
}
  .kv-item:nth-child(odd) {
    flex-direction: column;
  }
  .kv-item_img {
    width: 90%;
    min-width:75%;
  }
  .kv-item_txt {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .kv-item_txt h1 {
    margin-top: 0px;
    font-size: 4.4vw;
    text-align: center;
  }
  .kv-item_txt p{
  font-size: 2.5vw;
  margin-top: 15px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 170%;
}
.kv_tb_br{
  display: block;
}
.kv_pc_br{
  display: none;
}
.kv_sp_br{
  display: none;
}
}
@media screen and (max-width: 680px) {
  .kv-item_box {
    padding-bottom: 110px;
  }
  .kv-item_box::after {
    background: url("img/ossoimg/wave_sp.png");
    transform: skewY(-1deg);
    background-position-x: center;
    height: 135px;
    bottom: -10px;
  }
}


@media screen and (max-width: 520px) {
  .kv-item_box {
    padding-bottom: 100px;
  }
.kv-item_txt h1 {
  line-height: 150%;
  font-size: min(6vw,29px);
}
.kv-item:not(:last-child){
  margin-bottom: 10px;
}
.kv-item_txt p{
  font-size: min(3.7vw,17px);
  margin-top: 0px;
  margin-bottom: 35px;
  text-align: center;
  line-height: 170%;
}
.kv-item_img{
  width:  100%;
  min-width:93%;
}
.number{
  font-size: 180px;
}
.kv_sp_br{
  display: block;
}
.kv_tb_br{
  display: none;
}
.kv_pc_br{
  display: none;
}
}
@media screen and (max-width: 460px) {
  .kv-item_box {
    padding-bottom: 80px;
  }

  .kv-item_txt h1 {
    margin-top: 0;
    line-height: 130%;
    font-size: min(9vw,32px);
  }
  .kv-item_txt p{
    margin-bottom: 30px;
  }
}

.large{
  font-size: 135%;
}
/* KEY VISUAL */



/* 悩み */
#problem-title {
  margin-top: 0;
}

#problem-title h3{
  color:var(--main-color);
  font-size:min(8vw,40px);
    line-height: 100%;
    position: relative;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    letter-spacing: -0.1em;
}
#problem-title p{
  color:var(--main-color);
    font-size: 18px;
    position: relative;
    text-align: center;
    letter-spacing: 0.08em;
    margin-top: 10px;
    font-weight: 600;
}
.problem {
  position: relative;
  width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto 20px;
    padding: 20px 40px;
}
.problem-item{
    width: 33%;
    padding: 0 10px;
}
.problem-item-img{
    border: none;
}
.problem-item-img img{
    display: block;
    width: 100%;
    height: 220px;
    object-fit: contain;
    object-position: 50% 50%;
    margin-bottom: 20px;
}
.problem-item h5{
  font-size: 22px;
margin-top: 20px;
margin-bottom: 13px;
text-align: center;
color:var(--main-color);
}
.problem-item p{
  color:var(--black);
  font-size: 15px;
margin-bottom: 2em;
text-align: justify;
line-height: 180%;
font-weight: 400;
padding: 0 30px;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  #problem-title {
  margin-top: 25px;
}
  #problem-title h3{
  font-size:min(9.5vw,38px);
  margin-bottom: 15px;
  margin-top: 10px;
  }
  .problem-box {
  position: relative;
  width:100%;
}
  .problem {
    padding-top: 10px;
    padding-left: 80px;
    padding-right: 80px;
    width: 100%;
    align-items: center;
  }
  .problem-item{
    width: 50%;
}
.problem-item-img img{
    display: block;
    height: 220px;
    object-fit: contain;
    width: 100%;
    object-position: 50% 50%;
    margin-bottom: 30px;
}
.problem-item p{
  font-size: 15px;
margin-bottom: 2.5em;
text-align: justify;
line-height: 180%;
font-weight: 400;
padding: 0 20px;
}
}
@media screen and (max-width: 640px) {
  .problem{
    flex-direction: column;
  }
  .problem-item{
    width: 100%;
}
}
@media screen and (max-width: 430px) {
  .problem {
    padding: 20px;
  }
  #problem-title h3{
    font-size:min(11vw,32px);
  }
}
/* レスポンシブ */
/* 悩み */




/* 見出し */
.img-container {
    position: relative;
  display:flex;
  justify-content:center;
  align-items: center;
  background:linear-gradient(135deg, #3361ad 0%,#2340a2 100%);
  padding: 0px 30px;
  z-index: 400;
}
.img-container img{
  margin-top: -15px;
  margin-right: 15px;
}
.img-container-item h2{
  font-size: 26px;
  margin-top: 8px;
  margin-bottom: 20px;
  color:var(--white);
  text-align: left;
  letter-spacing: 0.08em;
}
.img-container-item p{
  text-align: left;
  font-size: 18px;
  margin-top: 20px;
  color:var(--white);
}
/* レスポンシブ */
@media screen and (max-width: 428px) {
  .img-container {
    padding: 0 20px;
  }
  .img-container-item h2{
  font-size: 20px;
}
.img-container-item p{
  font-size: 14px;
}
.img-container img{
  margin-top: -15px;
  margin-right: 10px;
}
}
@media screen and (max-width: 370px) {
  .img-container-item h2{
  font-size: 18px;
}
.img-container-item p{
  font-size: 13px;
}
.img-container img{
  margin-top: -20px;
}
}
/* 見出し */



/* 解決策 */
.flex-item_box {
  position: relative;
  width:100%;
  padding-top: 60px;
  padding-bottom: 20%;
  z-index: 15;
}

.flex-item{
  display: flex;
  max-width:1080px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  justify-content: space-between;
}
/* 最後の要素以外に余白を追加 */
.flex-item:not(:last-child){
  margin-bottom: 30px;
}
/* 反対バージョンを作る場合はoddをevenに変更する */
.flex-item:nth-child(odd){
  flex-direction: row-reverse;
}
/* 画像 */
.flex-item__img {
  width: 50%;
  align-items: center;
}
.flex-item__img img{
  width:  100%;
  height: 380px;
  object-fit: contain;
}

/* テキスト */
.flex-item__txt{
  width: 46%;
}
.number{
  text-align: right;
  font-size: 200px;
  font-family: "Noto Sans JP";
  letter-spacing: -0.3em;
  color:var(--main-color);
  margin-top: -120px;
  margin-right: 20px;
  opacity: 0.12;
}
.flex-item__txt h2 {
  font-size: 32px;
  font-family: "Noto Sans JP";
  font-feature-settings: "pkna";
  letter-spacing: -0.1em;
  line-height: 130%;
  margin-top: 15px;
margin-bottom: 22px;
color:var(--main-color);
}
.flex-item__txt h3 {
  margin-bottom: 15px;
  color:var(--main-color);
}
.flex-item__txt p{
  color:var(--black);
  font-size: 16px;
  margin-top: 15px;
  text-align: justify;
  line-height: 200%;
}
/* テレコに */

/* レスポンシブ */ 
@media screen and (max-width: 768px) {
  .flex-item_box {
    width:100%;
    padding-top: 50px;
    padding-bottom: 20%;
  }
  .flex-item{
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0px 30px;
  }
  .flex-item:not(:last-child){
  margin-bottom: 0px;
}
  .flex-item:nth-child(odd) {
    flex-direction: column;
  }
  .flex-item__img {
    width: 100%;
  }
  .flex-item__txt {
    width: 100%;
    margin-top: 30px;
  }
  .flex-item__txt h2 {
    margin-top: 0px;
    font-size: 30px;
  }
  .flex-item__txt p{
  margin-top: 15px;
  text-align: justify;
  line-height: 180%;
}
}

@media screen and (max-width: 520px) {
.flex-item__txt h2 {
  font-size: 28px;
}
.flex-item:not(:last-child){
  margin-bottom: 10px;
}
.flex-item__txt p{
  font-size: 15px;
  margin-top: 0px;
  text-align: justify;
  line-height: 170%;
}
.flex-item__img img{
  width:  100%;
  height: auto;
  object-fit: cover;
}
.number{
  font-size: 180px;
}
}
/* 解決策 */


.bg_yellow {
  position: relative;
  width:100%;
  background-color:var(--yellow);
  padding-top: 70px;
}


.bg_pattern {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: -3;
  padding: 1.5% 0;
}
.Paper_v2 {
  background-image:
    repeating-linear-gradient(to bottom,
      transparent 25px,
      rgba(0, 0, 0, 0.07) 26px,  rgba(0, 0, 0, 0.07) 26px,
      transparent 27px,  transparent 51px, 
      rgba(0, 0, 0, 0.07) 52px,  rgba(0, 0, 0, 0.07) 52px,
      transparent 53px,  transparent 77px, 
      rgba(0, 0, 0, 0.07) 78px,  rgba(0, 0, 0, 0.07) 78px,
      transparent 79px,  transparent 103px, 
      rgba(0, 0, 0, 0.07) 104px,  rgba(0, 0, 0, 0.07) 104px,
      transparent 105px,  transparent 129px, 
      rgba(0, 0, 0, 0.07) 130px,  rgba(0, 0, 0, 0.07) 130px),
 
    repeating-linear-gradient(to right,
      transparent 25px,
      rgba(0, 0, 0, 0.07) 26px,  rgba(0, 0, 0, 0.07) 26px,
      transparent 27px,  transparent 51px, 
      rgba(0, 0, 0, 0.07) 52px,  rgba(0, 0, 0, 0.07) 52px,
      transparent 53px,  transparent 77px, 
      rgba(0, 0, 0, 0.07) 78px,  rgba(0, 0, 0, 0.07) 78px,
      transparent 79px,  transparent 103px, 
      rgba(0, 0, 0, 0.07) 104px,  rgba(0, 0, 0, 0.07) 104px,
      transparent 105px,  transparent 129px, 
      rgba(0, 0, 0, 0.07) 130px,  rgba(0, 0, 0, 0.07) 130px);
}


/* スペシャルコンテンツ */

.yellow_bg {
  position: relative;
  width:100%;
  margin-top: -15%;
  margin-bottom: 7%;
  background-color:transparent;
  z-index: -1;
  padding: 50px 0;
}
.yellow_bg::before{
  content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transform: skewY(-10deg);
    background-color:var(--yellow);
    z-index: -2;
}
.yellow_bg::after{
  position: absolute;
  content: "";
  top: 1%;
  right: -5%;
  width:24vw;
  height:24vh;
  background-image: URL(img/ossoimg/kodomo02.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.sec_eyecacth02 {
  position: relative;
  width:100%;
  height: 0;
  background-color:transparent;
  z-index: -1;
}
.sec_eyecacth02::after{
  position: absolute;
  content: "";
  bottom: 5%;
  right: 30%;
  width:min(20vw,400px);
  height:20vh;
  background-image: URL(img/ossoimg/cap_goggles.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  z-index: 0;
}
@media screen and (max-width: 480px) {
  .sec_eyecacth02::after{
    right: -3%;
    margin-bottom: -200px;
  }

}

/* 2列 */

.twocol_wrap {
  width:100%;
  max-width: 1080px;
  margin: 0 auto;
}
.twocol_wrap h2{
  position: relative;
  color:var(--main-color);
    font-size:min(5.5vw,38px);
    line-height: 125%;
    position: relative;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    letter-spacing: -0.15em;
    font-weight: 200;
    z-index: 3;
}
.twocol_wrap .sub {
  color:var(--main-color);
    font-size: 22px;
    position: relative;
    text-align: center;
    letter-spacing: 0.08em;
    margin-top: 10px;
    font-weight: 600;
}
.twocol_wrap p{
  width: 100%;
font-size: 16px;
color:var(--black);
padding: 0 60px;
text-align: justify;
line-height: 200%;
}
.twocol_wrap small{
  display: block;
font-size: 13px;
color:var(--black);
padding: 0 40px 80px 40px;
text-align: justify;
line-height: 150%;
}

.twocol {
  display: flex;
  width:100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 1% 60px 2%;
  flex-direction:row wrap;
  justify-content: space-between;
}

.item {
  display: inline-block;
    list-style: none;
    margin: 0 auto;
  }
.item:not(:last-child){
  margin-right: 40px;
}
.text {
  position: relative;
  box-sizing: border-box;
  width:100%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: justify;
  letter-spacing: -0.01em;
}
.title_pc_br {
  display: block;
}
.title_sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .twocol {
    max-width: 100%;
    flex-direction: column;
    margin: 0 auto;
    flex-direction:column;
    padding: 2% 30px 3%;
  }
  .twocol_wrap .sub {
    font-size: 18px;
  }
  .twocol_wrap p{
    font-size: 15px;
    line-height: 180%;
    max-width: 100%;
    padding: 0 30px;
  }
  .item:not(:last-child){
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 520px) {
  .yellow_bg {
    margin-bottom: 13%;
    padding: 10% 0 11%;
  }
  .twocol_wrap p{
    font-size: 15px;
    line-height: 170%;
    padding: 0 30px;
}
  .twocol_wrap h2{
    font-size:min(8vw,28px);
  }
  .title_pc_br {
    display: none;
  }
  .title_sp_br {
    display: block;
  }
}
.underline {
  position: relative;
    text-decoration-color:var(--btn-main-color);
    text-decoration-line: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 2px;
    z-index: -1 !important;
    transform:translate3d(0,0,0); 
  }

  .under_yellowline {
    text-decoration-color:var(--yellow);
    text-decoration-line: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 2px;
    z-index: -1 !important;
    transform:translate3d(0,0,0); 
  }
/* スペシャルコンテンツ */


.banner {
  position: relative;
  width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 990px;
    margin: 0 auto;
    padding: 20px 30px 40px;
}
.banner_small {
  color:var(--main-color);
    font-size: 18px;
    position: relative;
    text-align: center;
    letter-spacing: 0.08em;
    font-weight: 600;
}
.banner-title {
  color:var(--main-color);
  font-weight: 600;
  font-size:min(5.5vw,22px);
  margin-top: 5px;
  margin-bottom: 0;
}

.banner-item {
  position: relative;
  margin: 0 auto;
  width: 30%;
  }

.banner-item p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color:var(--white);
  }

.banner-item img {
  width: 100%;
  }

  @media screen and (max-width: 768px) {
    .banner {
      flex-direction: column;
    }
    .banner-item {
      width: 100%;
      max-width: 620px;
    }
    .banner-item:not(:last-child){
      margin-bottom: 20px;
    }
  }
  


  .linkbtn {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: 2px solid var(--main-color);
    padding: 15px 15px;
    background:var(--white);
    border-radius: 10px;
    letter-spacing: 0.1em;
    text-decoration: none;
  }
  .xternal {
    color:var(--main-color);
  }
  .xternal:hover {
    background-color:var(--main-color);
    color:var(--white);
    transition: 0.3s;
    -webkit-transform:translateY(-5px);
-ms-transform:translateY(-5px);
transform:translateY(-5px);
  }




/* CTA */
.cta {
  width:100%;
    height: auto;
  background: url("img/ossoimg/cta_bg.jpg") no-repeat top right;
    background-size: cover;
    padding: 50px 0 60px;
    justify-content: center;
    margin: 0 auto;
    color:var(--white);
    letter-spacing: 0.05em;
}
.cta h2{
  font-size: min(3vw,17px);
  text-align: center;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 10px;
}
.cta h3{
  font-size: 27px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 0.15em;
}
.cta p{
  font-size: 17px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}
.largeprice{
  font-size:200%;
  font-weight: 700;
  color: var(--yellow);
}
.cta img{
  display: block;
  max-width: 55%;
  margin: 0 auto;
}
.ctabtn {
  display: block;
 max-width: 450px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  color:var(--white);
  text-align: center;
  background-image: linear-gradient(180deg, rgba(255, 55, 134, 1), rgba(255, 15, 130, 1));
  padding: 15px 15px;
  border-radius: 20px;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.ctabtn:hover {
  transition: 0.4s;
  -webkit-transform:translateY(-5px);
-ms-transform:translateY(-5px);
transform:translateY(-5px);
transform:scale(1.05);
}

.ctatopbtn {
  display: block;
  position: relative;
 max-width: 450px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  color:var(--white);
  text-align: center;
  background-image: linear-gradient(180deg, rgba(255, 55, 134, 1), rgba(255, 15, 130, 1));
  padding: 15px 15px;
  border-radius: 20px;
  letter-spacing: 0.1em;
  text-decoration: none;
  z-index: 3000;
}

@media screen and (max-width: 768px) {
  .cta h2{
    margin-top: 10px;
  }
  .cta img{
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .cta img{
    max-width: 100%;
    scale: 1.04;
  }
  .cta h2{
  font-size: min(4vw,15px);
text-align: center;
font-weight: 600;
margin-bottom: 10px;
letter-spacing: 0.15em;
}
.cta h3{
  font-size: 23px;
text-align: center;
font-weight: 500;
margin-top: 10px;
margin-bottom: 20px;
}
.ctabtn {
  font-size: 15px;
  padding: 14px 14px;
  max-width:70%;
}
.ctatopbtn {
  font-size: 15px;
  padding: 14px 14px;
  max-width:70%;
}
}

/* CTA */







/* キャンペーン */
.campaign_box_wrap_bg{
  position: relative;
  width:100%;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 100;
}
.campaign_box_wrap_bg::after{
content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color:var(--sub-color);
}
.campaign_box_wrap_bg02{
  position: relative;
  width:100%;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 100;
}
.campaign_box_wrap_bg02::after{
content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color:var(--yellow);
}
.campaign_box_wrap{
  position: relative;
    justify-content:center;
    max-width:960px;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 200;
}
.campaign_box_pc {
  display: inherit;
  position: relative;
  width: 100%;
  padding-top: 33%;
}
.campaign_box_pc img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
.campaign_box_tab_sp {
  display: none;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .campaign_box_wrap{
    max-width: 90%;
  }
  .campaign_box_tab_sp {
  display: inherit;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
  .campaign_box_tab_sp img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
.campaign_box_pc {
  display: none;
}
}
@media screen and (max-width: 580px) {
  .campaign_box_wrap{
    max-width: 120%;
  }
}
/* キャンペーン */



/* メリット */
#merit-title {
  margin-top: 70px;
}
#merit-title h3{
  color:var(--main-color);
    font-size: 32px;
    position: relative;
    text-align: center;
    line-height: 130%;
    margin-top: 10px;
    letter-spacing: -0.2em;
}
#merit-title h4{
  color:var(--main-color);
    font-size: 18px;
    position: relative;
    text-align: center;
    letter-spacing: 0.08em;
}

.slash::before,.slash::after {
  position: relative;
  display: inline-block;
  content: "";
  background:var(--main-color);
  width: 2px;
  height: 1.7em;
  margin: 0 0.8em;
  margin-top: -.2em;
  vertical-align: middle;
}
 
.slash:before {
  transform: rotate(-35deg);
}
 
.slash:after {
  transform: rotate(35deg);
}

.merit {
  position: relative;
  width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
    padding: 30px 30px;
}
.merit-item{
    width: 33%;
}
.merit-item-img{
    border: none;
}
.merit-item-img img{
    display: block;
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: 50% 50%;
    margin-bottom: 50px;
}
.merit-item-ill img{
    display: block;
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: 50% 50%;
}
.merit-item h5{
  font-size: 22px;
margin-top: 20px;
margin-bottom: 13px;
text-align: center;
color:var(--main-color);
}
.merit-item p{
  color:var(--black);
  font-size: 16px;
margin-bottom: 2em;
text-align: justify;
line-height: 180%;
font-weight: 400;
padding: 0 30px;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  #merit-title h3{
  margin-bottom: 25px;
  }
  .merit-box {
  position: relative;
  width:100%;
}
  .merit{
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .merit-item{
    width: 100%;
}
.merit-item-img img{
    display: block;
    height: 200px;
    object-fit: contain;
    width: 100%;
    object-position: 50% 50%;
    margin-bottom: 40px;
}
.merit-item-ill img{
    display: block;
    height: 200px;
    object-fit: contain;
    width: 100%;
    object-position: 50% 50%;
    margin-bottom: 20px;
}
.merit-item p{
  font-size: 15px;
margin-bottom: 2.5em;
text-align: justify;
line-height: 180%;
font-weight: 400;
}
}

/* レスポンシブ */
/* メリット */




/* 区切り */
.break_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
.break_container-item{
    width: 25%;
}
.break_container-item-img{
    border: none;
}
.break_container-item-img img{
    display: block;
    height: 150px;
    object-fit: cover;
    width: 100%;
}
/* レスポンシブ */ 
@media screen and (max-width: 768px) {
  .break_container-item{
    width: 50%;
}
.break_container-item-img img{
  height: 150px;
}
}
/* 区切り */



/* よくある質問 */
#faq {
  position: relative;
  margin-top: 80px;
  z-index: 10;
}

#faq h3{
  color:var(--main-color);
    font-size: 32px;
    position: relative;
    text-align: center;
    letter-spacing: -0.2em;
    line-height: 100%;
    margin-top: 10px;
}
#faq h4{
  color:var(--main-color);
    font-size: 18px;
    position: relative;
    text-align: center;
    letter-spacing: 0.08em;
}


.faq_wrap{
  width:100%;
  padding-top: 40px;
  padding-bottom: 80px;
  margin: 0 auto;
}
.accordion { 
  max-width:620px;
  padding-left: 30px;
  padding-right: 30px;
  margin:0 auto;
  border-radius: 5px;
}
.question {
  font-size: 150%;
  font-weight: 700;
}
.answer{
  font-size: 150%;
  color:var(--main-color);
  font-weight: 700;
}


/* レスポンシブ */
@media screen and (max-width: 768px) {
  .faq_wrap {
    margin-top: 10px;
  }
  .accordion {
   
    width: 100%;
    height: auto;
  }
  .accordion-001 summary:hover {
  opacity: inherit;
}
}
@media screen and (max-width: 414px) {
  .accordion_br {
    display: block;
  }
}
@media screen and (min-width: 415px) {
  .accordion_br {
    display: none;
  }
  }
/* レスポンシブ */

.accordion-001 {
    max-width: 560px;
    background-color: #e0e7f3;
    margin-bottom: 20px;
}

.accordion-001:not([open]) {
    margin-bottom: 20px;
}

.accordion-001 summary {
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1.5em;
    border-radius: 5px;
    background-color:var(--main-color);
    color:var(--white);
    font-weight: 500;
    cursor: pointer;
}


.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::before,
.accordion-001 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color:var(--white);
    content: '';
}

.accordion-001 summary::before {
    position: absolute;
    right: 1.5em;
    rotate: 90deg;
}

.accordion-001 summary::after {
    transition: rotate .3s;
}

.accordion-001[open] summary::after {
    rotate: 90deg;
}

.accordion-001 p {
  font-size: 14px;
  text-align: left;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1.5em;
    color:var(--black);
    transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
}
/* よくある質問 */




/*トップボタン*/
.topbtn {
  position: relative;
    color:var(--white);
    padding: 16px 32px;
    font-size: 16px;
    letter-spacing: 0.1em;
    border-radius:20px;
    text-decoration: none;
    background:var(--btn-main-color);
    font-weight: 700;
    z-index: 50;
   }
/* レスポンシブ */


   


/* お問い合わせ */
.formWrap-bg {
	width:100%;
  background:var(--sub-color);
}
#formWrap {
	max-width:600px;
  margin:0 auto;
	font-size:90%;
  color:var(--black);
  padding: 40px 20px;
}
#formWrap h3,p{
  text-align: center;
  line-height: 140%;
}

#formWrap h3{
  color:var(--main-color);
  font-size: 26px;
  margin-top: 25px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

#formWrap p{
  color:var(--black);
  font-size: 14px;
  margin-bottom: 25px;
  text-align: center;
} 

table.formTable{
	width:100%;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
  display:block;
}

table.formTable td{
  padding:3px 7px 7px 10px;
}
table.formTable th{
  display:block;
	font-weight:normal;
	text-align:left;
  padding:10px 10px 3px 10px;
}
form input[type="text"], form textarea {
  width:100%;
	padding:8px;
  border: none;
  border-radius: 5px;
  background:var(--white);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
form input[type="date"] {
  width:35%;
	padding:8px;
  border: none;
  border-radius: 5px;
  background:var(--white);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
form input[type="select"], form select {
	width:100%;
  padding: 8px 15px 8px 8px;
  border: none;
  border-radius: 5px;
  background:var(--white);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.notice{
  color:#fff;
  padding: 2px 4px 3px 4px;
  margin-left: 3px;
  margin-bottom: 3px;
  font-size: 80%;
  background:var(--main-color);
  text-align: center;
  border-radius: 3px;
}
form input[type="submit"] {
	display:inline-block;
  font-size: 103%;
  font-weight: 500;
  letter-spacing: 0.15em;
	width:35%;
	height:44px;
  margin-top: 20px;
  border: none;
  border-radius: 10px;
  color:var(--white);
  background:var(--main-color);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
  background-blend-mode:multiply ;
  cursor: pointer;
}
form input[type="reset"], form input[type="button"]{
  display:inline-block;
  font-size: 103%;
  font-weight: 500;
  letter-spacing: 0.15em;
	width:35%;
	height:44px;
  border: none;
  border-radius: 10px;
  color:var(--white);
  background-color: #929dae;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
  background-blend-mode:multiply ;
  cursor: pointer;
}
.submitbtn{
  text-align: center;
}

/*　レスポンシブ　*/

@media screen and (max-width:768px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
#formWrap p{
  line-height: 160%;
} 
table.formTable th {
	width:auto;
	display:block;
}
table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	border-bottom:0;
  text-align:left;
}
form input[type="text"], form textarea {
	width:100%;
	padding:7px;
	font-size:110%;
	display:block;
}
form input[type="submit"] {
	display:inline-block;
	width:35%;
	height:44px;
  margin-top: 20px;
}
form input[type="reset"], form input[type="button"]{
  display:inline-block;
	width:35%;
	height:44px;
}
}
select {
    -moz-appearance: menulist-button;
    -webkit-appearance: menulist-button;
    appearance: menulist-button;
}

@media screen and (max-width:350px) {
#formWrap h3{
  font-size: 22px;
}
}
.calendar{
    width:100%
}
/* お問い合わせ */




/* map色変え*/
.map {
  width:100%;
  height: 350px;
  vertical-align: bottom;/* 下の隙間をなくす */
  filter: hue-rotate(350deg) opacity(95%) saturate(80%);
  -webkit-filter: hue-rotate(350deg) opacity(95%) saturate(80%);
}
/* map色変え*/




/* アクセス*/

#access h3 {
  color:var(--main-color);
    font-size: 32px;
    position: relative;
    text-align: center;
    padding-top: 40px;
}

#access .small{
    color:var(--main-color);
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 40px;
}
.access-bg {
  width: 100%;
  background:var(--bg-color);
  padding-bottom: 5px;
}

.access-wrap {
  position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1080px;
    margin: 0 auto 50px;
    padding: 10px 20px 0;
}
.access-item {
    width: 40%;
    margin: 10px 30px 0;
}
.access-item-img{
    border: none;
}
.access-item-img img{
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}
.access-item h4{
  color:var(--main-color);
  font-size: 20px;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
letter-spacing: 0.08em;
}
.access-item h5{
background-color:var(--main-color);
color:#fff;
  text-align: center;
  font-size: 18px;
margin-top: 20px;
margin-bottom: 20px;
padding: 10px 10px;
letter-spacing: 0.08em;
border-radius: 10px;
}
.access-item p{
  color:var(--black);
  font-size: 15px;
text-align: justify;
line-height: 180%;
letter-spacing: -0.001em;
}
.blue{
  color:var(--main-color);
}


/* レスポンシブ */
@media screen and (max-width: 768px) {
  .access-wrap {
    flex-wrap: column;
} 
.access-item {
    width: 100%;
  }
}
@media screen and (max-width: 470px) {
.access-item {
    width: 100%;
    padding: 0;
    margin: 10px 0;
  }
  .access-item p{
    font-size: 14px;
    letter-spacing: -0.001em;
  }
}
/* アクセス*/



/* SNS関連 */
#sns-title {
  margin-top: 40px;
}

#sns-title p{
  color:var(--main-color);
    font-size:min(5.5vw,24px);
    position: relative;
    text-align: center;
    line-height: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 600;
}
#sns-title .smalltext{
  color:var(--main-color);
    font-size: 16px;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
}
.flowbtn7{
border-radius:50%;
position:relative;
display:inline-block;
width:48px;
height:48px;
font-size:24px;
color:var(--white)!important;
text-decoration:none;
transition:.5s;			
}
/* アイコンをど真ん中に*/
.flowbtn7 i{
position:absolute;
top:50%;
left:50%;
-ms-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}
/* ulタグの内側余白を０にする */
ul.snsbtn{
padding:0!important;
}
/* ボタン全体の位置 */
.snsbtn{
display:flex;
flex-flow:row wrap;
justify-content:center;
margin-left: 20px;
margin-bottom: 20px;
}
/* ボタン同士の余白 */
.snsbtn li{
  margin-right: 15px;
  margin-bottom: 15px;
text-align:center !important;
list-style: none;
}
/* ボタンにマウスを乗せた時 */
.flowbtn7:hover{
-webkit-transform:translateY(-5px);
-ms-transform:translateY(-5px);
transform:translateY(-5px);
}
/* Twitter */
.fl_tw7{
background:linear-gradient(135deg, #13f1fc 0%,#0470dc 100%);
}
/* Instagramアイコン位置 */
.insta_btn7 .fa-instagram{
font-size:35px;	
}
/* Instagram紫グラデ背景 */
.insta_btn7{
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
overflow:hidden;	
}
/* Instagramオレンジグラデ背景 */
.insta_btn7:before{
content: '';
position:absolute;
top:27px;
left:-12px;
width:59px;
height:40px;
background:-webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
background:radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
/* Facebook */
.fl_fb7{
background: linear-gradient(135deg, #6699ff 0%,#3b5998 100%);
}
/* Feedly */
.fl_fd7{
background:linear-gradient(135deg, #b1ea4d 0%,#459522 100%);
font-size:28px;
}
/* Pocket */
.fl_pk7{
background:linear-gradient(135deg, #f36265 0%,#dd4f68 100%);
}
/* はてブ */
.fl_hb7{
background: linear-gradient(to bottom, #1fbccd 0%, #1c91d4 84%);
font-size:25px;
}
/* YouTube */
.fl_yu7{
background:linear-gradient(135deg, #f5515f 0%,#c9293c 100%);
font-size:26px;
}
/* LINE */
.fl_li7{
background: linear-gradient(135deg, #3a9278 0%,#00c300 100%);
}
/* メールボタン */
.fl_ma7{
background:linear-gradient(135deg, #fad961 0%,#f76b1c 100%);
font-size:26px;	
}
/* SNS関連 */



/* フッター */
.footer {
  width:100%;
  position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 35px 10px 80px;
    background-color:var(--main-color);
    bottom: 0;
}

.footer_logo {
    width: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer_copyright {
    margin: 0;
    color:var(--white);
    font-weight: 300;
    font-size: 0.5em;
    margin-top:10px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
  .footer {
    padding-bottom: 35px;
  }
}
/* フッター */



/*メニューをページ下部に固定*/
#pc-fixed-menu {
  position: -webkit-fixed;
   position: fixed;
   width: 100%;
   bottom: 0;
   z-index: 9999;
}

/*メニューを横並びにする*/
#pc-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#pc-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 33.3333%;
   padding-bottom: 8px;
   margin:0;
   font-size: 15px;
   font-weight: 500;
   letter-spacing: 0.1em;
   vertical-align: middle;
}

/*左側メニューを緑色に*/
#pc-fixed-menu li:first-child {
   background:var(--btn-2nd-color);
}

#pc-fixed-menu li:nth-child(n+2) {
   background:var(--btn-main-color);
}

#pc-fixed-menu li:last-child{
   background:var(--btn-3rd-color);
}

/*ボタンを調整*/
#pc-fixed-menu li a{
   color:var(--white);
   text-align: center;
   display:block;
   width: 100%;
   padding:8px 8px 6px 8px;
   text-decoration: none;
}

@media (max-width: 767px) {
    .for-tb{
      display:none;
    }
}
@media (min-width: 768px) {
  .for-tb{
    display:block;
  }
}



/*  スマホ右下固定ボタン */

.fixed_mail {
  position: fixed;
  width: 50px;
  height:50px;
  right:13px;
  bottom:71px;
  z-index: 9999;
  display: inline-block;
  background-image: URL(img/ossoimg/mail.svg);
  background-size: contain;
  transition: opacity 0.8s;
}
.fixed_tel {
  position: fixed;
  width: 50px;
  height:50px;
  right:13px;
  bottom:129px;
  z-index: 9999;
  display: inline-block;
  background-image: URL(img/ossoimg/tel.svg);
  background-size: contain;
  transition: opacity 0.8s;
}
.fixed_reserve {
  position: fixed;
  width: 50px;
  height:50px;
  right:13px;
  bottom:187px;
  z-index: 9999;
  display: inline-block;
  background-image: URL(img/ossoimg/reserve.svg);
  background-size: contain;
  transition: opacity 0.8s;
}

.fixed_mail,.fixed_tel,.fixed_reserve,#pc-fixed-menu li {
  opacity: 0;
  transition: all 0.65s;
}
.fixed_mail.isActive,.fixed_tel.isActive,.fixed_reserve.isActive,#pc-fixed-menu li.isActive {
  opacity: 1;
  transition: all 0.65s;
}


@media (max-width: 768px) {
.fixed_mail,.fixed_tel,.fixed_reserve {
display: block;
}
}
@media (min-width: 768px) {
  .fixed_mail,.fixed_tel,.fixed_reserve {
  display: none;
  }
  }
/*  スマホ左下固定ボタン */



/* トップに戻るボタン */
a.backToTop {
    background-image: URL(img/ossoimg/pagetop.svg);
    width: 50px;
    height: 50px;
    position: fixed;
    right: 13px;
    bottom: 64px;
    opacity: 0;
    z-index: 9999;
    border-radius: 0px;
    display: inline-block;
    transition: opacity 0.8s;
    pointer-events: none;
    background-size: contain;
}
/* hover時 */
a.backToTop:hover {
    opacity: 0.7;
}
@media (max-width: 767px) {
  a.backToTop {
    bottom: 13px;
  }
  a.backToTop:hover {
display: inherit;
}
}
/* トップに戻るボタン */





/*==================================================
動かす
===================================*/


.fadeUptrigger,.fadeIntrigger {
  opacity:0;
}


/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:0.3s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
