* {
  margin: 0;
  padding: 0;
}
a, body, div, em, footer, h1, h2, h3, header, html, img, li, main, p, section, small, span, ul {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: .625em;
}
body {
  color: #333;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
body, input, select, textarea {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
.mac, .win {
  overflow-y: scroll;
}
h1, h2, li, p {
  color: #333;
  font-size: 1.4em;
  text-align: left;
}
em, strong {
  font-style: normal;
  font-weight: 700;
}
:root ol, :root ul {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
p:first-child {
  margin-top: 0;
}
img {
  vertical-align: top;
}
.align-center {
  text-align: center !important;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #094;
  text-decoration: underline;
}
a:visited {
  color: #333;
  text-decoration: none;
}
.center {
  text-align: center !important;
}
.only-pc {
  display: none !important;
}
@media screen and (min-width:801px) {
  .only_pc {
    display: inline-block !important;
  }
  .only_sp {
    display: none !important;
  }
}
@media screen and (max-width:800px) {
  .only_pc {
    display: none !important;
  }
  .only_sp {
    display: inline-block !important;
  }
}

@media screen and (min-width:801px) {
  .nestedWrapper {
    display: table;
    margin: 0 auto;
  }
  .outWrapper {
    column-gap: 5.5rem;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
}
@media screen and (min-width:801px) and (max-width:1350px) {
  .outWrapper {
    column-gap: 1.4815vw;
  }
}
@media screen and (min-width:801px) {
  body {
    position: relative;
  }
  body::before {
    background: url(/kyousai/kyotsu/campaign/assets/assets2/img/bg_main_body.jpg);
    background-position: 0 bottom;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
}
@media screen and (min-width:801px) and (max-width:1350px) {
  .fixed_area {
    font-size: 0.7407vw;
  }
}
@media screen and (min-width:801px) {
  .float {
    position: relative;
    z-index: 99;
  }
  .fixed_area {
    background: rgba(229, 229, 229, .7);
    border-radius: 2.4em;
    box-sizing: border-box;
    padding: 7em 2.5em 5.4em;
    position: sticky;
    position: -webkit-sticky;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 69em;
  }
  .fixed_area .inner {
    width: 100%;
  }
  .fixed_area p.ttl {
    color: #000000;
    font-size: 2.4em;
    font-weight: 600;
    line-height: 1.667;
    text-align: center;
  }
  .fixed_area p.ttl span {
    color: #009944;
  }
  .fixed_area .area_btn {
    margin: 3em auto 0 !important;
  }
}
@media screen and (max-width:800px) {
  .fixed_area {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .fixed_area {
    display: block;
    z-index: 1000;
  }
  .fixed_area p.ttl {
    display: none;
  }
  .fixed_area .area_btn {
    margin: 1em auto !important;
  }
}
@media screen and (min-width:801px) {
  .wrapper {
    background: #ffffff;
    max-width: 75rem;
    position: relative;
    z-index: 99;
    zoom: 0.76;
  }
}
.inner {
  margin: 0 auto;
  width: calc(670 / 750 * 100%);
}
.inner3 {
  margin: 0 auto;
  width: calc(620 / 750 * 100%);
}
.header_logo {
  margin: 0 auto;
  padding: 2.5rem 0;
  width: calc(326/750*100%);
}
.header_logo a {
  display: inline-block;
}
.header_logo a img {
  height: auto;
  width: 100%;
}
h2.head_style01 {
  color: #0f0f0f;
  font-size: 4.8rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
h2.head_style01 .number {
  font-size: 145%;
  font-weight: 800;
  line-height: 1;
}
h2.head_style01 span {
  font-size: 5.6rem;
}
h2.head_style02 {
  color: #0f0f0f;
  font-size: 7rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1.2;
  text-align: center;
}
h2.head_style03 {
  color: #0f0f0f;
  font-size: 8rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1.2;
  text-align: center;
}
h2.head_style04 {
  color: #1d9070;
  font-size: 6rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1.2;
  padding-bottom: .37em;
  text-align: center;
}
h2.head_style05 {
  background: #008c3e;
  color: #ffffff;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  padding: .587em 0 .652em;
  text-align: center;
}
h2.head_style06 {
  color: #0f0f0f;
  font-size: 8rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.125;
  text-align: center;
}
h2 span.inline {
  display: inline-block;
  padding-bottom: 2.2rem;
  position: relative;
}
h2 span.line {
  background: linear-gradient(90deg, #8cff26 3.5rem, #737373 3.5rem);
  display: inline-block;
  height: 1rem;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
h2 span.line::after {
  border-bottom: 2rem solid transparent;
  border-left: 2rem solid #8cff26;
  border-top: 0 solid transparent;
  content: "";
  height: 0;
  position: absolute;
  bottom: -.3rem;
  left: 3.3rem;
  width: 0;
}
p.head_style01_sub {
  color: #0f0f0f;
  font-size: 4.8rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: .729em;
  text-align: center;
  font-feature-settings: "halt";
}
.area_cv {
  padding-bottom: 4rem;
}
.area_btn {
  display: flex;
  justify-content: space-between;
}
.area_btn>a.btn {
  align-items: center;
  border-radius: 1.5rem;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  font-size: 3.2rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.125;
  padding: .438em;
  text-align: center;
}
@media screen and (min-width:801px) {
  .fixed_area .area_btn>a.btn {
    font-size: 3em;
    padding: .333em 0 .367em;
  }
}
.area_btn>a.btn:hover {
  text-decoration: none;
}
.area_btn>a.btn span {
  position: relative;
}
.area_btn>a.btn span::before {
  border-bottom: .25em solid transparent;
  border-left: .406em solid #ffffff; 
  border-top: .25em solid transparent;
  content: ""; 
  height: 0;
  position: absolute;
  right: -.763em;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
.area_btn>.lime {
  background-color: #82bc00;
}
.area_btn>.green {
  background-color: #009944;
}
.area_btn>.left {
  width: calc(237/670*100%);
}
@media screen and (min-width:801px) {
  .fixed_area .area_btn>.left {
    width: calc(310/640*100%);
  }
}
.area_btn>.right {
  width: calc(411/670*100%);
}
@media screen and (min-width:801px) {
  .fixed_area .area_btn>.right {
    width: calc(310/640*100%);
  }
}
.bg_style01 {
  box-sizing: border-box;
  padding-bottom: 15rem;
  padding-top: 12rem;
  position: relative;
  width: 100%;
}
.bg_style01::before {
  border-bottom: 12rem solid transparent; 
  border-left: 75rem solid #ffffff; 
  border-top: 0 solid transparent;
  content: ""; 
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 0; 
}
@media screen and (max-width:800px) {
  .bg_style01::before {
    border-left: 100vw solid #ffffff; 
  }
}
.bg_style01::after {
  border-bottom: 0 solid transparent; 
  border-right: 75rem solid #f2f2f2; 
  border-top: 12rem solid transparent;
  content: ""; 
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0; 
}
@media screen and (max-width:800px) {
  .bg_style01::after {
    border-right: 100vw solid #f2f2f2; 
  }
}
.bg_style02 {
  box-sizing: border-box;
  padding-bottom: 15.7rem;
  padding-top: 1.5rem;
  position: relative;
  width: 100%;
}
.bg_style02::after {
  border-bottom: 0 solid transparent; 
  border-right: 75rem solid #ffffff; 
  border-top: 12rem solid transparent;
  content: ""; 
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0; 
}
@media screen and (max-width:800px) {
  .bg_style02::after {
    border-right: 100vw solid #ffffff; 
  }
}
.bg_style03 {
  box-sizing: border-box;
  padding-bottom: 16.2rem;
  padding-top: 3.9rem;
  position: relative;
  width: 100%;
}
.bg_style03::after {
  border-bottom: 0 solid transparent; 
  border-right: 75rem solid #ecfff7; 
  border-top: 12rem solid transparent;
  content: ""; 
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0; 
}
@media screen and (max-width:800px) {
  .bg_style03::after {
    border-right: 100vw solid #ecfff7; 
  }
}
.bg_style04 {
  box-sizing: border-box;
  padding-bottom: 10.3rem;
  padding-top: 3.4rem;
  position: relative;
  width: 100%;
}
.swipe {
  padding-bottom: .8rem;
}
.swipe .text {
  color: #cccccc;
  font-size: 6rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.35;
  margin-right: -.5em;
  text-align: right;
}
.swipe .text span {
  display: inline-block;
  overflow: hidden;
  padding-right: .567em;
  position: relative;
}
.swipe .text span::after {
  background: #cccccc;
  content: "";
  height: .067em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 99%;
}
.swipe .text span::before {
  background: #cccccc;
  content: "";
  height: .067em;
  position: absolute;
  bottom: .083em;
  right: -.183em;
  transform: rotate(45deg);
  width: .667em;
}
.bg_dot {
  background: url(/kyousai/kyotsu/campaign/assets/assets2/img/bg_main01.png);
  background-position: 1rem;
  background-repeat: repeat;
  background-size: auto;
}
.bg_grey {
  background: #f2f2f2;
}
.bg_white {
  background: #ffffff;
}
.bg_cyan {
  background: #ecfff7;
}
.bg_green {
  background: linear-gradient(90deg,rgba(0, 169, 79, 1) 0%, rgba(0, 134, 55, 1) 100%);
}
.head_style01_desc {
  color: #0f0f0f;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.278;
  padding-bottom: .5em;
  padding-top: .278em;
  text-align: center;
  font-feature-settings: "halt";
}
.head_style02_desc {
  color: #0f0f0f;
  font-size: 4.6rem;
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1.278;
  padding-bottom: .217em;
  padding-top: .278em;
  text-align: center;
  font-feature-settings: "halt";
}
.coverages .inner2 {
  padding-bottom: 3.2rem;
}
.carousel {
  margin: 0 auto;
}
.carousel .item {
  border-radius: .3rem;
  width: 62rem !important;
}
.carousel .slick-slide {
  transform: scale(.92);
  transition: all .5s;
}
.carousel .slick-slide.slick-center{
  transform: scale(1);
  transition-delay: .5s;
}
.carousel .slick-list {
  padding: 0 !important;
}
.carousel .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 1.3rem;
  padding-bottom: .3rem;
  padding-top: .3rem;
}
.carousel .slick-dots li:not(.slick-active) {
  border: .2rem solid #737373;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  height: 2.1rem;
  margin: 0 .55rem;
  width: 2.1rem;
}
.carousel .slick-dots li.slick-active {
  background: url(/kyousai/kyotsu/campaign/assets/assets2/img/ico_main_dot.png);
  content: "";
  height: 3.5rem;
  transform: translateY(-1rem);
  width: 4.8rem;
}
.carousel .slick-dots li button {
  display: none;
}
.carousel .slick-arrow {
  width: 5.1rem;
  height: 7.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.carousel .slick-arrow-prev {
  left: 1.5rem;
}
.carousel .slick-arrow-next {
  right: 1.5rem;
}
@media screen and (max-width:800px) {
  .carousel .slick-arrow-prev {
    left: 3.5rem;
  }
  .carousel .slick-arrow-next {
    right: 3.5rem;
  }
}
.carousel .slick-arrow .slick-prev,.carousel .slick-arrow .slick-next {
  position: absolute;
  cursor: pointer;
  width: 5.1rem;
  height: 7.8rem;
  outline: none;
  background-size: cover;
  z-index: 999;
}
.carousel .slick-arrow .slick-prev {
  background: url(/kyousai/kyotsu/campaign/assets/assets2/img/ico_main_arrow_left.png);
}
.carousel .slick-arrow .slick-next {
  background: url(/kyousai/kyotsu/campaign/assets/assets2/img/ico_main_arrow_right.png);
}
.coverages_carousel .item .content {
  background: #ffffff;
}
.coverages_carousel .item.lime {
  background: #009944;
  border: .4rem solid #009944;
}
.coverages_carousel .item.lime a.btn {
  background: #009944;
}
.coverages_carousel .item.green {
  background: #f3981c;
  border: .4rem solid #f3981c;
}
.coverages_carousel .item.green a.btn {
  background: #f3981c;
}
.coverages_carousel .item.red {
  background: #e60012;
  border: .4rem solid #e60012;
}
.coverages_carousel .item.red a.btn {
  background: #e60012;
}
.coverages_carousel .item.purple {
  background: #a50082;
  border: .4rem solid #a50082;
}
.coverages_carousel .item.purple a.btn {
  background: #a50082;
}
.coverages_carousel .item.green01 {
  background: #0db700;
  border: .4rem solid #0db700;
}
.coverages_carousel .item.green01 a.btn {
  background: #0db700;
}
.coverages_carousel .item .title {
  color: #ffffff;
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1;
  padding: .04em 0 .4em;
  text-align: center;
}
.coverages_carousel .item .title span {
  display: block;
}
.coverages_carousel .item .title span i {
  display: inline-block;
  height: 1.413em;
  vertical-align: 30%;
  margin-right: 1.2rem;
}
.coverages_carousel .item .title span i img {
  vertical-align: middle;
  width: 100%;
}
.coverages_carousel .item .title span.des {
    font-size: 3rem;
    line-height: 1;
    margin-top: .5rem;
}
.coverages_carousel .item .img {
  text-align: center;
}
.coverages_carousel .item .text01 {
  padding-top: 1.8rem;
  text-align: center;
}
.coverages_carousel .item .text02 {
  color: #0f0f0f;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.333;
  padding-top: .4em;
  text-align: center;
}
.coverages_carousel .item a.btn {
  background: #8cff26;
  border-radius: 35px;
  color: #ffffff;
  display: inline-block;
  font-size: 3.6rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  margin: 0 auto;
  margin-top: .6em;
  max-width: 9.306em;
  padding: .444em 0 .611em;
  text-align: center;
  width: 100%;
}
.coverages_carousel .item a.btn:hover {
  text-decoration: none;
}
.coverages_carousel .item .content {
  padding-bottom: 4.9rem;
}
.national_life_support .tag {
  color: #ffffff;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}
.national_life_support .tag>* {
  background: #0f0f0f;
  display: inline-block;
  margin-bottom: .625em;
  padding: 0 .825em .1em;
  transform: skew(-0.02turn, -4deg);
}
.national_life_support .item .tag_carousel {
  color: #ffffff;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.national_life_support .item .tag_carousel>* {
  background: #0f0f0f;
  box-shadow: .118em .118em 0 0 #8cff26;
  display: inline-block;
  margin-bottom: .6em;
  padding: .147em .735em .324em;
}
.national_life_support .item {
  background: #ffffff;
  border-radius: .6rem;
  padding: 4.1rem 0 6.7rem;
}
.national_life_support .item .title {
  color: #0f0f0f;
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.national_life_support .item .desc {
  color: #0f0f0f;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
}
.national_life_support .item .desc01 {
  color: #0f0f0f;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.533;
  margin-top: 1.15em;
  text-align: center;
}
.underline {
  background: linear-gradient(#ffffff 70%, #baff7d 0, #baff7d 100%);
  display: inline;
}
.national_life_support .item .img {
  margin-bottom: 5rem;
  margin-top: 2rem;
  text-align: center;
}
.national_life_support .item .img01 {
  margin-bottom: 0rem;
  margin-top: 2.8rem;
  text-align: center;
}
.national_life_support .item .img_wrap {
  margin-top: 2.4rem;
  text-align: center;
}
.national_life_support .inner3 {
  padding-top: .7rem;
}
.link {
  font-size: 3rem;
  letter-spacing: -.07em;
  padding-bottom: .333em;
  text-decoration: underline !important;
  font-feature-settings: "halt";
  text-underline-offset: .6em;
}
.list_note {
  padding-top: 4.4rem;
}
.list_note ul li {
  color: #0f0f0f;
  display: flex;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}
.subscribers_carousel {
  margin-top: -5.25rem;
}
.subscribers_carousel .item {
  padding-top: 5.25rem;
  position: relative;
}
.subscribers_carousel .item .ico {
  position: absolute;
  left: 50%;
  top: 0;
  text-align: center;
  transform: translate(-50%, 0);
}
.subscribers_carousel .item .ico>* {
  display: inline-block;
  height: 10.5rem;
  width: 10.5rem;
}
.know .center {
  margin-top: 4rem;
}
.message {
  padding-top: 8.8rem;
}
.slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#message_carousel {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider .slideimg:first-child {
  position: inherit;
}
.slider .slideimg {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 1s ease-in-out;
  width: 100%;
  z-index: 0;
}
.slider .slideimg.active {
  opacity: 1;
  z-index: 1;
}
.slider .slideimg img {
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.info .tel {
  background: #ffffff;
  border-radius: .6rem;
  margin-top: 4.1rem;
  padding: 3.2rem 1rem 3.4rem;
}
.info .tel .phone_text {
  color: #0f0f0f;
  font-size: 4.6rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.info .tel .phone_text span {
  display: inline-block;
  height: .935em;
  width: 1.152em;
}
.info .tel .phone_number {
  color: #0f0f0f;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  margin-top: .117em;
  text-align: center;
}
.info .tel .phone_number>* {
  border-bottom: .1em solid #009944;
  display: inline-block;
  padding-bottom: .1em;
}
.info .tel .phone_number>*:hover {
  text-decoration: none;
}
@media screen and (min-width:801px) {
  .info .tel .phone_number>* {
    pointer-events: none;
  }
  .info .tel .phone_number>*:hover {
    color: #0f0f0f;
  }
    
}
.info .tel .list_dot {
  margin-top: 2.4rem;
  text-align: center;
}
.info .tel .list_dot ul {
  display: inline-block;
}
.info .tel .list_dot ul li {
  color: #0f0f0f;
  font-size: 2.4rem;
  line-height: 1.417;
  text-align: left;
  font-feature-settings: "haln";
}
.info .supports {
  margin-top: 4rem;
}
.info .supports ul li a.btn {
  background: #0f0f0f;
  border-radius: .188em;
  color: #ffffff;
  display: block;
  font-size: 3.2rem;
  letter-spacing: -.06em;
  line-height: 1.438;
  padding: .75em 1.25em .938em 0;
  position: relative;
  text-align: center;
  font-feature-settings: "haln";
}
.info .supports ul li a.btn:hover {
  text-decoration: none;
}
.info .supports ul li a.btn::after {
  content: "";
  height: 1.375em;
  position: absolute;
  right: 3.594em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.469em;
}
.info .supports ul li a.btn.search::after {
  background: url(/kyousai/kyotsu/campaign/assets/assets2/img/ico_main_search.png);
}
.info .supports ul li a.btn.chat::after {
  background: url(/kyousai/kyotsu/campaign/assets/assets2/img/ico_main_chat.png);
}
.info .supports ul li:nth-child(n+2) {
  margin-top: 2.1rem;
}
.info p.head_style01 {
  color: #000000;
  font-size: 4rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 1.575em;
  margin-top: 1.9em;
  position: relative;
  text-align: center;
}
.info p.head_style01::after {
  border-left: .1em solid #0f0f0f;
  border-radius: 40px 0 0 0;
  border-top: .1em solid #0f0f0f;
  box-sizing: border-box;
  content: "";
  height: 1.225em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-.1em);
  width: 3.7em;
}
.info p.head_style01::before {
  border-radius: 0 40px 0 0;
  border-right: .1em solid #0f0f0f;
  border-top: .1em solid #0f0f0f;
  box-sizing: border-box;
  content: "";
  height: 1.225em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-.1em);
  width: 3.7em;
}
.social_network {
  padding-bottom: 10rem;
}
.social_network ul li a {
  background: #ffffff;
  border-radius: .6rem;
  display: flex;
  column-gap: 5%;
  padding: 1.2rem 1.2rem 1.6rem 1.5rem;
}
.social_network ul li a:hover {
  text-decoration: none;
}
.social_network ul li:nth-child(n+2) {
  margin-top: 2rem;
}
.social_network ul li .left {
  align-items: center;
  display: flex;
  justify-content: center;
  width: calc(67/596*100%);
}
.social_network ul li .right {
  width: calc(420/596*100%);
}
.social_network ul li .ttl {
  color: #0f0f0f;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1.25;
}
.social_network ul li .text {
  color: #0f0f0f;
  font-size: 2.4rem;
  font-feature-settings: "halt";
  letter-spacing: 0.01em;
  line-height: 1.417;
  margin-top: .167rem;
}
.social_network ul li.ico01 a {
  background: #ffffff url(../img/ico01.png) no-repeat;
  background-position: top 50% right 3%;
  background-size: calc(77/620*100%);
}
.social_network ul li.ico02 a {
  background: #ffffff url(../img/ico02.png) no-repeat;
  background-position: top 50% right 3%;
  background-size: calc(77/620*100%);
}
a:link {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #094;
  opacity: .7;
  text-decoration: underline;
}
a:visited {
  color: #333;
  text-decoration: none;
}
.page-footer {
  background-color: #fff;
  overflow: visible;
  zoom: 1;
}
.page-footer .footer-lower {
  background: url(../img/footer_line_img01.png) bottom center/960px 45px no-repeat, url(../img/footer_line_img02.png) bottom 16px left/1px 13px repeat-x;
  background-color: #fff;
  clear: both;
  font-size: 1em;
  overflow: visible;
  padding: 46px 0 60px;
  position: relative;
}
.footer-totop {
  margin-top: 0 !important;
}
.footer-totop a {
  background: url(../img/footer_totop.png) top center/67px 115px no-repeat;
  box-sizing: border-box;
  color: #094 !important;
  display: block;
  font-size: 1.2rem;
  line-height: 1.1667;
  padding: 66px 5px 20px;
  position: absolute;
  right: 42px;
  top: -84px;
  text-align: center;
  width: 67px;
}
.footer-lower .inner, .footer-nav-wrap .inner {
  margin: 0 auto;
  position: relative;
}
.page-footer .footer-lower .footer-logo {
  float: left;
  margin-top: 0;
}
.page-footer .footer-lower .footer-sub-nav {
  float: right;
  overflow: hidden;
  text-align: right;
  width: calc(560/900 *100%);
}
.page-footer .footer-lower .footer-sub-nav .footer-sub-nav_list {
  margin-right: -10px;
}
.page-footer .footer-lower .footer-sub-nav .footer-sub-nav_list > li {
  border-right: 1px solid #bcbcbc;
  display: inline-block;
  font-size: 1.1em;
  line-height: 1;
  margin: 0 5px 12px 0;
  padding-right: 5px;
}
.page-footer .footer-lower .copyright {
  clear: both;
  color: #666;
  font-size: 1.1em;
  text-align: right;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
:root ul.mv_btn_wrap {
  display: flex;
  justify-content: space-between;
}
.page-footer {
  min-width: 800px;
}
.pbPage .page-footer, .pbPage .page-header {
  min-width: 100%;
}
.page-footer {
  background: 0 0;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  padding-top: 250px;
}
.page-footer .footer-lower {
  background: #fff url(../img/footer_line.png) bottom 74px center/100% auto no-repeat;
  padding: 77px 40px 186px;
}
@media screen and (min-width:801px) {
  .page-footer .footer-lower {
    background: #fff url(../img/footer_line.png) bottom 15px center / 100% auto no-repeat;
    padding: 77px 40px 122px;
  }
}
.page-footer .footer-lower .footer-pc-page {
  text-align: center;
}
.page-footer .footer-lower .footer-logo {
  float: none;
  margin: 0;
  text-align: center;
}
.page-footer .footer-lower .footer-sub-nav {
  float: none;
  margin-top: 35px;
  overflow: visible;
  width: 100%;
}
.page-footer .footer-lower .footer-sub-nav .footer-sub-nav_list {
  margin: 0;
  text-align: center;
}
.page-footer .footer-lower .footer-sub-nav .footer-sub-nav_list > li {
  border-right: 2px solid #bcbcbc;
  display: inline-block;
  font-size: 22px !important;
  line-height: 1;
  margin: 25px 15px 0 0;
  overflow: visible;
  padding-right: 15px;
  vertical-align: middle;
}
.page-footer .footer-lower .footer-sub-nav .footer-sub-nav_list > li a {
  color: #333;
  text-decoration: none;
}
.page-footer .footer-lower .footer-sub-nav .footer-sub-nav_list > li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.page-footer .footer-lower .copyright {
  display: block;
  font-size: 22px !important;
  margin: 42px 0 0 0;
  text-align: center;
  width: 100%;
}
.page-footer .pbNestedWrapper {
  overflow: visible;
}
.page-footer.type-w375 {
  padding-top: 100px;
}
.page-footer.type-w375 .footer-lower {
  background-position: bottom 12px center;
  background-size: 100% auto;
  padding: 40px 15px 80px;
}
.page-footer.type-w375 .footer-lower .footer-logo {
  margin: auto;
  width: 200px;
}
.page-footer.type-w375 .footer-lower .footer-logo img {
  height: auto !important;
  width: 100%;
}
.page-footer.type-w375 .footer-totop a {
  background-size: 66px auto;
  font-size: 12px;
  padding: 70px 7px 17px;
  right: 15px;
  top: -95px;
  width: 68px;
}
.page-footer.type-w375 .footer-lower .footer-sub-nav .footer-sub-nav_list > li {
  font-size: 10px !important;
  margin: 5px 5px 0 0;
  padding-right: 5px;
}
.page-footer.type-w375 .copyright {
  font-size: 12px !important;
}
.footer-totop {
  margin-top: 0 !important;
  position: relative;
}
.footer-totop a {
  background: url(../img/footer_totop.png) center/142px 244px no-repeat;
  box-sizing: border-box;
  color: #094;
  display: block;
  font-size: 25.6px;
  font-weight: 600;
  line-height: 1.166;
  margin-top: 0;
  padding: 148px 19px 38px;
  position: absolute;
  right: 32px;
  top: -213px;
  text-align: center;
  width: 142px;
  z-index: 100;
}
.footer-totop a:hover {
  text-decoration: none;
}
.type-w375 .footer-totop a {
  font-size: 12px;
}
.align-center {
  text-align: center;
}
img {
  height: auto;
  width: 100%;
}
.relative {
  margin: auto;
  width: 100%;
}
.footer-logo img {
  width: 320px;
}
#footerArea {
  padding-bottom: 70px;
}
@media screen and (min-width:801px) {
  #footerArea {
    padding-bottom: 0;
  }
}
.header, .page-footer .footer-lower {
  margin: 0 auto;
  position: relative;
}
.page-footer {
  padding: 0;
}
#pageTop {
  cursor: pointer;
  position: sticky;
  bottom: 1rem;
  float: right;
  width: 7em;
  height: 7em;
  transform: translateX(-1rem);
  z-index: 99999;
}
@media screen and (max-width:800px) {
  #pageTop {
    bottom: 13rem;
  }
}
.area_cv .head_style01 {
  padding: 3.4rem 0 2.6rem;
}
.about {
  padding: 9rem 0 0;
}
.about .title {
  padding-bottom: 2rem;
}
.carousel.about_carousel .item,
.carousel.about02_carousel .item {
  border-radius: .3rem;
  width: 75rem !important;
}
.carousel.about_carousel .slick-slide,
.carousel.about02_carousel .slick-slide {
  transform: scale(1);
  transition: all 0;
}
.carousel.about_carousel .slick-slide.slick-center,
.carousel.about02_carousel .slick-slide.slick-center {
  transform: scale(1);
  transition-delay: 0;
}
.carousel.about_carousel .slick-arrow {
 top: 68%;
}
.carousel.about02_carousel .slick-arrow {
 top: 66%;
}

.slick-arrow[aria-disabled="true"] {
  display: none !important;
}

.concept {
  background-color: #f6f6f6;
  padding: 8.9em 0 15.2em
}
.concept_inner {
  margin: 0 auto;
  max-width: 960px;
  width: calc(670 / 750 * 100%);
}
.concept_section:first-child {
  margin-top: 0
}
.concept_title {
  text-align: center;
  font-size: 4rem;
  letter-spacing: .05em
}
.concept_lower-title {
  text-align: left;
  font-size: 2.2em;
  font-weight: 700
}
.concept_text {
  text-align: left
}
.concept_text:first-child {
  margin-top: .706em
}
.concept_body {
  position: relative
}
.concept_trigger {
  position: absolute;
  right: 7px;
  top: 100%
}
.concept_trigger > a {
  white-space: nowrap;
  text-indent: 110%;
  overflow: hidden;
  position: relative;
  display: block;
  zoom: 1.1;
  height: 40px
}
.concept_trigger > a::after, .concept_trigger > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  width: 25px;
  height: 0;
  margin: auto 0;
  border-top: 3px solid #fff;
  transition: transform .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.concept_trigger > a::after {
  transform: rotate(90deg)
}
.is-expanded .concept_trigger > a::after {
  transform: rotate(360deg)
}

@media screen and (min-width:801px) {
  .concept {
    padding: 94px 0 148px
  }
  .concept_inner {
    box-sizing: border-box;
  }
  .concept_section {
    margin-top: 48px
  }
  .concept_title img {
    margin: 0 auto
  }
  .concept_lower-title {
    font-size: 2.2rem;
    line-height: 1.65;
    margin: 0 auto;
  }
  .concept_text {
    font-size: 2.2rem;
    line-height: 1.65;
    margin: .706em auto 0;
  }
  .concept_title, .concept_text {
    margin-top: 38px
  }
  .concept_trigger {
    margin-top: 54px !important
  }
  .concept_trigger > a {
    width: 128px;
    background: url(../img/concept_img04.png) no-repeat center center/100% 100%
  }
  .concept_trigger > a:active::before, .concept_trigger > a:hover::before {
    transform: scale(1.1)
  }
  .concept_trigger > a:active::after, .concept_trigger > a:hover::after {
    transform: rotate(90deg) scale(1.1)
  }
  .is-expanded .concept_trigger > a:active::after, .is-expanded .concept_trigger > a:hover::after {
    transform: rotate(360deg) scale(1.1)
  }
  .concept {
    margin-top: 0 !important;
    padding-top: 80px
  }
}
@media screen and (max-width:800px) {
  .concept_text:first-child {
    margin-top: 40px
  }
  .concept_text, .concept_text {
    margin-top: 40px
  }
  .concept_inner {
    margin: 0 auto;
    width: calc(670 / 750 * 100%);
    padding: 0
  }
  .concept_section {
    margin-top: 40px
  }
  .concept_lower-title {
    text-align: left;
    font-weight: 700
  }
  .concept_text {
    text-align: left
  }
  .concept_title {
    margin-top: 40px;
    font-size: 2.4em
  }
  .concept_text {
    margin-top: 40px;
    font-size: 2.2em
  }
  .concept_lower-title, .concept_text {
    margin-top: 15px
  }
  .concept_trigger {
    margin-top: 90px !important;
    right: 0
  }
  .concept_trigger > a {
    cursor: pointer;
    display: block;
    font-size: 2.667vw;
    height: 2.3em;
    overflow: hidden;
    position: relative;
    text-indent: 110%;
    white-space: nowrap;
    width: 8.9em;
    background: url(../img/concept_img04_sp.png) no-repeat center center/100% 100%
  }
  .concept .concept_trigger > a::after, .concept .concept_trigger > a::before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-top: 4px solid #fff;
    content: '';
    display: block;
    height: 0;
    margin: auto 0;
    position: absolute;
    bottom: 0;
    right: .4em;
    top: 0;
    transition: transform .3s;
    width: 1.6em
  }
  .w640 .concept {
    padding: 50px 0 180px
  }
  .w640 .concept_inner {
    width: 590px
  }
  .w640 .concept_title img {
    width: 410px
  }
  .w640 .concept_lower-title {
    font-size: 2rem;
    line-height: 1.46
  }
  .w640 .concept_text {
    font-size: 2.2rem;
    line-height: 1.46
  }
  .w640 .concept_title + .concept_text {
    margin-top: 43px
  }
  .w640 .concept_trigger {
    margin-top: 79px !important
  }
  .w640 .concept_trigger > a {
    width: 139px;
    height: 36px
  }
  .w640 .concept_trigger > a::after, .w640 .concept_trigger > a::before {
    width: 23px;
    border-top: 2px solid #fff
  }
  .concept {
    margin-top: 0 !important;
    padding-top: 60px;
    padding-bottom: 210px
  }
}
@media all and (min-width:801px) {
  .concept .concept_title {
    color: #2c893a;
    font-weight: 700;
    text-align: center
  }
}
@media all and (max-width:800px) {
  .concept .concept_title {
    color: #2c893a;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.35
  }
}
@media all and (max-width:800px) {
  .concept_lower-title + .concept_text {
    margin-top: .6em
  }
}