/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

input[type="submit"], button {
  -webkit-appearance: none;
}

body {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
  color: #4b2082;
  overflow-y: scroll;
  font-family: 'Kosugi Maru', sans-serif;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, transform, box-shadow;
  transition-property: opacity, color, background, transform, box-shadow, -webkit-transform;
  opacity: 1;
  line-height: inherit;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
  width: 100%;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p {
  line-height: inherit;
}

p * {
  line-height: inherit;
}

@font-face {
  font-family: 'Rounded';
  font-style: normal;
  font-weight: 400;
  src: url(R.woff2) format("woff2"), url(R.woff) format("woff"), url(R.ttf) format("truetype");
}

@font-face {
  font-family: 'Rounded';
  font-style: normal;
  font-weight: 900;
  src: url(H.woff2) format("woff2"), url(H.woff) format("woff"), url(H.ttf) format("truetype");
}

.ft_m {
  font-family: 'Kosugi Maru', sans-serif;
}

.ft_g {
  font-family: "Rounded", sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

.u_inner {
  width: 104rem;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 100%;
}

#max {
  width: 104rem;
}

#maxsp {
  width: 1040px;
}

html.fit {
  font-size: calc(100vw * 10 / 1040);
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 640);
  }
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
  .u_tel {
    pointer-events: none;
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 7%;
    padding: 0;
  }
  .u_inner.b {
    margin: 0;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 101;
}

#footer {
  padding: 3.4rem 0;
}

.f_logo {
  text-align: center;
  margin-bottom: 1rem;
}

.f_logo img {
  width: 14.6rem;
}

.f_ttl {
  font-size: 1.8rem;
  margin-bottom: 3rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .f_ttl {
    font-size: 2.4rem;
    margin-top: 3rem;
  }
}

.f_info dl {
  color: #333333;
  font-size: 1.3rem;
}

.f_info dt {
  position: absolute;
}

.f_info dd {
  line-height: 1.84;
  margin-bottom: .8em;
  margin-left: 8em;
}

@media screen and (max-width: 767px) {
  .f_info dl {
    font-size: 2rem;
  }
  .f_info dl > *:nth-child(n + 15) {
    /*display: none;*/
  }
  .f_info dl + dl {
    /*display: none;*/
  }
  .f_info .c_more {
    margin-top: 5rem;
  }
  .f_info.open dl > *:nth-child(n + 15) {
    display: block;
  }
  .f_info.open dl + dl {
    display: block;
  }
  .f_info dd{margin-left: 7em;}
}

@media screen and (min-width: 768px) {
  .f_info {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .f_info > * {
    width: 49%;
  }
}

.f_copy {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .f_copy {
    font-size: 2rem;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  background: url(../img/main_bg.jpg) no-repeat center top/cover;
  position: relative;
  overflow: hidden;
  margin-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .top_main {
    height: 81rem;
  }
}

@media screen and (max-width: 767px) {
  .top_main {
    background-image: url(../img/main_bg_sp.jpg);
    background-size: contain;
    margin-bottom: 3rem;
  }
  .top_main img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .top_main .ttl {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 9rem;
    width: 47.8rem;
  }
}

.top_main .img {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .top_main .img {
    width: 140rem;
    position: relative;
    left: 50%;
    margin-left: -70rem;
    margin-bottom: 2.5rem;
  }
}

.top_main .catch {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .top_main .catch {
    margin-bottom: .5rem;
  }
}

.top_main .c_list {
  width: 98rem;
  padding-left: 0 !important;
}

@media screen and (max-width: 767px) {
  .top_main .c_list {
    width: auto;
    margin: 0 7%;
  }
}

.top_bg {
  background: #ebe7f1;
}

.c_list {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 100%;
}

.c_list > * {
  margin-left: 1%;
  width: 15.83333%;
}

@media screen and (min-width: 768px) {
  .c_list > *:nth-child(6n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .c_list > * {
    margin-left: 3%;
    width: 48.5%;
  }
  .c_list > *:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.c_list li {
  background: #fff;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 2rem;
  padding: 1rem 0 1.3rem;
  font-weight: bold;
}

.c_list li img {
  display: block;
  width: 8.1rem;
  margin: 0 auto .5rem;
}

@media screen and (max-width: 767px) {
  .c_list li {
    position: relative;
    height: 9rem;
    margin-bottom: 2rem;
    font-size: 2.2rem;
    padding-left: 8rem;
  }
  .c_list li img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
  }
  .c_list li i {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

.top_sec1 {
  margin-bottom: 6.5rem;
}

.top_sec1 p {
  font-size: 1.7rem;
  line-height: 2;
}

.top_sec1 .desc img {
  width: 20.4rem;
  display: block;
  margin: 0 auto 2rem;
}

.top_sec1 h2 {color: #000; font-size: 2.8rem; line-height: 5.5rem; font-weight: bold; margin: 50px 0 30px;}

@media screen and (max-width: 767px) {
  .top_sec1 {
    margin-bottom: 8rem;
  }
  .top_sec1 p {
    font-size: 2.1rem;
    margin-top: 2rem;
  }
  .top_sec1 h2 {text-align: center; margin: 0; font-size: 3.5rem; margin-top: 2rem;}
}

@media screen and (min-width: 768px) {
  .top_sec1 {
    overflow: hidden;
  }
  .top_sec1 .img {
    float: right;
    width: 60%;
    margin-right: -5rem;
  }
  .top_sec1 .desc {
    float: left;
    width: 43rem;
  }
}

.top_sec2 .ttl {
  text-align: center;
  margin-bottom: -3.3rem;
}

.top_sec2 .ttl img {
  width: 49.9rem;
}

@media screen and (max-width: 767px) {
  .top_sec2 .ttl {
    margin-bottom: -7.3rem;
  }
}

.top_sec2 .box {
  background: #fff;
  padding: 7rem 6rem 6rem;
  border-radius: 2rem;
}

@media screen and (max-width: 767px) {
  .top_sec2 .box {
    padding: 10rem 3rem 3rem;
  }
}

.top_sec2 .lead {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .top_sec2 .lead {
    font-size: 3.4rem;
    margin-bottom: 5rem;
  }
}

.top_sec2 figcaption {
  text-align: right;
  font-size: 1.3rem;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .top_sec2 figcaption {
    font-size: 2rem;
    text-align: left;
    margin-top: 3rem;
  }
}

.top_sec2 figure {
  margin-bottom: -6rem;
}

@media screen and (max-width: 767px) {
  .top_sec2 figure {
    margin-bottom: 3rem;
  }
}

.top_sec2 li p {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-top: .6em;
}

@media screen and (max-width: 767px) {
  .top_sec2 ul {
    margin-top: 3rem;
  }
  .top_sec2 li + li {
    margin-top: 4rem;
  }
  .top_sec2 li img {
    display: block;
    margin: 0 auto 3rem;
    width: 30rem;
  }
  .top_sec2 li p {
    font-size: 2rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .top_sec2 ul {
    padding: 0 3rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .top_sec2 ul > * {
    width: 25rem;
  }
}

.top_sec3 {
  position: relative;
}

.top_sec3 .ttl {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 3rem 0 2rem;
}

.top_sec3 .ttl:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/bg_grade.png) no-repeat 50%/contain;
  width: 100%;
  height: 52.8rem;
  z-index: -1;
}

.top_sec3 .ttl img {
  width: 75.6rem;
}

@media screen and (max-width: 767px) {
  .top_sec3 .ttl {
    margin-top: 3rem;
  }
  .top_sec3 .ttl:before {
    background-image: url(../img/bg_grade_sp.png);
    width: 60.7rem;
    margin-left: -2rem;
  }
}

@media screen and (min-width: 768px) {
  .top_sec3 .ttl {
    margin-right: 9rem;
  }
}

.top_sec3 p {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  color: #333;
  margin: 3.5rem 0 2.5rem;
}

.top_sec3 p i {
  position: relative;
}

.top_sec3 p i:before, .top_sec3 p i:after {
  content: '';
  position: absolute;
  background: url(../img/bubble01.svg) no-repeat 50%/contain;
  width: .85em;
  height: 1.15em;
  margin-left: -1.5em;
}

.top_sec3 p i:after {
  background-image: url(../img/bubble02.svg);
  margin-left: .5em;
}

@media screen and (max-width: 767px) {
  .top_sec3 p {
    font-size: 3rem;
  }
  .top_sec3 p i {
    display: block;
  }
  .top_sec3 p i:before, .top_sec3 p i:after {
    margin: 0;
    bottom: .3em;
  }
  .top_sec3 p i:before {
    left: 0;
  }
  .top_sec3 p i:after {
    right: 0;
  }
}

.top_sec3 .list1 {
  position: relative;
  z-index: 2;
  text-align: center;
}

.top_sec3 .list1 li {
  background: url(../img/bg_balloon02.svg) no-repeat 50%/contain;
  width: 12.353em;
  height: 11.7647em;
  font-size: 1.7rem;
  line-height: 1.76;
  padding-top: 3.5em;
  margin: 0 1rem;
}

.top_sec3 .list1 li:nth-child(1) {
  background-image: url(../img/bg_balloon01.svg);
  color: #fff;
}

.top_sec3 .list1 li:nth-child(2) {
  margin-top: 2rem;
}

.top_sec3 .list1 li:nth-child(3) {
  background-image: url(../img/bg_balloon03.svg);
  color: #fff;
}

@media screen and (min-width: 768px) {
  .top_sec3 .list1 li {
    display: inline-block;
    vertical-align: top;
  }
}

@media screen and (max-width: 767px) {
  .top_sec3 .list1 {
    margin: 0 -1rem 6rem;
  }
  .top_sec3 .list1 li {
    font-size: 2.4rem;
    margin: 0;
    position: relative;
  }
  .top_sec3 .list1 li:nth-child(1) {
    position: absolute;
    left: 0;
  }
  .top_sec3 .list1 li:nth-child(2) {
    margin-left: auto;
  }
  .top_sec3 .list1 li:nth-child(3) {
    position: absolute;
    right: 0;
  }
  .top_sec3 .list1 li:nth-child(3) {
    z-index: 2;
  }
  .top_sec3 .list1 li:nth-child(n + 3) {
    margin-top: -3rem;
  }
}

@media screen and (max-width: 767px) {
  .top_sec3 .btn {
    /*margin-left: -2rem;*/
    margin-top: 4rem;
  }
  .top_sec3 .btn img {
    width: 100%;
  }
}

.top_sec3 .box {
  width: 95.5rem;
  margin: 0 auto;
  max-width: 100%;
}

.c_more {
  text-align: center;
}

.c_more a {
  display: inline-block;
  background: #ebe7f1;
  font-size: 2.2rem;
  width: 38rem;
  padding: .8em 0;
  position: relative;
}

.c_more a:before {
  content: '';
  position: absolute;
  background: url("../img/ico_arrow01.svg") no-repeat center center;
  background-size: contain;
  top: 0;
  height: 100%;
  width: 3.1rem;
  right: 1.5em;
}

.c_more .close {
  display: none;
}

.f_info.open .c_more a:before {
  background-image: url(../img/ico_arrow02.svg);
}

.f_info.open .c_more .open {
  display: none;
}

.f_info.open .c_more .close {
  display: block;
}

.top_sec4.open .c_more a:before {
  background-image: url(../img/ico_arrow02.svg);
}

.top_sec4.open .c_more .open {
  display: none;
}

.top_sec4.open .c_more .close {
  display: block;
}

.top_sec4 {
  margin-top: -1rem;
  background: url(../img/bg01.png) no-repeat center top/140rem;
  padding-top: 14rem;
}

@media screen and (min-width: 1441px) {
  .top_sec4 {
    background-size: 100% auto;
  }
}

@media screen and (max-width: 767px) {
  .top_sec4 {
    background-image: url(../img/bg01_sp.png);
    background-size: 100% auto;
    margin-top: -21rem;
    padding-top: 25rem;
  }
  .top_sec4.open .list li:nth-child(n + 4) {
    display: block;
  }
}

.top_sec4 .box {
  background: #fff;
  padding: 5rem;
  border-radius: 2rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .top_sec4 .box {
    padding: 3.5rem 2.5rem 4.5rem;
  }
}

.top_sec4 .ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .top_sec4 .ttl {
    font-size: 3.6rem;
  }
}

.top_sec4 .sub {
  text-align: center;
  font-size: 1.3rem;
  border-bottom: solid 1px #4b2082;
  padding: 1rem 0 2rem;
  margin-bottom: 4.4rem;
}

@media screen and (max-width: 767px) {
  .top_sec4 .sub {
    font-size: 1.8rem;
  }
}

.top_sec4 .list {
  margin-bottom: -6rem;
}

.top_sec4 .list li {
  text-align: center;
  margin-bottom: 6rem;
}

.top_sec4 .list p {
  background: #ba88b6;
  color: #fff;
  border-radius: 2rem;
  font-size: 2.8rem;
  font-weight: bold;
  padding: .5em 0 .3em;
  margin-bottom: 3rem;
}

.top_sec4 .list p span {
  font-size: 57.14%;
  font-weight: normal;
  display: block;
}

.top_sec4 .list p small {
  font-size: 71.42%;
}

.top_sec4 .list .result {
  background: url(../img/bg_balloon04.svg) no-repeat 50%/contain;
  font-size: 2.6rem;
  font-weight: bold;
  height: 3.4615em;
  padding-top: 1em;
}

@media screen and (max-width: 767px) {
  .top_sec4 .list {
    margin-bottom: 0;
  }
  .top_sec4 .list .result {
    font-size: 3.4rem;
  }
  .top_sec4 .list li:nth-child(n + 4) {
    display: none;
  }
}

.top_sec4 .ttl2 {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .top_sec4 .ttl2 {
    font-size: 2.7rem;
  }
}

.top_sec4 .list2 {
  width: 87.8rem;
  max-width: 100%;
  margin: 2rem auto 5.5rem;
  /* display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; */
}

.top_sec4 .list2 > * {
  /* margin-left: 0%;
  width: 25%; */
}

@media screen and (min-width: 768px) {
  /* .top_sec4 .list2 > *:nth-child(4n + 1) {
    margin-left: 0;
  } */
}

@media screen and (max-width: 767px) {
  .top_sec4 .list2 > * {
    /* margin-left: 0%;
    width: 50%; */
  }
  .top_sec4 .list2 > *:nth-child(2n + 1) {
    /* margin-left: 0; */
  }
}

@media screen and (max-width: 767px) {
  .top_sec4 .list2 {
    margin: 2.5rem auto 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .top_sec4 .list {
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top_sec4 .list > * {
    margin-left: 6%;
    width: 47%;
  }
  .top_sec4 .list > *:nth-child(2n + 1) {
    margin-left: 0;
  }
}

/*210521編集*/
.top_sec5 {
  padding: 5rem 0;
  width: 100%; background: #fff;
}
.top_sec5_inner{ width: 1000px; margin: 0 auto;  }
.top_sec5_h2area{ text-align: center; background: url(../img/item12.png) no-repeat right top; width: 85%; margin: 0 auto 20px;}
.top_sec5_h2area p{font-weight: bold;}
.top_sec5_h2area h2 {color: #333; font-size: 4rem; margin: 0 0 30px; font-weight: bold;}
.top_sec5_left{float: left; width: 40%;}
.top_sec5_left p{line-height: 3.2rem; font-size: 1.7rem; margin-bottom: 20px;}
.top_sec5_right{float: right; width: 58.2%;}
.top_sec5_left_kansen{font-size: 3rem; color: #ED1C24;}
/* end 210521編集*/

.top_sec5 dd {
  font-size: 1.6rem;
  line-height: 2;
  margin-left: 3rem;
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .top_sec5 {
    padding: 3rem 0 8rem;
  }
  .top_sec5 dd {
    font-size: 2.2rem;
  }
  .top_sec5_inner{width: 96%;}
  .top_sec5_left,.top_sec5_right{float: none; width: 100%;}
  .top_sec5_h2area{ background: url(../img/item12.png) no-repeat center top; margin-top: 20px;}
  .top_sec5_h2area p{font-size: 3rem; padding-top: 80px; margin-bottom: 10px;}
  .top_sec5_h2area h2{font-size: 5rem;}
  .top_sec5_left p{font-size: 2.6rem; margin: 0 auto 20px; width: 90%; line-height: 4.5rem;}
  .top_sec5_left_kansen{font-size: 4rem;}
  .top_sec5_left img{width: 80%; margin:0 auto; display: block;}
}

@media screen and (min-width: 768px) {
  .top_sec5 {
    /*height: 57.7rem;*/
  }
  .top_sec5 dl {
    width: 59.8rem;
    margin-left: 36rem;
  }
}

.top_voice {
  padding: 5.5rem 0 8rem;
}

.top_voice .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3.6rem;
  color: #ba88b6;
  margin-bottom: 2rem;
}

.top_voice .ttl img {
  display: block;
  margin: 0 auto .2em;
  width: 1em;
}

.top_voice li {
  width: 32rem;
  background: #fff;
  border-radius: 2rem;
  padding: 2rem;
  margin: 0 1rem;
}

.top_voice li dt {
  text-align: center;
  font-weight: bold;
  margin-top: .5rem;
}

.top_voice li dd {
  color: #333;
}

.top_voice li small {
  display: block;
  background: #ebe7e6;
  text-align: center;
  padding: .2em 0;
  margin: 1rem 0 1.2rem;
}

.top_voice li dd {
  font-size: 1.3rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top_voice li {
    width: 38.4rem;
    padding: 2.5rem;
    min-height: 67rem;
  }
  .top_voice li dt {
    font-size: 2.6rem;
    margin-top: 1.5rem;
  }
  .top_voice li small {
    font-size: 1.8rem;
  }
  .top_voice li dd {
    font-size: 2rem;
    line-height: 1.9;
  }
}

/*210521編集*/
.top_sec6 {
  background: #fff;
  padding: 5rem 0 8rem;
}
.top_sec6_inner{ width: 1000px; margin: 0 auto; }
.top_sec6 h2{text-align: center; color:#333; font-size: 3.8rem; margin-bottom: 20px; font-weight: bold;}
.top_sec6_sub{margin-bottom: 30px;}
.top_sec6 p img{text-align: center; margin: 0 auto;}
.top_sec6 li{width: 20%; float: left; padding: 0 5px; margin-bottom: 30px;}
.top_sec6 li img{text-align: center; margin: 0 auto 10px;}
.top_sec6 dt{text-align: center; color: #ED1C24; margin-bottom: 10px; font-size: 1.7rem; line-height: 2.4rem; font-weight: bold;}
.top_sec6 dd{margin: 0; font-size: 1.4rem; text-align: center; color: #333;}

@media screen and (min-width: 1441px) {
  .top_sec6 {
    background-size: 100% auto;
  }
}

@media screen and (max-width: 767px) {
  .top_sec6 {
    padding: 6rem 0 8.5rem;
  }
  .top_sec6_inner{ width: 100%; margin: 0 auto; }
  .top_sec6_sub img{width: 80% !important; margin-top: 10px;}
  .top_sec6 li{width: 50%;}
  .top_sec6 li img{width: 50%;}
  .top_sec6 dt{font-size: 2.7rem; line-height: 3.5rem;}
  .top_sec6 dd{font-size: 2.2rem;}
  .top_sec6_touroku{ width: 90%; margin : 0 auto;}
}

.top_sec6 img {
  display: block;
  width: 87.5rm;
  margin-bottom: 2rem;
  margin-left: 2rem;
}

.top_sec6 .btn {
  text-align: center;
}

.top_sec6 .btn a {
  background: -moz-linear-gradient(50% 100% 90deg, #ba88b6 0%, #ad7cb0 10.02%, #6a3e91 64.86%, #502685 90.6%);
  background: -webkit-linear-gradient(90deg, #ba88b6 0%, #ad7cb0 10.02%, #6a3e91 64.86%, #502685 90.6%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #ba88b6), color-stop(0.1002, #ad7cb0), color-stop(0.6486, #6a3e91), color-stop(0.906, #502685));
  background: linear-gradient(0deg, #ba88b6 0%, #ad7cb0 10.02%, #6a3e91 64.86%, #502685 90.6%);
  border-radius: 6rem;
  display: inline-block;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  width: 48.6rem;
  max-width: 100%;
  position: relative;
  padding: 1.8em 0;
  border: solid 1px #fff;
  box-shadow: 0 0 0.3em 0 rgba(0, 0, 0, 0.38);
}

.top_sec6 .btn a:before {
  content: '';
  position: absolute;
  background: url(../img/ico_cart.svg) no-repeat 50%/contain;
  height: 100%;
  top: 0;
  width: 1em;
  margin-left: -2em;
}

@media screen and (max-width: 767px) {
  .top_sec6 {
    padding: 5rem 0 8.5rem;
  }
  .top_sec6 img {
    width: 100%;
    margin: 0 auto 4rem;
  }
  .top_sec6 .btn a {
    font-size: 2.6rem;
    padding: 1.3em 0 1.2em;
    width: 42rem;
  }
}

.form {
  padding: 5.5rem 0;
  background: #ba88b6;
}

@incude pc {
  .form {
    padding: 5.5rem 18.5rem;
  }
}

.form .formError {
  font-size: 1.3rem;
  color: red;
}

@media screen and (max-width: 767px) {
  .form .formError {
    font-size: 1.7rem;
  }
}

.form .box {
  background: #fff;
  padding: 3rem;
  border-radius: 2rem;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .form .box {
    padding: 3rem 3rem 4.5rem;
  }
}

.form .ttl {
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: .5rem;
}

@media screen and (max-width: 767px) {
  .form .ttl {
    font-size: 3.6rem;
  }
}

.form .lead {
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .form .lead {
    font-size: 2rem;
  }
}

.form .btn {
  text-align: center;
}

.form .btn input {
  background: -moz-linear-gradient(50% 100% 90deg, #ba88b6 0%, #ad7cb0 10.02%, #6a3e91 64.86%, #502685 90.6%);
  background: -webkit-linear-gradient(90deg, #ba88b6 0%, #ad7cb0 10.02%, #6a3e91 64.86%, #502685 90.6%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #ba88b6), color-stop(0.1002, #ad7cb0), color-stop(0.6486, #6a3e91), color-stop(0.906, #502685));
  background: linear-gradient(0deg, #ba88b6 0%, #ad7cb0 10.02%, #6a3e91 64.86%, #502685 90.6%);
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  width: 48.6rem;
  max-width: 100%;
  padding: 1.8em 0;
  border-radius: 6rem;
  border: solid 1px #fff;
  box-shadow: 0 0 0.3em 0 rgba(0, 0, 0, 0.38);
}

@media screen and (max-width: 767px) {
  .form .btn input {
    font-size: 2.6rem;
    padding: 1.3em 0 1.2em;
    width: 42rem;
  }
}

.form li {
  background: #f2f2f2;
  position: relative;
  padding: 2rem 2rem 2rem 10rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.form li .formError {
  position: absolute !important;
  color: red;
  margin: .2em !important;
}

.form li input {
  border: solid 1px #856ab6;
  padding: .8em .2em;
  width: 2.6em;
  margin-right: .3em;
  vertical-align: 1em;
  text-align: right;
}

.form li img {
  position: absolute;
  left: 2rem;
  width: 7rem;
}

.form li .name {
  line-height: 1.3;
}

.form li .price {
  text-align: right;
  margin-top: -2rem;
  white-space: nowrap;
}

.form li small {
  font-size: 90%;
  letter-spacing: -.1em;
  margin-left: .2em;
}

.form li i {
  font-size: 70%;
  color: #fff;
  background: #ba88b6;
  border-radius: 100%;
  padding: .6em 0;
  display: inline-block;
  vertical-align: .5em;
  text-align: center;
  width: 4em;
  margin-right: .5em;
}

.form li em {
  font-size: 180%;
}

.form .total {
  background: #856ab6;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 3.9rem;
  border-radius: 1rem;
  padding: 2rem 0;
  margin: 1rem 0 4.5rem;
}

.form .total input {
  color: #4b2082;
  font-size: 6rem;
  width: 5em;
  border-radius: .5rem;
  margin: 0 .3em;
  padding: 0 .3em;
  text-align: right;
}

.form .total .formError {
  color: #fff;
  position: absolute !important;
  margin: .5em !important;
}

@media screen and (max-width: 767px) {
  .form .total {
    font-size: 2.8rem;
    line-height: 2;
    margin: 4rem 0 4.5rem;
  }
  .form .total input {
    font-size: 5rem;
    width: 4em;
    line-height: 1.5;
  }
}

.form th {
  text-align: left;
  font-size: 1.8rem;
  padding-top: 1.2em;
  width: 10em;
  color: #856AB6;
  vertical-align: top;
}
.form textarea{width: 95%; height: 22rem;}

@media screen and (max-width: 767px) {
  .form th {
    font-size: 2.6rem;
  }
  .form textarea{height: 40rem;}
}

.form td {
  position: relative;
  padding: .8em 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .form td {
    font-size: 2rem;
  }
  .form td em {
    position: absolute;
    top: -3rem;
    right: 0;
  }
}

.form td input[type="text"], .form td input[type="email"], .form td input[type="tel"], .form td textarea, .form td select {
  border: solid 1px #856ab6;
  padding: 1em 1.5em;
}

@media screen and (max-width: 767px) {
  .form td input[type="text"], .form td input[type="email"], .form td input[type="tel"], .form td textarea, .form td select {
    width: 100%;
  }
}

.form td em {
  color: #ba88b6;
}

.form td .zip i {
  font-size: 1.8rem;
  margin-right: .5em;
}

.form td .zip input {
  width: 8em;
}

.form td .addr {
  display: block;
  margin: 1rem 0;
}

@media screen and (min-width: 768px) {
  .form td em {
    vertical-align: bottom;
  }
  .form td.name input {
    width: 29rem;
  }
  .form td.mail input {
    width: 40rem;
  }
  .form td .addr {
    position: relative;
  }
  .form td .addr em {
    position: absolute;
    white-space: nowrap;
    top: 2em;
    right: -1em;
  }
  .form td .addr input {
    width: 50rem;
  }
}

.form td.radio input {
  position: absolute;
  opacity: 0;
}

.form td.radio label + label {
  margin-left: .6rem;
}

.form td.radio i {
  font-size: 2rem;
  background: #cccccc;
  color: #fff;
  padding: .6em 2em;
}

.form td.radio input[type="radio"]:checked + i {
  background: #856ab6;
}

.form td.radio em {
  vertical-align: -1em;
}

@media screen and (max-width: 767px) {
  .form td.radio i {
    font-size: 2.4rem;
    background: #cccccc;
    display: block;
    text-align: center;
    padding: .8em 0;
  }
  .form td.radio label {
    width: 48%;
    display: inline-block;
  }
}

.form .pp {
  border: solid 1px #856ab6;
  color: #1a1a1a;
  padding: 1rem 1.5rem;
  height: 6em;
  overflow-y: auto;
  margin: 5rem 0 3rem;
}

.form .pp dt {
  font-size: 1.5rem;
  margin-bottom: .5em;
}

.form .pp dd {
  font-size: 1.2rem;
  line-height: 2;
}

.form .form__mail {
  text-align: center;
  margin-top: 2.5rem;
  font-size: 1.7rem;
}
.form .form__mail a{
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .form .pp {
    height: 10em;
    margin-bottom: 5rem;
  }
  .form .pp dt {
    font-size: 2.4rem;
  }
  .form .pp dd {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .form tr > * {
    float: left;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .form ul {
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form ul > * {
    margin-left: 2%;
    width: 49%;
  }
  .form ul > *:nth-child(2n + 1) {
    margin-left: 0;
  }
  .form .box2 {
    width: 68rem;
    margin: 0 auto;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.thanks {
  text-align: center;
  padding-top: 7rem;
}

.thanks dt {
  font-size: 8.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5rem;
}

.thanks dt small {
  font-weight: normal;
  font-size: 2.4rem;
  display: block;
}

.thanks dd {
  font-size: 1.7rem;
  line-height: 1.94;
}

.thanks .tel {
  margin-top: 3rem;
}

.thanks .tel a {
  font-size: 4.3rem;
}

.thanks .tel img {
  width: .744em;
  margin-right: .3em;
}

.thanks .logo img {
  width: 14.6rem;
}

@media screen and (max-width: 767px) {
  .thanks dd {
    font-size: 2rem;
  }
  .thanks .tel a {
    font-size: 5.6rem;
  }
}

.top_sec4 .box .list li .number {
  color: #C1272D;
  border: 1px solid #C1272D;
}

.form ul li .des {
  color: #333333;
  line-height: 1.5;
}

.top_sec6 .bottom .btn.amazon a {
  background: #ffffff;
  color: #000;
}

.top_sec6 .bottom .btn.amazon a::before {
  background: url(../img/ico_amazon.png) no-repeat 50%/contain;
  width: 5.7em;
  margin-left: -6em;
}

.top_sec5_left .link {
  background: #F2F2F2;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 18px 18px 18px 12px;
  margin: 30px auto 0;
  color: #333333;
}

.top_sec5_left .link .lg {
  font-size: 17px;
}

.top_sec5_left .link .sm {
  font-size: 14px;
}

.top_sec5_left .link img {
  width: 20px;
  margin: 0 0 0 2px;
}

@media screen and (min-width: 768px) {
  .top_main {
    height: 80rem;
  }

  .top_main .img {
    width: 120rem;
    margin-left: -58rem;
    margin-bottom: 1rem;
  }

  .top_sec3 .box .c_list {
    margin: 0 auto 34px;
  }

  .top_sec4 .box .list li .number {
    font-size: 17px;
    padding: 2px 0;
    margin-top: 2px;
  }

  .form ul li .des {
    font-size: 14px;
    margin: 5px 0 0;
  }

  .top_sec6 .bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .top_sec6 .bottom .btn {
    width: 40%;
  }

  .top_sec6 .bottom .btn:nth-of-type(1) {
    margin: 0 2% 0 7%;
  }

  .top_sec6 .bottom .btn.amazon a {
    background: #ffffff;
    color: #000;
    padding: 1.8em 0 1.8em 6em;
  }

  .top_sec6 .bottom .btn.amazon a::before {
    background: url(../img/ico_amazon.png) no-repeat 50%/contain;
    width: 5.7em;
    margin-left: -6em;
  }

  .top_sec4 .list {
    justify-content: center;
  }

  .top_main .ttl {
    top: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .top_main .ttl {
    width: 90%;
    margin: 20px auto 0;
  }

  .top_main .img {
    width: 94%;
    margin: -4rem auto 0;
  }

  .top_sec4 .box .list li .number {
    font-size: 11px;
    padding: 3px 0;
    margin-top: 3px;
  }

  .form ul li .name {
    font-size: 13px;
  }

  .form ul li .des {
    font-size: 11px;
    margin: 2px 0 0;
  }

  .top_sec6 .bottom .btn:nth-of-type(1) {
    margin: 0 auto 10px;
  }

  .top_sec6 .bottom .btn.amazon a {
    padding: 1.3em 0 1.3em 6em;
  }

  .top_sec5_left .link {
    border-radius: 5px;
    padding: 12px 9px 12px 4px;
    margin: 17px auto 0;
    color: #333333;
    width: 80%;
  }

  .top_sec5_left .link .lg {
    font-size: 11px;
  }

  .top_sec5_left .link .sm {
    font-size: 10px;
  }

  .top_sec5_left .link img {
    width: 12px;
  }
}

.h_contact,
.h_dl,
.h_cart {
  position: absolute;
  right: 3%;
  width: 180px;
}

.h_contact {
  top: 2rem;
}

.h_dl {
  top: 7.5rem;
}

.h_cart {
  top: 15rem;
}

.h_contact a,
.h_dl a,
.h_cart a {
  display: block;
  font-size: 1.4rem;
  border-radius: 30px;
  padding: .8em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.h_contact a {
  background: #ED1C24;
}

.h_dl a {
  background: #4B2082;
}

.h_cart a {
  background: #39B54A;
}

.h_contact img,
.h_dl img,
.h_cart img {
  display: block;
  width: 13px;
  margin: 0 auto 3px;
}

.h_contact img {
  display: none;
}

@media screen and (min-width: 1201px) {

  .h_contact,
  .h_dl,
  .h_cart {
    right: 50%;
    margin-right: -56rem;
  }
}

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

  #header {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: stretch;
    background: #4B2082;
    padding: 7px 0;
  }

  .h_contact,
  .h_dl,
  .h_cart {
    position: static;
    width: 33.3%;
  }

  .h_contact a,
  .h_dl a,
  .h_cart a {
    border-radius: 0;
    height: 100%;
    padding: 5px .8em;
    background: inherit;
    border-right: 1px solid #380875;
  }

  .h_contact img,
  .h_dl img,
  .h_cart img {
    width: auto;
    max-height: 17px;
    max-width: 16px;
  }

  .h_contact img {
    margin: 4px auto 6px;
  }

  .h_cart img {
    margin: 2px auto 6px;
  }

  .h_dl img {
    margin: 0 auto 5px;
  }

  .h_contact img {
    display: block;
  }

}

.top_sec6 .top_sec6_inner ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.top_sec6 .top_sec6_inner ul li {
  float: none;
  position: relative;
  margin-bottom: 55px;
}

.top_sec6 .top_sec6_inner ul li >dl {
  margin: 0 0 60px;
}

.top_sec6 .top_sec6_inner ul li >a {
  display: block;
  font-size: 1.4rem;
  border-radius: 30px;
  padding: .8em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #39B54A;
  width: 100%;
  max-width: 150px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.top_sec6 .top_sec6_inner ul li >a >img {
  display: inline-block;
  width: 20px;
  margin: 0 10px -3px 0;
}

.top_video {
  width: 85%;
  max-width: 1000px;
  margin: 0 auto 75px;
  padding: 88px 43px 55px;
  border: 6px solid #856AB6;
  border-radius: 25px;
  position: relative;
  background: #ffffff;
}

.top_video .icon {
  width: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}

.top_video .ttl {
  font-size: 33px;
  color: #4B2082;
  text-align: center;
  position: relative;
  font-weight: 800;
  margin: 0 0 17px;
}

.top_video .ttl br {
  display: none;
}

.top_video .ttl >img {
  width: 187px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(7vw, -79%);
}

.top_video .text {
  font-size: 16px;
  line-height: 2.0;
  text-align: center;
  margin: 0 0 33px;
  font-weight: 800;
  color: #000000;
}

.top_video .text .sp_block {
  display: none;
}

.top_video .slider iframe {
  width: 800px;
  height: 450px;
  margin: 0 53px;
}

.slick-dots {
  text-align: center;
  margin: 34px 0 0;
}

.slick-dots li {
  display: inline-block;
  width: 18px;
  margin: 0 12px;
}

.slick-dots li button {
  position: relative;
  text-indent: -9999px;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  background: none;
}

.slick-dots li button::before {
  content: '';
  display: block;
  background-color: #cccccc;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button:before {
  background-color: #666666;
  border-radius: 50%;
}

.prev-arrow,
.next-arrow {
  -webkit-background-size: contain;
  background-size: contain;
  width: 43px;
  height: 43px;
  position: absolute;
  top: 40%;
  cursor: pointer;
  z-index: 100;
}

.prev-arrow {
  background-image: url(../img/icon_arr_2.svg);
  left: 0;
}

.next-arrow {
  background-image: url(../img/icon_arr_3.svg);
  right: 0;
}

.top_sec4 .ttl2 {
  font-size: 28px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ ゴシック", "Osaka‐等幅";
}

.top_sec4 .ttl2 .sm {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
}

.top_sec4 .des {
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ ゴシック", "Osaka‐等幅";
  margin: 20px 0 40px;
}

.top_sec4 .list2 {
  margin: 2rem auto 7.5rem;
}

.top_sec4 .list2 .slideitem {
  /* width: 30%; */
}

.top_sec4 .list2 .slideitem:nth-of-type(3n - 1) {
  /* margin: 0 5%; */
}

.top_sec4 .list2 .slideitem:nth-of-type(2n - 1) .img .comment {
  background: #ba9abf;
}

.top_sec4 .list2 .slideitem:nth-of-type(2n - 1) .img .comment::before {
  border-color: #ba9abf transparent transparent transparent;
}

.top_sec4 .list2 .slideitem .img {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 65px 0 0;
}

.top_sec4 .list2 .slideitem .img:hover {
  opacity: 1;
}

.top_sec4 .list2 .slideitem .img:hover .hover {
  opacity: 1;
}

.top_sec4 .list2 .slideitem .img .comment {
  font-size: 17px;
  color: #ffffff;
  background: #4b2082;
  border-radius: 10px;
  min-height: 83px;
  width: 76%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
}

.top_sec4 .list2 .slideitem .img .comment::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 15px 0 15px;
  border-color: #4b2082 transparent transparent transparent;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.top_sec4 .list2 .slideitem .img .hover {
  position: absolute;
  z-index: 1;
  top: 70px;
  left: 2%;
  width: 94%;
  opacity: 0;
  transition: .2s;
}

.top_sec4 .list2 .slideitem .name {
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ ゴシック", "Osaka‐等幅";
  margin: 5px 0 15px;
}

.top_sec4 .list2 .slideitem .lab {
  font-size: 13px;
  text-align: center;
  background: #ffffff;
  width: 100%;
  padding: 4px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ ゴシック", "Osaka‐等幅";
}

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

  .top_sec6 .top_sec6_inner ul li {
    margin: 0 0 25px;
  }

  .top_sec6 .top_sec6_inner ul li >dl {
    margin: 0 0 47px;
  }

  .top_sec6 .top_sec6_inner ul li >a {
    width: 68%;
  }

  .top_sec6 .top_sec6_inner ul li >a >img {
    width: 13px;
    margin: 0 6px -2px 0;
  }

  .top_video {
    margin: 44px auto 34px;
    padding: 70px 23px 40px;
    border: 3px solid #856AB6;
    border-radius: 12px;
  }

  .top_video .icon {
    width: 50px;
  }

  .top_video .ttl {
    font-size: 19px;
    margin: 0 0 10px;
  }

  .top_video .ttl br {
    display: block;
  }

  .top_video .ttl >img {
    width: 112px;
    transform: translate(4vw, -100%);
  }

  .top_video .text {
    font-size: 11px;
    margin: 0 0 20px;
  }

  .top_video .text .sp_block {
    display: block;
  }

  .top_video .slider iframe {
    width: 208px;
    height: 217px;
    margin: 0 14px;
  }

  .slick-dots {
    margin: 24px 0 0;
  }

  .slick-dots li {
    width: 12px;
    margin: 0 5px;
  }

  .slick-dots li button::before {
    width: 12px;
    height: 12px;
  }

  .prev-arrow,
  .next-arrow {
    width: 21px;
    height: 21px;
    top: 40%;
  }

  #footer {
    padding: 3.4rem 0 80px;
  }

  .top_sec4 .ttl2 {
    font-size: 3.4rem;
  }

  .top_sec4 .ttl2 .sm {
    font-size: 2.0rem;
  }

  .top_sec4 .des {
    font-size: 2.2rem;
    margin: 20px 0 30px;
  }

  .top_sec4 .list2 > * {
    width: auto;
  }

  .top_sec4 .list2 .slideitem {
    padding: 0 20px;
  }

  .top_sec4 .list2 .slideitem:nth-of-type(3n - 1) {
    margin: 0;
  }

  .top_sec4 .list2 .slideitem .img {
    padding: 30px 0 0 5px;
  }

  .top_sec4 .list2 .slideitem .img:hover {
    opacity: 1;
  }

  .top_sec4 .list2 .slideitem .img:hover .hover {
    opacity: 1;
  }

  .top_sec4 .list2 .slideitem .img .comment {
    font-size: 2.6rem;
    border-radius: 5px;
    min-height: 58px;
    width: 69%;
  }

  .top_sec4 .list2 .slideitem .img .comment::before {
    border-width: 8px 12px 0 12px;
    bottom: -8px;
  }

  .top_sec4 .list2 .slideitem .img .doc {
    margin: 0 auto;
  }

  .top_sec4 .list2 .slideitem .img .hover {
    display: none;
  }

  .top_sec4 .list2 .slideitem .name {
    font-size: 2.2rem;
    margin: 3px 0 13px;
  }

  .top_sec4 .list2 .slideitem .lab {
    font-size: 2.0rem;
    padding: 5px;
  }

  .top_sec4 .prev-arrow,
  .top_sec4 .next-arrow {
    width: 20px;
    height: 41px;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../img/icon_arr_4.png);
  }

  .top_sec4 .prev-arrow {
    transform: rotate(180deg);
  }

  .top_sec4 .slick-dots {
    margin: 24px auto 0;
  }

  .top_sec4 .slick-dots li {
    width: 17px;
    height: 17px;
    margin: 0 12px;
  }

  .top_sec4 .slick-dots li button::before {
    width: 17px;
    height: 17px;
    background: #fff;
    border: 1px solid #4b2082;
  }

  .top_sec4 .slick-dots li.slick-active button:before {
    background: #4b2082;
  }
}

.top_main {
  height: auto;
  background: #fff;
}

.top_main .top_main_visual {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  /*height: 768px;*/
}

.top_main .top_main_visual .logo {
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 104px;
}

.top_main .top_main_visual .ttl {
  width: 50%;
  position: static;
  transform: translate(0);
  background-image: url(../img/bg03.jpg);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.top_main .top_main_visual .ttl h1 {
  width: 67%;
  /*max-width: 474px;*/
}

.top_main .top_main_visual .slider_pc {
  width: 50%;
}

.top_main .top_main_visual .slider_sp {
  display: none;
}

.top_list {
  margin: 0 0 6em;
}

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

  .top_main .top_main_visual .slider_pc .slider_item img {
    width: auto;
    max-width: none;
    height: 768px;
  }
}

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

  .top_main .top_main_visual {
    flex-direction: column;
    align-items: flex-start;
    height: 183vw;
  }

  .top_main .top_main_visual .logo {
    display: none;
  }

  .top_main .top_main_visual .ttl {
    width: 100%;
    padding: 0 0 6vw;
    margin: -9vw 0 0;
  }

  .top_main .top_main_visual .ttl h1 {
    width: 78vw;
  }

  .top_main .top_main_visual .slider_pc {
    display: none;
  }

  .top_main .top_main_visual .slider_sp {
    display: block;
    height: 48vw;
  }

  .top_main .top_main_visual .slider_sp .slider_item img {
    width: 100vw;
  }

  .top_list {
    margin: 3em;
  }
}