@charset "utf-8";
/* CSS Document */
/* ==========================================================================
   Foundation
========================================================================== */

/* var --- */
:root {
	--c_fc: #000;
	--c_main: #445A6B;
	--c_sub: #2E90C3;
  --c_white: #fff;
  --c_black: #000;
  --c_red: #D42E2E;
  --c_blue: #2491C7;
	--rgb_fc: 0, 0, 0;
  --rgb_white: 255, 255, 255;
  --rgb_black: 0, 0, 0;
}

/* Reset --- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
button,
label,
legend,
caption,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
main,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

a {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #000;
  vertical-align: baseline;
  text-decoration: none;
  outline: none;
}

a:focus,
*:focus {
  outline: none;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}
ul,
ol {
  list-style: none;
}

em,
i {
  font-style: normal;
}

img {
  vertical-align: bottom;
}

a img {
  border: none;
  vertical-align: middle;
}

/* Base --- */
html {
  font-size: 62.5%; /* sets the base font to 10px */
}

body {
  background: var(--c_white);
  color: var(--c_fc);
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .08em;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  header,
  body {
    min-width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    font-size: calc(14vw / 3.75);
  }
}

/* ==========================================================================
   Layout
========================================================================== */
.wrap,
.wrap-notsp {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: calc(335vw / 3.75);
  }
  .wrap-notsp {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
   Header
-------------------------------------------------------------------------- */
.l-header {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  background-color: var(--c_white);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: calc(47vw / 3.75);
  }
}

.header-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header-wrap {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0 calc(10vw / 3.75);
  }
}

@media screen and (min-width: 769px) {
  .header-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 27px;
  }
}

.header-logo__link {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 184px;
  height: 24px;
  transition: opacity ease .3s;
}
@media screen and (min-width: 769px) {
  .header-logo__link:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 768px) {
  .header-logo__link {
    width: calc(127vw / 3.75);
    height: calc(18vw / 3.75);
  }
}

.header-logo__image {
  width: 100%;
}

.main-title__image {
  width: 249px;
}
@media screen and (max-width: 768px) {
  .main-title__image {
    width: calc(139vw / 3.75);
  }
}

/* --------------------------------------------------------------------------
   Main
-------------------------------------------------------------------------- */
.l-main {
}

/* --------------------------------------------------------------------------
   Footer
-------------------------------------------------------------------------- */
.l-footer {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: calc(29vw / 3.75);
  }
}

.pagetop-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  height: 50px;
  padding-right: 30px;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  z-index: 100;
  transform: translateY(-30px);
}
.pagetop-wrap .pagetop {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--c_main);
  pointer-events: auto;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center center;
  background-image: url(../img/pagetop.png);
  font-size: 0;
  transition: filter ease .3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pagetop-wrap {
    top: inherit;
    bottom: calc(114vw / 3.75);
    height: calc(50vw / 3.75);
    padding-right: calc(10vw / 3.75);
  transform: translateY(0);
  }
  .pagetop-wrap .pagetop {
    width: calc(50vw / 3.75);
    height: calc(50vw / 3.75);
    background-size: calc(24vw / 3.75);
  }
}
@media screen and (min-width: 769px) {
  .pagetop-wrap .pagetop:hover {
    filter: brightness(1.1);
  }
}

.attention-dl > dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  border-radius: 20px 20px 0 0;
  background-color: var(--c_red);
  font-weight: bold;
  color: var(--c_white);
}
.attention-dl > dd {
  padding: 15px 30px 30px;
  border-radius: 0 0 20px 20px;
  background-color: #FFF7F7;
}
@media screen and (max-width: 768px) {
  .attention-dl > dt {
    height: calc(72vw / 3.75);
    border-radius: calc(20vw / 3.75) calc(20vw / 3.75) 0 0;
    text-align: center;
    font-size: calc(16vw / 3.75);
  }
  .attention-dl > dd {
    padding: calc(15vw / 3.75) calc(20vw / 3.75) calc(30vw / 3.75);
    border-radius: 0 0 calc(20vw / 3.75) calc(20vw / 3.75);
    font-size: calc(16vw / 3.75);
  }
}

@media screen and (min-width: 769px) {
  .attention-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .attention-list__item {
    position: relative;
    min-height: 26px;
    padding-left: 21px;
    margin-top: 15px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .attention-list__item {
    position: relative;
    padding-left: calc(21vw / 3.75);
    margin-top: calc(15vw / 3.75);
    font-size: calc(16vw / 3.75);
  }
}
.attention-list__item:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--c_red);
}
@media screen and (max-width: 768px) {
  .attention-list__item:before {
    top: calc(10vw / 3.75);
    width: calc(6vw / 3.75);
    height: calc(6vw / 3.75);
  }
}


.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .footer-wrap {
    flex-direction: column;
    justify-content: center;
    height: calc(215vw / 3.75);
  }
}

.footer-logo__link {
  display: flex;
  line-height: 1;
}

.footer-logo__image {
  width: 283px;
}
@media screen and (max-width: 768px) {
  .footer-logo__image {
    width: calc(200vw / 3.75);
  }
}

.footer-lead {
  text-align: right;
  letter-spacing: .08em;
  font-size: 1rem;
  color: var(--c_black);
}
@media screen and (max-width: 768px) {
  .footer-lead {
    margin-top: calc(30vw / 3.75);
    text-align: center;
    letter-spacing: 0;
    font-size: clamp(calc(10vw / 3.75), calc(10vw / 3.75), 1rem);
  }
}

.footer-lead p + p {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .footer-lead p + p {
    margin-top: calc(5vw / 3.75);
  }
}

.copyright small {
  letter-spacing: .04em;
}

/* ==========================================================================
   Object
========================================================================== */
/* --------------------------------------------------------------------------
   Component
-------------------------------------------------------------------------- */
/* display PC SP
----------------------------------------------------------------------- */
@media(min-width: 769px){
  .pc {
    display: block !important;
  }
  .pci {
    display: inline !important;
  }
  .sp,
  .spi {
    display: none !important;
  }
	.pc-hide {
		display: none !important;
	}
}
@media(max-width: 768px){
  .pc,
  .pci {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spi {
    display: inline !important;
  }
	.sp-hide {
		display: none !important;
	}
}


/* 768px以下（スマホ） */
@media screen and (max-width: 768px) {
}

/* 769px以上（タブレット・PC） */
@media screen and (min-width: 769px), print {
}

/* --------------------------------------------------------------------------
   Project
-------------------------------------------------------------------------- */
.l-hero {
  position: relative;
  height: 721px;
  background-color: #2E90C3;
}
@media screen and (max-width: 768px) {
  .l-hero {
    height: auto;
    min-height: calc(901vw / 3.75);
  }
}

.l-hero:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(118px - 5px);
  background-repeat: repeat-x;
  background-position: calc(50% + 35px) top;
  background-size: 1750px 118px;
  background-image: url(../img/hero-bg.png);
  opacity: .3;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .l-hero:after {
    height: calc(61vw / 3.75);
    background-position: calc(50% + (13vw / 3.75)) bottom;
    background-size: auto calc(61vw / 3.75);
  }
}

.hero-head {
  position: relative;
  display: flex;
  flex-direction: column;
  color: var(--c_blue);
}

.hero-title {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .hero-title {
    position: relative;
    margin-top: calc(293vw / 3.75);
    z-index: 10;
  }
}

.hero-title__image {
  width: 424px;
}
@media screen and (max-width: 768px) {
  .hero-title__image {
    width: calc(330vw / 3.75);
  }
}

.hero-head_catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 41px;
}
@media screen and (max-width: 768px) {
  .hero-head_catch {
    margin-top: calc(14vw / 3.75);
  }
}

.hero-head_catch strong {
  display: flex;
  align-items: center;
  height: 43px;
  padding: 0 10px;
  background-color: var(--c_white);
  font-weight: bold;
  font-size: 1.8rem;
  color: var(--c_blue);
}
@media screen and (max-width: 768px) {
  .hero-head_catch strong {
    height: calc(35vw / 3.75);
    padding: 0 calc(15vw / 3.75);
    font-size: calc(13vw / 3.75);
  }
}

.hero-head_catch strong + strong {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .hero-head_catch strong + strong {
    margin-top: calc(10vw / 3.75);
  }
}

.hero-phone {
  position: absolute;
  top: -50px;
  left: 0;
  width: 296px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .hero-phone {
    top: calc(-6vw / 3.75);
    left: calc(19vw / 3.75);
    width: calc(194vw / 3.75);
    z-index: 1;
  }
}

.hero-label {
  position: absolute;
  top: -14px;
  right: 0;
  width: 190px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .hero-label {
    top: calc(28vw / 3.75);
    right: calc(7vw / 3.75);
    width: calc(150vw / 3.75);
  }
}

.hero-person {
  position: absolute;
  top: 182px;
  right: 29px;
  width: 281px;
}
@media screen and (max-width: 768px) {
  .hero-person {
    top: calc(184vw / 3.75);
    right: 0;
    width: calc(117vw / 3.75);
  }
}

.hero-body {
  position: relative;
  margin-top: 87px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .hero-body {
    margin-top: calc(30.15vw / 3.75);
  }
}

@media screen and (min-width: 769px) {
  .hero-list {
    display: flex;
    justify-content: space-between;
  }
}

.hero-list__item {
  flex: 0 0 340px;
  height: 170px;
  background-color: var(--c_blue);
  border-radius: 20px;
  border: solid 2px var(--c_white);
  box-shadow: 0 10px 0 var(--c_white);
}
@media screen and (max-width: 768px) {
  .hero-list__item {
    display: flex;
    align-items: center;
    height: calc(80vw / 3.75);
    padding: 0 calc(20vw / 3.75);
    border-radius: calc(10vw / 3.75);
    border: solid calc(2vw / 3.75) var(--c_white);
    box-shadow: 0 calc(5vw / 3.75) 0 var(--c_white);
  }
  .hero-list__item:nth-child(2) {
    height: calc(100vw / 3.75);
  }

  .hero-list__item + .hero-list__item {
    margin-top: calc(15vw / 3.75);
  }
}

.hero-list__item figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform: translateY(-40px);
}
@media screen and (max-width: 768px) {
  .hero-list__item figure {
    flex-direction: row;
    transform: translateY(0);
  }
}

.hero-list__item img {
  width: 100px;
  height: 100px;
}
.hero-list__item figcaption {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: var(--c_white);
}
@media screen and (max-width: 768px) {
  .hero-list__item img {
    width: calc(40vw / 3.75);
    height: calc(40vw / 3.75);
  }
  .hero-list__item figcaption {
    margin-top: 0;
    margin-left: calc(15vw / 3.75);
    text-align: left;
    font-size: calc(16vw / 3.75);
  }
}

.hero-list__item figcaption strong {
  color: #FDD000;
}


.l-download {
  display: flex;
  align-items: center;
  height: 422px;
  background-color: #D3EDFB;
}
@media screen and (max-width: 768px) {
  .l-download {
    height: auto;
    align-items: flex-start;
    padding-top: calc(140vw / 3.75);
    min-height: calc(567vw / 3.75);
  }
}
@media screen and (min-width: 769px) {
  .download-wrap {
    display: flex;
    justify-content: space-between;
  }
  .download-contents {
    position: relative;
    flex: 0 0 642px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    letter-spacing: .08em;
  }
}

.dowmload-label {
  position: absolute;
  top: 35px;
  right: 0;
  width: 138px;
  height: 140px;
}
@media screen and (max-width: 768px) {
  .download-contents {
    position: relative;
  }
  .dowmload-label {
    top: calc(-160vw / 3.75);
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    width: calc(138vw / 3.75);
    height: calc(140vw / 3.75);
  }
}

.download-logo__image {
  width: 249px;
}
@media screen and (max-width: 768px) {
  .download-logo {
    display: flex;
    justify-content: center;
  }
  .download-logo__image {
    width: calc(249vw / 3.75);
  }
}

.download-title {
  margin-top: 10px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 3.5rem;
  color: var(--c_sub);
}
@media screen and (max-width: 768px) {
  .download-title {
    margin-top: calc(10vw / 3.75);
    text-align: center;
    font-size: calc(22vw / 3.75);
  }
}

.download-lead {
  position: relative;
  margin-top: 35px;
  padding-left: 16px;
  line-height: 1.6;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .download-lead {
    margin-top: calc(15vw / 3.75);
    padding-left: calc(16vw / 3.75);
    font-size: calc(12vw / 3.75);
  }
}

.download-lead:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.download-links {
  flex: 0 0 418px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .download-links {
    width: 100%;
    justify-content: space-between;
    margin-top: calc(40vw / 3.75);
  }
}

.download-dl {
  flex: 0 0 200px;
}
@media screen and (max-width: 768px) {
  .download-dl {
    flex: 0 0 calc(155vw / 3.75);
  }
}

.download-dl + .download-dl {
  margin-left: 18px;
}
@media screen and (max-width: 768px) {
  .download-dl + .download-dl {
    margin-left: calc(25vw / 3.75);
  }
}

.download-dl > dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 66px;
  background-color: var(--c_sub);
  border: solid 1px var(--c_sub);
  line-height: 1;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--c_white);
  border-radius: 10px 10px 0 0;
}
.download-dl > dt strong {
  margin-bottom: 5px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .download-dl > dt {
    height: calc(58vw / 3.75);
    font-size: calc(12vw / 3.75);
    border-width: calc(1vw / 3.75);
    border-radius: calc(10vw / 3.75) calc(10vw / 3.75) 0 0;
  }
  .download-dl > dt strong {
    margin-bottom: calc(5vw / 3.75);
    font-size: calc(16vw / 3.75);
  }
}

.download-dl > dd {
  padding: 10px 0 20px;
  background-color: var(--c_white);
  border: solid 1px #CCDFED;
  border-radius: 0 0 10px 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .download-dl > dd {
    padding: calc(10vw / 3.75);
    border-width: calc(1vw / 3.75);
    border-radius: 0 0 calc(10vw / 3.75) calc(10vw / 3.75);
  }
}

.download-qr {
  text-align: center;
}
.download-qr__image {
  width: 136px;
}

.download-btn {
  text-align: center;
  line-height: 1;
}
.download-btn__link {
  display: inline-flex;
  width: 169px;
  line-height: 1;
  transition: opacity ease .3s;
}
@media screen and (max-width: 768px) {
  .download-btn__link {
    width: calc(135.2vw / 3.75);
  }
}
.download-btn__link:hover {
  opacity: .7;
}
.download-btn__link:hover img {
  opacity: 1;
}

.l-function {
  padding-top: 120px;
  /* padding-bottom: 100px; */
}
@media screen and (max-width: 768px) {
  .l-function {
    padding-top: calc(110vw / 3.75);
    /* padding-bottom: calc(104vw / 3.75); */
  }
}

.function-wrap {
  position: relative;
}

.function-head {
  position: relative;
  display: flex;
  justify-content: center;
}

.function-title {
  display: flex;
  justify-content: center;
}

.function-title > strong {
  display: inline-flex;
  margin-left: -.4em;
  padding-bottom: 17px;
  border-bottom: solid 2px var(--c_sub);
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 3.5rem;
  color: var(--c_sub);
}
@media screen and (max-width: 768px) {
  .function-title > strong {
    margin-left: 0;
    padding-bottom: calc(13vw / 3.75);
    border-bottom-width: calc(2vw / 3.75);
    font-size: calc(25vw / 3.75);
  }
}

@media screen and (min-width: 769px) {
  .function-baloon {
    position: absolute;
    bottom: 0;
    left: 628px;
    width: 203px;
  }
}
@media screen and (max-width: 768px) {
  .function-baloon {
    position: absolute;
    top: calc(-145vw / 3.75);
    right: calc((-20vw + 13.32vw) / 3.750);
    width: calc(156.68vw / 3.75);
  }
}

.function-person {
  position: absolute;
  top: -137px;
  left: 42px;
  width: 256px;
}
@media screen and (max-width: 768px) {
  .function-person {
    position: absolute;
    top: calc(-142vw / 3.75);
    left: calc(20vw / 3.75);
    width: calc(147vw / 3.75);
  }
}

.function-body {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .function-body {
    margin-top: calc(24vw / 3.75);
  }
}

.function-list__item figure {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .function-list {
    display: flex;
    justify-content: space-between;
  }

  .function-list__item {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .function-list__item figure img {
    width: 300px;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .function-list__item + .function-list__item {
    margin-top: calc(27vw / 3.75);
  }
  .function-list__item figure img {
    width: calc(300vw / 3.75);
  }
}

.function-list__item figure:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 400px;
  height: 400px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 400px 400px;
  background-position: center top;
  background-image: url(../img/function-grad.png);
  z-index: -1;
}

.function-list__item figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 51px;
  border-radius: 51px;
  background-color: var(--c_sub);
  line-height: 1;
  font-weight: bold;
  font-size: 2.2rem;
  color: var(--c_white);
}
@media screen and (max-width: 768px) {
  .function-list__item figcaption {
    width: 100%;
    height: calc(51vw / 3.75);
    border-radius: calc(51vw / 3.75);
    font-size: calc(22vw / 3.75);
  }
}

.function-lead {
  margin-top: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .function-lead {
    margin-top: calc(20vw / 3.75);
    padding: 0;
    font-size: calc(16vw / 3.75)
  }
}

@media screen and (min-width: 769px) {
  .function-blocks {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }

  .function-block {
    position: relative;
    flex: 0 0 530px;
    height: 220px;
    padding: 35px;
    background-color: #E6F7FF;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .function-blocks {
    margin-top: calc(56vw / 3.75);
  }
  .function-block {
    height: auto;
    min-height: calc(205vw / 3.75);
    padding: calc(20vw / 3.75) calc(30vw / 3.75);
    background-color: #E6F7FF;
    border-radius: calc(20vw / 3.75);
    font-size: calc(16vw / 3.75);
  }
  .function-block + .function-block {
    margin-top: calc(20vw / 3.75);
  }
}

.function-block__dl > dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
}
.function-block__dl > dt strong {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 2.2rem;
  color: #2E90C3;
}
@media screen and (max-width: 768px) {
  .function-block__dl > dt {
    height: calc(45vw / 3.75);
  }
  .function-block__dl > dt strong {
    font-size: calc(22vw / 3.75);
  }
}

.function-block__btn {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 45px;
  border-radius: 5px;
  background-color: #2EB6AA;
  font-weight: bold;
  color: var(--c_white);
  transition: opacity ease .3s;
}
@media screen and (max-width: 768px) {
  .function-block__btn {
    position: initial;
    width: calc(275vw / 3.75);
    height: calc(46vw / 3.75);
    margin-top: calc(18vw / 3.75);
    border-radius: calc(5vw / 3.75);
  }
}
.function-block__btn:hover {
  opacity: .7;
}
.function-block__btn > i {
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../img/arrow-link.png);
}
@media screen and (max-width: 768px) {
  .function-block__btn > i {
    width: calc(24vw / 3.75);
    height: calc(24vw / 3.75);
    margin-right: calc(5vw / 3.75);
  }
}

.function-block__dl > dd {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .function-block__dl > dd {
    margin-top: calc(18vw / 3.75);
  }
}

.icon {
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: 0;
  vertical-align: middle;
}

.icon.-area {
  background-image: url(../img/icn-area.png);
}
.icon.-qa {
  background-image: url(../img/icn-qa.png);
}

.function-block__dl > dt .icon {
  width: 50px;
  height: 45px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .function-block__dl > dt .icon {
    width: calc(50vw / 3.75);
    height: calc(45vw / 3.75);
    margin-right: calc(15vw / 3.75);
  }
}

.l-active {
  margin-top: 97px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .l-active {
    margin-top: calc(104vw / 3.75);
    padding-bottom: calc(80vw / 3.75);
  }
}

.active-head {
  position: relative;
}

.active-title {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  border-top: dashed 2px var(--c_main);
  line-height: 1.3;
  letter-spacing: .08em;
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  color: var(--c_main);
}
@media screen and (max-width: 768px) {
  .active-title {
    padding-top: calc(30vw / 3.75);
    border-top-width: calc(2vw / 3.75);
    font-size: calc(20vw / 3.75);
  }
}

.active-deco {
  position: absolute;
  top: -57px;
  right: 22px;
  width: 134px;
}
@media screen and (max-width: 768px) {
  .active-deco {
    top: calc(-63vw / 3.75);
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    width: calc(80vw / 3.75);
  }
}

@media screen and (min-width: 769px) {
  .active-body {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }

  .active-movie {
    flex: 0 0 523px;
  }
}
@media screen and (max-width: 768px) {
  .active-body {
    margin-top: calc(30vw / 3.75);
  }
  .active-movie + .active-movie {
    margin-top: calc(50vw / 3.75);
  }
}

.active-movie__thum {
  display: flex;
  align-items: center;
  height: 294px;
  padding: 30px 45px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font-weight: bold;
  vertical-align: bottom;
  color: var(--c_white);
}
@media screen and (max-width: 768px) {
  .active-movie__thum {
    height: calc(188vw / 3.75);
    padding: calc(45vw / 3.75);
    border-radius: calc(5vw / 3.75);
    font-size: calc(16vw / 3.75);
  }
}

.active-movie__thum strong {
  display: inline-flex;
  font-size: 2.4rem;
  text-indent: -15px;
}
@media screen and (max-width: 768px) {
  .active-movie__thum strong {
    font-size: calc(24vw / 3.75);
  }
}

.-item01 .active-movie__thum {
  background-image: url(../img/active-thum01.jpg);
}
.-item02 .active-movie__thum {
  background-image: url(../img/active-thum02.jpg);
}

.active-movie__btn {
  margin: 20px auto 0;
  width: 210px;
}
@media screen and (max-width: 768px) {
  .active-movie__btn {
    margin: calc(10vw / 3.75) auto 0;
    width: 100%;
  }
}

.active-movie__btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 62px;
  border-radius: 5px;
  background-color: #FF0033;
  font-weight: bold;
  color: var(--c_white);
  transition: opacity ease .3s;
}
@media screen and (max-width: 768px) {
  .active-movie__btn > a {
    height: calc(62vw / 3.75);
    border-radius: calc(5vw / 3.75);
  }
}

.active-movie__btn > a:hover {
  opacity: .7;
}

.icon.-youtube {
  width: 29px;
  height: 20px;
  margin-right: 10px;
  background-image: url(../img/icn-youtube.png);
}
@media screen and (max-width: 768px) {
  .icon.-youtube {
    width: calc(29vw / 3.75);
    height: calc(20vw / 3.75);
    margin-right: calc(10vw / 3.75);
  }
}

/* --------------------------------------------------------------------------
   Modules
-------------------------------------------------------------------------- */
.indent {
	text-indent: -1em !important;
	margin-left: 1em !important;
}

.psr {position: relative !important;}
.psa {position: absolute !important;}

.lhl {line-height: 2 !important;}
.lhm {line-height: 1.6 !important;}

.tac {text-align: center !important;}
.tal {text-align: left !important;}
.tar {text-align: right !important;}

.fwb {
	font-weight: bold !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fwn { font-weight: normal !important;}

.dib {display: inline-block !important;}
.db {display: block !important;}
.dn {display: none !important;}
.df {display: flex !important;}

@media(min-width: 769px){
  .df-pc {display: flex !important;}
}
@media(min-width: 769px){
  .db-sp {display: block !important;}
  .df-sp {display: flex !important;}
}

.jc-center {justify-content: center !important;}
.jc-start {justify-content: flex-start !important;}
.jc-end {justify-content: flex-end !important;}

.mt0 {margin-top: 0 !important;}
.mt1em {margin-top: 1em !important;}
.mt2em {margin-top: 2em !important;}

.mt10px {margin-top: 10px !important;}
.mt15px {margin-top: 15px !important;}
.mt20px {margin-top: 20px !important;}
.mt25px {margin-top: 25px !important;}
.mt30px {margin-top: 30px !important;}
.mt35px {margin-top: 35px !important;}
.mt40px {margin-top: 40px !important;}
.mt45px {margin-top: 45px !important;}
.mt50px {margin-top: 50px !important;}
.mt55px {margin-top: 55px !important;}
.mt60px {margin-top: 60px !important;}
.mt65px {margin-top: 65px !important;}
.mt70px {margin-top: 70px !important;}
.mt75px {margin-top: 75px !important;}
.mt80px {margin-top: 80px !important;}
.mt85px {margin-top: 85px !important;}
.mt90px {margin-top: 90px !important;}
.mt95px {margin-top: 95px !important;}
.mt100px {margin-top: 100px !important;}
@media(min-width: 769px){
	.sp-mt10px {margin-top: 10px !important;}
	.sp-mt15px {margin-top: 15px !important;}
	.sp-mt20px {margin-top: 20px !important;}
	.sp-mt25px {margin-top: 25px !important;}
	.sp-mt30px {margin-top: 30px !important;}
	.sp-mt35px {margin-top: 35px !important;}
	.sp-mt40px {margin-top: 40px !important;}
	.sp-mt45px {margin-top: 45px !important;}
	.sp-mt50px {margin-top: 50px !important;}
	.sp-mt55px {margin-top: 55px !important;}
	.sp-mt60px {margin-top: 60px !important;}
	.sp-mt65px {margin-top: 65px !important;}
	.sp-mt70px {margin-top: 70px !important;}
	.sp-mt75px {margin-top: 75px !important;}
	.sp-mt80px {margin-top: 80px !important;}
	.sp-mt85px {margin-top: 85px !important;}
	.sp-mt90px {margin-top: 90px !important;}
	.sp-mt95px {margin-top: 95px !important;}
	.sp-mt100px {margin-top: 100px !important;}
}

.mb0 {margin-bottom: 0 !important;}
.mb1em {margin-bottom: 1em !important;}
.mb2em {margin-bottom: 2em !important;}

.mb10px {margin-bottom: 10px !important;}
.mb20px {margin-bottom: 20px !important;}
.mb30px {margin-bottom: 30px !important;}
.mb40px {margin-bottom: 40px !important;}
.mb50px {margin-bottom: 50px !important;}
.mb60px {margin-bottom: 60px !important;}
.mb70px {margin-bottom: 70px !important;}
.mb80px {margin-bottom: 80px !important;}
.mb90px {margin-bottom: 90px !important;}
.mb100px {margin-bottom: 100px !important;}

.ml0 {margin-left: 0 !important;}
.ml1em {margin-left: 1em !important;}
.ml2em {margin-left: 2em !important;}

.ml5px {margin-left: 5px !important;}
.ml10px {margin-left: 10px !important;}
.ml15px {margin-left: 10px !important;}
.ml20px {margin-left: 20px !important;}
.ml30px {margin-left: 30px !important;}
.ml40px {margin-left: 40px !important;}
.ml50px {margin-left: 50px !important;}
.ml60px {margin-left: 60px !important;}
.ml70px {margin-left: 70px !important;}
.ml80px {margin-left: 80px !important;}
.ml90px {margin-left: 90px !important;}
.ml100px {margin-left: 100px !important;}

@media(min-width: 769px){
	.sp-ml0 {margin-left: 0 !important;}
}

.mr0 {margin-right: 0 !important;}
.mr1em {margin-right: 1em !important;}
.mr2em {margin-right: 2em !important;}

.mr10px {margin-right: 10px !important;}
.mr20px {margin-right: 20px !important;}
.mr30px {margin-right: 30px !important;}
.mr40px {margin-right: 40px !important;}
.mr50px {margin-right: 50px !important;}
.mr60px {margin-right: 60px !important;}
.mr70px {margin-right: 70px !important;}
.mr80px {margin-right: 80px !important;}
.mr90px {margin-right: 90px !important;}
.mr100px {margin-right: 100px !important;}

.mlrauto {margin-right: auto !important;}

.pt0 {padding-top: 0 !important;}
.pt1em {padding-top: 1em !important;}
.pt2em {padding-top: 2em !important;}

.pb0 {padding-bottom: 0 !important;}
.pb1em {padding-bottom: 1em !important;}
.pb2em {padding-bottom: 2em !important;}
@media(min-width: 769px){
  .sp-pb0 {padding-bottom: 0 !important;}
  .sp-pb1em {padding-bottom: 1em !important;}
  .sp-pb2em {padding-bottom: 2em !important;}
}

.pl0 {padding-left: 0 !important;}
.pl1em {padding-left: 1em !important;}
.pl2em {padding-left: 2em !important;}

.pr0 {padding-right: 0 !important;}
.pr1em {padding-right: 1em !important;}
.pr2em {padding-right: 2em !important;}

.wdt100p {width: 100% !important;}
@media(min-width: 769px){
	.sp-wdt100p {
		width: 100% !important;
		max-width: inherit !important;
	}
}

.fwLight { font-weight: 300 !important; }
.fwRegular { font-weight: 400 !important; }
.fwMedium { font-weight: 500 !important; }
.fwBold { font-weight: 700 !important; }
.fwBlack { font-weight: 900 !important; }

.fcWhite { color: #fff !important; }
.fcBlack { color: #000 !important; }
.fcRed { color: var(--c_link) !important; }

.fs13 {font-size: 1.3rem !important;}
.fs14 {font-size: 1.4rem !important;}
.fs15 {font-size: 1.5rem !important;}
.fs16 {font-size: 1.6rem !important;}
.fs17 {font-size: 1.7rem !important;}
.fs18 {font-size: 1.8rem !important;}
.fs19 {font-size: 1.9rem !important;}
.fs20 {font-size: 2.0rem !important;}
.fs21 {font-size: 2.1rem !important;}
.fs22 {font-size: 2.2rem !important;}
.fs23 {font-size: 2.3rem !important;}
.fs24 {font-size: 2.4rem !important;}
.fs25 {font-size: 2.5rem !important;}
.fs26 {font-size: 2.6rem !important;}

.is-fixed {
	position: fixed;
}

/* noto-sans-jp__ */
.noto-sans-jp__Thin {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
.noto-sans-jp__ExtraLight {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.noto-sans-jp__Light {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.noto-sans-jp__Regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-jp__Medium {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.noto-sans-jp__SemiBold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.noto-sans-jp__Bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.noto-sans-jp__ExtraBold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.noto-sans-jp__Black {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}


/*------------------------------------------------------------
    print
------------------------------------------------------------*/
@media print {
  html {
    background-color: transparent;
  }
  body {
    width: 172mm;
    height: 251mm;
    overflow: hidden;
  }

  .p-mainInfo01 li:after {
    background-image: none;
  }
}

/*------------------------------------------------------------
    print
------------------------------------------------------------*/
/* パソコンで見たときは"sp-hide"のclassがついた画像が表示される */
.sp-hide {
  display: block !important;
}
.pc-hide {
  display: none !important;
}

/* スマートフォンで見たときは"pc-hide"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
  .pc-hide {
    display: block !important;
  }
}
