@charset "UTF-8";
/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
:root {
  --color-yellow-title: #fed42d;
  --color-blue-button-label: #0066c5;
  --color-office-blue: #24ade6;
  --color-marker: #75c7e9;
  --content-max-width: 1140px;
  --font-now-ge: NOW-GE, sans-serif;
  --font-montserrat: montserrat,sans-serif;
  --margin: calc((100vw - var(--content-max-width)) / 2);
  --margin-footer: 8px;
  --color-button-bg-color: #EE3556;
}

/* -----------------------
  COMMON
 ------------------------- */
html {
  background-color: #fff;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  position: relative;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body, button, input, select, textarea {
  color: #000000;
  font-family: Hiragino Kaku Gothic W4 JIS2004, Meiryo, YuGothic, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}

body {
  line-height: 1.6;
}

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

article, aside, audio, blockquote, body, canvas, caption, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, iframe, legend, li, nav, ol, p, section, ul, video {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
  padding-left: 0;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

:focus {
  outline: none;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

*, article {
  box-sizing: border-box;
}

.scroll_fadein {
  opacity: 0;
  transform: translate(0, 60px);
  transition: cubic-bezier(0, 0, 0.58, 1), 0.6s transform;
}
.scroll_fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* -----------------------
  LAYOUT
 ------------------------- */
.section-inner {
  position: relative;
  margin: auto;
  padding: 50px 20px;
}
@media screen and (min-width: 768px), print {
  .section-inner {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 1100px) {
  .section-inner {
    max-width: var(--content-max-width);
    padding: 65px 20px;
  }
}

/* -----------------------
　　PARTS
-------------------------- */
a {
  color: #3680CC;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1400px) {
  a:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.alignright {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}

.alignleft {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

.aligncenter {
  text-align: center;
}
.aligncenter > * {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

@media screen and (min-width: 1400px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px), print {
  .only-sptab {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-sptab {
    display: block !important;
  }
}
@media screen and (min-width: 1400px) {
  .only-sptab {
    display: none !important;
  }
}

@media screen and (min-width: 1400px) {
  .only-pctab {
    display: block !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-pctab {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pctab {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1100px) {
  .only-pc {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .flex > * {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .flex .col1 > * {
    width: 90%;
  }
  .flex .col2 > * {
    width: 45%;
  }
  .flex .col3 > * {
    width: 30%;
  }
  .flex .col4 > * {
    width: 22.5%;
  }
  .flex .col5 > * {
    width: 18%;
  }
  .flex .col6 > * {
    width: 15%;
  }
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.center {
  justify-content: center;
}
.flex.around {
  justify-content: space-around;
}
.flex.between {
  justify-content: space-between;
}
.flex.middle {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flex.sp-valid {
    display: flex !important;
  }
}

.emoji {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", "Noto Emoji";
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.breadcrumb {
  background-color: #eef5ff;
}
.breadcrumb ul {
  padding: 5px 20px;
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 0.875rem;
}
.breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  margin-right: 7px;
  color: #666666;
}
.breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumb ul li a {
  display: inline-block;
  margin-right: 7px;
}

.marker {
  padding: 0;
  background: linear-gradient(transparent 80%, var(--color-marker) 80%);
}
.marker.full {
  background: linear-gradient(var(--color-marker) 0%, var(--color-marker) 100%);
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
#page-header {
  width: 100vw;
}
@media screen and (min-width: 768px), print {
  #page-header {
    width: 100%;
  }
}
#page-header .inner {
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media screen and (min-width: 1100px) {
  #page-header .inner {
    padding: 0 20px 0 52px;
    height: 80px;
  }
}
#page-header .site-logo img {
  display: block;
  width: 42.266666vw;
}
@media screen and (min-width: 768px), print {
  #page-header .site-logo img {
    width: 250px;
  }
}
#page-header .cta {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  #page-header .cta {
    display: none;
  }
}
#page-header .cta .btn {
  width: 180px;
  height: 100px;
  padding-left: 30px;
  background: #EE3556;
  border-radius: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
@media screen and (min-width: 1400px) {
  #page-header .cta .btn:hover {
    opacity: 1;
    background-color: #c20027;
  }
}
#page-header .cta .btn strong {
  font-size: 2em;
}
#page-header .cta .btn span {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 600;
  white-space: nowrap;
}
#page-header .cta .btn span:first-of-type {
  line-height: 30px;
}
#page-header .cta .btn span:last-of-type:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 11.6px;
  background-image: url(../images/ico_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#cover {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99;
  background-color: rgba(84, 148, 216, 0.6);
  top: 0;
  left: 0;
  display: none;
}
@media screen and (min-width: 1400px) {
  #cover {
    display: none;
  }
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
.g-page_footer {
  background: #22272A;
  padding: calc(var(--margin-footer) * 6) 0 calc(var(--margin-footer) * 3) 0;
  text-align: center;
}
.g-page_footer-title {
  font-size: 2.4rem;
  line-height: 1em;
  color: #fff;
  margin-bottom: calc(var(--margin-footer) * 3);
}
.g-page_footer-tel {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  position: relative;
  color: #fff;
  font-size: 4.8rem;
  line-height: 1em;
  display: inline-block;
  padding-left: 1.25em;
  margin-bottom: calc(var(--margin-footer) * 3);
}
@media screen and (max-width: 767px) {
  .g-page_footer-tel {
    font-size: 8.5333333333vw;
  }
}
.g-page_footer-tel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-image: url(../images/ico_tel.svg);
  background-size: 100%;
  background-position: 50% 50%;
}
.g-page_footer-notice {
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .g-page_footer-notice {
    font-size: 3.2vw;
  }
}
.g-page_footer-menu {
  margin: calc(var(--margin-footer) * 4) 0 calc(var(--margin-footer) * 3) 0;
}
.g-page_footer-menu ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0 calc(var(--margin-footer) * 3);
}
@media screen and (max-width: 767px) {
  .g-page_footer-menu ul {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.g-page_footer-menu ul li {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .g-page_footer-menu ul li {
    font-size: 3vw;
  }
}
.g-page_footer-menu ul li a {
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  color: #fff;
  display: inline-block;
  padding-left: 1.5em;
  white-space: nowrap;
}
.g-page_footer-menu ul li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
}
.g-page_footer-copyright {
  font-size: 1.2rem;
  line-height: 1em;
  color: #fff;
  opacity: 0.5;
  font-style: normal;
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
/* ---------------------------------
	COMMON
--------------------------------- */
.btn {
  width: 100%;
  height: 60px;
  display: inline-block;
  background-color: var(--color-button-bg-color);
  color: #fff;
  background-image: url(../images/ico_arrow.svg);
  background-size: 15px 10px;
  background-repeat: no-repeat;
  background-position: top 50% right 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  font-size: 5.3vw;
  font-weight: 700;
  border-radius: 40px;
  font-family: montserrat, NOW-GE, sans-serif;
  transition: all 0.3s;
}
@media screen and (min-width: 768px), print {
  .btn {
    width: 400px;
    height: 80px;
    padding-right: 30px;
    font-size: 2.625rem;
    line-height: 1.2;
    background-size: 20px 15px;
    background-position: top 50% right 31px;
  }
}
@media screen and (min-width: 1100px) {
  .btn:hover {
    opacity: 1;
    background-color: #c20027;
  }
}
.btn strong {
  font-size: 1.6em;
  margin-left: 5px;
}
.btn small {
  margin-right: 5px;
}
.btn.border {
  border: 1px solid var(--color-blue-button-label);
}
.btn-secondary {
  background-color: #2593d2;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .btn-secondary {
    font-size: 2.4rem;
    height: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .btn-secondary:hover {
    opacity: 1;
    background-color: #1f7db4 !important;
  }
}
.btn-modal {
  width: 45vw;
  display: inline-block;
  background-color: #fe850f;
  background-image: url(../images/ico_arrow_white.png);
  background-position: top 50% right 15px;
  background-repeat: no-repeat;
  background-size: 12px auto;
  border: 3px solid #59b1ea;
  border-radius: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  left: -10px;
  bottom: 20px;
  transition: all 0.3s;
  padding-right: 1.2em;
  font-family: NOW-GE, sans-serif;
  font-style: normal;
}
@media screen and (min-width: 768px), print {
  .btn-modal {
    width: 210px;
    background-size: auto;
    line-height: 50px;
    font-size: 1.6rem;
    left: -20px;
    bottom: 20px;
    padding-right: 1.2em;
  }
}

.ico {
  display: inline-block;
}
.ico-dl {
  width: 23px;
  height: 24px;
  background-image: url(../images/ico_download.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .ico-dl {
    width: 20x;
    height: 21px;
  }
}
.ico-arrow {
  width: 19.5px;
  height: 14.5px;
  background-image: url(../images/ico_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.com-ttl-01 {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: var(--font-now-ge);
  font-size: 4.2rem;
}
.com-ttl-01 .no {
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 8vw;
  color: #a9dbf0;
  font-family: var(--font-now-ge);
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .com-ttl-01 .no {
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 5.4rem;
  }
}
@media screen and (min-width: 1100px) {
  .com-ttl-01 .no {
    font-size: 6rem;
  }
}
.com-ttl-01 .no:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #75c7e9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px), print {
  .com-ttl-01 .no:after {
    width: 20px;
  }
}
.com-ttl-01 .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  line-height: 1.2;
  font-size: 5.6vw;
}
@media screen and (min-width: 768px), print {
  .com-ttl-01 .title {
    gap: 1.3rem;
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1100px) {
  .com-ttl-01 .title {
    font-size: 4.2rem;
  }
}

.com-cta-01 {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px), print {
  .com-cta-01 {
    padding: 50px 0;
    gap: 20px;
  }
}
.com-cta-01 .copy {
  color: #3e60ac;
  font-family: var(--font-now-ge);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .com-cta-01 .copy {
    font-size: 2.2rem;
  }
}
.com-cta-01 .copy:before, .com-cta-01 .copy:after {
  content: "";
  display: block;
  width: 6.5px;
  height: 13px;
  background-image: url(../images/deco_04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px), print {
  .com-cta-01 .copy:before, .com-cta-01 .copy:after {
    width: 13px;
    height: 26px;
  }
}
.com-cta-01 .copy:after {
  transform: scale(-1, 1);
}

/*
.modal {
	display: none;
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	&-bg {
		width: 100%;
		height: 100%;
		background-color: rgba(96, 96, 96, 0.75);
	}

	&-wrap {
		position: absolute;
		top: 50%;
		left: 50%;
		transform:translate(-50%,-50%);
		width: calc(100vw - 40px);
		padding: 15px;
		background-color: #b1bfce;
		border-radius: 5px;

		@include media(tablet) {
			padding: 25px;
		}

		@include media(pc) {
			width: 1112px;
		}
	}

	&-close {
		position: absolute;
		top: -20px;
		right: -10px;

		@include media(tablet) {
			top: 40px;
			right: 40px;
		}

		a {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 50px;
			height: 50px;
			background-color: #fff;
			background-image: url(../images/ico_close.png);
			background-position: center;
			background-repeat: no-repeat;
			background-size: 15px;
			border-radius: 50%;
			overflow: hidden;
			text-indent: -500px;
			box-shadow: 0px 0px 15px rgba(64, 64, 64, 0.4);

			@include media(pc) {
				&:hover {
					opacity: 1;
					background-color: #098bde;
					background-image: url(../images/ico_close_on.png);
				}
			}
		}
	}

	&-content {
		background-color: #fff;
		padding: 25px 30px;
		border-radius: 5px;
		@include media(sp) {
			padding: 20px 15px;
		}
		.text {
			margin-bottom: 2rem;
			@include media(sp) {
				margin-bottom: 1rem;
			}
			h3 {
				margin-bottom: 0;
				font-size: 3rem;
				color: #2593d2;
				@include media(sp) {
					font-size: 5vw;
					line-height: 1.3;
					margin-bottom: 0.5em;
				}
			}
			p {
				font-size: 1.6rem;
				@include media(sp) {
					font-size: 3.5vw;
				}
			}
		}
		.img {
			position: relative;
			vertical-align: bottom;
			img {
				width: 100%;
				max-width: 1020px;
				// box-shadow: 0 3px 6px rgba(#000, .2);
			}
			&.notshadow {
				img {
					box-shadow: none;
				}
			}
		}
	}
}
*/
.slick-prev {
  border: none;
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 50px;
  height: 50px;
  background-image: url(../images/ico_nav_prev.png);
  background-position: center;
  background-size: cover;
  text-indent: -500px;
  overflow: hidden;
  position: absolute;
  left: -35px;
  top: 50vw;
  z-index: 99;
  margin-top: -24px;
}
@media screen and (min-width: 768px), print {
  .slick-prev {
    width: 65px;
    height: 65px;
    left: -50px;
  }
}
.slick-next {
  border: none;
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 50px;
  height: 50px;
  background-image: url(../images/ico_nav_next.png);
  background-position: center;
  background-size: cover;
  text-indent: -500px;
  overflow: hidden;
  position: absolute;
  right: -35px;
  top: 50vw;
  z-index: 99;
  margin-top: -24px;
}
@media screen and (min-width: 768px), print {
  .slick-next {
    width: 65px;
    height: 65px;
    right: -50px;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.parts {
  position: absolute;
}

.cta-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-box a:hover .ico-dl {
  background-image: url(../images/ico_download_w.png);
}
.cta-notice {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 1em;
}
.cta-copy {
  color: #3d68ae;
  font-size: 1.6rem;
  font-family: var(--font-now-ge);
  margin-bottom: 0.8em;
  display: inline-flex;
  align-items: center;
  justify-items: center;
  font-weight: bold;
  gap: 5px;
}
.cta-copy:before {
  content: "";
  display: block;
  width: 13px;
  height: 25px;
  background-image: url(../images/ico_line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-copy:after {
  content: "";
  display: block;
  width: 13px;
  height: 25px;
  background-image: url(../images/ico_line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(-1, 1);
}
.cta-title {
  margin-bottom: 0.5em;
  font-size: 9vw;
  font-family: var(--font-now-ge);
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 768px), print {
  .cta-title {
    font-size: 4.5rem;
  }
}

.label01 {
  display: inline-block;
  line-height: 20px;
  font-size: 1.2rem;
  background-color: #78bfdd;
  color: #fff;
  font-family: var(--font-montserrat);
  padding: 0 2em;
  border-radius: 10px;
}
@media screen and (min-width: 768px), print {
  .label01 {
    font-size: 1.4rem;
    padding: 0 3em;
  }
}

.bounce-in {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s;
}
.bounce-in.bounce-in-action {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* ---------------------------------
	CONTENTS
--------------------------------- */
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fv {
  background-color: #def5ff;
  position: relative;
}
.fv .img {
  position: relative;
  z-index: 1;
}
.fv .img img {
  width: 100%;
  height: auto;
}
.fv .text {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1100px) {
  .fv .text {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 0;
    padding-bottom: 60px;
  }
}
.fv .text-inner {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  margin-top: -33vw;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1100px) {
  .fv .text-inner {
    margin-top: 0;
    gap: 10px;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
  }
}
.fv .text h1 {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  .fv .text h1 {
    margin-bottom: 0;
  }
}
.fv .text h1 img {
  width: 85%;
  max-width: 771px;
}
.fv-badge {
  width: 22.4vw;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-5%, -20%);
}
@media screen and (min-width: 1100px) {
  .fv-badge {
    max-width: 186px;
    top: 0;
    left: 0;
    transform: translate(48px, 40px);
  }
}
.fv-device {
  width: 64%;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px), print {
  .fv-device {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .fv-device {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-78px, -38px);
    max-width: 330px;
    margin-bottom: 0;
  }
}
.fv-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1100px) {
  .fv-cta {
    margin-top: 45px;
    gap: 27px;
  }
}
.fv-cta p {
  line-height: 1.8;
}
@media screen and (min-width: 1100px) {
  .fv-cta p {
    font-size: 1.2rem;
    color: #fff;
  }
}
@media screen and (min-width: 1100px) {
  .fv .parts {
    display: none;
  }
}
.fv .parts.circles {
  top: 33vw;
  left: 0;
  width: 100%;
  height: calc(100% - 33vw);
  overflow: hidden;
  z-index: 1;
}
.fv .parts.circle01 {
  width: 105vw;
  height: 105vw;
  border: 26vw solid #24ade6;
  opacity: 0.16;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: translate(-20%, -60%);
}
.fv .parts.circle02 {
  width: 53vw;
  height: 53vw;
  border: 14vw solid #24ade6;
  opacity: 0.16;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  transform: translate(50%, 15%);
}

.problem {
  position: relative;
  background-color: var(--color-office-blue);
}
.problem:before {
  content: "";
  display: block;
  width: 8px;
  height: 40px;
  background-image: url(../images/ico_dot.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 40px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -10px);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .problem:before {
    display: none;
  }
}
.problem:after {
  content: "";
  display: block;
  width: 10vw;
  height: 8vw;
  background-image: url(../images/deco_03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 55%);
}
@media screen and (min-width: 768px), print {
  .problem:after {
    width: 80px;
    height: 60px;
  }
}
.problem .section-inner {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  z-index: 10;
}
@media screen and (min-width: 768px), print {
  .problem .section-inner {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }
}
.problem-heading {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .problem-heading {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.problem-heading .photo {
  margin-bottom: 0;
}
.problem-heading h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--font-now-ge);
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  font-size: 6vw;
  white-space: nowrap;
}
@media screen and (min-width: 768px), print {
  .problem-heading h2 {
    font-size: 44px;
  }
}
.problem-heading h2 small {
  font-size: 0.8em;
}
@media screen and (min-width: 768px), print {
  .problem-heading h2 small {
    font-size: 1em;
  }
}
.problem-heading h2:before {
  content: "";
  width: 29px;
  height: 20px;
  background-image: url(../images/deco_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px), print {
  .problem-heading h2:before {
    width: 57px;
    height: 36px;
  }
}
.problem-heading h2:after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin-top: 10px;
}
@media screen and (min-width: 768px), print {
  .problem-heading h2:after {
    width: 50px;
    height: 2px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1240px) {
  .problem-content {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.problem-item {
  border-radius: 5px;
  background-color: #fff;
  padding: 15px 8px 15px 12px;
  flex-basis: 32%;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .problem-item {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px), print {
  .problem-item {
    flex-direction: column;
    padding: 30px 15px 60px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px), print {
  .problem-item:after {
    content: "";
    display: block;
    width: 28px;
    height: 36px;
    background-image: url(../images/ico_arrow.png);
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all 0.2s;
  }
}
.problem-item .img {
  display: none;
}
@media screen and (min-width: 768px), print {
  .problem-item .img {
    display: block;
    overflow: hidden;
  }
}
.problem-item .img img {
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .problem-item .text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .problem-item .text:after {
    content: "";
    width: 35px;
    height: 40px;
    background-image: url(../images/ico_click.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.problem-item .no {
  display: inline-block;
  font-size: 2.5rem;
  color: #a9dbf0;
  font-family: var(--font-now-ge);
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .problem-item .no {
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px), print {
  .problem-item .no {
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1100px) {
  .problem-item .no {
    font-size: 4rem;
  }
}
.problem-item .no:before {
  content: "";
  width: 14px;
  height: 15.5px;
  position: absolute;
  background-image: url(../images/deco_02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  transform: translate(0, -70%);
}
@media screen and (min-width: 768px), print {
  .problem-item .no:before {
    width: 28px;
    height: 29.03px;
    transform: translate(100%, -80%);
  }
}
.problem-item .no:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #75c7e9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .problem-item .no:after {
    display: none;
  }
}
.problem-item h3 {
  color: #219bd6;
  font-size: 4vw;
  font-family: var(--font-now-ge);
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  .problem-item h3 {
    height: 70px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .problem-item h3 {
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1240px) {
  .problem-item h3 {
    height: 100px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1100px) {
  .problem-item:hover {
    opacity: 1;
  }
  .problem-item:hover:after {
    animation: 0.5s ease-in-out forwards arrowDown;
  }
  .problem-item:hover .img img {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 768px), print {
  .problem-more {
    padding: 20px 0 0;
  }
}
.problem-more p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  font-weight: bold;
  color: #fff;
  font-family: var(--font-now-ge);
  font-size: 6.6vw;
}
@media screen and (min-width: 768px), print {
  .problem-more p {
    font-size: 4.6rem;
  }
}
.problem-more p:before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background-image: url(../images/ico_dot.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  .problem-more p:before {
    width: 8px;
    height: 40px;
  }
}
.problem .parts.circles {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.problem .parts.circle01 {
  width: 105vw;
  height: 105vw;
  border: 26vw solid #ffffff;
  opacity: 0.15;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  transform: translate(-40%, 0);
}
@media screen and (min-width: 768px), print {
  .problem .parts.circle01 {
    width: 45vw;
    height: 45vw;
    border: 12.5vw solid #ffffff;
    bottom: auto;
    top: 0;
    transform: translate(-11.5vw, -40%);
  }
}

@keyframes arrowDown {
  0% {
    transform: translate(-50%, 0);
  }
  25% {
    transform: translate(-50%, 5px);
  }
  50% {
    transform: translate(-50%, -3px);
  }
  75% {
    transform: translate(-50%, 3px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.sec01 {
  position: relative;
}
.sec01 .parts.person01 {
  width: 15.4666666vw;
  max-width: 135px;
  left: 10px;
  top: 40px;
}
@media screen and (min-width: 1100px) {
  .sec01 .parts.person01 {
    left: calc(50% - 440px);
    top: 40px;
  }
}
.sec01 .parts.circles {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.sec01 .parts.circle01 {
  width: 50.3vw;
  height: 50.3vw;
  border: 14vw solid #66b7d8;
  opacity: 0.08;
  border-radius: 50%;
  top: 0;
  right: 0;
  transform: translate(100%, -100%);
  transition: transform 0.8s ease-out;
}
@media screen and (min-width: 768px), print {
  .sec01 .parts.circle01 {
    width: 53vw;
    height: 53vw;
    border: 15.2vw solid #66b7d8;
    top: 0;
    right: 0;
    transform: translate(30%, -53%);
  }
}
.sec01 .section-inner {
  z-index: 10;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec01 .section-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.sec01 .com-ttl-01 {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px), print {
  .sec01 .com-ttl-01 {
    margin-bottom: 90px;
  }
}
.sec01-item {
  background-color: #ebf5f9;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .sec01-item {
    padding: 50px 80px;
  }
}
.sec01-item + .sec01-item {
  margin-top: 20px;
}
@media screen and (min-width: 768px), print {
  .sec01-item + .sec01-item {
    margin-top: 35px;
  }
}
.sec01-item + .sec01-item .img {
  margin-top: 15px;
}
@media screen and (min-width: 1100px) {
  .sec01-item + .sec01-item .img {
    margin-top: 35px;
  }
}
.sec01-item + .sec01-item .img img {
  width: 100%;
  max-width: 619.5px;
}
.sec01-item h3 {
  color: #3e60ac;
  font-family: var(--font-now-ge);
  font-size: 5vw;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .sec01-item h3 {
    font-size: 3.8rem;
  }
}
.sec01-item h3 + p {
  margin-top: 0.5em;
  font-size: 3.8vw;
}
@media screen and (min-width: 768px), print {
  .sec01-item h3 + p {
    font-size: 2rem;
  }
}
.sec01 .graph-item {
  flex-basis: 45%;
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .sec01 .graph-item {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.sec01 .graph-item .img {
  flex-basis: 57%;
}
.sec01 .graph-item .text {
  flex-basis: 49%;
  margin-top: 12px;
  color: #4062aa;
  font-family: var(--font-now-ge);
  font-weight: 700;
  font-size: 3.3333vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .sec01 .graph-item .text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .sec01 .graph-item .text {
    margin-top: 0;
    text-align: left;
  }
}
.sec01 .graph-from {
  margin-top: 2em;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .sec01 .graph-from {
    margin-top: 1em;
    font-size: 1.4rem;
    transform: translate(0, 1.5em);
  }
}

.sec02 {
  position: relative;
  background-color: #e7f5ff;
}
.sec02 .parts.person02 {
  width: 12.26666666vw;
  max-width: 92px;
  right: 10px;
  top: 40px;
}
@media screen and (min-width: 1100px) {
  .sec02 .parts.person02 {
    right: auto;
    left: calc(50% + 300px);
    top: 40px;
  }
}
.sec02 .parts.circles {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.sec02 .parts.circle01 {
  width: 50.3vw;
  height: 50.3vw;
  border: 14vw solid #66b7d8;
  opacity: 0.08;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translate(-30%, -40%);
}
@media screen and (min-width: 768px), print {
  .sec02 .parts.circle01 {
    width: 53vw;
    height: 53vw;
    border: 15.2vw solid #66b7d8;
    transform: translate(-30%, -50%);
  }
}
.sec02 .section-inner {
  z-index: 10;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec02 .section-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.sec02 .com-ttl-01 {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px), print {
  .sec02 .com-ttl-01 {
    margin-bottom: 90px;
  }
}
.sec02-movie {
  background-color: #d6e5f3;
  border-radius: 10px;
  padding: 15px 15px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec02-movie {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (min-width: 1100px) {
  .sec02-movie {
    padding: 35px 35px 0;
  }
}
.sec02-movie + p {
  margin: 1.3em 0;
  text-align: center;
  font-size: 2.9vw;
}
@media screen and (min-width: 1100px) {
  .sec02-movie + p {
    font-size: 2.2rem;
  }
}
.sec02 .movie-contents {
  margin: 0 0 20px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1100px) {
  .sec02 .movie-contents {
    width: 886px;
    margin: 0 auto 35px;
  }
}
.sec02 .movie-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  background-color: #b7d1e6;
  padding: 15px 10px 10px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 1100px) {
  .sec02 .movie-tabs {
    margin-left: -35px;
    margin-right: -35px;
    gap: 10px;
  }
}
.sec02 .movie-tabs .tab {
  border-radius: 6px;
  padding: 10px 0 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #a7c0d5;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px), print {
  .sec02 .movie-tabs .tab {
    width: 115px;
    border-radius: 10px;
  }
}
.sec02 .movie-tabs .tab.active {
  background-color: #e9eff5;
  cursor: default;
}
.sec02 .movie-tabs .tab.active:before {
  content: "";
  display: block;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  width: 16px;
  height: 10px;
  background-color: #b7d1e6;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, -95%);
}
@media screen and (min-width: 768px), print {
  .sec02 .movie-tabs .tab.active:before {
    width: 21px;
    height: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .sec02 .movie-tabs .tab:not(.active):hover {
    opacity: 0.7;
  }
}
.sec02 .movie-tabs .tab img {
  width: 50%;
}
.sec02 .movie-tabs .tab span {
  margin-top: 0.3em;
  font-size: 2.5vw;
}
@media screen and (min-width: 768px), print {
  .sec02 .movie-tabs .tab span {
    font-size: 1.5rem;
  }
}
.sec02 .video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  display: none;
}
.sec02 .video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec02 .video.active {
  display: block;
}
.sec02-others {
  max-width: 960px;
  padding: 80px 0 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .sec02-others {
    padding-bottom: 20px;
  }
}
.sec02-others h3 {
  margin-bottom: 15px;
  text-align: center;
  color: #4062aa;
  font-family: var(--font-now-ge);
  font-size: 5vw;
}
@media screen and (min-width: 768px), print {
  .sec02-others h3 {
    margin-bottom: 40px;
    font-size: 3.8rem;
  }
}
.sec02-others .icons {
  row-gap: 13px;
}
@media screen and (min-width: 768px), print {
  .sec02-others .icons {
    row-gap: 10px;
  }
}
.sec02-others .icon-item {
  flex-basis: 30%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec02-others .icon-item {
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .sec02-others .icon-item {
    flex-basis: 18.75%;
    padding: 12px;
    background-color: #fff;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .sec02-others .icon-item .icon {
    display: none;
  }
}
.sec02-others .icon-item img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  object-position: center;
}
.sec02-others .icon-item span {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec02-others .icon-item span {
    background-color: #fff;
    width: 100%;
    font-size: 2.8vw;
    color: #0462b1;
    text-align: center;
    line-height: 20px;
    border-radius: 10px;
    font-family: var(--font-now-ge);
  }
}
@media screen and (max-width: 767px) {
  .sec02-others .icon-item.em {
    flex-basis: 25%;
    gap: 5px;
  }
  .sec02-others .icon-item.em .icon {
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
  }
  .sec02-others .icon-item.em span {
    background-color: transparent;
  }
}
.sec02-others .notice {
  margin-top: 2em;
  font-size: 1.3rem;
  text-align: right;
}

.sec03 {
  position: relative;
}
.sec03 .parts.person03 {
  width: 12.26666666vw;
  max-width: 97px;
  left: 10px;
  top: 30px;
}
@media screen and (min-width: 1100px) {
  .sec03 .parts.person03 {
    left: calc(50% - 440px);
    top: 40px;
  }
}
.sec03 .parts.circles {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.sec03 .parts.circle01 {
  width: 50.3vw;
  height: 50.3vw;
  border: 14vw solid #66b7d8;
  opacity: 0.08;
  border-radius: 50%;
  top: 0;
  right: 0;
  transform: translate(30%, -40%);
}
@media screen and (min-width: 768px), print {
  .sec03 .parts.circle01 {
    width: 53vw;
    height: 53vw;
    border: 15.2vw solid #66b7d8;
    top: 0;
    right: 0;
    transform: translate(30%, -53%);
  }
}
.sec03 .section-inner {
  z-index: 10;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec03 .section-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.sec03 .com-ttl-01 {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px), print {
  .sec03 .com-ttl-01 {
    margin-bottom: 90px;
  }
}
.sec03-layout {
  max-width: 654px;
  margin: 0 auto;
  display: grid;
  align-items: center;
  grid-template-areas: "a b" "a c";
  column-gap: 6.6666666vw;
  row-gap: 5vw;
}
@media screen and (min-width: 768px), print {
  .sec03-layout {
    column-gap: 72px;
    row-gap: 50px;
    margin: 0 auto 60px;
  }
}
.sec03-layout .device {
  grid-area: a;
  width: 47vw;
}
@media screen and (min-width: 768px), print {
  .sec03-layout .device {
    width: 340px;
  }
}
.sec03-layout .fig01 {
  grid-area: b;
}
.sec03-layout .fig02 {
  grid-area: c;
}
.sec03-layout .fig {
  width: 34vw;
}
@media screen and (min-width: 768px), print {
  .sec03-layout .fig {
    width: 240px;
  }
}
.sec03-layout .fig .text {
  margin-bottom: 0.8em;
  text-align: center;
  font-weight: 700;
  font-family: var(--font-now-ge);
  color: #4062aa;
  line-height: 1.4;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px), print {
  .sec03-layout .fig .text {
    font-size: 2rem;
  }
}

.sec04 {
  position: relative;
  background-color: #2593d2;
}
.sec04 .parts.circles {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.sec04 .parts.circle01 {
  width: 85.6vw;
  height: 85.6vw;
  border: 15.2vw solid #ffffff;
  opacity: 0.1;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translate(-30%, -30%);
}
@media screen and (min-width: 768px), print {
  .sec04 .parts.circle01 {
    width: 45vw;
    height: 45vw;
    border: 8.2vw solid #ffffff;
    bottom: auto;
    top: 0;
    transform: translate(-11.5vw, -30%);
  }
}
.sec04 .parts.circle02 {
  width: 32.5vw;
  height: 32.5vw;
  border: 10vw solid #ffffff;
  opacity: 0.1;
  border-radius: 50%;
  top: 58vw;
  right: 8vw;
}
@media screen and (min-width: 768px), print {
  .sec04 .parts.circle02 {
    width: 244px;
    height: 244px;
    border: 68px solid #ffffff;
    right: auto;
    top: 50%;
    left: calc(50% + 440px);
    transform: translate(0, -30%);
  }
}
.sec04 .section-inner {
  z-index: 10;
}
.sec04 h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-family: var(--font-now-ge);
  font-weight: 900;
  font-size: 7vw;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px), print {
  .sec04 h2 {
    font-size: 4.7rem;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1100px) {
  .sec04 h2 {
    font-size: 5.2rem;
  }
}
.sec04 h2 .copy {
  font-weight: 500;
  font-size: 0.73em;
}
.sec04 h2 .title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px), print {
  .sec04 h2 .title {
    gap: 20px;
  }
}
.sec04 h2 .title:before, .sec04 h2 .title:after {
  content: "";
  display: block;
  width: 4vw;
  height: 8vw;
  background-image: url(../images/deco_05.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  .sec04 h2 .title:before, .sec04 h2 .title:after {
    width: 29px;
    height: 58px;
  }
}
.sec04 h2 .title:after {
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .sec04 .flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.sec04 .flex .device {
  flex-basis: 48%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04 .flex .device {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .sec04 .flex .device {
    text-align: left;
    margin-bottom: 0;
  }
}
.sec04 .flex .device img {
  width: 75%;
}
@media screen and (min-width: 768px), print {
  .sec04 .flex .device img {
    width: 85%;
  }
}
@media screen and (min-width: 1100px) {
  .sec04 .flex .device img {
    width: 100%;
    max-width: 523px;
  }
}
.sec04 .flex .img {
  flex-basis: 48%;
}
.sec04 .flex .img img {
  width: 100%;
  max-width: 479px;
}
.sec04 .flex .text {
  flex-basis: 48%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec04 .flex .text {
    width: 70vw;
  }
}
.sec04 .flex .text ul li {
  background-image: url(../images/ico_check.png);
  background-position: left center;
  background-repeat: no-repeat;
  font-family: var(--font-now-ge);
  font-weight: 600;
  font-size: 4vw;
  padding-left: 8vw;
}
@media screen and (max-width: 767px) {
  .sec04 .flex .text ul li {
    background-size: 5vw auto;
  }
}
@media screen and (min-width: 768px), print {
  .sec04 .flex .text ul li {
    padding-left: 2.2em;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1100px) {
  .sec04 .flex .text ul li {
    font-size: 2.8rem;
  }
}
.sec04 .flex .text ul li + li {
  margin-top: 0.4em;
}
.sec04 .flex .text .notice {
  margin: 1.5em 0;
  font-size: 1rem;
}
@media screen and (min-width: 768px), print {
  .sec04 .flex .text .notice {
    font-size: 1.8rem;
  }
}
.sec04 .documents {
  margin-top: 35px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  .sec04 .documents {
    margin-top: 20px;
    flex-direction: column-reverse;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .sec04 .documents {
    margin-top: 65px;
    padding: 35px 50px;
  }
}
.sec04 .documents .img {
  margin-bottom: 0;
}
.sec04 .documents .text {
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .sec04 .documents .text {
    width: 100%;
  }
}
.sec04 .documents .text h3 {
  margin-bottom: 0.3em;
  font-family: var(--font-now-ge);
  color: #4062aa;
  font-size: 5vw;
}
@media screen and (min-width: 768px), print {
  .sec04 .documents .text h3 {
    font-size: 3.2rem;
  }
}
.sec04 .documents .text h3 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-weight: 700;
}
.sec04 .documents .text h3 span:before, .sec04 .documents .text h3 span:after {
  content: "";
  display: block;
  width: 15px;
  height: 25px;
  background-image: url(../images/deco_06.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  .sec04 .documents .text h3 span:before, .sec04 .documents .text h3 span:after {
    width: 18px;
    height: 36px;
  }
}
.sec04 .documents .text h3 span:after {
  transform: scale(-1, 1);
}
.sec04 .documents .text p {
  font-size: 3.4vw;
}
@media screen and (min-width: 768px), print {
  .sec04 .documents .text p {
    font-size: 2rem;
  }
}
.sec04 .documents .text p strong {
  margin-top: 1rem;
  display: inline-block;
  font-size: 1.7em;
  font-family: var(--font-now-ge);
}

.about {
  text-align: center;
}
.about .section-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .about .section-inner {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.about .comments {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}
.about .comments span {
  font-size: 1.6rem;
  color: #2593d2;
  text-align: center;
  padding-top: 0.6em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about .comments span {
    font-size: 1.2rem;
  }
}
.about .comments span:nth-of-type(1) {
  width: 223px;
  height: 64px;
  background-image: url(../images/comment_01.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about .comments span:nth-of-type(2) {
  width: 223px;
  height: 64px;
  background-image: url(../images/comment_02.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(0, 10px);
}
.about p {
  margin-bottom: 0.8em;
  font-family: var(--font-now-ge);
  font-weight: 700;
  font-size: 4.5vw;
}
@media screen and (min-width: 768px), print {
  .about p {
    font-size: 2.8rem;
  }
}
.about .btn {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about .btn {
    width: 85%;
  }
}