@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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: inherit; /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*common-parts*/
:root {
  --fs-title-h2: 1.225rem;
  --fs-title-h3: 1.25rem;
  --fs-title-h4: 0.75rem;
  --fs-title-h3-2: 0.9375rem;
  --fs-title-h5: 0.875rem;
  --fs-txt-li: 1.1875rem;
  --fs-txt-html: 1rem;
  --fs-txt-p: 0.75rem;
  --fs-txt-pmin2: 0.625rem;
}

@media only screen and (min-width: 769px) {
  :root {
    --fs-title-h2: 2rem;
    --fs-title-h3: 1.75rem;
    --fs-title-h3-2: 1.5rem;
    --fs-title-h4: 1.1875rem;
    --fs-title-h5: 1.375rem;
    --fs-txt-html: 1rem;
    --fs-txt-p: 1.1875rem;
    --fs-txt-pmin: 0.875rem;
    --fs-txt-dd: 1rem;
    --fs-txt-span: 1.0625rem;
  }
}
.c-link {
  font-size: 15px;
  line-height: 3.8666666667;
  letter-spacing: 1.5px;
}

.c-link-front-page {
  display: flex;
  align-items: center;
  text-decoration: underline;
  justify-content: center;
}

.p-front-page-circular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #fff;
  filter: drop-shadow(3px 3px 13px rgba(224, 224, 224, 0.95));
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-front-page-circular {
    width: 34px;
    height: 34px;
  }
}
.p-front-page-circular img {
  width: 8px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .p-front-page-circular img {
    width: 7px;
    height: 13px;
  }
}

.p-front-page-circular .c-icon-arrow-hover {
  margin-left: 0;
}

.c-icon-arrow-hover {
  display: inline-block;
  width: 21px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(../img/arrow-white.png);
  margin-left: 10px;
}

/* scroll */
html {
  scroll-behavior: smooth;
  font-size: var(--fs-txt-html);
}
@media (min-width: 769px) {
  html {
    font-size: var(--fs-txt-html);
  }
}
@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

/* layout */
body {
  color: #102740;
  background: #f3f8fd;
  font-family: "Noto Sans JP", "メイリオ", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

.l-main {
  position: relative;
}

.l-main-inner .wrapper {
  margin: auto;
}
@media screen and (min-width: 769px) {
  .l-main-inner .wrapper {
    max-width: 1100px;
    display: flex;
    padding: 1%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
  }
}
@media (min-width: 1101px) {
  .l-main-inner .wrapper {
    padding: 0;
  }
}

.flex-block {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .flex-block {
    width: 48%;
    max-width: 525px;
  }
}

section {
  background: #fff;
  border-radius: 25px;
  padding: 6.425% 2%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  width: 90%;
}
@media screen and (min-width: 769px) {
  section {
    max-width: 525px;
    width: 100%;
    padding: 40px 24px;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
  }
}

h2.sectionTitle {
  color: #102740;
  font-size: var(--fs-title-h2);
  text-align: center;
  font-weight: 700;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  h2.sectionTitle {
    font-size: var(--fs-title-h2);
    margin-bottom: 60px;
    margin-top: 60px;
  }
}

h3 {
  font-size: var(--fs-title-h3);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1000px) {
  h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1100px) {
  h3 {
    font-size: var(--fs-title-h3);
  }
}
h3 span {
  height: 44px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  h3 span {
    height: 60px;
  }
}
h3 span img {
  height: 44px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  h3 span img {
    height: 60px;
  }
}

h4 {
  font-size: var(--fs-title-h4);
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  h4 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  h4 {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 1100px) {
  h4 {
    font-size: var(--fs-title-h4);
  }
}

h3 + h4 {
  margin-top: -18px;
}
@media screen and (min-width: 769px) {
  h3 + h4 {
    margin-top: -15px;
  }
}

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

img.p-people {
  width: 33px;
}
@media screen and (min-width: 769px) {
  img.p-people {
    width: 56px;
  }
}

img.p-numper {
  height: 24px;
}
@media screen and (min-width: 769px) {
  img.p-numper {
    height: 36px;
  }
}

a:hover {
  opacity: 0.8;
  z-index: 10;
}

p {
  font-size: var(--fs-txt-p);
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  p {
    font-size: var(--fs-txt-p);
  }
}

.flex-box {
  display: flex;
}

.t-center {
  text-align: center;
  width: 100%;
}

.f-jsb {
  justify-content: space-between;
}

.p-remarks {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 20px auto 0;
}
.p-remarks p:first-of-type {
  padding: 5px 10px 15px;
  margin-right: 14px;
  position: relative;
  display: inline-block;
}
@media (max-width: 340px) {
  .p-remarks p:first-of-type {
    font-size: 65%;
  }
}
.p-remarks p:first-of-type:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/fukidashi_line_01.svg) right center no-repeat;
  background-size: auto;
  left: 0;
  bottom: 0;
}

.p-remarks2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 20px auto 0;
}
.p-remarks2 p:first-of-type {
  padding: 10px 7px 25px 3px;
  letter-spacing: -0.05em;
  position: relative;
  display: inline-block;
  margin-top: -12px;
  margin-right: 6px;
}
@media (max-width: 340px) {
  .p-remarks2 p:first-of-type {
    font-size: 65%;
  }
}
@media screen and (min-width: 769px) {
  .p-remarks2 p:first-of-type {
    margin-top: -6px;
    padding: 10px 3px 32px 5px;
  }
}
@media only screen and (min-width: 900px) {
  .p-remarks2 p:first-of-type {
    padding: 10px 11px 32px 5px;
  }
}
.p-remarks2 p:first-of-type:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/fukidashi_line_03.svg) right center no-repeat;
  background-size: auto;
  left: 0;
  bottom: 0;
}

.p-remarks3 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 20px auto 0;
  flex-direction: row-reverse;
}
.p-remarks3 p:first-of-type {
  padding: 25px 5px 10px 12px;
  position: relative;
  display: inline-block;
  margin-top: 6px;
}
@media (max-width: 340px) {
  .p-remarks3 p:first-of-type {
    font-size: 65%;
  }
}
.p-remarks3 p:first-of-type:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/fukidashi_line_04.svg) left center no-repeat;
  background-size: auto;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 769px) {
  .p-remarks p:first-of-type,
  .p-remarks2 p:first-of-type,
  .p-remarks3 p:first-of-type {
    font-size: 12px;
    letter-spacing: -0.04em;
  }
}
@media only screen and (min-width: 1000px) {
  .p-remarks p:first-of-type,
  .p-remarks2 p:first-of-type,
  .p-remarks3 p:first-of-type {
    font-size: 16px;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1100px) {
  .p-remarks p:first-of-type,
  .p-remarks2 p:first-of-type,
  .p-remarks3 p:first-of-type {
    font-size: var(--fs-title-h4);
  }
}

.p-circle-graph {
  display: block;
  width: 130px;
  height: 130px;
  margin: 20px auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-circle-graph {
    width: 222px;
    height: 222px;
  }
}
.p-circle-graph p {
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
}
.p-circle-graph .p-circle-graph-left {
  position: absolute;
  left: -50px;
}
.p-circle-graph .p-circle-graph-right {
  position: absolute;
  right: -50px;
}

.p-notice {
  margin-top: 20px;
  font-weight: 600;
  font-size: var(--fs-txt-p);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-notice {
    font-size: var(--fs-txt-pmin);
  }
}
.p-notice.p-notice2 {
  font-size: var(--fs-txt-pmin2);
  letter-spacing: -0.02em;
}
@media screen and (min-width: 769px) {
  .p-notice.p-notice2 {
    letter-spacing: normal;
    font-size: var(--fs-txt-pmin);
  }
}

.p-wide-img {
  margin: auto;
  display: block;
  height: 55px;
}
@media screen and (min-width: 769px) {
  .p-wide-img {
    width: 82%;
    height: auto;
  }
}

aside.sharebutton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}
aside.sharebutton a {
  display: block;
  margin: 20px;
  border-radius: 50%;
  background: #44c8c8;
  position: relative;
  z-index: 2;
  text-align: center;
  height: 55px;
  width: 55px;
  border-radius: 53px;
  background: #102740;
}
aside.sharebutton svg {
  display: block;
  height: 30px;
  width: 30px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: visible;
}
aside.sharebutton path {
  fill: #fff;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

footer {
  background-color: #102740;
  color: #fff;
  margin-top: 30px;
  height: 60px;
}
@media screen and (min-width: 769px) {
  footer {
    margin-top: 60px;
    height: 104px;
  }
}
footer p {
  display: flex;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
}
footer p img {
  height: 25px;
}
@media screen and (min-width: 769px) {
  footer p img {
    height: 34px;
  }
}

/*---------------------------------
PC/ スマホ別表示
---------------------------------*/
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
header {
  height: 60px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  header {
    height: 100px;
  }
}
header p {
  max-width: 1100px;
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: auto;
}
header p a {
  display: flex;
  align-items: center;
}
header p a img {
  height: 30px;
}
@media screen and (min-width: 769px) {
  header p a img {
    height: 42px;
  }
}

section.head-contents {
  width: 90%;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  section.head-contents {
    width: 100%;
    max-width: initial;
    margin-top: 40px;
  }
}
section.head-contents h1 {
  max-width: 410px;
  width: 66%;
  margin: auto;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
section.head-contents h1 img {
  margin: 15px auto 10px;
}
@media screen and (min-width: 769px) {
  section.head-contents h1 {
    font-size: 32px;
  }
}
section.head-contents P {
  text-align: center;
  line-height: 2;
  margin: 20px auto 10px;
  max-width: 420px;
  flex-wrap: wrap;
  font-weight: normal;
  font-size: var(--fs-txt-p);
}
@media screen and (min-width: 769px) {
  section.head-contents P {
    margin: 38px auto 20px;
    max-width: 980px;
    width: 85%;
    font-size: var(--fs-title-h5);
  }
}
section.head-contents P span {
  width: 80%;
  margin: 0 auto 20px;
}
section.head-contents P span:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  section.head-contents P span {
    width: 46.5%;
    margin: 0 auto;
  }
}
section.head-contents P:nth-of-type(2) {
  margin-bottom: 0;
}
section.head-contents P:last-of-type {
  margin-bottom: 0;
}

.business {
  width: 100%;
}

.first-contents {
  padding: 6.425% 5%;
}
.first-contents dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  line-height: 1.5;
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .first-contents dl {
    max-width: inherit;
  }
}
.first-contents dl dt {
  padding-bottom: 16px;
  width: 5rem;
  margin: 0;
  position: relative;
  margin-right: 0px;
}
@media screen and (min-width: 769px) {
  .first-contents dl dt {
    width: 7.5rem;
    padding-bottom: 30px;
  }
}
.first-contents dl dt img {
  height: 15px;
}
@media screen and (min-width: 769px) {
  .first-contents dl dt img {
    height: 20px;
  }
}
.first-contents dl dt:after {
  content: "●";
  font-size: 0.5rem;
  color: #102740;
  width: 20px;
  height: 30%;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 25%;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .first-contents dl dt:after {
    width: 40px;
    top: 10%;
  }
}
.first-contents dl dd {
  padding-top: 7px;
  font-size: var(--fs-txt-p);
  position: relative;
  padding-bottom: 16px;
  font-size: var(--fs-txt-p);
  width: calc(100% - 5rem);
}
@media screen and (min-width: 769px) {
  .first-contents dl dd {
    padding-top: 0;
    padding-bottom: 30px;
    font-size: var(--fs-txt-dd);
    width: calc(100% - 7.5rem);
  }
}
.first-contents dl dd:before {
  content: "";
  border-left: 1px solid #cde1f5;
  height: 100%;
  position: absolute;
  top: 10px;
  left: -20.5px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .first-contents dl dd:before {
    left: -30px;
  }
}
.first-contents dl:last-of-type dd {
  padding-bottom: 0;
}
.first-contents dl:last-of-type dd :before {
  height: 80%;
}

.three-contents h4 {
  letter-spacing: -0.15em;
}

.four-contents {
  padding: 6.425% 5%;
}
.four-contents img.p-top3 {
  height: 73px;
  max-width: initial;
}
@media screen and (min-width: 769px) {
  .four-contents img.p-top3 {
    height: 100px;
  }
}
.four-contents img.p-top4 {
  height: 45px;
}
@media screen and (min-width: 769px) {
  .four-contents img.p-top4 {
    height: 75px;
  }
}
.four-contents img.p-top5 {
  height: 40px;
}
@media screen and (min-width: 769px) {
  .four-contents img.p-top5 {
    height: 70px;
  }
}
.four-contents img.p-wide-img {
  width: 95%;
  height: auto;
  margin-right: 0;
  margin-bottom: -30px;
}
.four-contents .four-contents-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.four-contents .four-contents-wrapper ul li {
  margin: 10px 0 24%;
}
@media screen and (min-width: 769px) {
  .four-contents .four-contents-wrapper ul li {
    margin: 10px 0 32%;
  }
}
.four-contents .four-contents-wrapper2 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}
.four-contents .four-contents-wrapper3 {
  display: flex;
  justify-content: space-around;
  font-weight: 700;
  font-size: var(--fs-txt-p);
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .four-contents .four-contents-wrapper3 {
    font-size: var(--fs-txt-html);
    width: 100%;
  }
}
.four-contents .four-contents-wrapper3 ul li {
  margin-top: 8px;
}
.four-contents .four-contents-wrapper3 .pc-only {
  display: none;
}
@media only screen and (min-width: 1050px) {
  .four-contents .four-contents-wrapper3 .pc-only {
    display: block;
  }
}
.four-contents .four-contents-wrapper3 .sp-only {
  display: block;
}
@media only screen and (min-width: 1050px) {
  .four-contents .four-contents-wrapper3 .sp-only {
    display: none;
  }
}

.five-contents .five-contents-box dl {
  display: flex;
  position: relative;
  align-items: baseline;
  margin: auto;
  margin-bottom: 18px;
  justify-content: space-around;
  width: 94%;
}
@media screen and (min-width: 769px) {
  .five-contents .five-contents-box dl {
    align-items: center;
    margin: 0 auto 28px;
    width: 320px;
    justify-content: flex-start;
  }
}
.five-contents .five-contents-box dl dt {
  margin-right: 12px;
}
@media screen and (min-width: 769px) {
  .five-contents .five-contents-box dl dt {
    margin-right: 24px;
  }
}
.five-contents .five-contents-box dl dd {
  font-size: var(--fs-txt-p);
  font-weight: 700;
  width: calc(100% - 44px);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (min-width: 769px) {
  .five-contents .five-contents-box dl dd {
    font-size: var(--fs-txt-p);
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .five-contents .five-contents-box dl dd:last-of-type {
    margin-top: 12px;
  }
}
@media screen and (min-width: 769px) {
  .five-contents .five-contents-box dl dd span {
    display: block;
    margin-top: 16px;
  }
}
.five-contents .five-contents-box dl:last-of-type {
  margin-bottom: 0;
}

.six-contents .six-contents-box dl {
  display: flex;
  position: relative;
  align-items: baseline;
  margin: auto;
  margin-bottom: 18px;
  justify-content: space-between;
  width: 94%;
}
@media screen and (min-width: 769px) {
  .six-contents .six-contents-box dl {
    align-items: center;
    margin: 0 auto 28px;
    width: 340px;
    justify-content: flex-start;
  }
}
.six-contents .six-contents-box dl dt {
  margin-right: 12px;
}
@media screen and (min-width: 769px) {
  .six-contents .six-contents-box dl dt {
    margin-right: 24px;
  }
}
.six-contents .six-contents-box dl dd {
  font-size: var(--fs-txt-p);
  font-weight: 700;
  width: calc(100% - 44px);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (min-width: 769px) {
  .six-contents .six-contents-box dl dd {
    font-size: var(--fs-txt-p);
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .six-contents .six-contents-box dl dd:last-of-type {
    margin-top: 12px;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 769px) {
  .six-contents .six-contents-box dl dd span {
    display: block;
    margin-top: 16px;
  }
}
.six-contents .six-contents-box dl:last-of-type {
  margin-bottom: 0;
}
.six-contents .six-contents-box dl:last-of-type dd {
  letter-spacing: -0.08em;
}
@media screen and (min-width: 769px) {
  .six-contents .six-contents-box dl:last-of-type dd {
    letter-spacing: normal;
  }
}

.seven-contents .seven-contents-box > div {
  display: flex;
  justify-content: space-around;
}
.seven-contents .seven-contents-box > div p {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
}
.seven-contents .seven-contents-box > div p span {
  text-align: center;
  font-size: var(--fs-txt-p);
  font-weight: 700;
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .seven-contents .seven-contents-box > div p span {
    font-size: var(--fs-txt-span);
  }
}
.seven-contents .seven-contents-box > div p span:first-of-type {
  height: 62px;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .seven-contents .seven-contents-box > div p span:first-of-type {
    height: 97px;
  }
}

.eight-contents {
  background: #fff url(../img/bg_contents08.svg) center bottom no-repeat;
  background-position: center bottom 20%;
  background-size: 90%;
}
@media screen and (min-width: 769px) {
  .eight-contents {
    background-size: 80%;
  }
}
.eight-contents .eight-contents-box P {
  font-size: var(--fs-txt-pmin);
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .eight-contents .eight-contents-box P {
    font-size: var(--fs-title-h3);
  }
}
.eight-contents .eight-contents-box img {
  height: 50px;
  display: block;
  margin: 30px auto 20px;
}
@media screen and (min-width: 769px) {
  .eight-contents .eight-contents-box img {
    height: 64px;
    margin: 60px auto 20px;
  }
}

.nine-contents .nine-contents-box {
  background: #fff url(../img/bg_con09_01.svg) center bottom no-repeat;
  background-position: center bottom 10%;
  background-size: contain;
  padding: 40px 10px 30px;
}
@media screen and (min-width: 769px) {
  .nine-contents .nine-contents-box {
    padding: 40px 10px;
  }
}
@media (max-width: 340px) {
  .nine-contents .nine-contents-box {
    padding: 40px 10px 60px;
  }
}
.nine-contents .nine-contents-box p {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}
.nine-contents .nine-contents-box p img {
  height: 96px;
}
@media screen and (min-width: 769px) {
  .nine-contents .nine-contents-box p img {
    height: 142px;
  }
}
.nine-contents .nine-contents-box p.p-dialog {
  margin: 10px auto -8px;
}
.nine-contents .nine-contents-box p.p-dialog4 {
  margin-left: 26px;
  display: block;
}
@media screen and (min-width: 769px) {
  .nine-contents .nine-contents-box p.p-dialog4 {
    margin-left: 28px;
  }
}
.nine-contents .nine-contents-box p.p-dialog3 {
  display: block;
}
.nine-contents .nine-contents-box p.p-dialog3 img {
  height: 96px;
}
@media screen and (min-width: 769px) {
  .nine-contents .nine-contents-box p.p-dialog3 img {
    height: 132px;
  }
}
.nine-contents .nine-contents-box p.p-dialog4 img {
  height: 96px;
}
@media screen and (min-width: 769px) {
  .nine-contents .nine-contents-box p.p-dialog4 img {
    height: 132px;
  }
}
.nine-contents .nine-contents-box p .p-dialog1 {
  position: absolute;
  top: -30px;
  left: -30px;
}
@media (max-width: 340px) {
  .nine-contents .nine-contents-box p .p-dialog1 {
    left: 10px;
  }
}
.nine-contents .nine-contents-box p .p-dialog1 img {
  height: 50px;
}
@media screen and (min-width: 769px) {
  .nine-contents .nine-contents-box p .p-dialog1 img {
    height: 50px;
  }
}
.nine-contents .nine-contents-box p .p-dialog2 {
  position: absolute;
  bottom: -25px;
  right: -10px;
  z-index: 3;
}
.nine-contents .nine-contents-box p .p-dialog2 img {
  height: 50px;
}
@media screen and (min-width: 769px) {
  .nine-contents .nine-contents-box p .p-dialog2 img {
    bottom: -20px;
    height: 50px;
  }
}

.ten-contents .p-wide-img {
  height: 80px;
}
@media screen and (min-width: 769px) {
  .ten-contents .p-wide-img {
    height: auto;
    width: 88%;
  }
}

.organization {
  background: #f9f9fa;
  width: 100%;
  padding: 30px 0 10px;
}
@media screen and (min-width: 769px) {
  .organization {
    padding: 0;
  }
}

.eleven-contents h4 {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .eleven-contents h4 {
    margin-bottom: 32px;
  }
}
.eleven-contents .eleven-contents-box div {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}
@media screen and (min-width: 769px) {
  .eleven-contents .eleven-contents-box div {
    margin-bottom: 24px;
  }
}
.eleven-contents .eleven-contents-box div p {
  margin: 0 12px;
}
.eleven-contents .eleven-contents-box img {
  height: 42px;
}
@media screen and (min-width: 769px) {
  .eleven-contents .eleven-contents-box img {
    height: 81px;
  }
}
.eleven-contents .eleven-contents-box p:last-of-type img,
.eleven-contents .eleven-contents-box p:first-of-type img {
  height: 54px;
  display: block;
  margin: 8px auto 0;
}
@media screen and (min-width: 769px) {
  .eleven-contents .eleven-contents-box p:last-of-type img,
  .eleven-contents .eleven-contents-box p:first-of-type img {
    height: 76px;
    margin: auto;
  }
}

.twelve-contents {
  overflow-x: hidden;
}
.twelve-contents .p-circle-graph {
  margin-bottom: 0;
}
.twelve-contents .p-circle-graph img {
  display: block;
  margin-bottom: 16px;
}
.twelve-contents img.p-peopleg {
  width: 42px;
}
@media screen and (min-width: 769px) {
  .twelve-contents img.p-peopleg {
    width: 56px;
  }
}
.twelve-contents .p-circle-graph-left {
  left: -140px;
  top: 10px;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .twelve-contents .p-circle-graph-left {
    left: -160px;
  }
}
.twelve-contents .p-circle-graph-left img.p-numper {
  margin-left: 100px;
}
.twelve-contents .p-circle-graph-right {
  right: -140px;
  top: 10px;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .twelve-contents .p-circle-graph-right {
    right: -160px;
  }
}
.twelve-contents .p-circle-graph-right img.p-numper {
  margin-right: 100px;
}

.thirteen-contents .thirteen-contents-box {
  display: flex;
  width: 92%;
  max-width: 400px;
  margin: auto;
  justify-content: center;
  align-items: baseline;
}
.thirteen-contents .thirteen-contents-box img.p-people {
  height: 55px;
  width: initial;
  margin-left: 8px;
}
@media screen and (min-width: 769px) {
  .thirteen-contents .thirteen-contents-box img.p-people {
    height: 90px;
  }
}
.thirteen-contents .thirteen-contents-box img.p-num {
  height: 47px;
}
@media screen and (min-width: 769px) {
  .thirteen-contents .thirteen-contents-box img.p-num {
    height: 63px;
  }
}

.fourteen-contents h3 {
  position: relative;
  width: 17rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .fourteen-contents h3 {
    width: 20rem;
  }
}
.fourteen-contents h3 strong {
  position: absolute;
  width: 80px;
  top: -12px;
  right: -30px;
}
@media screen and (min-width: 769px) {
  .fourteen-contents h3 strong {
    top: -14px;
    right: -15px;
    width: 70px;
  }
}
@media (min-width: 900px) {
  .fourteen-contents h3 strong {
    right: -65px;
    width: 88px;
  }
}
.fourteen-contents h3 strong img {
  width: 60px;
}
@media screen and (min-width: 769px) {
  .fourteen-contents h3 strong img {
    width: auto;
  }
}
@media (max-width: 340px) {
  .fourteen-contents h3 strong {
    right: 0;
  }
}
.fourteen-contents .fourteen-wrap {
  justify-content: space-around;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .fourteen-contents .fourteen-wrap {
    max-width: inherit;
  }
}
.fourteen-contents .fourteen-contents-box {
  text-align: center;
  margin-bottom: 30px;
}
.fourteen-contents .fourteen-contents-box div {
  margin: auto;
  text-align: center;
  display: inline-block;
  position: relative;
}
.fourteen-contents .fourteen-contents-box div p {
  margin: auto;
  text-align: center;
}
.fourteen-contents .fourteen-contents-box div p:first-of-type {
  position: absolute;
  left: -5px;
  top: 10px;
}
.fourteen-contents .fourteen-contents-box div p:last-of-type {
  position: absolute;
  right: -5px;
  top: 10px;
}
.fourteen-contents .fourteen-contents-box img.p-num {
  height: 52px;
}
@media screen and (min-width: 769px) {
  .fourteen-contents .fourteen-contents-box img.p-num {
    height: 74px;
  }
}
.fourteen-contents .fourteen-contents-box ul {
  width: 140px;
  margin: 12px auto 0;
}
@media screen and (min-width: 769px) {
  .fourteen-contents .fourteen-contents-box ul {
    max-width: 207px;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .fourteen-contents .fourteen-contents-box ul {
    width: 207px;
  }
}
.fourteen-contents .fourteen-contents-box ul li {
  border: 1px solid #102740;
  padding: 4px;
  width: 100%;
  font-size: var(--fs-txt-p);
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 769px) {
  .fourteen-contents .fourteen-contents-box ul li {
    font-size: var(--fs-title-h4);
    letter-spacing: normal;
  }
}
.fourteen-contents .fourteen-contents-box ul li:first-of-type {
  font-size: var(--fs-txt-p);
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .fourteen-contents .fourteen-contents-box ul li:first-of-type {
    font-size: var(--fs-txt-li);
  }
}
.fourteen-contents .rank1 div p:first-of-type {
  left: -45px;
  top: 0px;
}
@media screen and (min-width: 769px) {
  .fourteen-contents .rank1 div p:first-of-type {
    left: -65px;
  }
}
.fourteen-contents .rank1 div p:last-of-type {
  right: -45px;
  top: 0px;
}
@media screen and (min-width: 769px) {
  .fourteen-contents .rank1 div p:last-of-type {
    right: -65px;
  }
}
.fourteen-contents .rank1 div img.p-icon {
  height: 52px;
}
@media screen and (min-width: 769px) {
  .fourteen-contents .rank1 div img.p-icon {
    height: 72px;
  }
}
.fourteen-contents .rank2 img.p-icon {
  height: 26px;
}
@media screen and (min-width: 769px) {
  .fourteen-contents .rank2 img.p-icon {
    height: 33px;
  }
}
.fourteen-contents .rank2 div p:first-of-type {
  top: 3px;
}
@media screen and (min-width: 769px) {
  .fourteen-contents .rank2 div p:first-of-type {
    top: 10px;
  }
}
.fourteen-contents .rank2 div p:last-of-type {
  top: 3px;
}
@media screen and (min-width: 769px) {
  .fourteen-contents .rank2 div p:last-of-type {
    top: 10px;
  }
}
.fourteen-contents .rank3 img.p-icon {
  height: 18px;
}
@media screen and (min-width: 769px) {
  .fourteen-contents .rank3 img.p-icon {
    height: 28px;
  }
}
.fourteen-contents .rank4 {
  margin-bottom: 0;
}
.fourteen-contents .rank4 div p:first-of-type {
  left: 5px;
  top: 0;
}
.fourteen-contents .rank4 div p:last-of-type {
  right: 15px;
  top: 0;
}
.fourteen-contents .rank4 div img.p-icon {
  height: 28px;
}
@media screen and (min-width: 769px) {
  .fourteen-contents .rank4 div img.p-icon {
    height: 38px;
  }
}
.fourteen-contents .rank5 {
  margin-bottom: 0;
}
.fourteen-contents .rank5 div p:first-of-type {
  left: 25px;
  top: 0px;
}
@media screen and (min-width: 769px) {
  .fourteen-contents .rank5 div p:first-of-type {
    left: 30px;
    letter-spacing: normal;
  }
}
.fourteen-contents .rank5 div p:last-of-type {
  right: 35px;
  top: 0px;
}
@media screen and (min-width: 769px) {
  .fourteen-contents .rank5 div p:last-of-type {
    right: 45px;
  }
}
.fourteen-contents .rank5 div img.p-icon {
  height: 28px;
}
@media screen and (min-width: 769px) {
  .fourteen-contents .rank5 div img.p-icon {
    height: 44px;
  }
}
.fourteen-contents .rank5 ul li span {
  font-size: var(--fs-txt-pmin2);
}
@media screen and (min-width: 769px) {
  .fourteen-contents .rank5 ul li span {
    font-size: var(--fs-txt-pmin);
  }
}

.fifteen-contents .fifteen-contents-box img.p-wide-img {
  height: 49px;
}
@media screen and (min-width: 769px) {
  .fifteen-contents .fifteen-contents-box img.p-wide-img {
    height: 72px;
  }
}
.fifteen-contents .fifteen-contents-box img.p-people {
  width: 70%;
  height: initial;
  display: block;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .fifteen-contents .fifteen-contents-box img.p-people {
    width: 80%;
  }
}
.fifteen-contents p.p-notice {
  margin-bottom: 24px;
}

.extra {
  padding-top: 30px;
}
@media screen and (min-width: 769px) {
  .extra {
    padding-top: 0;
  }
}
.extra h3 {
  letter-spacing: -0.06em;
}
@media screen and (min-width: 769px) {
  .extra h3 {
    letter-spacing: normal;
  }
}
.extra section {
  width: 90%;
}
@media screen and (min-width: 769px) {
  .extra section {
    width: 48%;
  }
}
.extra .extra1-contents-box img {
  height: 44px;
}
@media screen and (min-width: 769px) {
  .extra .extra1-contents-box img {
    height: 69px;
  }
}
.extra .extra1-contents-box.p-remarks {
  padding-top: 12px;
}
.extra .extra1-contents-box.p-remarks p:first-of-type {
  padding: 5px 10px 26px;
  margin-top: -12px;
}
.extra .extra2-contents-box.rank {
  background: #fff url(../img/bg_con0202_1.svg) center bottom no-repeat;
  background-position: center bottom;
  width: 302px;
  height: 202px;
  position: relative;
  margin: 68px auto 30px;
}
@media screen and (min-width: 769px) {
  .extra .extra2-contents-box.rank {
    margin: 88px auto 30px;
  }
}
@media (max-width: 340px) {
  .extra .extra2-contents-box.rank {
    width: 252px;
    background-position: center bottom 30px;
  }
}
.extra .extra2-contents-box.rank p {
  position: absolute;
  display: inline-block;
}
.extra .extra2-contents-box.rank p:nth-child(1) {
  margin: auto;
  text-align: center;
  top: -53px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .extra .extra2-contents-box.rank p:nth-child(1) {
    top: -64px;
  }
}
.extra .extra2-contents-box.rank p:nth-child(2) {
  margin: auto;
  text-align: center;
  top: 20px;
  left: 0;
  right: 0;
}
.extra .extra2-contents-box.rank p:nth-child(3) {
  top: 47px;
  left: 24px;
}
@media screen and (min-width: 769px) {
  .extra .extra2-contents-box.rank p:nth-child(3) {
    top: 38px;
    left: 20px;
  }
}
.extra .extra2-contents-box.rank p:nth-child(4) {
  top: 130px;
  left: 40px;
}
.extra .extra2-contents-box.rank p:nth-child(5) {
  top: 48px;
  right: 36px;
}
@media screen and (min-width: 769px) {
  .extra .extra2-contents-box.rank p:nth-child(5) {
    top: 40px;
    right: 35px;
  }
}
.extra .extra2-contents-box.rank p:nth-child(6) {
  top: 130px;
  right: 20px;
}
.extra .extra2-contents-box img {
  height: 60px;
}
@media screen and (min-width: 769px) {
  .extra .extra2-contents-box img {
    height: 72px;
  }
}
.extra .extra2-contents-box.p-remarks2 p:first-of-type {
  padding: 10px 10px 10px 6px;
  margin-right: 6px;
}
@media screen and (min-width: 769px) {
  .extra .extra2-contents-box.p-remarks2 p:first-of-type {
    padding: 10px 14px 16px 0px;
  }
}
.extra .extra2-contents-box.p-remarks2 p:first-of-type:after {
  content: "";
  background: url(../img/fukidashi_line_e02.svg) right bottom no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
}
.extra .extra2-contents-box.p-remarks2 img {
  height: 44px;
}
@media screen and (min-width: 769px) {
  .extra .extra2-contents-box.p-remarks2 img {
    height: 72px;
  }
}
.extra .extra3-contents-box img {
  height: 44px;
}
@media screen and (min-width: 769px) {
  .extra .extra3-contents-box img {
    height: 69px;
  }
}
.extra .extra3-contents-box .p-remarks p:last-of-type {
  position: relative;
  top: 15px;
  left: -5px;
}
@media screen and (min-width: 769px) {
  .extra .extra3-contents-box .p-remarks p:last-of-type {
    top: 30px;
  }
}
.extra .extra3-contents-box .p-remarks3 {
  margin: 38px auto 0;
}
@media screen and (min-width: 769px) {
  .extra .extra3-contents-box .p-remarks3 {
    margin: 38px auto 0;
  }
}
.extra .extra3-contents-box .p-remarks3 p:first-of-type {
  margin-left: 0px;
  padding: 5px 5px 20px 12px;
  margin-top: -6px;
}
@media screen and (min-width: 769px) {
  .extra .extra3-contents-box .p-remarks3 p:first-of-type {
    margin-top: 6px;
    padding: 26px 5px 10px 18px;
  }
}
.extra .extra3-contents-box .p-remarks3 p:first-of-type:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/fukidashi_line_0503_r.svg) left center no-repeat;
  background-size: auto;
  right: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .extra .extra3-contents-box .p-remarks3 p:first-of-type:after {
    bottom: 0;
    background: url(../img/fukidashi_line_04.svg) left center no-repeat;
    background-size: 96%;
  }
}
.extra .extra3-contents-box .p-remarks3 p:last-of-type {
  position: relative;
  top: 0;
  left: -5px;
}
@media screen and (min-width: 769px) {
  .extra .extra3-contents-box .p-remarks3 p:last-of-type {
    top: -16px;
    left: -12px;
  }
}
.extra .extra4-contents-box img {
  height: 44px;
}
@media screen and (min-width: 769px) {
  .extra .extra4-contents-box img {
    height: 69px;
  }
}
.extra .extra5-contents {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .extra .extra5-contents {
    width: 100%;
    max-width: initial;
  }
}
@media screen and (min-width: 769px) {
  .extra .extra5-contents h4 {
    margin-bottom: 66px;
  }
}
.extra .extra5-contents p.p-notice {
  letter-spacing: -0.04em;
}
@media screen and (min-width: 769px) {
  .extra .extra5-contents p.p-notice {
    letter-spacing: normal;
  }
}
@media (max-width: 340px) {
  .extra .extra5-contents p.p-notice {
    font-size: 65%;
  }
}
.extra .extra5-contents .extra5-contents-box {
  display: flex;
  justify-content: center;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .extra .extra5-contents .extra5-contents-box {
    flex-direction: row;
    max-width: 940px;
  }
}
.extra .extra5-contents .extra5-contents-box h5 {
  color: #ff6e87;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
  font-size: var(--fs-title-h5);
}
@media screen and (min-width: 769px) {
  .extra .extra5-contents .extra5-contents-box h5 {
    font-size: var(--fs-title-h5);
    margin-right: 32px;
    text-align: left;
    margin-bottom: 0;
  }
}
.extra .extra5-contents .extra5-contents-box img.p-people {
  height: 44px;
}
@media screen and (min-width: 769px) {
  .extra .extra5-contents .extra5-contents-box img.p-people {
    height: 72px;
  }
}
.extra .extra5-contents .extra5-contents-box .p-remarks2 {
  margin-top: -6px;
  margin-bottom: 20px;
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .extra .extra5-contents .extra5-contents-box .p-remarks2 {
    margin-bottom: 60px;
    margin-left: auto;
  }
}
.extra .extra5-contents .extra5-contents-box .p-remarks2 p:first-of-type {
  padding: 10px 16px 10px 5px;
  margin-top: -8px;
  margin-right: 5px;
  margin-top: -18px;
}
@media screen and (min-width: 769px) {
  .extra .extra5-contents .extra5-contents-box .p-remarks2 p:first-of-type {
    padding: 10px 26px 16px 5px;
    margin-top: -8px;
  }
}
.extra .extra5-contents .extra5-contents-box .p-remarks2 p:first-of-type:after {
  content: "";
  background: url(../img/fukidashi_line_e02.svg) right bottom no-repeat;
  background-size: auto;
  width: 98%;
  height: 98%;
}
.extra .extra5-contents .extra5-contents-box .p-remarks2.p-remarks0501 {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .extra .extra5-contents .extra5-contents-box .p-remarks2.p-remarks0501 {
    margin-right: auto;
  }
}
.extra
  .extra5-contents
  .extra5-contents-box
  .p-remarks2.p-remarks0501
  p:first-of-type {
  margin-top: -12px;
}
@media screen and (min-width: 769px) {
  .extra
    .extra5-contents
    .extra5-contents-box
    .p-remarks2.p-remarks0501
    p:first-of-type {
    margin-top: -8px;
  }
}
.extra
  .extra5-contents
  .extra5-contents-box
  .p-remarks2.p-remarks0501
  p:first-of-type:after {
  background: url(../img/fukidashi_line_0501.svg) right bottom no-repeat;
  background-size: auto;
}
.extra .extra5-contents .extra5-contents-box .p-remarks2.p-remarks0502 {
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  .extra .extra5-contents .extra5-contents-box .p-remarks2.p-remarks0502 {
    flex-direction: row;
  }
}
.extra
  .extra5-contents
  .extra5-contents-box
  .p-remarks2.p-remarks0502
  p:first-of-type {
  padding: 16px 10px 10px 12px;
  margin-right: 0;
  margin-left: 8px;
  margin-top: -18px;
}
@media screen and (min-width: 769px) {
  .extra
    .extra5-contents
    .extra5-contents-box
    .p-remarks2.p-remarks0502
    p:first-of-type {
    padding: 10px 24px 16px 0px;
    margin-right: 5px;
    margin-top: -8px;
  }
}
.extra
  .extra5-contents
  .extra5-contents-box
  .p-remarks2.p-remarks0502
  p:first-of-type:after {
  background: url(../img/fukidashi_line_0503_r.svg) right bottom no-repeat;
  background-size: auto;
}
@media screen and (min-width: 769px) {
  .extra
    .extra5-contents
    .extra5-contents-box
    .p-remarks2.p-remarks0502
    p:first-of-type:after {
    background: url(../img/fukidashi_line_0502.svg) right bottom no-repeat;
    background-size: auto;
  }
}
.extra .extra5-contents .extra5-contents-box .p-remarks2.p-remarks0503 {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .extra .extra5-contents .extra5-contents-box .p-remarks2.p-remarks0503 {
    margin-right: auto;
  }
}
.extra
  .extra5-contents
  .extra5-contents-box
  .p-remarks2.p-remarks0503
  p:first-of-type {
  margin-top: -12px;
}
@media screen and (min-width: 769px) {
  .extra
    .extra5-contents
    .extra5-contents-box
    .p-remarks2.p-remarks0503
    p:first-of-type {
    margin-top: -8px;
  }
}
.extra
  .extra5-contents
  .extra5-contents-box
  .p-remarks2.p-remarks0503
  p:first-of-type:after {
  background: url(../img/fukidashi_line_0503.svg) right bottom no-repeat;
  background-size: auto;
}
.extra .extra5-contents .extra5-contents-box .p-remarks2.p-remarks0504 {
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  .extra .extra5-contents .extra5-contents-box .p-remarks2.p-remarks0504 {
    flex-direction: row;
  }
}
.extra
  .extra5-contents
  .extra5-contents-box
  .p-remarks2.p-remarks0504
  p:first-of-type {
  padding: 16px 10px 10px 14px;
  margin-right: 0;
  margin-left: 8px;
  margin-top: -18px;
}
@media screen and (min-width: 769px) {
  .extra
    .extra5-contents
    .extra5-contents-box
    .p-remarks2.p-remarks0504
    p:first-of-type {
    padding: 10px 24px 16px 0px;
    margin-right: 5px;
    margin-top: -8px;
  }
}
.extra
  .extra5-contents
  .extra5-contents-box
  .p-remarks2.p-remarks0504
  p:first-of-type:after {
  background: url(../img/fukidashi_line_0503_r.svg) right bottom no-repeat;
  background-size: auto;
}
@media screen and (min-width: 769px) {
  .extra
    .extra5-contents
    .extra5-contents-box
    .p-remarks2.p-remarks0504
    p:first-of-type:after {
    background: url(../img/fukidashi_line_0504.svg) right bottom no-repeat;
    background-size: auto;
  }
}

@media screen and (min-width: 769px) {
  .front .head-contents {
    margin-bottom: calc(40px - 2%);
  }
}
@media screen and (min-width: 1100px) {
  .front .head-contents {
    margin-bottom: 50px;
  }
}
.front .head-contents p {
  font-size: var(--fs-txt-p);
}
@media screen and (min-width: 769px) {
  .front .head-contents p {
    margin-top: 30px;
    font-size: var(--fs-txt-p);
  }
}
.front .wrapper {
  align-items: stretch;
  justify-content: space-between;
}
.front .first-contents {
  padding: 10% 4% 5.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .front .first-contents {
    padding: 8% 4% 4%;
    width: calc(50% - 25px);
  }
}
.front .first-contents h2 {
  text-align: center;
  font-weight: 700;
  font-size: var(--fs-title-h3-2);
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .front .first-contents h2 {
    font-size: var(--fs-title-h3-2);
    margin-bottom: 40px;
  }
}
.front .first-contents h2 img {
  margin: 18px auto;
  display: block;
  height: 54px;
}
@media screen and (min-width: 769px) {
  .front .first-contents h2 img {
    height: 90px;
  }
}
.front .second-contents {
  padding: 9% 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .front .second-contents {
    width: calc(50% - 25px);
  }
}
.front .second-contents > img {
  height: 134px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .front .second-contents > img {
    height: 186px;
    margin-bottom: 40px;
  }
}
.front .second-contents p {
  text-align: center;
  margin-top: 40px;
}
.front .second-contents p img {
  height: 17px;
}
@media screen and (min-width: 769px) {
  .front .second-contents p img {
    height: 23px;
  }
}

/*inview.min.js*/
/*fadeUp*/
.js-fadeUp {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.05s, transform 0.55s;
}

.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.front .second-contents.js-fadeUp {
  transform: translateY(40px);
}
@media screen and (min-width: 769px) {
  .front .second-contents.js-fadeUp {
    transform: translateY(100px);
  }
}

.front .second-contents.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
@media screen and (min-width: 769px) {
  .front .second-contents.js-fadeUp.is-inview {
    transition-delay: 0.6s;
  }
}

.js-fadeUp.js-fadeUp2.is-inview {
  transition-delay: 0.7s;
}

.js-fadeUp.js-fadeUp3.is-inview {
  transition-delay: 0.7s;
}

@media screen and (min-width: 769px) {
  .wrapper > div:last-of-type .js-fadeUp.is-inview {
    transition-delay: 0.9s;
  }
}

@media screen and (min-width: 769px) {
  .extra2-contents.js-fadeUp.is-inview,
  .extra4-contents.js-fadeUp.is-inview {
    transition-delay: 0.9s;
  }
}

.js-poyopoyo {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.05s, transform 0.5s;
}

.is-inview.js-poyopoyo {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

@keyframes poyopoyo {
  0%,
  60%,
  80% {
    transform: scale(1);
  }
  40%,
  70% {
    transform: scale(0.95);
  }
}
.is-inview.js-delay2 {
  transition-delay: 0.3s;
}
.is-inview.js-delay3 {
  transition-delay: 0.5s;
}
.is-inview.js-delay4 {
  transition-delay: 0.7s;
}
.is-inview.js-delay5 {
  transition-delay: 0.9s;
}
.is-inview.js-delay6 {
  transition-delay: 1.1s;
}
.is-inview.js-delay7 {
  transition-delay: 1.3s;
}
.is-inview.js-delay8 {
  transition-delay: 1.5s;
}
.is-inview.js-delay9 {
  transition-delay: 1.7s;
}
.is-inview.js-delay10 {
  transition-delay: 1.9s;
}
.is-inview.js-delay11 {
  transition-delay: 2.1s;
}

.is-inview.js-poyoyon {
  animation: poyoyon 1s cubic-bezier(0.12, 0, 0.39, 0) 1;
}

@keyframes poyoyon {
  0% {
    transform: translateY(-130px);
    opacity: 0;
    transform: scale(0.95);
  }
  30% {
    transform: translateY(0);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    transform: translateY(-30px);
    transform: scale(0.95);
  }
  55% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.95);
  }
  100% {
    transform: translateY(0);
    transform: scale(1);
  }
}
figure {
  display: block;
  height: 0;
  margin: 0 auto;
  position: relative;
  width: 130px;
  height: 130px;
}
@media screen and (min-width: 769px) {
  figure {
    width: 222px;
    padding-bottom: 222px;
  }
}

svg {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

circle {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 31.8309886184;
  stroke-dasharray: 0, 0, 0, 100;
  stroke-dashoffset: 25;
}

.pie1 {
  stroke: #cde1f5;
}

.twelve-contents .is-inview circle {
  -webkit-animation: pie12l 3s infinite ease;
  animation: pie12l 3s infinite ease;
}
.twelve-contents .is-inview .pie2 {
  stroke: #e6f0fa;
  -webkit-animation-name: pie12r;
  animation-name: pie12r;
}

.extra1-contents .is-inview circle {
  -webkit-animation: piee1l 3s infinite ease;
  animation: piee1l 3s infinite ease;
}
.extra1-contents .is-inview .pie2 {
  stroke: #e6f0fa;
  -webkit-animation-name: piee1r;
  animation-name: piee1r;
}

.extra4-contents .is-inview circle {
  -webkit-animation: piee4l 3s infinite ease;
  animation: piee4l 3s infinite ease;
}
.extra4-contents .is-inview .pie2 {
  stroke: #e6f0fa;
  -webkit-animation-name: piee4r;
  animation-name: piee4r;
}

.extra3-contents .is-inview circle {
  -webkit-animation: piee3l 3s infinite ease;
  animation: piee3l 3s infinite ease;
}
.extra3-contents .is-inview .pie2 {
  stroke: #e6f0fa;
  -webkit-animation-name: piee3r;
  animation-name: piee3r;
}

@-webkit-keyframes pie12l {
  50%,
  100% {
    stroke-dasharray: 53, 47, 0, 0;
  }
}
@keyframes pie12l {
  50%,
  100% {
    stroke-dasharray: 53, 47, 0, 0;
  }
}
@-webkit-keyframes pie12r {
  50%,
  100% {
    stroke-dasharray: 0, 47, 53, 0;
  }
}
@keyframes pie12r {
  50%,
  100% {
    stroke-dasharray: 0, 47, 53, 0;
  }
}
@-webkit-keyframes piee1l {
  50%,
  100% {
    stroke-dasharray: 0, 68, 32, 0;
  }
}
@keyframes piee1l {
  50%,
  100% {
    stroke-dasharray: 0, 68, 32, 0;
  }
}
@-webkit-keyframes piee1r {
  50%,
  100% {
    stroke-dasharray: 68, 32, 0, 0;
  }
}
@keyframes piee1r {
  50%,
  100% {
    stroke-dasharray: 68, 32, 0, 0;
  }
}
@-webkit-keyframes piee3l {
  50%,
  100% {
    stroke-dasharray: 0, 50, 50, 0;
  }
}
@keyframes piee3l {
  50%,
  100% {
    stroke-dasharray: 0, 50, 50, 0;
  }
}
@-webkit-keyframes piee3r {
  50%,
  100% {
    stroke-dasharray: 50, 50, 0, 0;
  }
}
@keyframes piee3r {
  50%,
  100% {
    stroke-dasharray: 50, 50, 0, 0;
  }
}
@-webkit-keyframes piee4l {
  50%,
  100% {
    stroke-dasharray: 79, 21, 0, 0;
  }
}
@keyframes piee4l {
  50%,
  100% {
    stroke-dasharray: 79, 21, 0, 0;
  }
}
@-webkit-keyframes piee4r {
  50%,
  100% {
    stroke-dasharray: 0, 21, 79, 0;
  }
}
@keyframes piee4r {
  50%,
  100% {
    stroke-dasharray: 0, 21, 79, 0;
  }
} /*# sourceMappingURL=style.css.map */
