@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;900&display=swap");
/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
    reset
------------------------------ */
html {
  font-size: 62.5%;
  overflow-y: scroll; }

@media screen and (max-width: 1680px) {
  html {
    font-size: 0.59524vw; } }

@media screen and (max-width: 959px) {
  html {
    font-size: 1.04167vw; } }

@media screen and (max-width: 767px) {
  html {
    font-size: 1.66667vw; } }

*, *::before, *::after {
  box-sizing: border-box; }

body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, figcaption,
form, input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%; }

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  resize: none;
  outline: none;
  background: none; }

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

button:hover {
  cursor: pointer; }

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

a img {
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

a:hover {
  opacity: .6;
  cursor: pointer; }

img, object {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

.lato {
  font-family: 'Lato', sans-serif;
  font-weight: 900; }

/* ------------------------------
    base
------------------------------ */
body {
  color: #000;
  font-size: 1.0rem;
  text-align: left; }

section {
  position: relative; }

main {
  display: block;
  overflow: hidden; }

.wrap {
  max-width: 168.0rem;
  width: 90%;
  padding: 0;
  margin: 0 auto;
  position: relative; }

p, th, td, dt, dd, li, input, button, textarea {
  font-size: 1.6rem;
  line-height: 1.8; }

.fade {
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fade img {
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fade:hover {
  opacity: .6;
  cursor: pointer; }

.h-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateZ(0); }

.v-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(0); }

.hv-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0); }

.flex {
  display: flex;
  justify-content: space-between; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }

.left {
  float: left; }

.right {
  float: right; }

.center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.preload *, .preload *::before, .preload *::after {
  transition: none !important; }

@media screen and (max-width: 959px) {
  .wrap {
    width: 90%;
    padding: 0; }
  input, textarea, select, .select {
    font-size: 16px !important; } }

/* ------------------------------
    footer
------------------------------ */
#footer {
  background: #fff;
  padding: 4rem 0;
  text-align: center;
  position: relative; }

#footer .pagetop a {
  background: #DA5077;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 3rem;
  top: -2rem;
  width: 8.3rem;
  height: calc( 8.3rem + 5px);
  border-bottom: 5px solid #bbb;
  border-radius: 100%; }

#footer .pagetop a p {
  font-size: 1.4rem;
  line-height: 1.2; }

#footer .pagetop a p img {
  margin-bottom: .3em; }

#footer .copy {
  font-size: 1.2rem; }

/* ------------------------------
    index
------------------------------ */
/* common */
.yellow {
  color: #FCFF00; }

.highlight {
  background: linear-gradient(to bottom, transparent 60%, #FCFF00 60%); }

.sec_ttl {
  color: #15B811;
  padding-left: 6rem;
  position: relative; }

.sec_ttl::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  width: 1.5rem;
  height: 11rem;
  transform: skew(25deg);
  background: #15B811; }

.sec_ttl .lato {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: .15em; }

.sec_ttl .ttl {
  font-size: 5.0rem;
  line-height: 1.4;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .sec_ttl {
    padding-left: 4rem; }
  .sec_ttl::before {
    width: 1rem;
    height: 6rem;
    bottom: 1.5rem; }
  .sec_ttl .ttl {
    font-size: 4.0rem; } }

.big_lato {
  color: #F6F6F6;
  font-size: 14rem;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden; }

@media screen and (max-width: 959px) {
  .big_lato {
    font-size: 8rem; } }

.company_ttl {
  position: relative;
  text-align: center;
  padding: 4rem 0; }

.company_ttl::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.5rem;
  height: 14rem;
  transform: translate(-50%, -50%) skew(25deg);
  background: #fff; }

.company_ttl > * {
  position: relative;
  z-index: 10; }

.company_ttl .lato {
  font-size: 1.2rem;
  line-height: 1.4; }

.company_ttl .ttl {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: bold; }

.company_ttl.grey::before {
  background: #F6F6F6; }

.btn_round {
  text-align: center; }

.btn_round > * {
  background: #DA5077;
  color: #fff;
  display: inline-block;
  position: relative;
  border-radius: 100px;
  padding: 1em 4em;
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: #ccc 3px solid; }

.btn_round > * .ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  margin-right: .5em;
  vertical-align: 0; }

.btn_round > * .ico img {
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 100%; }

@media screen and (max-width: 767px) {
  .btn_round > * {
    font-size: 2.6rem;
    padding: 1em 1.5em; } }

/* sec_mv */
#sec_mv {
  background: url(../img/mv_bg01@2x.png) no-repeat right top/auto 100%;
  position: relative;
  padding-top: 6rem; }

@media screen and (max-width: 959px) {
  #sec_mv {
    background-size: 70% auto; } }

#sec_mv::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/mv_bg02@2x.png) no-repeat left bottom/contain;
  width: 12.6em;
  height: 21.3rem; }

@media screen and (max-width: 767px) {
  #sec_mv::before {
    width: 8rem;
    height: 12rem;
    bottom: 2rem; } }

#sec_mv .flex {
  align-items: flex-end; }

#sec_mv .flex_l {
  flex: 0 0 auto;
  width: 45%; }

@media screen and (max-width: 959px) {
  #sec_mv .flex_l {
    width: 55%; } }

#sec_mv .flex_r {
  width: 55%; }

@media screen and (max-width: 959px) {
  #sec_mv .flex_r {
    width: 40%; } }

#sec_mv .flex_r .slider {
  width: 100%; }

#sec_mv .flex_r .img {
  width: 100%;
  height: 60rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }

@media screen and (max-width: 959px) {
  #sec_mv .flex_r .img {
    height: 40vw; } }

/* sec_about */
#sec_about {
  margin-top: 6rem; }

#sec_about .bg {
  position: relative;
  padding: 7rem 0 10rem; }

@media screen and (max-width: 767px) {
  #sec_about .bg {
    padding-bottom: 6rem; } }

#sec_about .bg::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50vw;
  height: 58rem;
  border-radius: 0 10rem 10rem 0;
  background: url(../img/bg_green_dot@2x.png) repeat center/750px auto; }

@media screen and (max-width: 767px) {
  #sec_about .bg::before {
    width: 90vw;
    height: calc( 100% - 25rem); } }

#sec_about .bg > * {
  position: relative;
  z-index: 10; }

#sec_about .bg .wrap {
  z-index: 15;
  padding-left: 5rem;
  margin-bottom: -3rem; }

#sec_about .bg .big_lato {
  position: absolute;
  top: 1rem;
  right: 0; }

@media screen and (max-width: 959px) {
  #sec_about .bg .big_lato {
    top: 5rem; } }

@media screen and (max-width: 767px) {
  #sec_about .bg .big_lato {
    top: 4rem; } }

#sec_about .bg .box {
  background: #EEF7ED;
  border-radius: 10rem 0 0 10rem;
  margin-left: 5vw;
  padding: 10rem 0 0 20rem;
  position: relative;
  height: 56rem; }

@media screen and (max-width: 959px) {
  #sec_about .bg .box {
    padding: 10rem 5vw 25rem 10rem;
    height: auto; } }

@media screen and (max-width: 767px) {
  #sec_about .bg .box {
    padding: 6rem 5vw 6rem 8vw; } }

#sec_about .bg .box::before {
  content: '';
  background: url(../img/about_bg01@2x.png) no-repeat center/contain;
  position: absolute;
  right: 2vw;
  top: -3rem;
  width: 20rem;
  height: 20rem; }

@media screen and (max-width: 767px) {
  #sec_about .bg .box::before {
    width: 15rem;
    height: 15rem;
    right: 18vw;
    top: -6rem; } }

#sec_about .bg .box .flex._01 {
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 10; }

#sec_about .bg .box .flex._01 .flex_l {
  flex: 0 0 auto;
  margin-right: 6rem; }

#sec_about .bg .box .flex._01 .flex_r .txt {
  color: #15B811;
  font-size: 2.4rem;
  line-height: 2;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  #sec_about .bg .box .flex._01 .flex_l {
    position: absolute;
    right: 0;
    top: -10rem;
    margin: 0; }
  #sec_about .bg .box .flex._01 .flex_r {
    padding-right: 30vw; }
  #sec_about .bg .box .flex._01 .flex_r .txt {
    font-size: 1.8rem; } }

#sec_about .bg .box .flex._02 {
  background: #fff;
  align-items: center;
  justify-content: flex-start;
  padding: 4rem 6rem; }

#sec_about .bg .box .flex._02 .flex_l {
  flex: 0 0 auto;
  margin-right: 4rem; }

@media screen and (min-width: 768px) {
  #sec_about .bg .box .flex._02 {
    position: absolute;
    right: 0;
    bottom: -4rem;
    width: 55vw; } }

@media screen and (max-width: 959px) {
  #sec_about .bg .box .flex._02 {
    width: 80vw; } }

@media screen and (max-width: 767px) {
  #sec_about .bg .box .flex._02 {
    width: 100%;
    border-radius: 10rem;
    display: block;
    text-align: center;
    margin-top: 2rem; }
  #sec_about .bg .box .flex._02 .flex_l {
    margin: 0 0 2rem; } }

#sec_about .bg .box .flex._03 {
  align-items: flex-end;
  justify-content: flex-start; }

#sec_about .bg .box .flex._03 .item + .item {
  margin-left: 3rem; }

@media screen and (max-width: 767px) {
  #sec_about .bg .box .flex._03 {
    justify-content: center; }
  #sec_about .bg .box .flex._03 .item img {
    width: 25vw; }
  #sec_about .bg .box .flex._03 .item .btn {
    margin-top: 1rem; } }

#sec_about .btn_round {
  margin-top: 4rem; }

/* sec_why */
#sec_why {
  margin-top: 6rem; }

#sec_why .big_lato {
  text-align: center;
  margin-bottom: -3rem; }

@media screen and (max-width: 959px) {
  #sec_why .big_lato {
    text-align: right;
    margin-bottom: -2rem; } }

#sec_why .box {
  background: #EEF7ED;
  border-radius: 10rem;
  padding: 6rem 0 14rem;
  position: relative; }

@media screen and (max-width: 959px) {
  #sec_why .box {
    padding: 6rem 6rem 10rem;
    margin-right: -5vw;
    border-radius: 10rem 0 0 10rem; } }

@media screen and (max-width: 767px) {
  #sec_why .box {
    padding: 6rem 5vw 6rem; } }

#sec_why .box .img {
  position: absolute;
  left: -5vw;
  top: -5rem; }

@media screen and (max-width: 767px) {
  #sec_why .box .img {
    width: 35vw; } }

#sec_why .box .sec_ttl {
  float: right;
  margin-bottom: 4rem; }

@media screen and (max-width: 959px) {
  #sec_why .box .sec_ttl {
    margin: -8rem 0 6rem; } }

@media screen and (max-width: 767px) {
  #sec_why .box .sec_ttl {
    margin-bottom: 4rem; } }

#sec_why .box .txt {
  clear: both;
  color: #15B811;
  font-size: 2.4rem;
  line-height: 2;
  font-weight: bold;
  padding-left: 84rem;
  padding-right: 8rem; }

@media screen and (max-width: 959px) {
  #sec_why .box .txt {
    padding: 0; } }

/* sec_visualize */
#sec_visualize {
  background: url(../img/bg_pink_dot@2x.png) repeat center top/193.6rem auto;
  margin-top: 6rem;
  padding: 8rem 0; }

#sec_visualize .bg {
  background: #FCFF00;
  color: #15B811;
  border-radius: 10rem;
  padding: 6rem 10rem; }

@media screen and (max-width: 959px) {
  #sec_visualize .bg {
    padding: 8rem 4rem 6rem; } }

#sec_visualize .bg .circle {
  background: #DA5077;
  color: #fff;
  position: absolute;
  right: 0;
  top: -4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  width: 24.8rem;
  height: 24.8rem;
  border-radius: 100%; }

@media screen and (max-width: 959px) {
  #sec_visualize .bg .circle {
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    height: 10rem;
    width: 60vw;
    border-radius: 100px; }
  #sec_visualize .bg .circle::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #DA5077 transparent transparent transparent; } }

#sec_visualize .bg .ttl_wrap {
  text-align: center;
  position: relative; }

#sec_visualize .bg .ttl_wrap .big_lato {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 10.0rem; }

@media screen and (max-width: 959px) {
  #sec_visualize .bg .ttl_wrap .big_lato {
    font-size: 7rem; } }

@media screen and (max-width: 767px) {
  #sec_visualize .bg .ttl_wrap .big_lato {
    font-size: 5rem; } }

#sec_visualize .bg .ttl_wrap .inner {
  position: relative;
  z-index: 10; }

#sec_visualize .bg .ttl_wrap .inner .green {
  margin-bottom: 1em; }

#sec_visualize .bg .ttl_wrap .inner .green span {
  display: inline-block;
  background: #15B811;
  color: #fff;
  line-height: 1;
  letter-spacing: .15rem;
  padding: .8em 2em;
  border-radius: 100px; }

@media screen and (max-width: 767px) {
  #sec_visualize .bg .ttl_wrap .inner .green span {
    font-size: 1.0rem; } }

#sec_visualize .bg .ttl_wrap .inner .ttl {
  font-size: 7.0rem;
  line-height: 1.4;
  font-weight: bold; }

@media screen and (max-width: 959px) {
  #sec_visualize .bg .ttl_wrap .inner .ttl {
    font-size: 4rem; } }

@media screen and (max-width: 767px) {
  #sec_visualize .bg .ttl_wrap .inner .ttl {
    font-size: 3rem; } }

#sec_visualize .bg .ttl_wrap .inner .ttl .wave {
  background: url(../img/nami_green@2x.png) repeat-x left bottom/auto 0.1em;
  display: inline-block;
  padding-bottom: .1em; }

#sec_visualize .bg .point {
  margin-top: 6rem; }

@media screen and (max-width: 767px) {
  #sec_visualize .bg .point {
    display: block; } }

#sec_visualize .bg .point .item {
  width: 22.7rem;
  padding-bottom: 16rem;
  position: relative; }

@media screen and (max-width: 959px) {
  #sec_visualize .bg .point .item {
    width: 18%;
    padding-bottom: 10rem; } }

@media screen and (max-width: 767px) {
  #sec_visualize .bg .point .item {
    width: 100%;
    padding: 0;
    margin-bottom: 3rem; } }

#sec_visualize .bg .point .item .num {
  background: #15B811;
  color: #fff;
  line-height: 1;
  letter-spacing: .15rem;
  white-space: nowrap;
  padding: .5em 2em;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%); }

@media screen and (max-width: 959px) {
  #sec_visualize .bg .point .item .num {
    font-size: 1.2rem; } }

#sec_visualize .bg .point .item .txt {
  background: #fff;
  border: 5px solid #15B811;
  height: 20.6rem;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center; }

@media screen and (max-width: 959px) {
  #sec_visualize .bg .point .item .txt {
    font-size: 1.6rem;
    height: 16rem; } }

@media screen and (max-width: 767px) {
  #sec_visualize .bg .point .item .txt {
    justify-content: flex-start;
    font-size: 2.0rem;
    text-align: left;
    padding-left: 18rem;
    height: 12rem; } }

#sec_visualize .bg .point .item .img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center; }

@media screen and (max-width: 767px) {
  #sec_visualize .bg .point .item .img {
    left: 4rem;
    bottom: 5px;
    width: auto; } }

#sec_visualize .bg .table_wrap {
  background: #fff;
  border-radius: 3rem;
  padding: 6rem;
  text-align: center;
  position: relative; }

@media screen and (max-width: 959px) {
  #sec_visualize .bg .table_wrap {
    padding: 4rem; } }

@media screen and (max-width: 767px) {
  #sec_visualize .bg .table_wrap {
    padding: 2rem; } }

#sec_visualize .bg .table_wrap .img {
  display: inline-block;
  position: relative;
  max-width: 100%; }

@media screen and (max-width: 767px) {
  #sec_visualize .bg .table_wrap .img {
    padding-right: 5rem; } }

#sec_visualize .bg .table_wrap .zoom a {
  background: #DA5077;
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

#sec_visualize .bg .table_wrap .zoom a img {
  width: 40%;
  height: auto; }

@media screen and (max-width: 767px) {
  #sec_visualize .bg .table_wrap .zoom a {
    right: 0;
    top: 50%;
    transform: translateY(-50%); } }

/* sec_basic */
#sec_basic {
  margin-top: 10rem;
  padding-bottom: 16rem; }

@media screen and (max-width: 959px) {
  #sec_basic {
    padding-bottom: 0; } }

#sec_basic .big_lato {
  text-align: center;
  position: relative;
  z-index: -1; }

#sec_basic .sec_ttl {
  position: absolute;
  left: 50%;
  top: 6rem;
  transform: translateX(-50%);
  white-space: nowrap; }

@media screen and (max-width: 767px) {
  #sec_basic .sec_ttl {
    top: 2rem; } }

#sec_basic .bg {
  background: url(../img/bg_green_dot@2x.png) repeat center/750px auto;
  position: relative;
  margin-top: 17rem;
  height: 74.6rem; }

@media screen and (max-width: 959px) {
  #sec_basic .bg {
    height: auto;
    padding-bottom: 4rem; } }

@media screen and (max-width: 767px) {
  #sec_basic .bg {
    margin-top: 12rem; } }

#sec_basic .bg::before {
  content: '';
  background: #EEF7ED;
  position: absolute;
  left: 50%;
  top: -20rem;
  transform: translateX(-50%);
  width: 60%;
  height: 50rem;
  border-radius: 10rem;
  z-index: -1; }

@media screen and (max-width: 959px) {
  #sec_basic .bg::before {
    width: 80%;
    top: -18rem; } }

@media screen and (max-width: 767px) {
  #sec_basic .bg::before {
    top: -14rem; } }

#sec_basic .bg .flex {
  transform: translateY(-10rem);
  margin-bottom: -10rem; }

@media screen and (max-width: 959px) {
  #sec_basic .bg .flex {
    transform: translateY(-8rem);
    margin-bottom: -8rem;
    flex-wrap: wrap;
    justify-content: center; } }

#sec_basic .bg .flex .item {
  background: #fff;
  color: #15B811;
  border: 3px solid #15B811;
  border-radius: 2rem;
  padding: 3rem;
  text-align: center;
  position: relative;
  width: 26rem; }

@media screen and (max-width: 767px) {
  #sec_basic .bg .flex .item {
    padding: 2rem 1rem; } }

#sec_basic .bg .flex .item .ico {
  margin-bottom: 2rem; }

#sec_basic .bg .flex .item .ico img {
  width: 11.2rem; }

@media screen and (max-width: 767px) {
  #sec_basic .bg .flex .item .ico img {
    width: 6rem; } }

#sec_basic .bg .flex .item .txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  font-size: 2.0rem;
  line-height: 1.6;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  #sec_basic .bg .flex .item .txt {
    font-size: 1.6rem; } }

#sec_basic .bg .flex .item .lato {
  font-size: 1.2rem;
  margin-bottom: 1em; }

@media screen and (min-width: 768px) {
  #sec_basic .bg .flex .item .lato {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    line-height: 1; } }

@media screen and (max-width: 959px) {
  #sec_basic .bg .flex .item {
    width: calc( ( 100% - 4rem ) / 3);
    margin-left: 2rem; }
  #sec_basic .bg .flex .item:nth-child(3n+1) {
    margin-left: 0; }
  #sec_basic .bg .flex .item:nth-child(n+4) {
    margin-top: 3rem; } }

#sec_basic .bg .catch {
  color: #fff;
  font-size: 3.4rem;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  margin: 3rem 0; }

@media screen and (max-width: 767px) {
  #sec_basic .bg .catch {
    font-size: 2.8rem; } }

#sec_basic .bg .table_wrap {
  width: 110rem;
  background: #fff;
  padding: 3rem;
  margin: 0 auto;
  border-radius: 6rem; }

@media screen and (max-width: 959px) {
  #sec_basic .bg .table_wrap {
    width: 100%; } }

#sec_basic .bg .table_wrap .ttl {
  background: #15B811;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 1em;
  border-radius: 3rem 3rem 0 0; }

#sec_basic .bg .table_wrap .table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0 0 3rem 3rem;
  overflow: hidden; }

#sec_basic .bg .table_wrap .table th, #sec_basic .bg .table_wrap .table td {
  color: #15B811;
  background: #EEF7ED;
  border: 1px solid #fff;
  padding: .8em 1.5em;
  font-size: 1.8rem;
  text-align: center;
  vertical-align: middle;
  width: 33%; }

@media screen and (max-width: 767px) {
  #sec_basic .bg .table_wrap .table th, #sec_basic .bg .table_wrap .table td {
    font-size: 1.2rem; }
  #sec_basic .bg .table_wrap .table th img, #sec_basic .bg .table_wrap .table td img {
    max-width: 70%; } }

#sec_basic .bg .table_wrap .table th {
  text-align: left;
  font-weight: bold; }

@media screen and (max-width: 959px) {
  #sec_basic .bg .table_wrap .table th {
    width: 40%; } }

#sec_basic .bg .table_wrap .table thead td {
  line-height: 1;
  font-weight: bold; }

#sec_basic .bg .table_wrap .table .small {
  color: #000;
  font-size: 1.4rem; }

@media screen and (max-width: 767px) {
  #sec_basic .bg .table_wrap .table .small {
    font-size: 1.0rem; } }

#sec_basic .bg .table_wrap .table .maru {
  color: #DA5077; }

#sec_basic .bg .table_wrap .table .sankaku {
  color: #31B4CB; }

#sec_basic .bg .table_wrap .table .batsu {
  color: #B8B8B8; }

/* sec_features */
#sec_features {
  margin-top: 4rem; }

#sec_features .big_lato {
  position: absolute;
  left: 5%;
  top: 0; }

@media screen and (max-width: 767px) {
  #sec_features .big_lato {
    left: 0;
    width: 100%;
    text-align: center; } }

#sec_features .bg {
  padding-top: 11rem;
  position: relative; }

#sec_features .bg::before {
  content: '';
  background: #EEF7ED;
  position: absolute;
  left: 50%;
  top: 11rem;
  transform: translateX(-50%);
  width: 90%;
  height: calc( 100% - 11rem);
  border-radius: 10rem; }

@media screen and (max-width: 959px) {
  #sec_features .bg::before {
    top: 6rem;
    height: calc( 100% - 6rem); } }

#sec_features .bg .slider_wrap {
  position: relative; }

#sec_features .bg .slider_wrap::before {
  content: '';
  background: url(../img/bg_green_dot@2x.png) repeat center/750px auto;
  position: absolute;
  left: 0;
  top: 8rem;
  width: 60vw;
  height: 43rem;
  border-radius: 0 0 10rem 0; }

@media screen and (max-width: 959px) {
  #sec_features .bg .slider_wrap::before {
    width: 95vw; } }

@media screen and (max-width: 767px) {
  #sec_features .bg .slider_wrap::before {
    top: 0;
    height: 100%; } }

#sec_features .bg .slider_wrap .ttl_bg {
  background: #fff;
  padding: 4rem 0 15rem 12rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 50vw; }

@media screen and (max-width: 959px) {
  #sec_features .bg .slider_wrap .ttl_bg {
    padding-left: 8rem;
    padding-top: 10rem;
    width: 55vw; } }

@media screen and (max-width: 767px) {
  #sec_features .bg .slider_wrap .ttl_bg {
    background: transparent;
    padding: 0;
    top: -10rem; } }

#sec_features .bg .slider_wrap .box {
  padding: 14rem 0 0 4rem;
  position: relative;
  z-index: 10; }

@media screen and (max-width: 767px) {
  #sec_features .bg .slider_wrap .box {
    padding: 4rem 5vw 8rem; } }

#sec_features .bg .slider_wrap .box .sttl {
  color: #fff;
  margin-bottom: 2rem; }

#sec_features .bg .slider_wrap .box .sttl .lato {
  font-size: 1.1rem;
  line-height: 1.4;
  padding-left: 3rem;
  position: relative; }

#sec_features .bg .slider_wrap .box .sttl .lato::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 2rem;
  background: #fff; }

#sec_features .bg .slider_wrap .box .sttl .ttl {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: bold; }

#sec_features .bg .slider_wrap .box .slider .item {
  padding-top: 3rem;
  padding-left: 2rem;
  position: relative; }

@media screen and (max-width: 767px) {
  #sec_features .bg .slider_wrap .box .slider .item {
    padding-top: 4rem;
    padding-left: 3rem; } }

#sec_features .bg .slider_wrap .box .slider .item::before {
  content: '';
  height: 12rem;
  width: 1px;
  background: #FCFF00;
  position: absolute;
  left: 4rem;
  top: -1rem;
  transform: rotate(45deg); }

@media screen and (max-width: 767px) {
  #sec_features .bg .slider_wrap .box .slider .item::before {
    height: 16rem;
    left: 6rem;
    top: -1rem; } }

#sec_features .bg .slider_wrap .box .slider .item .num {
  color: #FCFF00;
  font-size: 4.0rem;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 300; }

@media screen and (max-width: 767px) {
  #sec_features .bg .slider_wrap .box .slider .item .num {
    font-size: 6rem; } }

#sec_features .bg .slider_wrap .box .slider .item .inner {
  background: #fff;
  border: 3px solid #15B811;
  padding: 2rem;
  width: 100%;
  height: 15rem;
  border-radius: 2rem;
  position: relative;
  z-index: 10; }

@media screen and (max-width: 767px) {
  #sec_features .bg .slider_wrap .box .slider .item .inner {
    height: 28rem;
    padding: 5rem; } }

#sec_features .bg .slider_wrap .box .slider .item .inner .tate {
  background: #15B811;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: 1.5rem;
  top: -1rem;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: .2em;
  border-radius: 100px;
  padding: 1em .5em; }

@media screen and (max-width: 767px) {
  #sec_features .bg .slider_wrap .box .slider .item .inner .tate {
    font-size: 1.6rem; } }

#sec_features .bg .slider_wrap .box .slider .item .inner .ico {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem; }

#sec_features .bg .slider_wrap .box .slider .item .inner .ico img {
  max-width: 100%;
  max-height: 100%;
  height: 100%; }

@media screen and (max-width: 767px) {
  #sec_features .bg .slider_wrap .box .slider .item .inner .ico {
    width: 10rem;
    height: 10rem; } }

#sec_features .bg .slider_wrap .box .slider .item .inner .txt {
  color: #15B811;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3em; }

@media screen and (max-width: 767px) {
  #sec_features .bg .slider_wrap .box .slider .item .inner .txt {
    font-size: 2.4rem; } }

@media screen and (min-width: 768px) {
  #sec_features .bg .slider_wrap .box .slider .slick-track.moving {
    margin-left: 27rem; } }

#sec_features .bg .slider_wrap .box .slider .slick-slide {
  width: 25rem;
  margin-right: 4rem;
  transition: .3s;
  outline: none !important; }

#sec_features .bg .slider_wrap .box .slider .slick-slide.no-transition {
  transition: none; }

@media screen and (min-width: 768px) {
  #sec_features .bg .slider_wrap .box .slider .slick-current {
    width: 52rem !important; }
  #sec_features .bg .slider_wrap .box .slider .slick-current .item::before {
    height: 16rem;
    left: 6rem;
    top: -1rem; }
  #sec_features .bg .slider_wrap .box .slider .slick-current .item .num {
    font-size: 7.0rem; }
  #sec_features .bg .slider_wrap .box .slider .slick-current .item .inner {
    height: 30rem;
    padding: 4rem; }
  #sec_features .bg .slider_wrap .box .slider .slick-current .item .inner .tate {
    font-size: 1.6rem; }
  #sec_features .bg .slider_wrap .box .slider .slick-current .item .inner .ico {
    width: 12.5rem;
    height: 12.5rem; }
  #sec_features .bg .slider_wrap .box .slider .slick-current .item .inner .txt {
    font-size: 2.4rem; } }

#sec_features .bg .slider_wrap .box .slider .slick-arrow,
#sec_features .bg .slider_wrap .box .slider .slick-dots {
  position: absolute;
  left: 58rem;
  top: 20rem;
  z-index: 10; }

#sec_features .bg .slider_wrap .box .slider .slick-arrow {
  text-indent: -1000px;
  overflow: hidden;
  width: 2rem;
  height: 2rem; }

@media screen and (max-width: 767px) {
  #sec_features .bg .slider_wrap .box .slider .slick-arrow {
    left: -8rem;
    top: 14rem;
    background: #FCFF00;
    width: 10rem;
    height: 10rem;
    border-radius: 0 100px 100px 0;
    border-bottom: 5px solid rgba(0, 0, 0, 0.2); } }

#sec_features .bg .slider_wrap .box .slider .slick-arrow::after {
  content: '';
  position: absolute;
  left: 70%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff; }

@media screen and (max-width: 767px) {
  #sec_features .bg .slider_wrap .box .slider .slick-arrow::after {
    border-color: #15B811; } }

#sec_features .bg .slider_wrap .box .slider .slick-arrow.slick-next {
  margin-left: 12rem; }

#sec_features .bg .slider_wrap .box .slider .slick-arrow.slick-next::after {
  left: 30%;
  transform: translate(-50%, -50%) scale(-1, 1) rotate(-45deg); }

@media screen and (max-width: 767px) {
  #sec_features .bg .slider_wrap .box .slider .slick-arrow.slick-next {
    left: auto;
    right: -8rem;
    border-radius: 100px 0 0 100px; } }

@media screen and (min-width: 768px) {
  #sec_features .bg .slider_wrap .box .slider .slick-arrow.slick-prev {
    display: none !important; } }

#sec_features .bg .slider_wrap .box .slider .slick-dots {
  display: flex;
  margin: 0 2rem; }

@media screen and (min-width: 768px) {
  #sec_features .bg .slider_wrap .box .slider .slick-dots {
    margin-left: 0; } }

@media screen and (max-width: 767px) {
  #sec_features .bg .slider_wrap .box .slider .slick-dots {
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 2rem; } }

#sec_features .bg .slider_wrap .box .slider .slick-dots button {
  text-indent: -1000px;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  position: relative; }

#sec_features .bg .slider_wrap .box .slider .slick-dots button::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 100%; }

#sec_features .bg .slider_wrap .box .slider .slick-dots .slick-active button::before {
  background: #FCFF00; }

#sec_features .bg .industries_wrap {
  margin-top: 6rem;
  padding-bottom: 10rem;
  max-width: 120rem;
  text-align: center;
  color: #15B811; }

@media screen and (max-width: 767px) {
  #sec_features .bg .industries_wrap {
    padding-bottom: 6rem; } }

#sec_features .bg .industries_wrap .sttl .lato {
  font-size: 1.1rem;
  line-height: 1.4;
  letter-spacing: .15em;
  position: relative;
  padding-top: 2rem; }

#sec_features .bg .industries_wrap .sttl .lato::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 4px;
  width: 2rem;
  background: #15B811; }

#sec_features .bg .industries_wrap .sttl .ttl {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-top: .3em; }

@media screen and (max-width: 767px) {
  #sec_features .bg .industries_wrap .sttl .ttl {
    font-size: 2.8rem; } }

#sec_features .bg .industries_wrap .list {
  margin: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

#sec_features .bg .industries_wrap .list .item {
  margin: 1.5rem;
  width: 11.5rem; }

@media screen and (max-width: 959px) {
  #sec_features .bg .industries_wrap .list .item {
    width: 10rem; } }

@media screen and (max-width: 767px) {
  #sec_features .bg .industries_wrap .list .item {
    margin: 1.2rem; } }

#sec_features .bg .industries_wrap .list .item .txt {
  margin-top: .8em;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  white-space: nowrap; }

#sec_features .bg .industries_wrap .catch {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  #sec_features .bg .industries_wrap .catch {
    font-size: 2.4rem; } }

#sec_features .bg .industries_wrap .catch .highlight {
  font-size: 4.6rem; }

@media screen and (max-width: 767px) {
  #sec_features .bg .industries_wrap .catch .highlight {
    font-size: 3.8rem; } }

#sec_features .bg .industries_wrap .catch .dot {
  position: relative; }

#sec_features .bg .industries_wrap .catch .dot::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -.3em;
  width: .2em;
  height: .2em;
  transform: translateX(-50%);
  background: #15B811;
  border-radius: 100%; }

/* sec_coupon */
#sec_coupon {
  margin-top: 8rem; }

#sec_coupon .ttl_wrap {
  text-align: center;
  margin-bottom: 2rem; }

#sec_coupon .ttl_wrap .big_lato {
  position: absolute;
  left: 50%;
  top: 6rem;
  transform: translateX(-50%); }

@media screen and (max-width: 959px) {
  #sec_coupon .ttl_wrap .big_lato {
    top: 12rem; } }

@media screen and (max-width: 767px) {
  #sec_coupon .ttl_wrap .big_lato {
    top: 10rem; } }

#sec_coupon .ttl_wrap .sec_ttl {
  display: inline-block;
  text-align: left; }

@media screen and (max-width: 959px) {
  #sec_coupon .ttl_wrap .sec_ttl {
    display: block; } }

#sec_coupon .bg {
  background: url(../img/bg_green_dot@2x.png) repeat center/750px auto;
  padding: 8rem;
  border-radius: 10rem;
  position: relative; }

@media screen and (max-width: 959px) {
  #sec_coupon .bg {
    padding: 6rem 4rem; } }

#sec_coupon .bg::before {
  content: '';
  background: url(../img/coupon_bg01@2x.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: -6rem;
  width: 24.4rem;
  height: 24.4rem; }

@media screen and (max-width: 959px) {
  #sec_coupon .bg::before {
    width: 15rem;
    height: 15rem;
    top: 12rem;
    right: 1rem; } }

@media screen and (max-width: 767px) {
  #sec_coupon .bg::before {
    width: 10rem;
    height: 10rem; } }

#sec_coupon .bg::after {
  content: '';
  background: url(../img/coupon_bg02@2x.png) no-repeat center/contain;
  position: absolute;
  left: -5rem;
  bottom: -3rem;
  width: 48rem;
  height: 11rem; }

@media screen and (max-width: 959px) {
  #sec_coupon .bg::after {
    width: 30rem;
    height: 8rem; } }

#sec_coupon .bg .box .num {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  position: relative; }

#sec_coupon .bg .box .num::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  width: calc( 100% - 8em);
  background: #fff; }

#sec_coupon .bg .box .ttl {
  color: #FCFF00;
  font-size: 4.0rem;
  line-height: 1.8;
  font-weight: bold;
  margin: .5em 0; }

@media screen and (max-width: 767px) {
  #sec_coupon .bg .box .ttl {
    font-size: 3.0rem; } }

#sec_coupon .bg .box .ttl .wave {
  background: url(../img/nami_yellow@2x.png) repeat-x left bottom/auto 0.2em;
  display: inline-block;
  padding-bottom: .1em; }

#sec_coupon .bg .box .txt {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold; }

#sec_coupon .bg .box .point {
  margin-top: 2rem; }

#sec_coupon .bg .box .point .lato {
  display: inline-block;
  background: #FCFF00;
  color: #15B811;
  font-size: 1.4rem;
  line-height: 1;
  padding: .5em 2em;
  border-radius: 100px;
  margin-bottom: .5em; }

#sec_coupon .bg .box .point .txt {
  color: #FCFF00;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: bold; }

#sec_coupon .bg .box._01 {
  padding-left: 6rem; }

@media screen and (max-width: 767px) {
  #sec_coupon .bg .box._01 {
    padding-left: 0; } }

#sec_coupon .bg .box._01 .flex {
  align-items: center;
  justify-content: flex-start; }

#sec_coupon .bg .box._01 .flex_l {
  margin-right: 3rem; }

@media screen and (max-width: 959px) {
  #sec_coupon .bg .box._01 .flex_l {
    margin-right: 0; } }

@media screen and (max-width: 959px) {
  #sec_coupon .bg .box._01 .flex {
    display: block; }
  #sec_coupon .bg .box._01 .flex_r {
    margin-top: -14rem; } }

#sec_coupon .bg .box._02 {
  margin-top: 6rem;
  position: relative; }

@media screen and (min-width: 960px) {
  #sec_coupon .bg .box._02 .detail {
    position: absolute;
    right: 0;
    top: 0; }
  #sec_coupon .bg .box._02 .detail .ttl {
    padding-right: 4rem; } }

@media screen and (max-width: 767px) {
  #sec_coupon .bg .box._02 .img_wrap {
    flex-wrap: wrap; } }

@media screen and (min-width: 960px) {
  #sec_coupon .bg .box._02 .img_wrap .item:nth-child(2) {
    margin-top: 10rem; }
  #sec_coupon .bg .box._02 .img_wrap .item:nth-child(3) {
    margin-top: 20rem; }
  #sec_coupon .bg .box._02 .img_wrap .item:nth-child(4) {
    margin-top: 30rem; } }

@media screen and (max-width: 959px) {
  #sec_coupon .bg .box._02 .img_wrap .item {
    width: 22%; } }

@media screen and (max-width: 767px) {
  #sec_coupon .bg .box._02 .img_wrap .item {
    width: 47%; }
  #sec_coupon .bg .box._02 .img_wrap .item:nth-child(n+3) {
    margin-top: 1rem; } }

#sec_coupon .bg .box._02 .img_wrap .item .sttl {
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 1rem; }

#sec_coupon .bg .box._02 .img_wrap .item .sttl .lato {
  font-size: 1.2rem; }

/* sec_easy */
#sec_easy {
  margin-top: 8rem;
  padding: 12rem 0 30rem;
  text-align: center;
  color: #15B811;
  background: url(../img/easy_bg01@2x.png) no-repeat left top/43rem auto, url(../img/easy_bg02@2x.png) no-repeat right bottom/auto 70%; }

@media screen and (max-width: 959px) {
  #sec_easy {
    background-size: 25rem auto, auto 50%;
    padding: 8rem 0 20rem; } }

@media screen and (max-width: 767px) {
  #sec_easy {
    background-position: left -5rem top, right bottom;
    background-size: 15rem auto, auto 50%;
    padding: 5rem 0 14rem; } }

#sec_easy .ttl_wrap {
  position: relative;
  margin-bottom: 8rem; }

@media screen and (max-width: 767px) {
  #sec_easy .ttl_wrap {
    margin-bottom: 4rem; } }

#sec_easy .ttl_wrap .inner {
  display: inline-block;
  position: relative; }

#sec_easy .ttl_wrap .ttl {
  font-size: 10rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
  z-index: 10; }

@media screen and (max-width: 959px) {
  #sec_easy .ttl_wrap .ttl {
    font-size: 6rem; } }

#sec_easy .ttl_wrap .ttl .dot {
  position: relative; }

#sec_easy .ttl_wrap .ttl .dot::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -.3em;
  width: .15em;
  height: .15em;
  transform: translateX(-50%);
  background: #15B811;
  border-radius: 100%; }

#sec_easy .ttl_wrap .circle {
  background: #FCFF00;
  position: absolute;
  right: -20rem;
  top: -8rem;
  width: 23.3rem;
  height: 23.3rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: bold; }

@media screen and (max-width: 959px) {
  #sec_easy .ttl_wrap .circle {
    width: 20rem;
    height: 20rem;
    right: -18rem; } }

@media screen and (max-width: 767px) {
  #sec_easy .ttl_wrap .circle {
    position: static;
    width: 100%;
    height: 2.4em;
    border-radius: 100px;
    margin: 1rem 0 0; } }

/* sec_calender */
#sec_calender {
  margin-top: -8rem; }

#sec_calender .big_lato {
  position: absolute;
  left: 0;
  top: -10rem; }

@media screen and (max-width: 959px) {
  #sec_calender .big_lato {
    top: -6rem; } }

#sec_calender .sec_ttl {
  position: absolute;
  left: 6rem;
  top: -4rem;
  z-index: 10; }

@media screen and (max-width: 959px) {
  #sec_calender .sec_ttl {
    left: 0; } }

#sec_calender .bg {
  background: #EEF7ED;
  padding: 8rem 0;
  position: relative; }

#sec_calender .bg .slider_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem; }

@media screen and (max-width: 959px) {
  #sec_calender .bg .slider_tab {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 4rem; } }

#sec_calender .bg .slider_tab .item {
  width: 16.4rem;
  color: #DA5077;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  border-bottom: 3px solid #DA5077;
  padding-bottom: 1em;
  position: relative; }

@media screen and (max-width: 959px) {
  #sec_calender .bg .slider_tab .item {
    width: 47%;
    padding-bottom: .3em;
    text-align: left; }
  #sec_calender .bg .slider_tab .item:nth-child(n+3) {
    margin-top: 2rem; } }

#sec_calender .bg .slider_tab .item::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: .5em;
  transform: translateX(-50%) rotate(45deg);
  border-right: 2px solid #DA5077;
  border-bottom: 2px solid #DA5077;
  width: .5em;
  height: .5em; }

@media screen and (max-width: 959px) {
  #sec_calender .bg .slider_tab .item::before {
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg); } }

@media screen and (min-width: 960px) {
  #sec_calender .bg .slider_tab .item + .item {
    margin-left: 2rem; } }

@media screen and (max-width: 959px) {
  #sec_calender .bg .slider {
    width: 90%;
    margin: 0 auto; } }

#sec_calender .bg .slider .item {
  background: #15B811;
  color: #fff;
  border-radius: 10rem;
  height: 64rem;
  width: 110rem !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center; }

@media screen and (max-width: 959px) {
  #sec_calender .bg .slider .item {
    width: 100% !important; } }

@media screen and (max-width: 767px) {
  #sec_calender .bg .slider .item {
    height: 103rem;
    align-items: flex-start;
    padding: 5rem 0; } }

#sec_calender .bg .slider .item .inner {
  max-width: 80%; }

#sec_calender .bg .slider .item .inner .ttl_wrap .white {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: .15em; }

#sec_calender .bg .slider .item .inner .ttl_wrap .bg_white span {
  display: inline-block;
  color: #15B811;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  padding: .5em 1em;
  border-radius: 1rem;
  margin: .5em 0; }

#sec_calender .bg .slider .item .inner .ttl_wrap .ttl {
  color: #FCFF00;
  font-size: 3.6rem;
  line-height: 1.8;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  #sec_calender .bg .slider .item .inner .ttl_wrap .ttl {
    font-size: 3.0rem; } }

#sec_calender .bg .slider .item .inner .ttl_wrap .ttl .wave {
  background: url(../img/nami_yellow@2x.png) repeat-x left bottom/auto 0.2em;
  display: inline-block;
  padding-bottom: .1em; }

#sec_calender .bg .slider .item .inner .catch {
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: bold;
  margin: .5em 0; }

#sec_calender .bg .slider .item .inner .txt {
  font-weight: bold; }

#sec_calender .bg .slider .item .inner .point {
  margin-top: 2rem; }

#sec_calender .bg .slider .item .inner .point .lato {
  display: inline-block;
  background: #FCFF00;
  color: #15B811;
  font-size: 1.4rem;
  line-height: 1;
  padding: .5em 2em;
  border-radius: 100px;
  margin-bottom: .5em; }

#sec_calender .bg .slider .item .inner .point .txt {
  color: #FCFF00;
  line-height: 1.6;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  #sec_calender .bg .slider .item .inner .point .txt {
    font-size: 2.0rem; } }

#sec_calender .bg .slider .item .inner .point .big {
  font-size: 2.0rem;
  font-weight: bold; }

#sec_calender .bg .slider .item .inner .point .small {
  font-weight: bold; }

#sec_calender .bg .slider .item .inner .flex .flex_r {
  margin-left: 3rem; }

@media screen and (max-width: 767px) {
  #sec_calender .bg .slider .item .inner .flex {
    display: block; }
  #sec_calender .bg .slider .item .inner .flex > * {
    width: 100% !important; }
  #sec_calender .bg .slider .item .inner .flex .flex_r {
    margin: 2rem 0 0; } }

@media screen and (max-width: 959px) {
  #sec_calender .bg .slider .item._01 .flex_r {
    width: 40%; } }

#sec_calender .bg .slider .item._02 .flex {
  margin-top: 1em; }

@media screen and (max-width: 767px) {
  #sec_calender .bg .slider .item._02 .flex {
    margin-top: 2rem; } }

#sec_calender .bg .slider .item._02 .flex .box {
  width: 18.9rem;
  text-align: center;
  position: relative;
  display: flex;
  flex-flow: column; }

@media screen and (max-width: 767px) {
  #sec_calender .bg .slider .item._02 .flex .box {
    flex-flow: row; } }

#sec_calender .bg .slider .item._02 .flex .box + .box {
  margin-left: 2rem; }

@media screen and (max-width: 767px) {
  #sec_calender .bg .slider .item._02 .flex .box + .box {
    margin: 1rem 0 0; } }

@media screen and (max-width: 959px) {
  #sec_calender .bg .slider .item._02 .flex .box .ttl {
    font-size: 1.4rem; } }

@media screen and (max-width: 767px) {
  #sec_calender .bg .slider .item._02 .flex .box .ttl {
    font-size: 1.6rem;
    position: absolute;
    left: 11rem; } }

#sec_calender .bg .slider .item._02 .flex .box .img {
  position: relative;
  z-index: 10;
  margin-top: .3em; }

@media screen and (max-width: 767px) {
  #sec_calender .bg .slider .item._02 .flex .box .img {
    flex: 0 0 auto;
    width: 9rem; } }

#sec_calender .bg .slider .item._02 .flex .box .img img {
  display: inline; }

@media screen and (max-width: 959px) {
  #sec_calender .bg .slider .item._02 .flex .box .img img {
    width: 40%; } }

@media screen and (max-width: 767px) {
  #sec_calender .bg .slider .item._02 .flex .box .img img {
    width: 100%; } }

@media screen and (max-width: 767px) {
  #sec_calender .bg .slider .item._02 .flex .box .yellow {
    position: absolute;
    right: 0;
    top: 0; } }

#sec_calender .bg .slider .item._02 .flex .box .detail {
  flex: 1 1 auto;
  background: #fff;
  color: #15B811;
  border-radius: 3rem;
  padding: 5rem 2rem 2rem;
  margin-top: -4rem;
  position: relative; }

@media screen and (max-width: 767px) {
  #sec_calender .bg .slider .item._02 .flex .box .detail {
    margin: 3rem 0 2rem;
    padding: 2rem;
    border-radius: 0 3rem 3rem 0;
    text-align: left; } }

@media screen and (min-width: 768px) {
  #sec_calender .bg .slider .item._02 .flex .box .detail .yellow {
    background: #FCFF00;
    color: #15B811;
    position: absolute;
    right: -1.5rem;
    top: -6rem;
    margin-left: 32rem;
    width: 8.8rem;
    height: 8.8rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: bold;
    z-index: 20; } }

@media screen and (max-width: 959px) {
  #sec_calender .bg .slider .item._02 .flex .box .detail .yellow {
    width: 7rem;
    height: 7rem;
    font-size: 1.0rem;
    top: -4rem; } }

#sec_calender .bg .slider .item._02 .flex .box .detail .txt {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold; }

#sec_calender .bg .slider .item._02 .flex .box .detail .txt .small {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: normal;
  text-align: left;
  margin-top: .3em; }

@media screen and (max-width: 767px) {
  #sec_calender .bg .slider .item._02 .flex .box .detail .txt {
    font-size: 1.8rem; }
  #sec_calender .bg .slider .item._02 .flex .box .detail .txt .small {
    font-size: 1.4rem; } }

#sec_calender .bg .slider .item._03 .flex_l {
  width: 48rem; }

@media screen and (max-width: 767px) {
  #sec_calender .bg .slider .item._03 .flex_l {
    width: 100%; }
  #sec_calender .bg .slider .item._03 .img {
    text-align: center; }
  #sec_calender .bg .slider .item._03 .img img {
    display: inline;
    width: 50%; } }

@media screen and (max-width: 959px) {
  #sec_calender .bg .slider .item._04 .flex_r {
    width: 40%; } }

#sec_calender .bg .slider .item._05 .table_wrap table {
  border-collapse: collapse;
  width: 76rem;
  margin-top: 3rem; }

@media screen and (max-width: 959px) {
  #sec_calender .bg .slider .item._05 .table_wrap table {
    width: 100%; } }

#sec_calender .bg .slider .item._05 .table_wrap table th, #sec_calender .bg .slider .item._05 .table_wrap table td {
  background: #EEF7ED;
  color: #15B811;
  border: 1px solid #15B811;
  padding: .8em;
  text-align: center;
  vertical-align: middle;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: bold; }

#sec_calender .bg .slider .item._05 .table_wrap table thead th, #sec_calender .bg .slider .item._05 .table_wrap table thead td {
  background: #fff; }

#sec_calender .bg .slider .item._05 .table_wrap table td {
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  font-weight: 400; }

#sec_calender .bg .slider .item._06 .img_wrap {
  margin-top: 2rem; }

#sec_calender .bg .slider .item._06 .img_wrap .ttl {
  font-size: 2.0rem;
  margin-bottom: .3em; }

#sec_calender .bg .slider .item._06 .img_wrap .img {
  background: #fff;
  padding: 3rem;
  text-align: center;
  border-radius: 3rem; }

#sec_calender .bg .slider .item._06 .img_wrap .img img {
  display: inline; }

#sec_calender .bg .slider .slick-slide {
  margin: 0 4rem; }

@media screen and (max-width: 959px) {
  #sec_calender .bg .slider .slick-slide {
    margin: 0; } }

#sec_calender .bg .slider .slick-arrow {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 52rem;
  text-indent: -1000px;
  overflow: hidden;
  background: #FCFF00;
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  z-index: 10; }

@media screen and (max-width: 959px) {
  #sec_calender .bg .slider .slick-arrow {
    margin: 0;
    left: -3rem; } }

@media screen and (max-width: 767px) {
  #sec_calender .bg .slider .slick-arrow {
    border-radius: 0 100% 100% 0;
    width: 10rem;
    height: 10rem;
    left: -5rem; } }

#sec_calender .bg .slider .slick-arrow::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 1rem;
  height: 1rem;
  border-top: 3px solid #15B811;
  border-left: 3px solid #15B811; }

#sec_calender .bg .slider .slick-arrow.slick-next {
  left: 50%;
  margin-right: 0;
  margin-left: 52rem; }

#sec_calender .bg .slider .slick-arrow.slick-next::after {
  transform: translate(-50%, -50%) scale(-1, 1) rotate(-45deg); }

@media screen and (max-width: 959px) {
  #sec_calender .bg .slider .slick-arrow.slick-next {
    margin: 0;
    left: auto;
    right: -3rem; } }

@media screen and (max-width: 767px) {
  #sec_calender .bg .slider .slick-arrow.slick-next {
    right: -5rem;
    border-radius: 100% 0 0 100%; } }

/* sec_flyer */
#sec_flyer {
  margin-top: 8rem; }

#sec_flyer .big_lato {
  position: absolute;
  right: -8rem;
  top: 2rem; }

@media screen and (max-width: 959px) {
  #sec_flyer .big_lato {
    position: static;
    text-align: center;
    margin-bottom: -2rem;
    padding-top: 4rem; } }

@media screen and (max-width: 767px) {
  #sec_flyer .big_lato {
    margin: 0 -5vw -2rem; } }

#sec_flyer .sec_ttl {
  position: absolute;
  right: 0;
  top: 8rem; }

@media screen and (max-width: 959px) {
  #sec_flyer .sec_ttl {
    top: 0; } }

#sec_flyer .flex {
  align-items: flex-start; }

@media screen and (max-width: 959px) {
  #sec_flyer .flex {
    display: block; } }

#sec_flyer .flex .box {
  background: #15B811;
  color: #fff;
  border-radius: 10rem;
  padding: 10rem 12rem;
  width: 48%;
  position: relative; }

@media screen and (max-width: 959px) {
  #sec_flyer .flex .box {
    width: 100%;
    padding: 6rem 8rem; } }

#sec_flyer .flex .box.flex_r {
  margin-top: 20rem; }

@media screen and (max-width: 959px) {
  #sec_flyer .flex .box.flex_r {
    margin-top: 4rem; } }

#sec_flyer .flex .box .ttl_wrap .white {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: .15em; }

#sec_flyer .flex .box .ttl_wrap .ttl {
  color: #FCFF00;
  font-size: 3.6rem;
  line-height: 1.8;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  #sec_flyer .flex .box .ttl_wrap .ttl {
    font-size: 3.0rem; } }

#sec_flyer .flex .box .ttl_wrap .ttl .wave {
  background: url(../img/nami_yellow@2x.png) repeat-x left bottom/auto 0.2em;
  display: inline-block;
  padding-bottom: .1em; }

#sec_flyer .flex .box .catch {
  font-size: 2.0rem;
  line-height: 1.4;
  margin: .5em 0;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  #sec_flyer .flex .box .catch {
    font-size: 1.6rem;
    margin: 1em 0; } }

#sec_flyer .flex .box .txt {
  font-weight: bold; }

#sec_flyer .flex .box .point {
  margin-top: 2rem; }

#sec_flyer .flex .box .point .lato {
  display: inline-block;
  background: #FCFF00;
  color: #15B811;
  font-size: 1.4rem;
  line-height: 1;
  padding: .5em 2em;
  border-radius: 100px;
  margin-bottom: .5em; }

#sec_flyer .flex .box .point .txt {
  color: #FCFF00;
  line-height: 1.6; }

@media screen and (max-width: 767px) {
  #sec_flyer .flex .box .point .txt {
    font-size: 2.0rem; } }

#sec_flyer .flex .box .point .big {
  font-size: 2.0rem; }

#sec_flyer .flex .box .img {
  text-align: center;
  margin-top: 3rem; }

/* sec_intro */
#sec_intro {
  overflow: hidden;
  margin-top: 12rem;
  padding: 4rem 0 10rem; }

@media screen and (max-width: 767px) {
  #sec_intro {
    margin-top: 6rem;
    padding-bottom: 6rem; } }

#sec_intro .big_lato {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%); }

#sec_intro .sec_ttl {
  display: inline-block;
  text-align: left; }

#sec_intro .flex {
  flex-wrap: wrap; }

@media screen and (max-width: 767px) {
  #sec_intro .flex {
    display: block; } }

#sec_intro .flex .item {
  background: #fff;
  color: #15B811;
  border: 5px solid #15B811;
  width: 48%;
  margin: 8rem 0 0;
  padding: 0 4rem 2rem;
  border-radius: 3rem;
  text-align: center; }

@media screen and (max-width: 767px) {
  #sec_intro .flex .item {
    width: 100%; } }

#sec_intro .flex .item .img {
  margin-top: -6rem; }

@media screen and (max-width: 767px) {
  #sec_intro .flex .item .img img {
    width: 14rem; } }

#sec_intro .flex .item .ttl {
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 1em 0; }

#sec_intro .flex .item .txt {
  text-align: left;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  #sec_intro .flex .item .txt {
    font-size: 2.0rem; } }

#sec_intro .flex .item .name {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 3em; }

@media screen and (max-width: 767px) {
  #sec_intro .flex .item .name {
    font-size: 1.6rem; } }

/* sec_fee */
#sec_fee {
  margin-top: 8rem;
  padding-bottom: 4rem;
  position: relative; }

#sec_fee::before {
  content: '';
  background: url(../img/bg_white_dot@2x.png) repeat center/202.1rem auto;
  position: absolute;
  top: 10rem;
  left: 0;
  width: 100%;
  height: calc( 100% - 10rem);
  z-index: -2; }

@media screen and (max-width: 767px) {
  #sec_fee::before {
    display: none; } }

#sec_fee::after {
  content: '';
  background: url(../img/fee_bg01@2x.png) no-repeat left top/contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 67.4rem;
  height: 92rem;
  z-index: -1; }

@media screen and (max-width: 959px) {
  #sec_fee::after {
    height: 80rem; } }

@media screen and (max-width: 767px) {
  #sec_fee::after {
    width: 95vw;
    height: 100%; } }

#sec_fee .big_lato {
  position: absolute;
  right: 0;
  top: 6rem; }

@media screen and (max-width: 767px) {
  #sec_fee .big_lato {
    top: 2rem;
    right: 0;
    color: #fff; } }

#sec_fee .sec_ttl {
  position: absolute;
  right: 0;
  top: 5rem; }

@media screen and (max-width: 767px) {
  #sec_fee .sec_ttl {
    top: 15rem; } }

#sec_fee .inner {
  width: 110rem;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 14rem; }

@media screen and (max-width: 767px) {
  #sec_fee .inner {
    padding-top: 8rem; } }

#sec_fee .inner .flex {
  align-items: center; }

@media screen and (max-width: 767px) {
  #sec_fee .inner .flex {
    display: block; } }

#sec_fee .inner .flex_l {
  color: #15B811; }

#sec_fee .inner .flex_l .big {
  font-size: 7.6rem;
  line-height: 1.4;
  font-weight: bold; }

@media screen and (max-width: 959px) {
  #sec_fee .inner .flex_l .big {
    font-size: 6rem; } }

#sec_fee .inner .flex_l .big .dot {
  position: relative; }

#sec_fee .inner .flex_l .big .dot::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -.2em;
  width: .15em;
  height: .15em;
  transform: translateX(-50%);
  background: #15B811;
  border-radius: 100%; }

#sec_fee .inner .flex_l .border {
  display: inline-block;
  border: 3px solid #15B811;
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: bold;
  padding: .5em 1.5em;
  border-radius: 100px; }

@media screen and (max-width: 767px) {
  #sec_fee .inner .flex_l .border {
    background: #fff; } }

@media screen and (max-width: 767px) {
  #sec_fee .inner .flex_r {
    margin-top: 3rem; } }

#sec_fee .inner .flex_r .pink {
  color: #DA5077;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: bold;
  text-align: center; }

#sec_fee .inner .flex_r .pink .nami {
  background: url(../img/nami_pink@2x.png) repeat-x left bottom/auto 0.1em;
  display: inline-block;
  padding-bottom: .1em;
  font-size: 7.8rem;
  line-height: 1.2; }

#sec_fee .inner .table_wrap {
  color: #15B811;
  margin-top: -4rem; }

@media screen and (max-width: 767px) {
  #sec_fee .inner .table_wrap {
    margin-top: 3rem; } }

#sec_fee .inner .table_wrap .ttl {
  font-size: 3.0rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 2rem; }

@media screen and (max-width: 767px) {
  #sec_fee .inner .table_wrap .ttl {
    text-align: left; } }

#sec_fee .inner .table_wrap .ttl .en {
  font-size: 1.2rem;
  font-weight: 800; }

#sec_fee .inner .table_wrap .small {
  margin-top: 1em;
  font-size: 1.4rem; }

@media screen and (max-width: 767px) {
  #sec_fee .inner .table_wrap .scroll {
    width: 100%;
    overflow: auto; }
  #sec_fee .inner .table_wrap .scroll::-webkit-scrollbar {
    height: 10px; }
  #sec_fee .inner .table_wrap .scroll::-webkit-scrollbar-thumb {
    background: #15B811; }
  #sec_fee .inner .table_wrap .scroll::-webkit-scrollbar-track-piece {
    background: #EEF7ED; } }

#sec_fee .inner .table_wrap .scroll table {
  border-collapse: collapse;
  width: 100%; }

@media screen and (max-width: 767px) {
  #sec_fee .inner .table_wrap .scroll table {
    width: 150vw; } }

#sec_fee .inner .table_wrap .scroll table th, #sec_fee .inner .table_wrap .scroll table td {
  background: #EEF7ED;
  padding: 1em;
  text-align: center;
  vertical-align: center;
  border-right: 1px solid #15B811;
  border-bottom: 1px solid #fff; }

@media screen and (max-width: 959px) {
  #sec_fee .inner .table_wrap .scroll table th, #sec_fee .inner .table_wrap .scroll table td {
    font-size: 1.4rem; } }

#sec_fee .inner .table_wrap .scroll table th:last-child, #sec_fee .inner .table_wrap .scroll table td:last-child {
  border-right: none; }

#sec_fee .inner .table_wrap .scroll table th {
  background: #DFF4DE;
  font-weight: bold; }

#sec_fee .inner .table_wrap .scroll table thead th, #sec_fee .inner .table_wrap .scroll table thead td {
  background: #15B811;
  color: #fff;
  border-color: #fff;
  line-height: 1.4;
  font-weight: bold; }

#sec_fee .inner .table_wrap .scroll table thead th {
  font-size: 2.0rem; }

#sec_fee .inner .table_wrap .scroll table .bg_yellow th, #sec_fee .inner .table_wrap .scroll table .bg_yellow td {
  background: #FCFF00; }

#sec_fee .inner .table_wrap .scroll table .lato {
  font-weight: 400;
  text-align: right; }

#sec_fee .inner .table_wrap .scroll table .flex {
  align-items: center;
  justify-content: center;
  line-height: 1.4; }

@media screen and (max-width: 767px) {
  #sec_fee .inner .table_wrap .scroll table .flex {
    display: flex; } }

#sec_fee .inner .table_wrap .scroll table .flex div + div {
  margin-left: 1rem;
  text-align: left; }

/* sec_inquiry */
#sec_inquiry {
  margin-top: 8rem; }

#sec_inquiry .bg {
  background: #fff;
  color: #15B811;
  border: 5px solid #15B811;
  border-radius: 10rem;
  padding: 6rem 14rem;
  margin-top: -3rem; }

@media screen and (max-width: 959px) {
  #sec_inquiry .bg {
    padding: 6rem; } }

@media screen and (max-width: 767px) {
  #sec_inquiry .bg {
    padding: 5vw; } }

#sec_inquiry .bg .sec_ttl {
  text-align: left; }

@media screen and (max-width: 767px) {
  #sec_inquiry .bg .sec_ttl .ttl {
    font-size: 2.8rem; } }

#sec_inquiry .bg .inner {
  width: 800px;
  max-width: 100%;
  margin: 0 auto; }

#sec_inquiry .bg .sec_ttl {
  display: inline-block;
  margin-top: 4rem; }

#sec_inquiry .bg .faq_wrap .catch {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1em 0; }

#sec_inquiry .bg .faq_wrap .flex {
  flex-wrap: wrap; }

#sec_inquiry .bg .faq_wrap .flex .item {
  width: 47%;
  position: relative;
  padding-bottom: 2rem;
  margin: 1rem 0; }

@media screen and (max-width: 959px) {
  #sec_inquiry .bg .faq_wrap .flex .item {
    width: 24%;
    padding-bottom: 0; } }

#sec_inquiry .bg .faq_wrap .flex .item .fukidashi {
  background: #15B811;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: left;
  padding: 1em 1.5em;
  border-radius: 100px;
  position: relative; }

#sec_inquiry .bg .faq_wrap .flex .item .fukidashi::before {
  content: '';
  position: absolute;
  right: 12rem;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #15B811 transparent transparent; }

@media screen and (max-width: 959px) {
  #sec_inquiry .bg .faq_wrap .flex .item .fukidashi {
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 2rem; }
  #sec_inquiry .bg .faq_wrap .flex .item .fukidashi::before {
    display: none; } }

@media screen and (max-width: 767px) {
  #sec_inquiry .bg .faq_wrap .flex .item .fukidashi {
    height: 10rem;
    font-size: 1.2rem;
    padding-left: 0;
    padding-right: 0; } }

#sec_inquiry .bg .faq_wrap .flex .item .ico {
  position: absolute;
  right: 3rem;
  bottom: 0; }

@media screen and (max-width: 959px) {
  #sec_inquiry .bg .faq_wrap .flex .item .ico {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    margin-top: -1.5rem;
    text-align: center; } }

@media screen and (max-width: 767px) {
  #sec_inquiry .bg .faq_wrap .flex .item .ico img {
    width: 6rem; } }

#sec_inquiry .bg .form_wrap .form {
  display: flex;
  flex-wrap: wrap; }

#sec_inquiry .bg .form_wrap .form dt, #sec_inquiry .bg .form_wrap .form dd {
  padding: .5em 0;
  font-weight: bold; }

#sec_inquiry .bg .form_wrap .form dt {
  width: 20%;
  padding: 1em 0; }

#sec_inquiry .bg .form_wrap .form dd {
  width: 80%; }

@media screen and (max-width: 767px) {
  #sec_inquiry .bg .form_wrap .form {
    display: block; }
  #sec_inquiry .bg .form_wrap .form dt, #sec_inquiry .bg .form_wrap .form dd {
    width: 100%; }
  #sec_inquiry .bg .form_wrap .form dt {
    padding-bottom: 0;
    font-size: 2.0rem; } }

#sec_inquiry .bg .form_wrap .form label {
  display: inline-block;
  margin: .5em 1em .5em 0; }

#sec_inquiry .bg .form_wrap .form input[type='text'],
#sec_inquiry .bg .form_wrap .form input[type='email'],
#sec_inquiry .bg .form_wrap .form input[type='tel'],
#sec_inquiry .bg .form_wrap .form textarea,
#sec_inquiry .bg .form_wrap .form select {
  font-size: 1.6rem;
  background: #fff;
  border-bottom: 3px solid #15B811; }

#sec_inquiry .bg .form_wrap .form textarea {
  line-height: 1.8em;
  padding: .5em 0; }

#sec_inquiry .bg .form_wrap .form input[type='text'],
#sec_inquiry .bg .form_wrap .form input[type='email'],
#sec_inquiry .bg .form_wrap .form input[type='tel'],
#sec_inquiry .bg .form_wrap .form select {
  line-height: 3em;
  height: 3em; }

#sec_inquiry .bg .form_wrap .form input[type='text'],
#sec_inquiry .bg .form_wrap .form input[type='email'],
#sec_inquiry .bg .form_wrap .form input[type='tel'],
#sec_inquiry .bg .form_wrap .form textarea {
  width: 100%; }

#sec_inquiry .bg .form_wrap .form .select {
  display: inline-block;
  position: relative; }

#sec_inquiry .bg .form_wrap .form .select::after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #000 transparent transparent transparent; }

#sec_inquiry .bg .form_wrap .form .select select {
  padding-right: 2.5em;
  vertical-align: middle; }

@media screen and (max-width: 767px) {
  #sec_inquiry .bg .form_wrap .form .select {
    margin-left: 3rem; } }

#sec_inquiry .bg .form_wrap .form input[type='radio'],
#sec_inquiry .bg .form_wrap .form input[type='checkbox'] {
  visibility: hidden;
  width: 1px;
  height: 1px;
  overflow: hidden; }

#sec_inquiry .bg .form_wrap .form input[type='radio'] + label,
#sec_inquiry .bg .form_wrap .form input[type='checkbox'] + label {
  position: relative;
  padding-left: 1.8em; }

#sec_inquiry .bg .form_wrap .form input[type='radio'] + label::before,
#sec_inquiry .bg .form_wrap .form input[type='radio'] + label::after,
#sec_inquiry .bg .form_wrap .form input[type='checkbox'] + label::before,
#sec_inquiry .bg .form_wrap .form input[type='checkbox'] + label::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: .2em;
  width: 1.4em;
  height: 1.4em;
  border-radius: 100%;
  border: 1px solid #D2E3D0;
  background: #EEF7ED;
  margin-right: .3em; }

#sec_inquiry .bg .form_wrap .form input[type='radio'] + label::after,
#sec_inquiry .bg .form_wrap .form input[type='checkbox'] + label::after {
  width: .8em;
  height: .8em;
  margin: .3em 0 0 .3em;
  background: #D2E3D0;
  border: none; }

#sec_inquiry .bg .form_wrap .form input[type='radio']:checked + label::after,
#sec_inquiry .bg .form_wrap .form input[type='checkbox']:checked + label::after {
  background: #15B811; }

#sec_inquiry .bg .form_wrap .form input[type='checkbox'] + label::before {
  border-radius: 0; }

#sec_inquiry .bg .form_wrap .form input[type='checkbox']:checked + label::after {
  width: 1em;
  height: .6em;
  margin: .2em 0 0 .2em;
  border-bottom: 3px solid #15B811;
  border-left: 3px solid #15B811;
  transform: rotate(-45deg);
  border-radius: 0;
  background: transparent; }

#sec_inquiry .bg .form_wrap .btn_wrap {
  margin-top: 1rem;
  text-align: right; }

@media screen and (max-width: 767px) {
  #sec_inquiry .bg .form_wrap .btn_wrap {
    text-align: center; } }

#sec_inquiry .bg .form_wrap .btn_wrap .btn_round {
  display: inline-flex; }

#sec_inquiry .bg .form_wrap .btn_wrap .btn_round > * {
  background: #DA5077 url(../img/ico_send.svg) no-repeat left 2em center/1em auto;
  padding-left: 5em;
  padding-right: 4em; }

@media screen and (max-width: 767px) {
  #sec_inquiry .bg .form_wrap .btn_wrap .btn_round > * {
    font-size: 2.6rem !important;
    padding-top: .5em;
    padding-bottom: .5em; } }

#sec_inquiry .bg .tel_wrap {
  border-top: 5px solid #15B811;
  margin-top: 5rem;
  padding-top: 3rem; }

@media screen and (max-width: 767px) {
  #sec_inquiry .bg .tel_wrap {
    border-top: none;
    padding-top: 0; } }

#sec_inquiry .bg .tel_wrap .flex {
  align-items: center;
  justify-content: center; }

@media screen and (max-width: 767px) {
  #sec_inquiry .bg .tel_wrap .flex {
    display: block;
    text-align: center; } }

#sec_inquiry .bg .tel_wrap .flex_l {
  border-right: 1px solid #15B811;
  padding: 2rem 4rem 2rem 0;
  margin-right: 4rem; }

@media screen and (max-width: 959px) {
  #sec_inquiry .bg .tel_wrap .flex_l {
    padding-right: 2rem;
    margin-right: 2rem; } }

@media screen and (max-width: 767px) {
  #sec_inquiry .bg .tel_wrap .flex_l {
    border: none;
    padding: 0;
    margin: 0 0 1rem; } }

#sec_inquiry .bg .tel_wrap .flex_l .border {
  display: inline-block;
  line-height: 1.4;
  font-weight: bold;
  padding: .3em 1.5em;
  border: 2px solid #15B811;
  border-radius: 1rem; }

#sec_inquiry .bg .tel_wrap .flex_l .ttl {
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: bold; }

@media screen and (max-width: 959px) {
  #sec_inquiry .bg .tel_wrap .flex_l .ttl {
    font-size: 2.2rem;
    margin-top: .3em; } }

#sec_inquiry .bg .tel_wrap .flex_r .tel {
  font-size: 5.0rem;
  line-height: 1; }

@media screen and (max-width: 767px) {
  #sec_inquiry .bg .tel_wrap .flex_r .tel {
    font-size: 4rem; } }

#sec_inquiry .bg .tel_wrap .flex_r .tel a {
  color: #15B811; }

#sec_inquiry .bg .tel_wrap .flex_r .tel .ico {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: .3em; }

#sec_inquiry .bg .tel_wrap .flex_r .small {
  margin-top: .5em;
  font-size: 1.2rem;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  #sec_inquiry .bg .tel_wrap .flex_r .small {
    font-size: 1.4rem; } }

#sec_inquiry .bg .thanks_wrap {
  margin-top: 6rem; }

#sec_inquiry .bg .thanks_wrap .big {
  font-size: 4rem;
  text-align: center;
  font-weight: bold; }

#sec_inquiry .bg .thanks_wrap .txt {
  margin: 3em 0;
  font-size: 2.0rem;
  font-weight: bold; }

/* sec_download */
#sec_download {
  background: url(../img/download_bg01@2x.png) no-repeat center/cover;
  margin-top: 8rem;
  padding: 10rem 0; }

#sec_download .ttl {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-bottom: .5em; }

#sec_download .box {
  width: 110rem;
  max-width: 90%;
  background: #fff;
  color: #15B811;
  border-radius: 10rem;
  margin: 0 auto;
  padding: 6rem;
  text-align: center; }

@media screen and (max-width: 767px) {
  #sec_download .box {
    padding: 4rem 0;
    border-radius: 5rem; } }

#sec_download .box .big {
  font-size: 2.8rem;
  font-weight: bold; }

#sec_download .box .small {
  margin-top: 1em;
  font-weight: bold; }

#sec_download .box .small span {
  display: inline-block;
  padding: 0 1.5em;
  position: relative; }

#sec_download .box .small span::before {
  content: '＼'; }

#sec_download .box .small span::after {
  content: '／'; }

#sec_download .box .btn_round {
  margin-top: 1rem; }

#sec_download .box .btn_round > * {
  width: 60%; }

@media screen and (max-width: 767px) {
  #sec_download .box .btn_round > * {
    width: 80%;
    padding-top: .5em;
    padding-bottom: .5em; } }

/* sec_sales */
#sec_sales {
  margin-top: 24rem;
  position: relative; }

@media screen and (max-width: 767px) {
  #sec_sales {
    margin-top: 8rem; } }

#sec_sales .bg {
  background: url(../img/bg_white_dot@2x.png) repeat center/202.1rem auto;
  padding: 4rem 0;
  position: relative; }

@media screen and (max-width: 767px) {
  #sec_sales .bg {
    background: #fff;
    padding: 0; } }

#sec_sales .bg::before {
  content: '';
  background: url(../img/sales_bg01@2x.png) no-repeat right top/contain;
  position: absolute;
  right: 0;
  top: -8rem;
  width: 70.5rem;
  height: 83.3rem; }

@media screen and (max-width: 767px) {
  #sec_sales .bg::before {
    width: 95vw;
    height: 100%;
    top: 6rem; } }

#sec_sales .bg::after {
  content: '';
  background: url(../img/about_bg01@2x.png) no-repeat right top/contain;
  position: absolute;
  right: 6rem;
  top: -12rem;
  width: 24rem;
  height: 25.2rem; }

@media screen and (max-width: 767px) {
  #sec_sales .bg::after {
    top: 12rem;
    right: 0;
    width: 20rem;
    height: 20rem; } }

#sec_sales .bg .flex {
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 10; }

@media screen and (max-width: 959px) {
  #sec_sales .bg .flex {
    display: block; } }

#sec_sales .bg .flex_l {
  color: #15B811;
  margin-right: 6rem; }

#sec_sales .bg .flex_l .ttl {
  font-size: 8.0rem;
  line-height: 1.4;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  #sec_sales .bg .flex_l .ttl {
    font-size: 7rem; } }

#sec_sales .bg .flex_l .txt {
  font-size: 2.0rem;
  line-height: 2.5;
  font-weight: bold;
  margin-top: 2em; }

@media screen and (max-width: 959px) {
  #sec_sales .bg .flex_r {
    width: 40%;
    margin-top: 4rem; } }

#sec_sales .btn_round {
  margin-top: 4rem; }

@media screen and (min-width: 768px) {
  #sec_sales .btn_round > * {
    padding-left: 4em;
    padding-right: 4em; }
  #sec_sales .btn_round > * .ico {
    margin-right: 2em; } }

/* sec_company */
#sec_company {
  background: #F6F6F6;
  margin-top: 8rem;
  padding: 6rem 0;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee; }

#sec_company .about_wrap {
  background: #fff;
  border-radius: 10rem;
  padding: 8rem;
  margin: 4rem auto;
  width: 110rem;
  max-width: 100%;
  text-align: center; }

#sec_company .about_wrap .txt {
  margin-top: 4rem;
  font-size: 2.4rem;
  font-weight: bold; }

#sec_company .about_wrap .txt .red {
  color: #E41420;
  font-size: 3.0rem; }

#sec_company .info_wrap {
  width: 80rem;
  max-width: 100%;
  margin: 0 auto; }

#sec_company .info_wrap dl {
  display: flex;
  flex-wrap: wrap; }

@media screen and (max-width: 767px) {
  #sec_company .info_wrap dl {
    display: block; } }

#sec_company .info_wrap dl dt, #sec_company .info_wrap dl dd {
  border-bottom: 2px solid #fff;
  padding: .8em 0; }

#sec_company .info_wrap dl dt:last-of-type, #sec_company .info_wrap dl dd:last-of-type {
  border-bottom: none; }

#sec_company .info_wrap dl dt {
  width: 20%;
  border-bottom-color: #E41420;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  #sec_company .info_wrap dl dt {
    padding-bottom: 0;
    border: none; } }

#sec_company .info_wrap dl dd {
  width: 80%;
  padding-left: 1em; }

@media screen and (max-width: 767px) {
  #sec_company .info_wrap dl dd {
    width: 100%;
    position: relative;
    padding-left: 0;
    padding-top: 0; }
  #sec_company .info_wrap dl dd::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 6em;
    background: #E41420; }
  #sec_company .info_wrap dl dd:last-of-type::before {
    display: none; } }

/* sec_partner */
#sec_partner {
  padding: 6rem 0; }

#sec_partner .company_ttl {
  margin-bottom: 4rem; }

/* sec_service */
#sec_service {
  background: #F6F6F6;
  padding: 6rem 0 10rem;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee; }

#sec_service .flex {
  width: 110rem;
  max-width: 100%;
  margin: -2rem auto 0;
  padding-bottom: 6rem; }

@media screen and (max-width: 767px) {
  #sec_service .flex {
    display: block;
    margin: 0;
    padding-bottom: 0; } }

#sec_service .flex .item {
  width: 33rem;
  background: #fff;
  border: 5px solid #E41420;
  border-radius: 10rem;
  padding: 0 2rem 6rem;
  text-align: center; }

@media screen and (max-width: 959px) {
  #sec_service .flex .item {
    width: 26rem; } }

@media screen and (max-width: 767px) {
  #sec_service .flex .item {
    width: 100%;
    margin-top: 4rem;
    padding: 0 4rem 6rem; } }

@media screen and (min-width: 768px) {
  #sec_service .flex .item:nth-child(2) {
    transform: translateY(6rem); } }

#sec_service .flex .item .ico {
  margin-top: -3rem; }

#sec_service .flex .item .ttl_wrap {
  color: #E41420;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem; }

#sec_service .flex .item .ttl_wrap .ttl {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold; }

#sec_service .flex .item .ttl_wrap .small {
  font-size: 1.4rem;
  font-weight: bold; }

@media screen and (max-width: 959px) {
  #sec_service .flex .item .ttl_wrap .small {
    font-size: 1.0rem; } }

#sec_service .flex .item .list li {
  background: #F6F6F6;
  padding: .3em 1em;
  border-radius: 100px;
  font-weight: bold; }

#sec_service .flex .item .list li + li {
  margin-top: 5px; }

@media screen and (max-width: 959px) {
  #sec_service .flex .item .list li {
    font-size: 1.2rem; } }

@media screen and (max-width: 767px) {
  #sec_service .flex .item .list li {
    font-size: 1.8rem; } }

#sec_service .ttl_wave {
  text-align: center;
  font-size: 4.0rem;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 4rem; }

@media screen and (max-width: 767px) {
  #sec_service .ttl_wave {
    font-size: 3.0rem; } }

#sec_service .ttl_wave .red {
  display: inline-block;
  vertical-align: -.6em;
  color: #E41420;
  font-size: 2.6rem; }

#sec_service .ttl_wave .red .big {
  font-size: 10.6rem; }

@media screen and (max-width: 767px) {
  #sec_service .ttl_wave .red .big {
    font-size: 8.0rem; } }

#sec_service .ttl_wave .wave {
  background: url(../img/nami_red@2x.png) repeat-x left bottom/auto 0.2em;
  display: inline-block;
  padding-bottom: .1em; }

/* ------------------------------
    responsive
------------------------------ */
@media screen and (min-width: 960px) {
  .pc-none {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

@media screen and (max-width: 959px) {
  .tb-none {
    display: none !important; }
  .pc {
    display: none !important; } }

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

/* ------------------------------
    clearfix
------------------------------ */
.cf {
  zoom: 1; }

.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  /* 隙間対応 */
  font-size: 0.1em;
  /* 隙間対応 */
  line-height: 0;
  /* 隙間対応 */ }
