@charset "utf-8";
/******
		contents
					******/
.header-amazon {
  background: #202a36;
  padding: 30px 0;
}

.header-amazon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-amazon-left span {
  background: url(../img/header-amazon-img.png) left center /contain no-repeat;
  padding-left: 65px;
}

.header-amazon-right {
  margin-left: 50px;
}

.faeswgseg {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #fe8c23;
}

.present-note {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 10px;
  text-align: left;
}

header {
  background: url(../img/header-bg.png) center center /cover no-repeat;
  flex-shrink: 0;
  position: relative;
  padding: 40px 60px 0px 60px;
}

.header-exclusive {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.header-exclusive-list {
  background: #1AAD7A;
  border-radius: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 20px;
  margin-right: 10px;
}

.header-top {
  text-align: left;
  max-width: 700px;
}

.header-top img {
  max-width: 100%;
}

.header-inner {
  text-align: left;
  padding: 100px 0;
}

.header-text {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
}

.medal-box {
  display: flex;
  align-items: center;
}

.medal-img {
  margin: 40px 40px 0 0;
  width: 300px;
}

.header-point {
  position: absolute;
  right: 10%;
  bottom: 60px;
}

.header-point img {
  width: 180px;
}

.btn-hover {
  cursor : pointer;
  cursor: hand;
}

.cta-sec {
  background: #2EA99D;
}

.cta-btn {
  margin-top: 30px;
  padding-bottom: 20px;
  position: relative;
  z-index: 9999;
}

.cta-btn :hover {
  opacity: 0.7;
  transition: 0.5s;
}

.cta-inner {
  position: relative;
  padding: 60px 0 0 0;
}

.cta-phone {
  padding-bottom: 60px;
}

.cta-phone-note {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}


.cta-bg01 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.cta-bg02 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.bullet-sec {
  padding: 60px 0;
}

.bullet-head-mini {
  background: #2EA99D;
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.bullet-head-big {
  font-size: 30px;
   color: #333333;
   font-weight: 900;
}

.bullet-main {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.bullet-list {
  margin-left: 50px;
}

.bullet-list ul li {
  background: url(../img/bullet-check.png) left center /20px no-repeat;
  padding-left: 30px;
  text-align: left;
  margin: 15px 0;
  font-size: 18px;
  color: #333;
}

.bullet-green {
  color: #2EA99D;
}

.bullet-triangle {
  margin: auto;
  margin-top: 30px;
  width: 30%;
}

.bullet-text {
  font-size: 22px;
  color: #FD7138;
  font-weight: 900;
  margin-top: 30px;
  line-height: 180%;
}

.bullet-img {
  margin-top: 30px;
}

.campaign-sec {
  background: #202A36;
  padding: 60px 0;
}


.campaign-right {
  margin-left: 50px;
  text-align: left;
  color: #FE8C23;
  font-weight: bold;
  font-size: 26px;
}

.campaign-right span {
  text-align: left;
  color: #fff;
  font-size: 16px;
  margin-bottom: 16px;
  display: block;
}

.campaign-right .span-block {
  color: #FE8C23;
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  line-height: 150%;
}

.one-time {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}

.contents-main {
  margin-top: 30px;
}

.contents-sec {
  padding: 60px 0 90px 0;
}

.contents-list-box {
  padding: 10px;
  height: 100%
}

.contents-list-box-inner {
  background: #fff;
  box-shadow: 0 0 8px gray;
  padding: 20px;
  border-radius: 10px;
  height: 100%
}

.contents-list-name {
  font-weight: bold;
  color: #333;
  font-size: 20px;
}

.contents-list-img {
  margin: 20px 0;
}

.contents-list-img img {
  height: 150px;
}

.contents-list-text {
  text-align: justify;
  font-size: 14px;
}


.slick-prev:before,
.slick-next:before{
  content: '';
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
}

.slick-prev,.slick-next {
  border: none;
  background: none;
  content: '';
  position: absolute;
  top: 40%;
  z-index: 1000;
}

.slick-next {
  right: -20px;
}
.slick-prev {
  left: -20px;
}

.slick-prev::before,
.slick-next::before{
  content: '';
  color:#000;
  font-size:0px;
}

.slick-prev::before {
  content: url(../img/icon_prev.png);
}
.slick-next::before {
  content: url(../img/icon_prev02.png);
}

.slick-dots li {
  float: left;
}

.slick-dots{
  position: absolute;
  bottom: -60px;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.slick-dots li{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
  opacity: 1;
}
.slick-dots li button:before{
  font-family: 'slick';
  font-size: 25px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
  opacity: .75;
  color: black;
}

.case-sec {
  padding: 60px 0 90px 0;
  background: #f7f7f7;
}

.case-head {
  background: #2EA99D;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
}


.case-list {
  background: #fff;
  border: 2px solid #00B076;
  border-radius: 10px;
  margin: 100px 20px 0 20px;

}

.case-list-top {
  position: relative;
  background: #00B076;
  padding: 50px 20px 20px 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}

.case-list-bumber {
  position: absolute;
  top: 00%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 30%;
}

.case-list-main {
  padding: 30px 16px 0px 16px;
}

.case-list-main-hukidashi {
  background: #B5F4DD;
  border-radius: 100px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #666666;
}

.case-list-main-middle {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.case-list-main-middle-left {
  width: 40%;
}

.case-list-main-middle-right {
  width: 60%;
}

.case-list-main-middle-right ul {
  display: flex;
  flex-wrap: wrap;
}

.case-list-main-middle-right ul li {
  background: #00B076;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50px;
  padding: 5px 20px;
  margin: 4px 3px;
}

.case-list-desc {
  border: 3px solid #B2B2B2;
  margin: 0 10px 10px 10px;
  border-radius: 10px;
  padding: 10px;
  background: url(../img/case-list-desc-bg.png);
}

.case-list-desc-box {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #B2B2B2;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.case-list-desc-img {
  width: 20%;
}

.case-list-desc-text {
  width: 80%;
  text-align: left;
  margin-left: 30px;
}

.case-list-desc-box-mini {
  font-size: 14px;
  font-weight: bold;
  color: #4D4D4D;
}

.case-list-desc-box-big {
  font-size: 18px;
  font-weight: bold;
  color: #00B076;
}

.case-last {
  padding: 20px 20px;
  font-size: 16px;
  text-align: justify;
  line-height: 180%;
}


.list-last {
  margin-bottom: 0;
}

.staff-sec {
  padding: 60px 0 70px 0;
}

.staff-list {
  background: #fff;
  border: 1px solid #202A36;
}

.staff-list-top {
  position: relative;
}

.staff-list-top img {
  width: 100%;
}

.staff-list-name {
  position: absolute;
  border-bottom: 0px;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  background:rgba(32,42,54,0.8);
  width: 100%;
  color: #fff;
  padding: 20px 0;
  font-size: 22px;
  font-weight: bold;
}

.staff-list-name span {
  font-weight: normal;
  font-size: 16px;
}

.staff-list-text {
  padding: 20px;
  text-align: left;
}

.staff-list-out {
  padding: 0 10px;
  margin-top: 30px;
}

.staff-text {
  font-size: 24px;
  margin-top: 80px;
}

.staff-slill {
  padding-bottom: 10px;
}

.yellow-sec {
  background: #f7f7f7;
  padding: 60px 0;
}

.yellow-main {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.yellow-left {
  width: 40%;
}

.yellow-right {
  margin-left: 100px;
  text-align: left;
  width: 60%;
}

.yellow-right-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

.yellow-right-text {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
  line-height: 180%;
}

.voice-sec {
  padding: 60px 0 100px 0;
}

.voice-list {
  background: #1AAD7A;
  border: none;
  border-radius: 10px;
  padding: 30px;
}

.voice-list-top {
  display: flex;
  align-items: center;
}

.voice-img {
  width: 30%;
}

.voice-list-right {
  width: 70%;
  text-align: left;
}

.voice-list-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.voice-list-mini {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}

.voice-list-text {
  text-align: left;
  color: #fff;
  margin-top: 20px;
  line-height: 180%;
}

.voice-list-out {
  margin-top: 50px;
  padding: 0 10px;
}

.step-sec {
  padding: 60px 0;
  background: #f7f7f7;
}

.step-main {
  margin-top: 40px;
  display: flex;
}

.step-box {
  flex-basis: 33.333%;
  position: relative;
}

.step-box-inner {
  margin: 0 8px;
}

.step-number {
  position: absolute;
  top: 0px;
  left: 50%;
  font-size: 42px;
  color: #1AAD7A;
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.step-title {
  font-size: 22px;
  font-weight: bold;
  color: #1AAD7A;
}

.step-text {
  margin-top: 24px;
  font-size: 15px;
  color: #333;
  line-height: 160%;
  text-align: center;
}

.step-image {
  max-width: 200px;
  margin: auto;
  margin-top: 32px;
}

.step-bottom-text {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 32px;
}

.qa-sec {
  padding: 60px 0;
}

.qa-list {
  margin-top: 30px;
}















/*====================================================================
.s_01 .accordion_one
====================================================================*/
.s_01 .accordion_one {
  max-width: 100%;
  margin: 0 auto;
}
.s_01 .accordion_one .accordion_header {
  background: url(../img/qa-q.png) left 20px center /30px no-repeat;
  background-color: #f7f7f7;
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 9%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  text-align: left;
}.s_01 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #ff9a05;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #1c85d8;
}
.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #2EA99D;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 20px 20px;
  box-sizing: border-box;
  text-align: left;
  font-size: 18px;
  color: #FD7138;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #ff9a05;
  border-right: 2px solid #ff9a05;
  border-bottom: 2px solid #ff9a05;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
}
.s_01 .accordion_one .accordion_inner .box_one {
  height: auto;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}


#footer_main {
  background: #F2F2F2;
  color: #000;
}

.footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.footer-link-list {
  margin: 0 20px;
}

.footer-link-list a {
  color: #000;
  font-size: 12px;
}

.footer-info {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 40px;
}




/* モーダル全体(背景＋本体) */
.modal{
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999999;
}

/* モーダル背景 */
.modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */
.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll; /* はみ出た部分はスクロールさせる */
  height: 80%;/* これが無いと「overflow:scroll」が利かない */
  width: 80%;/* これが無いと「overflow:scroll」が利かない */
  background: white;
  padding: 20px 20px;
  border-radius: 0px;
  font-size: 14px;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.modal-inner {
  text-align: justify;
}

.modal-image {
  width: 60%;
}

.modal-image img {
  width: 100%;
}


.modal-desc {
  text-align: left;
  margin-left: 40px;
  width: 40%;
}

.text-box {
  margin-top: 30px;
}

.modal-content ul li {
  margin-bottom: 10px;
}

.text-box-head {
  margin-bottom: 10px;
  font-weight: bold;
}

/* サンクスCSS */
.thx-header {
  background: none;
}

.thx-main {
  margin-top: 30px;
  padding: 60px 0 0px 0;
  background: #1bbd53;
}

.thx-main-top {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.thx-main-img {
  max-width: 100px;
  margin: auto;
  margin-top: 30px;
}

.thx-back {
  margin-top: 30px;
}

.thx-back a {
  background: #FD7138;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 6px;
  width: 300px;
  max-width: 100%;
  font-size: 18px;
  font-weight: bold;
}

.thx-line-box {
  margin-top: 30px;
}

.thx-cta-btn a {
  transition: 0.2s;
}

.thx-cta-btn a:hover {
  transition: 0.2s;
  opacity: 0.6;
}

.thx-cta {
}

.thx-cta-btn {
  margin-top: 30px;
}

.thx-line-box-text {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
}

.thx-cta {
  margin-top: 30px;
}

.thx-cta-right {
  margin-left: 30px;
}


/* amazon gift */
.amazon-sec {
  background: url(../img/present-bg.png) center center /cover no-repeat;
  padding: 60px 0;
}

.amazon-inner img {
  width: 80%;
  margin: auto;
}

.amazon-top {
  color: #FE8C23;
  border-radius: 50px;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
}

.present-inner {
  display: flex;
  padding-top: 90px;
  position: relative;
}

.present-list {
  flex: 1;
  border: 1px dashed #FE8C23;
  padding: 90px 30px 30px 30px;
  position: relative;
  margin: 0 20px;
  border-radius: 20px;
}

.present-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 80px;
}

.present-number {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.present-img img {
  width: 100%;
}

.present-text {
  margin-top: 30px;
}

.present-text img {
  width: 100%;
}

.present-img img {
  width: 100%;
}

.present-text {
  margin-top: 30px;
}


.modal-content {
  color: #000;
}

.modal-content a {
  color: #000;
  text-decoration: underline;
}

.amazon-right {
  margin-top: 30px;
}

.amazon-note {
  margin-top: 30px;
  text-decoration: underline;
}

.amazon-right .cta-present-btn a img {
  width: 450px;
}

.campaign-top {
background: url(../img/campaign-bg.png) center center /cover no-repeat;
padding: 64px 0;
}

.campaign-main {
background: #FEF6E0;
padding: 64px 0;
}

.campaign-main-text {
background: #fff;
border-radius: 8px;
padding: 20px 30px;
margin-top: 64px;
margin-bottom: 64px;
font-weight: bold;
font-size: 18px;
text-align: left;
}

.campaign-main-inner {
max-width: 60%;
}

.campaign-img img {
width: 100%;
}

.campaign-btn {
margin-top: 64px;
}

.campaign-main-wrap {
position: relative;
}

.campaign-main-img {
position: absolute;
right: 0%;
top: 50%;
transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
max-width: 40%;
}

.present-note {
font-size: 20px;
margin-top: 24px;
}

.present-note a {
color: #000;
text-decoration: underline;
}

/* 提携先企業 */
.company-sec {
  padding: 60px 0;
}

.company-head {
  font-size: 28px;
  font-weight: bold;
}

.company-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.company-logo {
  flex-basis: 16.666%;
}

.company-logo img {
  width: 100%;
  padding: 2px;
}

.etc-logo {
  margin-top: 20px;
}

.etc {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 100;
}

/* 320 - 767 */
@media only screen and (min-width:320px) and (max-width:767px){
.company-sec {
  padding: 30px 0;
}
.company-head {
  font-size: 16px;
}

.company-inner {
  justify-content: flex-start;
}

.company-logo {
  flex-basis: 33.3%;
}

.etc {
  font-size: 14px;
}

}
