/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

html.lp {
	font-size: 16px;
}


*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
footer,
header,
main,
nav,
section
{
  display: block;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  color: #292929;
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

a:hover {
  opacity: 0.7;
}

header a:hover, footer a:hover {
  opacity: 1.0;
}


/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

li {
  list-style-type: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}


/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
}




/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}




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

.inner2 {
  max-width: 1200px;
  margin: 0 auto;
}

.mv .inner {
  background: url("/imgs/mv01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 2em;
  padding-left: 2em;
}

.mv .inner .title {
  width:50%;
}

.mv .square {
  display: block;
  padding: 10px;
  max-width: fit-content;
  border: 2px solid #fc8401;
  margin-bottom: 1.5em;
}

.mv img {
  max-width: 100%;
}

.mv span {
  font-weight: bold;
  font-size: 1.1rem;
}

.mv .ttl {
  font-size: 80px;
  line-height: 1.35;
  margin-top: 0.2em;
//  color: #cc2c86;
  color: #37aef5;
  
}


.camp .pay {
  color: #cc2c86;
  display: block;
  font-size: 35px;
}

.camp {
  text-align: center;
  font-size: 38px;
  line-height: 1.5;
  position: relative;
  max-width: max-content;
  margin: 50px auto 0;
  font-weight: bold;
}

.camp:before, .camp:after {
  content: "";
  background-image: url(/imgs/left_bar.png);
  background-repeat: none;
  background-repeat: no-repeat;
  width: 50px;
  height: 87px;
  position: absolute;
  top: 0;
  left: -40px;
}

.camp:after {
  background-image: url(/imgs/right_bar.png);
  right: -40px;
  left: auto;
}

.mv .mv_btn {
  margin: 35px auto 0;
  display: block;
  max-width: 85%;
  text-align: center;
  padding: 0.5em 0;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to bottom, #faa84c 30%, #fc8401);
}

.sec01 {
  border-bottom: 2px solid #b3b2b2;
  background-color: #f7f6fa;
  margin-top: 60px;
  border-top: 2px solid #b3b2b2;
}


.sec03 {
  border-top: 2px solid #b3b2b2;
  border-bottom: 2px solid #b3b2b2;
  background-color: #f7f6fa;
  margin-top: 30px;
  padding-bottom: 30px;
}

.sec_ttl {
  max-width: fit-content;
  margin: 50px auto 60px;
  position: relative;
  padding-bottom: 10px;
  font-size: 30px;
  text-align: center;
//  color: orange;
  border-bottom : 3px solid #488905;
}


.feature {
  width: 90%;
  margin: 0 auto;
}

.feature_li {
  margin-bottom: 80px;
}

.feature_02, .feature_03 {
  display: flex;
  flex-wrap: wrap;
  max-width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}

.feature_02 li, .feature_03 li {
  width: 30%;
  margin-bottom: 2em;
}

.feature_02 .list_detail dl, .feature_03 .list_detail dl {
  background-color: #fff;
  padding-top: 1em;
  min-height: 302px;
}

.feature_02 .list_detail dt, .feature_03 .list_detail dt {
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
  padding: 0 0.2em;
}

.feature_02 .list_detail dd, .feature_03 .list_detail dd {
  padding: 0.5em 1em 1em;
  text-align: left;
  font-weight: normal;
}

.feature_02 .list_detail img, .feature_03 .list_detail img {
  width: auto;
  margin: 0 auto 0.5em;
  display: block;
  height: 95px;
}

.feature_03 {
  justify-content: space-evenly;
}

.btn_blue {
//  max-width: 440px;
  max-width: 300px;
  margin: 40px auto 40px;
  display: block;
  text-align: center;
  padding: 1.5% 0;
  background-color: #37aef5;
  color: #fff;
  border-radius: 100px;
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}

.btn_pink {
  width: 100%;
  margin: 50px 0 80px;
  display: block;
  text-align: center;
  padding: 3% 0;
  background-color: #cc2c86;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
}

.flex_s {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}

.left_eria, .right_eria {
  width: 47%;
}


.right_eria img {
	width: 100%;
}


.sec03 .img_sec03, {
  width: 90%;
  margin: 0 auto 60px;
}

.sec03 .h3_before:before {
  content: none;
}

.sec03 .block_sec03, .sec04 .block_sec04 {
  max-width: 85%;
  margin: 0 auto;
  position: relative;
}

.sec03 .block_sec03 dl, .sec04 .block_sec04 dl {
  max-width: 65%;
}

.sec03 .block_sec03 img, .sec04 .block_sec04 img {
  position: absolute;
  width: 35%;
  right: -15%;
  height: auto;
  object-fit: cover;
  top: 3%;
}


.sec03 .block_sec03 .inner, .sec04 .block_sec04 .inner {
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding: 2em;
  border: 4px solid #488905;
}


.sec03 .block_sec03 .inner dt, .sec04 .block_sec04 .inner dt {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}



.flex_sec01 {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
  z-index: 0;
}

.flex_sec01 .list {
  width: 90%;
  position: relative;
  top: 1em;
}

.list_img {
  width: 36%;
}

.flex_sec01 .list li {
  margin-bottom: 2em;
  list-style: disc;
  margin-left: 2em;
  margin-right: 1em;
}

.feature_box .h3_ttl {
  padding: 1% 2%;
  position: relative;
  z-index: 1;
  color: #37aef5;
  font-weight: bold;
  border-bottom: 2px solid #37aef5;
  border-left: 10px solid #cc2c86;
}

.bg {
  background: linear-gradient(to right, #fafafa, #fafafa);
}


@media screen and (max-width: 1200px) {
  .btn_pink{
     font-size: 1.1rem;
  }

  .btn_blue{
     font-size: 1.1rem;
  }
  .camp {
    font-size: 30px;
  }
  .mv .mv_btn {
    font-size: 3vw;
    max-width: 75%;
    padding: 0.4em 0;
  }
  .sec03 .block_sec03 .inner dt, .sec04 .block_sec04 .inner dt{
    font-size: 2vw;
  }
  .feature_box .h3_ttl {
  	font-size: 1.4rem;
  }
  .feature_02 .list_detail dl, .feature_03 .list_detail dl {
    min-height: 328px;
  }
}



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

  .sec_ttl {
	font-size: 1.1rem;
	font-weight: 500;
  }

  .btn_blue {
    width: 80%;
    padding: 3% 0;
     font-size: 1.1rem;
    margin: 3em auto 4em;
  }

  .flex_s {
    display: block;
  }

  .flex_s .left_eria, .flex_s .right_eria {
    width: 100%;
    margin-top: 0;
  }

  .mv .ttl {
    line-height: 1.3;
    font-size: 9vw;
  }

  .camp:before, .camp:after {
    width: 5vw;
    height: 14vw;
    left: -8%;
  }

  .camp:after {
    background-image: url(/imgs/right_bar.png);
    right: -13%;
    left: auto;
    width: 11vw;
  }

  .mv .inner {
//    background-size: contain;
    padding-top: 0.5em;
    padding-left: 0.5em;
  }


/*
  .mv .inner {
    padding-top: 0;
  }
*/

  .mv span {
     font-size: 1rem;
  }

  .camp .pay {
    font-size: 3.7vw;
  }

  .list_img {
    width: 100%;
    padding-top: 1em;
  }

  .flex_sec01 {
    display: block;
  }

  .feature_02 li, .feature_03 li {
    width: 47%;
    margin-bottom: 2em;
  }

  .feature_03 li {
    margin-bottom: 0;
  }

  .feature_02 .list_detail dl, .feature_03 .list_detail dl {
    background-color: #fff;
    padding-top: 1em;
    min-height: 280px;
  }

  .sp_center {
    text-align: center;
    margin: 0 auto 2em;
  }

  .btn_pink {
    width: 100%;
    padding: 2.5% 0;
    background-color: #cc2c86;
     font-size: 1.1rem;
    margin-top: 1em;
  }

  .sec03 .block_sec03 dl, .sec04 .block_sec04 dl {
    max-width: 50%;
  }

  .sec03 .block_sec03 .inner, .sec04 .block_sec04 .inner {
    max-width: 100%;
    padding: 4%;
  }

  .sec03 .block_sec03 .inner dt, .sec04 .block_sec04 .inner dt {
    font-size: 1.1rem;
    width: 111%;
  }


  .sec03 .block_sec03 img {
    position: absolute;
    width: 35%;
    right: -8%;
  }

  .sec04 .block_sec04 img {
    position: absolute;
    width: 50%;
    right: -8%;
  }

  .flex_sec01 .list li {
     font-size: 1rem;
  }

  .left_eria .txt {
    margin-top: 1em;
  }

  .feature_box .h3_ttl {
    font-size: 1.2rem;
    top: -1em;
  }

  .camp {
    text-align: center;
    font-size: 3.7vw;
    line-height: 1.5;
    position: relative;
    max-width: max-content;
    font-weight: bold;
    margin-top: 3em;
  }

  .sec02 {
    margin-top: 5em;
  }

  .mv .mv_btn {
    padding: 0.5em 0;
    font-size: 3.5vw;
    max-width: 85%;
  }

  .feature_02 .list_detail dt, .feature_03 .list_detail dt {
    text-align: center;
    font-weight: bold;
    padding: 0 0.2em;
  }

  .sec03 .block_sec03 .inner dd, .sec04 .block_sec04 .inner dd {
     font-size: 1rem;
  }

  .feature_02 .list_detail img, .feature_03 .list_detail img {
    height: 80px;
  }
  .sec03 .h3_before{
    margin-bottom: 1em;
  }
}


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

  .btn_blue {
     font-size: 1.0rem;
  }


  .sec03 .block_sec03 img, .sec04 .block_sec04 img {
    position: absolute;
    width: 53%;
    right: -8%;
  }
  .sec04 .block_sec04 img {
    top: 15%;
  }
  .feature_02 .list_detail dl, .feature_03 .list_detail dl {
    background-color: #fff;
    padding-top: 1em;
    min-height: 240px;
  }

  .camp {
    margin: 30px auto 0;
  }

  .camp:after {
    right: -8%;
    width: 14vw;
  }
  .mv .mv_btn {
    margin-top: 1.5em;
  }

  .left_eria .txt {
    font-size: 0.9rem;
  }

  .feature_02 .list_detail dt, .feature_03 .list_detail dt {
    font-size: 1rem;
  }

  .feature_02 .list_detail dd, .feature_03 .list_detail dd {
    font-size: 0.9rem;
  }

  .mv .inner {
//    background-size: contain;
    padding-top: 0.5em;
    padding-left: 0;
  }

}


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

  .mv .inner {
     background-size: contain;
  }

}

