@charset "UTF-8";
@-webkit-keyframes topBgAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes topBgAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes topBgLeftAnime {
  0% {
    left: 0; }
  100% {
    left: -50%; } }

@keyframes topBgLeftAnime {
  0% {
    left: 0; }
  100% {
    left: -50%; } }

@-webkit-keyframes topBgRightAnime {
  0% {
    right: 0; }
  100% {
    right: -50%; } }

@keyframes topBgRightAnime {
  0% {
    right: 0; }
  100% {
    right: -50%; } }

@-webkit-keyframes topBgLeftAnimeTab {
  0% {
    left: -18%; }
  100% {
    left: -68%; } }

@keyframes topBgLeftAnimeTab {
  0% {
    left: -18%; }
  100% {
    left: -68%; } }

@-webkit-keyframes topBgRightAnimeTab {
  0% {
    right: -18%; }
  100% {
    right: -68%; } }

@keyframes topBgRightAnimeTab {
  0% {
    right: -18%; }
  100% {
    right: -68%; } }

@-webkit-keyframes topBgLeftAnimeSp {
  0% {
    left: -92%; }
  100% {
    left: -142%; } }

@keyframes topBgLeftAnimeSp {
  0% {
    left: -92%; }
  100% {
    left: -142%; } }

@-webkit-keyframes topBgRightAnimeSp {
  0% {
    right: -92%; }
  100% {
    right: -142%; } }

@keyframes topBgRightAnimeSp {
  0% {
    right: -92%; }
  100% {
    right: -142%; } }

@-webkit-keyframes topTitleAnime {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes topTitleAnime {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@-webkit-keyframes topSubtitleAnime {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes topSubtitleAnime {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@-webkit-keyframes topTextAnime {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes topTextAnime {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@-webkit-keyframes topHuman1Anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes topHuman1Anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes topHuman2Anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes topHuman2Anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes topHuman3Anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes topHuman3Anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes topHuman4Anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes topHuman4Anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*! destyle.css v2.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;
  line-height: 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;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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; }

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

body {
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  position: relative; }
  @media (max-width: 576px) {
    body {
      font-size: 15px; } }

img {
  width: 100%; }

.Top {
  background: #000;
  padding-bottom: 500px; }
  .Top .background_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    -webkit-animation: topBgAnime both 1s 1 linear 0s normal;
            animation: topBgAnime both 1s 1 linear 0s normal; }
  .Top .background_top_middle_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    z-index: 1;
    -webkit-animation: topBgLeftAnime both 2.5s 1 linear 1.5s normal;
            animation: topBgLeftAnime both 2.5s 1 linear 1.5s normal; }
    @media (max-width: 1024px) {
      .Top .background_top_middle_left {
        width: 68%;
        -webkit-animation: topBgLeftAnimeTab both 2.5s 1 linear 1.5s normal;
                animation: topBgLeftAnimeTab both 2.5s 1 linear 1.5s normal; } }
    @media (max-width: 576px) {
      .Top .background_top_middle_left {
        width: 142%;
        -webkit-animation: topBgLeftAnimeSp both 2.5s 1 linear 1.5s normal;
                animation: topBgLeftAnimeSp both 2.5s 1 linear 1.5s normal; } }
  .Top .background_top_middle_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: 1;
    -webkit-animation: topBgRightAnime both 2.5s 1 linear 1.5s normal;
            animation: topBgRightAnime both 2.5s 1 linear 1.5s normal; }
    @media (max-width: 1024px) {
      .Top .background_top_middle_right {
        width: 68%;
        -webkit-animation: topBgRightAnimeTab both 2.5s 1 linear 1.5s normal;
                animation: topBgRightAnimeTab both 2.5s 1 linear 1.5s normal; } }
    @media (max-width: 576px) {
      .Top .background_top_middle_right {
        width: 142%;
        -webkit-animation: topBgRightAnimeSp both 2.5s 1 linear 1.5s normal;
                animation: topBgRightAnimeSp both 2.5s 1 linear 1.5s normal; } }

.Top_Main {
  position: relative;
  padding-bottom: 770px;
  background-image: url(../img/Top_image_background_base.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto 100px;
  padding-top: 208px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .Top_Main {
      padding-bottom: 540px;
      display: block; } }
  @media (max-width: 768px) {
    .Top_Main {
      padding-bottom: 410px;
      padding-top: 10px;
      margin: 0 auto; } }

.Top_MainLeft {
  position: relative;
  z-index: 2;
  padding-left: 110px; }
  @media (max-width: 768px) {
    .Top_MainLeft {
      padding-left: 0px; } }
  .Top_MainLeft h1 {
    width: 600px;
    -webkit-animation: topTitleAnime both 1s 1 ease-in 3.5s normal;
            animation: topTitleAnime both 1s 1 ease-in 3.5s normal; }
    @media (max-width: 768px) {
      .Top_MainLeft h1 {
        width: 360px;
        margin: 0 auto; } }
  .Top_MainLeft h2 {
    color: #fff;
    font-size: 24px;
    padding-left: 40px;
    letter-spacing: 0.1em;
    margin-bottom: 87px;
    -webkit-animation: topSubtitleAnime both 1s 1 ease-in 3.9s normal;
            animation: topSubtitleAnime both 1s 1 ease-in 3.9s normal; }
    @media (max-width: 1024px) {
      .Top_MainLeft h2 {
        margin: 0 auto 510px; } }
    @media (max-width: 768px) {
      .Top_MainLeft h2 {
        font-size: 16px;
        text-align: center;
        padding-left: 5px;
        letter-spacing: 0.1em;
        width: 360px;
        margin: 0 auto 540px; } }
  .Top_MainLeft p {
    color: #fff;
    font-size: 16px;
    padding-left: 40px;
    line-height: 2.2;
    -webkit-animation: topTextAnime both 1s 1 ease-in 6.4s normal;
            animation: topTextAnime both 1s 1 ease-in 6.4s normal; }
    @media (max-width: 1024px) {
      .Top_MainLeft p {
        font-size: 14px;
        margin: 0 auto;
        line-height: 1.5;
        width: 550px;
        max-width: 100%; } }
    @media (max-width: 576px) {
      .Top_MainLeft p {
        font-size: 14px;
        margin: 0 auto;
        line-height: 1.5;
        width: 350px;
        max-width: 100%;
        padding-left: 0px; } }

.Top_MainRight {
  position: relative;
  z-index: 3;
  width: 34%;
  top: 200px;
  margin-left: 83px; }
  @media (max-width: 1024px) {
    .Top_MainRight {
      top: -125px;
      width: 350px;
      max-width: 100%;
      margin: 0 auto; } }
  @media (max-width: 576px) {
    .Top_MainRight {
      width: 350px;
      margin: 0 auto;
      top: -170px; } }
  .Top_MainRight .Top_MainRightImg1 {
    position: absolute;
    width: 50%;
    left: 0%;
    bottom: 0%;
    z-index: 3;
    -webkit-animation: topHuman1Anime both 0.5s 1 ease-in 5.1s normal;
            animation: topHuman1Anime both 0.5s 1 ease-in 5.1s normal; }
    @media (max-width: 768px) {
      .Top_MainRight .Top_MainRightImg1 {
        width: 167px; } }
  .Top_MainRight .Top_MainRightImg2 {
    position: absolute;
    width: 55%;
    left: 16%;
    bottom: -10%;
    z-index: 4;
    -webkit-animation: topHuman2Anime both 0.5s 1 ease-in 5.9s normal;
            animation: topHuman2Anime both 0.5s 1 ease-in 5.9s normal; }
    @media (max-width: 768px) {
      .Top_MainRight .Top_MainRightImg2 {
        width: 186px;
        left: 65px;
        bottom: -15px; } }
  .Top_MainRight .Top_MainRightImg3 {
    position: absolute;
    width: 37%;
    left: 34%;
    bottom: 25%;
    z-index: 1;
    -webkit-animation: topHuman3Anime both 0.5s 1 ease-in 4.7s normal;
            animation: topHuman3Anime both 0.5s 1 ease-in 4.7s normal; }
    @media (max-width: 768px) {
      .Top_MainRight .Top_MainRightImg3 {
        width: 130px;
        left: 115px;
        bottom: 40px; } }
  .Top_MainRight .Top_MainRightImg4 {
    position: absolute;
    width: 40%;
    right: -2%;
    bottom: 0%;
    z-index: 2;
    -webkit-animation: topHuman4Anime both 0.5s 1 ease-in 5.5s normal;
            animation: topHuman4Anime both 0.5s 1 ease-in 5.5s normal; }
    @media (max-width: 768px) {
      .Top_MainRight .Top_MainRightImg4 {
        width: 135px; } }

.Case {
  background-image: url(../img/CASE_Backgroundimg.png);
  background-size: cover;
  background-position: top 270px center;
  background-repeat: no-repeat;
  margin: -1080px auto 0;
  position: relative;
  z-index: 20;
  padding: 0px 0 90px; }
  @media (max-width: 1024px) {
    .Case {
      margin: -870px auto 0;
      padding: 0px 0 40px;
      background-position: top 0px center; } }
  @media (max-width: 576px) {
    .Case {
      margin: -870px auto 0;
      padding-bottom: 50px; } }
  .Case .swiper-slide {
    width: 330px; }

.swiper-containerWrap {
  margin-bottom: 75px; }
  .swiper-containerWrap .swiper-wrapper {
    transition-timing-function: linear; }
  @media (max-width: 768px) {
    .swiper-containerWrap {
      padding-bottom: 0px;
      margin-bottom: 45px; } }

.CaseSlider_Icon {
  position: relative;
  display: block; }
  .CaseSlider_Icon h2 {
    position: absolute;
    background-color: #000;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    height: 41px;
    line-height: 41px;
    padding: 0 10px;
    top: 0;
    left: 0; }
  .CaseSlider_Icon .p1 {
    position: absolute;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    bottom: 45px;
    right: 0; }
  .CaseSlider_Icon .p2 {
    position: absolute;
    background-color: #fff;
    color: #FF0000;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    bottom: 0;
    right: 0; }

.CaseSlider_Icon2 {
  position: relative;
  display: block; }
  .CaseSlider_Icon2 h2 {
    position: absolute;
    background-color: #000;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    height: 41px;
    line-height: 41px;
    padding: 0 10px;
    top: 0;
    left: 0; }
  .CaseSlider_Icon2 .p1 {
    position: absolute;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    bottom: 45px;
    right: 0; }
  .CaseSlider_Icon2 .p2 {
    position: absolute;
    background-color: #fff;
    color: #FF0000;
    font-size: 18x;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    bottom: 0;
    right: 0; }

.Case_CtaButan {
  display: block;
  background-color: #333333;
  color: #fff;
  text-align: center;
  line-height: 80px;
  width: 423px;
  height: 80px;
  margin: 47px auto 0; }
  @media (max-width: 768px) {
    .Case_CtaButan {
      line-height: 50px;
      width: 340px;
      height: 50px; } }

.Case01Inner {
  width: 1160px;
  margin: 0 auto;
  max-width: 100%; }
  @media (max-width: 1024px) {
    .Case01Inner {
      padding: 0 40px; } }
  @media (max-width: 576px) {
    .Case01Inner {
      padding: 0 10px; } }

.Cace01TitleArea h2 {
  font-size: 23px;
  color: black;
  text-align: center;
  margin-bottom: 10px; }
  .Cace01TitleArea h2 span {
    font-size: 33px;
    color: black;
    transform: translateY(3px);
    display: inline-block; }

.Cace01TitleArea .Case01Obi {
  position: relative; }
  @media (max-width: 576px) {
    .Cace01TitleArea .Case01Obi .Case01Obi_bg {
      display: none; } }
  .Cace01TitleArea .Case01Obi .Case01ObiTitleWrap {
    position: absolute;
    left: 50%;
    top: 20px; }
    @media (max-width: 576px) {
      .Cace01TitleArea .Case01Obi .Case01ObiTitleWrap {
        position: relative;
        left: 0;
        top: 0; } }
    .Cace01TitleArea .Case01Obi .Case01ObiTitleWrap h3 {
      position: relative;
      font-size: 36px;
      line-height: 1.7; }
      @media (max-width: 1024px) {
        .Cace01TitleArea .Case01Obi .Case01ObiTitleWrap h3 {
          font-size: 24px; } }
      @media (max-width: 576px) {
        .Cace01TitleArea .Case01Obi .Case01ObiTitleWrap h3 {
          font-size: 21px;
          background-color: #fff;
          border-top: 2px #000 solid;
          border-bottom: 2px #000 solid;
          height: 100px;
          width: 340px;
          margin: 0 auto;
          padding: 9px 20px 9px; } }
      .Cace01TitleArea .Case01Obi .Case01ObiTitleWrap h3 span {
        font-size: 46px;
        color: #3161AD; }
        @media (max-width: 1024px) {
          .Cace01TitleArea .Case01Obi .Case01ObiTitleWrap h3 span {
            font-size: 28px; } }
        @media (max-width: 576px) {
          .Cace01TitleArea .Case01Obi .Case01ObiTitleWrap h3 span {
            font-size: 24px; } }
      .Cace01TitleArea .Case01Obi .Case01ObiTitleWrap h3 img {
        position: absolute;
        left: -70px;
        bottom: -60px; }
        @media (max-width: 1024px) {
          .Cace01TitleArea .Case01Obi .Case01ObiTitleWrap h3 img {
            left: -45px;
            bottom: -33px; } }
        @media (max-width: 576px) {
          .Cace01TitleArea .Case01Obi .Case01ObiTitleWrap h3 img {
            left: -20px;
            bottom: -20px;
            width: 250px; } }

.Case01_Profile {
  display: flex;
  align-items: flex-start;
  margin-top: 32px; }
  @media (max-width: 576px) {
    .Case01_Profile {
      display: block;
      text-align: justify;
      margin-top: 0; } }

.Case01_Profile_Left {
  width: 50%;
  position: relative; }
  @media (max-width: 576px) {
    .Case01_Profile_Left {
      width: 100%; } }
  .Case01_Profile_Left img {
    position: absolute;
    top: -308px;
    left: -48px;
    width: 600px; }
    @media (max-width: 1024px) {
      .Case01_Profile_Left img {
        width: 380px;
        top: -200px;
        left: -31px; } }
    @media (max-width: 576px) {
      .Case01_Profile_Left img {
        width: 345px;
        position: static;
        display: block;
        margin: 0 auto 10px;
        transform: translateX(11px); } }

.Case01_Profile_Right {
  width: 50%; }
  @media (max-width: 576px) {
    .Case01_Profile_Right {
      width: 90%;
      margin: 0 auto; } }

.Case01_Profile_RightTopItem {
  display: flex;
  margin-bottom: 13px;
  align-items: center; }
  .Case01_Profile_RightTopItem:last-child {
    margin-bottom: 0%; }
  .Case01_Profile_RightTopItem h4 {
    background-color: #3161AD;
    color: #fff;
    font-size: 24px;
    width: 205px;
    height: 43px;
    text-align: center;
    line-height: 43px; }
    @media (max-width: 1024px) {
      .Case01_Profile_RightTopItem h4 {
        font-size: 18px;
        width: 150px;
        height: 35px;
        line-height: 35px; } }
    @media (max-width: 576px) {
      .Case01_Profile_RightTopItem h4 {
        font-size: 16px;
        width: 150px;
        height: 33px;
        line-height: 33px; } }
  .Case01_Profile_RightTopItem p {
    color: #000;
    font-size: 21px;
    margin-left: 26px; }
    @media (max-width: 1024px) {
      .Case01_Profile_RightTopItem p {
        font-size: 18px; } }
    @media (max-width: 576px) {
      .Case01_Profile_RightTopItem p {
        font-size: 16px;
        margin-left: 16px; } }
    @media (max-width: 1024px) {
      .Case01_Profile_RightTopItem p span {
        display: block; } }
    @media (max-width: 576px) {
      .Case01_Profile_RightTopItem p span {
        display: block; } }

.Case01_Profile_RightBottom {
  margin-top: 29px;
  font-size: 18px;
  line-height: 1.8;
  padding-right: 31px; }
  @media (max-width: 1024px) {
    .Case01_Profile_RightBottom {
      font-size: 16px; } }
  @media (max-width: 576px) {
    .Case01_Profile_RightBottom {
      margin-top: 19px;
      font-size: 16px;
      padding-right: 0px; } }

.Case01_Advice {
  max-width: 1366px;
  margin: 45px auto 0; }
  @media (max-width: 576px) {
    .Case01_Advice {
      margin: 25px auto 0; } }

.Case01_AdviceTitle {
  background-color: #3161AD;
  color: #fff;
  font-size: 38px;
  width: 285px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  margin: 0 auto; }

.Case01_AdviceArea {
  background-color: #fff;
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid;
  display: flex; }
  @media (max-width: 576px) {
    .Case01_AdviceArea {
      display: block; } }

.Case01_AdviceArea_Left {
  width: calc(100% - 345px);
  padding: 43px 130px 50px 108px; }
  @media (max-width: 1024px) {
    .Case01_AdviceArea_Left {
      width: calc(100% - 200px);
      padding: 43px 50px 50px 40px; } }
  @media (max-width: 576px) {
    .Case01_AdviceArea_Left {
      width: 90%;
      padding: 43px 0 0px 0;
      margin: 0 auto;
      text-align: justify; } }
  .Case01_AdviceArea_Left h6 {
    color: #3161AD;
    font-size: 36px;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .Case01_AdviceArea_Left h6 {
        font-size: 24px; } }
    @media (max-width: 576px) {
      .Case01_AdviceArea_Left h6 {
        font-size: 21px; } }
  .Case01_AdviceArea_Left p {
    color: #000;
    font-size: 18px;
    line-height: 1.8; }
    @media (max-width: 1024px) {
      .Case01_AdviceArea_Left p {
        font-size: 18px; } }
    @media (max-width: 576px) {
      .Case01_AdviceArea_Left p {
        font-size: 16px; } }

.Case01_AdviceArea_Right {
  width: 345px;
  position: relative; }
  @media (max-width: 1024px) {
    .Case01_AdviceArea_Right {
      width: 200px; } }
  @media (max-width: 576px) {
    .Case01_AdviceArea_Right {
      padding-bottom: 30px; } }
  .Case01_AdviceArea_Right img {
    position: absolute;
    top: -50px;
    right: 90px; }
    @media (max-width: 1024px) {
      .Case01_AdviceArea_Right img {
        top: -53px;
        right: 40px;
        width: 190px; } }
    @media (max-width: 576px) {
      .Case01_AdviceArea_Right img {
        width: 290px;
        position: static;
        display: block;
        margin: 0 auto;
        transform: translateX(48px); } }

.Case02 {
  margin: 85px 0; }
  @media (max-width: 768px) {
    .Case02 {
      margin: 85px auto; } }

.Case02Inner {
  width: 1160px;
  margin: 0 auto;
  max-width: 100%; }

.Cace02TitleArea h2 {
  font-size: 23px;
  color: black;
  text-align: center; }

.Cace02TitleArea span {
  font-size: 33px;
  color: black;
  transform: translateY(3px);
  display: inline-block; }

.Case02Obi {
  position: relative; }
  @media (max-width: 576px) {
    .Case02Obi .Case02Obi_bg {
      display: none; } }

.Case02ObiTitleWrap {
  position: absolute;
  left: 4%;
  top: 20px; }
  @media (max-width: 576px) {
    .Case02ObiTitleWrap {
      position: relative;
      left: 0;
      top: 0; } }
  .Case02ObiTitleWrap h3 {
    position: relative;
    font-size: 36px;
    line-height: 1.7; }
    @media (max-width: 1024px) {
      .Case02ObiTitleWrap h3 {
        font-size: 24px; } }
    @media (max-width: 576px) {
      .Case02ObiTitleWrap h3 {
        font-size: 21px;
        background-color: #fff;
        border-top: 2px #000 solid;
        border-bottom: 2px #000 solid;
        height: 100px;
        width: 340px;
        margin: 0 auto;
        padding: 9px 20px 9px; } }
    .Case02ObiTitleWrap h3 span {
      font-size: 46px;
      color: #1E7E39; }
      @media (max-width: 1024px) {
        .Case02ObiTitleWrap h3 span {
          font-size: 28px; } }
      @media (max-width: 576px) {
        .Case02ObiTitleWrap h3 span {
          font-size: 24px; } }
  .Case02ObiTitleWrap .Case02Obi_Hoshi {
    position: absolute;
    left: -70px;
    bottom: -60px; }
    @media (max-width: 1024px) {
      .Case02ObiTitleWrap .Case02Obi_Hoshi {
        left: -45px;
        bottom: -33px; } }
    @media (max-width: 576px) {
      .Case02ObiTitleWrap .Case02Obi_Hoshi {
        left: -20px;
        bottom: -20px;
        width: 250px; } }

.Case02_Profile {
  display: flex;
  align-items: flex-start;
  margin-top: 32px; }
  @media (max-width: 576px) {
    .Case02_Profile {
      flex-direction: column-reverse;
      text-align: justify;
      margin-top: 0; } }

.Case02_Profile_Left {
  width: 50%;
  padding-left: 50px; }
  @media (max-width: 1024px) {
    .Case02_Profile_Left {
      padding-left: 30px; } }
  @media (max-width: 576px) {
    .Case02_Profile_Left {
      width: 90%;
      margin: 0 auto;
      padding-left: 0px; } }

.Case02_Profile_LeftTopItem {
  display: flex;
  margin-bottom: 13px;
  align-items: center; }
  .Case02_Profile_LeftTopItem:last-child {
    margin-bottom: 0%; }
  .Case02_Profile_LeftTopItem h4 {
    background-color: #1E7E39;
    color: #fff;
    font-size: 24px;
    width: 205px;
    height: 43px;
    text-align: center;
    line-height: 43px; }
    @media (max-width: 1024px) {
      .Case02_Profile_LeftTopItem h4 {
        font-size: 18px;
        width: 150px;
        height: 35px;
        line-height: 35px; } }
    @media (max-width: 576px) {
      .Case02_Profile_LeftTopItem h4 {
        font-size: 16px;
        width: 150px;
        height: 33px;
        line-height: 33px; } }
  .Case02_Profile_LeftTopItem p {
    color: #000;
    font-size: 21px;
    margin-left: 26px; }
    @media (max-width: 1024px) {
      .Case02_Profile_LeftTopItem p {
        font-size: 18px; } }
    @media (max-width: 576px) {
      .Case02_Profile_LeftTopItem p {
        font-size: 16px;
        margin-left: 16px; } }
    @media (max-width: 1024px) {
      .Case02_Profile_LeftTopItem p span {
        display: block; } }
    @media (max-width: 576px) {
      .Case02_Profile_LeftTopItem p span {
        display: block; } }

.Case02_Profile_LeftBottom {
  margin-top: 29px;
  font-size: 18px;
  line-height: 1.8; }
  @media (max-width: 1024px) {
    .Case02_Profile_LeftBottom {
      font-size: 16px;
      padding-right: 0px; } }
  @media (max-width: 576px) {
    .Case02_Profile_LeftBottom {
      margin-top: 19px;
      font-size: 16px;
      padding-right: 0px; } }

.Case02_Profile_Right {
  width: 50%;
  position: relative; }
  @media (max-width: 576px) {
    .Case02_Profile_Right {
      width: 100%;
      height: 490px; } }
  .Case02_Profile_Right img {
    position: absolute;
    top: -305px;
    left: 27px;
    width: 600px; }
    @media (max-width: 1024px) {
      .Case02_Profile_Right img {
        width: 380px;
        top: -210px;
        left: -12px; } }
    @media (max-width: 576px) {
      .Case02_Profile_Right img {
        width: 340px;
        display: block;
        margin: 0 auto;
        top: 0px;
        left: -12px;
        transform: translateX(15px); } }

.Case02_Advice {
  max-width: 1366px;
  margin: 45px auto 0; }
  @media (max-width: 576px) {
    .Case02_Advice {
      margin: 25px auto 0; } }

.Case02_AdviceTitle {
  background-color: #1E7E39;
  color: #fff;
  font-size: 38px;
  width: 285px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  margin: 0 auto; }

.Case02_AdviceArea {
  background-color: #fff;
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid;
  display: flex; }
  @media (max-width: 576px) {
    .Case02_AdviceArea {
      flex-direction: column-reverse; } }

.Case02_AdviceArea_Right {
  width: calc(100% - 345px);
  padding: 43px 108px 50px 150px; }
  @media (max-width: 1024px) {
    .Case02_AdviceArea_Right {
      width: calc(100% - 200px);
      padding: 43px 50px 50px 50px; } }
  @media (max-width: 576px) {
    .Case02_AdviceArea_Right {
      width: 90%;
      padding: 43px 0 0px 0;
      margin: 0 auto;
      text-align: justify; } }
  .Case02_AdviceArea_Right h6 {
    color: #1E7E39;
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.3em; }
    @media (max-width: 1024px) {
      .Case02_AdviceArea_Right h6 {
        font-size: 24px; } }
    @media (max-width: 576px) {
      .Case02_AdviceArea_Right h6 {
        font-size: 21px; } }
  .Case02_AdviceArea_Right p {
    color: #000;
    font-size: 18px;
    line-height: 1.8; }
    @media (max-width: 1024px) {
      .Case02_AdviceArea_Right p {
        font-size: 18px; } }
    @media (max-width: 576px) {
      .Case02_AdviceArea_Right p {
        font-size: 16px; } }

.Case02_AdviceArea_Left {
  width: 345px;
  position: relative; }
  @media (max-width: 1024px) {
    .Case02_AdviceArea_Left {
      width: 200px; } }
  @media (max-width: 576px) {
    .Case02_AdviceArea_Left {
      padding-bottom: 30px; } }
  .Case02_AdviceArea_Left img {
    position: absolute;
    top: -50px;
    left: 56px;
    width: 420px; }
    @media (max-width: 1024px) {
      .Case02_AdviceArea_Left img {
        top: -53px;
        left: 40px;
        width: 210px; } }
    @media (max-width: 576px) {
      .Case02_AdviceArea_Left img {
        width: 290px;
        position: static;
        display: block;
        margin: 0 auto;
        transform: translateX(35px); } }

.Case03Inner {
  width: 1160px;
  margin: 0 auto;
  max-width: 100%; }
  @media (max-width: 1024px) {
    .Case03Inner {
      padding: 0 40px; } }
  @media (max-width: 576px) {
    .Case03Inner {
      padding: 0 10px; } }

.Cace03TitleArea_SubTitle {
  font-size: 23px;
  color: black;
  text-align: center; }
  .Cace03TitleArea_SubTitle span {
    font-size: 33px;
    color: black;
    transform: translateY(3px);
    display: inline-block; }

.Case03Obi {
  position: relative; }
  @media (max-width: 576px) {
    .Case03Obi .Case03Obi_bg {
      display: none; } }

.Case03ObiTitleWrap {
  position: absolute;
  left: 50%;
  top: 20px; }
  @media (max-width: 576px) {
    .Case03ObiTitleWrap {
      position: relative;
      left: 0;
      top: 0; } }

.Case03Obi_Title {
  position: relative;
  font-size: 36px;
  line-height: 1.7; }
  @media (max-width: 1024px) {
    .Case03Obi_Title {
      font-size: 24px; } }
  @media (max-width: 576px) {
    .Case03Obi_Title {
      font-size: 21px;
      background-color: #fff;
      border-top: 2px #000 solid;
      border-bottom: 2px #000 solid;
      height: 100px;
      width: 340px;
      margin: 0 auto;
      padding: 9px 20px 9px; } }

.Case03Obi_Title span {
  font-size: 46px;
  color: #FF0000; }
  @media (max-width: 1024px) {
    .Case03Obi_Title span {
      font-size: 28px; } }
  @media (max-width: 576px) {
    .Case03Obi_Title span {
      font-size: 24px; } }

.Case03Obi_Hoshi {
  position: absolute;
  left: -70px;
  bottom: -60px; }
  @media (max-width: 1024px) {
    .Case03Obi_Hoshi {
      left: -45px;
      bottom: -33px; } }
  @media (max-width: 576px) {
    .Case03Obi_Hoshi {
      left: -20px;
      bottom: -20px;
      width: 250px; } }

.Case03_Profile {
  display: flex;
  align-items: flex-start;
  margin-top: 32px; }
  @media (max-width: 576px) {
    .Case03_Profile {
      display: block;
      text-align: justify;
      margin-top: 0; } }

.Case03_Profile_Left {
  width: 50%;
  position: relative; }
  @media (max-width: 576px) {
    .Case03_Profile_Left {
      width: 100%; } }
  .Case03_Profile_Left img {
    position: absolute;
    top: -308px;
    left: -48px;
    width: 600px; }
    @media (max-width: 1024px) {
      .Case03_Profile_Left img {
        width: 380px;
        top: -200px;
        left: -31px; } }
    @media (max-width: 576px) {
      .Case03_Profile_Left img {
        width: 345px;
        position: static;
        display: block;
        margin: 0 auto 10px;
        transform: translateX(11px); } }

.Case03_Profile_Right {
  width: 50%; }
  @media (max-width: 576px) {
    .Case03_Profile_Right {
      width: 90%;
      margin: 0 auto; } }

.Case03_Profile_RightTopItem {
  display: flex;
  margin-bottom: 13px;
  align-items: center; }
  .Case03_Profile_RightTopItem:last-child {
    margin-bottom: 0%; }
  .Case03_Profile_RightTopItem h4 {
    background-color: #FF0000;
    color: #fff;
    font-size: 24px;
    width: 205px;
    height: 43px;
    text-align: center;
    line-height: 43px; }
    @media (max-width: 1024px) {
      .Case03_Profile_RightTopItem h4 {
        font-size: 18px;
        width: 150px;
        height: 35px;
        line-height: 35px; } }
    @media (max-width: 576px) {
      .Case03_Profile_RightTopItem h4 {
        font-size: 16px;
        width: 150px;
        height: 33px;
        line-height: 33px; } }
  .Case03_Profile_RightTopItem p {
    color: #000;
    font-size: 21px;
    margin-left: 26px; }
    @media (max-width: 1024px) {
      .Case03_Profile_RightTopItem p {
        font-size: 18px; } }
    @media (max-width: 576px) {
      .Case03_Profile_RightTopItem p {
        font-size: 16px;
        margin-left: 16px; } }
    @media (max-width: 1024px) {
      .Case03_Profile_RightTopItem p span {
        display: block; } }
    @media (max-width: 576px) {
      .Case03_Profile_RightTopItem p span {
        display: block; } }

.Case03_Profile_RightBottom {
  margin-top: 29px;
  font-size: 18px;
  line-height: 1.8;
  padding-right: 31px; }
  @media (max-width: 1024px) {
    .Case03_Profile_RightBottom {
      font-size: 16px; } }
  @media (max-width: 576px) {
    .Case03_Profile_RightBottom {
      margin-top: 19px;
      font-size: 16px;
      padding-right: 0px; } }

.Case03_Advice {
  max-width: 1366px;
  margin: 45px auto 0; }
  @media (max-width: 576px) {
    .Case03_Advice {
      margin: 25px auto 0; } }

.Case03_AdviceTitle {
  background-color: #FF0000;
  color: #fff;
  font-size: 38px;
  width: 285px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  margin: 0 auto; }

.Case03_AdviceArea {
  background-color: #fff;
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid;
  display: flex; }
  @media (max-width: 576px) {
    .Case03_AdviceArea {
      display: block; } }

.Case03_AdviceArea_Left {
  width: calc(100% - 345px);
  padding: 43px 130px 50px 108px; }
  @media (max-width: 1024px) {
    .Case03_AdviceArea_Left {
      width: calc(100% - 200px);
      padding: 43px 50px 50px 40px; } }
  @media (max-width: 576px) {
    .Case03_AdviceArea_Left {
      width: 90%;
      padding: 43px 0 0px 0;
      margin: 0 auto;
      text-align: justify; } }
  .Case03_AdviceArea_Left h6 {
    color: #FF0000;
    font-size: 36px;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .Case03_AdviceArea_Left h6 {
        font-size: 24px; } }
    @media (max-width: 576px) {
      .Case03_AdviceArea_Left h6 {
        font-size: 21px; } }
  .Case03_AdviceArea_Left p {
    color: #000;
    font-size: 18px;
    line-height: 1.8; }
    @media (max-width: 1024px) {
      .Case03_AdviceArea_Left p {
        font-size: 18px; } }
    @media (max-width: 576px) {
      .Case03_AdviceArea_Left p {
        font-size: 16px; } }

.Case03_AdviceArea_Right {
  width: 345px;
  position: relative; }
  @media (max-width: 1024px) {
    .Case03_AdviceArea_Right {
      width: 200px; } }
  @media (max-width: 576px) {
    .Case03_AdviceArea_Right {
      padding-bottom: 30px; } }
  .Case03_AdviceArea_Right img {
    position: absolute;
    top: -50px;
    right: 80px;
    width: 400px; }
    @media (max-width: 1024px) {
      .Case03_AdviceArea_Right img {
        top: -53px;
        right: 40px;
        width: 200px; } }
    @media (max-width: 576px) {
      .Case03_AdviceArea_Right img {
        width: 290px;
        position: static;
        display: block;
        margin: 0 auto;
        transform: translateX(48px); } }

.Case04 {
  margin: 85px 0; }
  @media (max-width: 768px) {
    .Case04 {
      margin: 85px auto; } }

.Case04Inner {
  width: 1160px;
  margin: 0 auto;
  max-width: 100%; }

.Cace04TitleArea_SubTitle {
  font-size: 23px;
  color: black;
  text-align: center; }
  .Cace04TitleArea_SubTitle span {
    font-size: 33px;
    color: black;
    transform: translateY(3px);
    display: inline-block; }

.Case04Obi {
  position: relative; }
  @media (max-width: 576px) {
    .Case04Obi .Case04Obi_bg {
      display: none; } }

.Case04ObiTitleWrap {
  position: absolute;
  left: 4%;
  top: 33px; }
  @media (max-width: 576px) {
    .Case04ObiTitleWrap {
      position: relative;
      left: 0;
      top: 0; } }
  .Case04ObiTitleWrap h3 {
    position: relative;
    font-size: 30px;
    line-height: 1.7; }
    @media (max-width: 1024px) {
      .Case04ObiTitleWrap h3 {
        font-size: 21px; } }
    @media (max-width: 576px) {
      .Case04ObiTitleWrap h3 {
        font-size: 18px;
        background-color: #fff;
        border-top: 2px #000 solid;
        border-bottom: 2px #000 solid;
        height: 100px;
        width: 340px;
        margin: 0 auto;
        padding: 11px 14px 11px 20px; } }
    .Case04ObiTitleWrap h3 span {
      font-size: 43px;
      color: #F08C0C; }
      @media (max-width: 1024px) {
        .Case04ObiTitleWrap h3 span {
          font-size: 27px; } }
      @media (max-width: 576px) {
        .Case04ObiTitleWrap h3 span {
          font-size: 23px; } }
  .Case04ObiTitleWrap .Case04Obi_Hoshi {
    position: absolute;
    left: -70px;
    bottom: -60px; }
    @media (max-width: 1024px) {
      .Case04ObiTitleWrap .Case04Obi_Hoshi {
        left: -45px;
        bottom: -33px; } }
    @media (max-width: 576px) {
      .Case04ObiTitleWrap .Case04Obi_Hoshi {
        left: -20px;
        bottom: -20px;
        width: 250px; } }

.Case04_Profile {
  display: flex;
  align-items: flex-start;
  margin-top: 32px; }
  @media (max-width: 576px) {
    .Case04_Profile {
      flex-direction: column-reverse;
      text-align: justify;
      margin-top: 0; } }

.Case04_Profile_Left {
  width: 50%;
  padding-left: 50px; }
  @media (max-width: 1024px) {
    .Case04_Profile_Left {
      padding-left: 30px; } }
  @media (max-width: 576px) {
    .Case04_Profile_Left {
      width: 90%;
      margin: 0 auto;
      padding-left: 0px; } }

.Case04_Profile_LeftTopItem {
  display: flex;
  margin-bottom: 13px;
  align-items: center; }
  .Case04_Profile_LeftTopItem:last-child {
    margin-bottom: 0%; }
  .Case04_Profile_LeftTopItem h4 {
    background-color: #F08C0C;
    color: #fff;
    font-size: 24px;
    width: 205px;
    height: 43px;
    text-align: center;
    line-height: 43px; }
    @media (max-width: 1024px) {
      .Case04_Profile_LeftTopItem h4 {
        font-size: 18px;
        width: 150px;
        height: 35px;
        line-height: 35px; } }
    @media (max-width: 576px) {
      .Case04_Profile_LeftTopItem h4 {
        font-size: 16px;
        width: 150px;
        height: 33px;
        line-height: 33px; } }
  .Case04_Profile_LeftTopItem p {
    color: #000;
    font-size: 21px;
    margin-left: 26px; }
    @media (max-width: 1024px) {
      .Case04_Profile_LeftTopItem p {
        font-size: 18px; } }
    @media (max-width: 576px) {
      .Case04_Profile_LeftTopItem p {
        font-size: 16px;
        margin-left: 16px; } }
    @media (max-width: 1024px) {
      .Case04_Profile_LeftTopItem p span {
        display: block; } }
    @media (max-width: 576px) {
      .Case04_Profile_LeftTopItem p span {
        display: block; } }

.Case04_Profile_LeftBottom {
  margin-top: 29px;
  font-size: 18px;
  line-height: 1.8; }
  @media (max-width: 1024px) {
    .Case04_Profile_LeftBottom {
      font-size: 16px;
      padding-right: 0px; } }
  @media (max-width: 576px) {
    .Case04_Profile_LeftBottom {
      margin-top: 19px;
      font-size: 16px;
      padding-right: 0px; } }

.Case04_Profile_Right {
  width: 50%;
  position: relative; }
  @media (max-width: 576px) {
    .Case04_Profile_Right {
      width: 100%;
      height: 490px; } }
  .Case04_Profile_Right img {
    position: absolute;
    top: -305px;
    left: 27px;
    width: 600px; }
    @media (max-width: 1024px) {
      .Case04_Profile_Right img {
        width: 380px;
        top: -210px;
        left: -12px; } }
    @media (max-width: 576px) {
      .Case04_Profile_Right img {
        width: 340px;
        display: block;
        margin: 0 auto;
        top: 0px;
        left: -12px;
        transform: translateX(15px); } }

.Case04_Advice {
  max-width: 1366px;
  margin: 45px auto 0; }
  @media (max-width: 576px) {
    .Case04_Advice {
      margin: 25px auto 0; } }

.Case04_AdviceTitle {
  background-color: #F08C0C;
  color: #fff;
  font-size: 38px;
  width: 285px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  margin: 0 auto; }

.Case04_AdviceArea {
  background-color: #fff;
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid;
  display: flex; }
  @media (max-width: 576px) {
    .Case04_AdviceArea {
      flex-direction: column-reverse; } }

.Case04_AdviceArea_Right {
  width: calc(100% - 345px);
  padding: 43px 108px 50px 150px; }
  @media (max-width: 1024px) {
    .Case04_AdviceArea_Right {
      width: calc(100% - 200px);
      padding: 43px 50px 50px 50px; } }
  @media (max-width: 576px) {
    .Case04_AdviceArea_Right {
      width: 90%;
      padding: 43px 0 0px 0;
      margin: 0 auto;
      text-align: justify; } }
  .Case04_AdviceArea_Right h6 {
    color: #F08C0C;
    font-size: 36px;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .Case04_AdviceArea_Right h6 {
        font-size: 24px; } }
    @media (max-width: 576px) {
      .Case04_AdviceArea_Right h6 {
        font-size: 21px; } }
  .Case04_AdviceArea_Right p {
    color: #000;
    font-size: 18px;
    line-height: 1.8; }
    @media (max-width: 1024px) {
      .Case04_AdviceArea_Right p {
        font-size: 18px; } }
    @media (max-width: 576px) {
      .Case04_AdviceArea_Right p {
        font-size: 16px; } }

.Case04_AdviceArea_Left {
  width: 345px;
  position: relative; }
  @media (max-width: 1024px) {
    .Case04_AdviceArea_Left {
      width: 200px; } }
  @media (max-width: 576px) {
    .Case04_AdviceArea_Left {
      padding-bottom: 30px; } }
  .Case04_AdviceArea_Left img {
    position: absolute;
    top: -50px;
    left: 60px;
    width: 430px; }
    @media (max-width: 1024px) {
      .Case04_AdviceArea_Left img {
        top: -50px;
        left: 40px;
        width: 208px; } }
    @media (max-width: 576px) {
      .Case04_AdviceArea_Left img {
        width: 290px;
        position: static;
        display: block;
        margin: 0 auto;
        transform: translateX(35px); } }

.Case05Inner {
  width: 1160px;
  margin: 0 auto;
  max-width: 100%; }
  @media (max-width: 1024px) {
    .Case05Inner {
      padding: 0 40px; } }
  @media (max-width: 576px) {
    .Case05Inner {
      padding: 0 10px; } }
  .Case05Inner h2 {
    font-size: 23px;
    color: black;
    text-align: center;
    margin-bottom: 10px; }
  .Case05Inner span {
    font-size: 33px;
    color: black;
    transform: translateY(3px);
    display: inline-block; }

.Case05Obi {
  position: relative; }
  @media (max-width: 576px) {
    .Case05Obi .Case05Obi_bg {
      display: none; } }

.Case05ObiTitleWrap {
  position: absolute;
  left: 50%;
  top: 20px; }
  @media (max-width: 576px) {
    .Case05ObiTitleWrap {
      position: relative;
      left: 0;
      top: 0; } }
  .Case05ObiTitleWrap h3 {
    position: relative;
    font-size: 36px;
    line-height: 1.7; }
    @media (max-width: 1024px) {
      .Case05ObiTitleWrap h3 {
        font-size: 23px; } }
    @media (max-width: 576px) {
      .Case05ObiTitleWrap h3 {
        font-size: 20px;
        background-color: #fff;
        border-top: 2px #000 solid;
        border-bottom: 2px #000 solid;
        height: 100px;
        width: 340px;
        margin: 0 auto;
        padding: 9px 0px 9px 20px; } }
  .Case05ObiTitleWrap span {
    font-size: 46px;
    color: #3161AD; }
    @media (max-width: 1024px) {
      .Case05ObiTitleWrap span {
        font-size: 27px; } }
    @media (max-width: 576px) {
      .Case05ObiTitleWrap span {
        font-size: 24px; } }
  .Case05ObiTitleWrap .Case05Obi_Hoshi {
    position: absolute;
    left: -70px;
    bottom: -60px; }
    @media (max-width: 1024px) {
      .Case05ObiTitleWrap .Case05Obi_Hoshi {
        left: -45px;
        bottom: -43px; } }
    @media (max-width: 576px) {
      .Case05ObiTitleWrap .Case05Obi_Hoshi {
        left: -20px;
        bottom: -20px;
        width: 250px; } }

.Case05_Profile {
  display: flex;
  align-items: flex-start;
  margin-top: 32px; }
  @media (max-width: 576px) {
    .Case05_Profile {
      display: block;
      text-align: justify;
      margin-top: 0; } }
  .Case05_Profile .Case05_Profile_Left {
    width: 50%;
    position: relative; }
    @media (max-width: 576px) {
      .Case05_Profile .Case05_Profile_Left {
        width: 100%; } }
    .Case05_Profile .Case05_Profile_Left img {
      position: absolute;
      top: -308px;
      left: -48px;
      width: 600px; }
      @media (max-width: 1024px) {
        .Case05_Profile .Case05_Profile_Left img {
          width: 380px;
          top: -200px;
          left: -31px; } }
      @media (max-width: 576px) {
        .Case05_Profile .Case05_Profile_Left img {
          width: 345px;
          position: static;
          display: block;
          margin: 0 auto 10px;
          transform: translateX(11px); } }
  .Case05_Profile .Case05_Profile_Right {
    width: 50%; }
    @media (max-width: 576px) {
      .Case05_Profile .Case05_Profile_Right {
        width: 90%;
        margin: 0 auto; } }
    .Case05_Profile .Case05_Profile_Right .Case05_Profile_RightTopItem {
      display: flex;
      margin-bottom: 13px;
      align-items: center; }
      .Case05_Profile .Case05_Profile_Right .Case05_Profile_RightTopItem:last-child {
        margin-bottom: 0%; }
      .Case05_Profile .Case05_Profile_Right .Case05_Profile_RightTopItem h4 {
        background-color: #3161AD;
        color: #fff;
        font-size: 24px;
        width: 205px;
        height: 43px;
        text-align: center;
        line-height: 43px; }
        @media (max-width: 1024px) {
          .Case05_Profile .Case05_Profile_Right .Case05_Profile_RightTopItem h4 {
            font-size: 18px;
            width: 150px;
            height: 35px;
            line-height: 35px; } }
        @media (max-width: 576px) {
          .Case05_Profile .Case05_Profile_Right .Case05_Profile_RightTopItem h4 {
            font-size: 16px;
            width: 150px;
            height: 33px;
            line-height: 33px; } }
      .Case05_Profile .Case05_Profile_Right .Case05_Profile_RightTopItem p {
        color: #000;
        font-size: 21px;
        margin-left: 26px; }
        @media (max-width: 1024px) {
          .Case05_Profile .Case05_Profile_Right .Case05_Profile_RightTopItem p {
            font-size: 18px; } }
        @media (max-width: 768px) {
          .Case05_Profile .Case05_Profile_Right .Case05_Profile_RightTopItem p {
            font-size: 16px;
            margin-left: 16px; } }
        @media (max-width: 1024px) {
          .Case05_Profile .Case05_Profile_Right .Case05_Profile_RightTopItem p span {
            display: block; } }
        @media (max-width: 576px) {
          .Case05_Profile .Case05_Profile_Right .Case05_Profile_RightTopItem p span {
            display: block; } }
    .Case05_Profile .Case05_Profile_Right .Case05_Profile_RightBottom {
      margin-top: 29px;
      font-size: 18px;
      line-height: 1.8;
      padding-right: 31px; }
      @media (max-width: 1024px) {
        .Case05_Profile .Case05_Profile_Right .Case05_Profile_RightBottom {
          font-size: 16px; } }
      @media (max-width: 576px) {
        .Case05_Profile .Case05_Profile_Right .Case05_Profile_RightBottom {
          margin-top: 19px;
          font-size: 16px;
          padding-right: 0px; } }

.Case05_Advice {
  max-width: 1366px;
  margin: 45px auto 0; }
  @media (max-width: 576px) {
    .Case05_Advice {
      margin: 25px auto 0; } }
  .Case05_Advice h5 {
    background-color: #3161AD;
    color: #fff;
    font-size: 38px;
    width: 285px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin: 0 auto; }
  .Case05_Advice .Case05_AdviceArea {
    background-color: #fff;
    border-top: 2px #000 solid;
    border-bottom: 2px #000 solid;
    display: flex; }
    @media (max-width: 576px) {
      .Case05_Advice .Case05_AdviceArea {
        display: block; } }
  .Case05_Advice .Case05_AdviceArea_Left {
    width: calc(100% - 345px);
    padding: 43px 130px 50px 108px; }
    @media (max-width: 1024px) {
      .Case05_Advice .Case05_AdviceArea_Left {
        width: calc(100% - 200px);
        padding: 43px 50px 50px 40px; } }
    @media (max-width: 576px) {
      .Case05_Advice .Case05_AdviceArea_Left {
        width: 90%;
        padding: 43px 0 0px 0;
        margin: 0 auto;
        text-align: justify; } }
    .Case05_Advice .Case05_AdviceArea_Left h6 {
      color: #3161AD;
      font-size: 36px;
      margin-bottom: 20px; }
      @media (max-width: 1024px) {
        .Case05_Advice .Case05_AdviceArea_Left h6 {
          font-size: 24px; } }
      @media (max-width: 576px) {
        .Case05_Advice .Case05_AdviceArea_Left h6 {
          font-size: 21px; } }
    .Case05_Advice .Case05_AdviceArea_Left p {
      color: #000;
      font-size: 18px;
      line-height: 1.8; }
      @media (max-width: 1024px) {
        .Case05_Advice .Case05_AdviceArea_Left p {
          font-size: 18px; } }
      @media (max-width: 576px) {
        .Case05_Advice .Case05_AdviceArea_Left p {
          font-size: 16px; } }
  .Case05_Advice .Case05_AdviceArea_Right {
    width: 345px;
    position: relative; }
    @media (max-width: 1024px) {
      .Case05_Advice .Case05_AdviceArea_Right {
        width: 200px; } }
    @media (max-width: 576px) {
      .Case05_Advice .Case05_AdviceArea_Right {
        padding-bottom: 30px; } }
    .Case05_Advice .Case05_AdviceArea_Right img {
      position: absolute;
      top: -50px;
      right: 60px;
      width: 410px; }
      @media (max-width: 1024px) {
        .Case05_Advice .Case05_AdviceArea_Right img {
          top: -53px;
          right: 40px;
          width: 200px; } }
      @media (max-width: 576px) {
        .Case05_Advice .Case05_AdviceArea_Right img {
          width: 290px;
          position: static;
          display: block;
          margin: 0 auto;
          transform: translateX(48px); } }

.Case06 {
  margin: 85px 0; }
  @media (max-width: 1024px) {
    .Case06 {
      margin: 85px auto 20px; } }
  @media (max-width: 576px) {
    .Case06 {
      margin: 85px auto 0px; } }

.Case06Inner {
  width: 1160px;
  margin: 0 auto;
  max-width: 100%; }

.Cace06TitleArea h2 {
  font-size: 23px;
  color: black;
  text-align: center; }

.Cace06TitleArea span {
  font-size: 33px;
  color: black;
  transform: translateY(3px);
  display: inline-block; }

.Case06Obi {
  position: relative; }
  @media (max-width: 576px) {
    .Case06Obi .Case06Obi_bg {
      display: none; } }

.Case06ObiTitleWrap {
  position: absolute;
  left: 4%;
  top: 20px; }
  @media (max-width: 576px) {
    .Case06ObiTitleWrap {
      position: relative;
      left: 0;
      top: 0; } }
  .Case06ObiTitleWrap h3 {
    position: relative;
    font-size: 36px;
    line-height: 1.7; }
    @media (max-width: 1024px) {
      .Case06ObiTitleWrap h3 {
        font-size: 24px; } }
    @media (max-width: 576px) {
      .Case06ObiTitleWrap h3 {
        font-size: 21px;
        background-color: #fff;
        border-top: 2px #000 solid;
        border-bottom: 2px #000 solid;
        height: 100px;
        width: 340px;
        margin: 0 auto;
        padding: 9px 20px 9px; } }
    .Case06ObiTitleWrap h3 span {
      font-size: 46px;
      color: #1E7E39; }
      @media (max-width: 1024px) {
        .Case06ObiTitleWrap h3 span {
          font-size: 28px; } }
      @media (max-width: 576px) {
        .Case06ObiTitleWrap h3 span {
          font-size: 24px; } }
  .Case06ObiTitleWrap .Case06Obi_Hoshi {
    position: absolute;
    left: -70px;
    bottom: -60px; }
    @media (max-width: 1024px) {
      .Case06ObiTitleWrap .Case06Obi_Hoshi {
        left: -55px;
        bottom: -45px; } }
    @media (max-width: 576px) {
      .Case06ObiTitleWrap .Case06Obi_Hoshi {
        left: -20px;
        bottom: -20px;
        width: 250px; } }

.Case06_Profile {
  display: flex;
  align-items: flex-start;
  margin-top: 32px; }
  @media (max-width: 576px) {
    .Case06_Profile {
      flex-direction: column-reverse;
      text-align: justify;
      margin-top: 0; } }

.Case06_Profile_Left {
  width: 50%;
  padding-left: 50px; }
  @media (max-width: 1024px) {
    .Case06_Profile_Left {
      padding-left: 30px; } }
  @media (max-width: 576px) {
    .Case06_Profile_Left {
      width: 90%;
      margin: 0 auto;
      padding-left: 0px; } }

.Case06_Profile_LeftTopItem {
  display: flex;
  margin-bottom: 13px;
  align-items: center; }
  .Case06_Profile_LeftTopItem:last-child {
    margin-bottom: 0%; }
  .Case06_Profile_LeftTopItem h4 {
    background-color: #1E7E39;
    color: #fff;
    font-size: 24px;
    width: 205px;
    height: 43px;
    text-align: center;
    line-height: 43px; }
    @media (max-width: 1024px) {
      .Case06_Profile_LeftTopItem h4 {
        font-size: 18px;
        width: 150px;
        height: 35px;
        line-height: 35px; } }
    @media (max-width: 576px) {
      .Case06_Profile_LeftTopItem h4 {
        font-size: 16px;
        width: 150px;
        height: 33px;
        line-height: 33px; } }
  .Case06_Profile_LeftTopItem p {
    color: #000;
    font-size: 21px;
    margin-left: 26px; }
    @media (max-width: 1024px) {
      .Case06_Profile_LeftTopItem p {
        font-size: 18px; } }
    @media (max-width: 576px) {
      .Case06_Profile_LeftTopItem p {
        font-size: 16px;
        margin-left: 16px; } }
    @media (max-width: 1024px) {
      .Case06_Profile_LeftTopItem p span {
        display: block; } }
    @media (max-width: 576px) {
      .Case06_Profile_LeftTopItem p span {
        display: block; } }

.Case06_Profile_LeftBottom {
  margin-top: 29px;
  font-size: 18px;
  line-height: 1.8;
  padding-right: 31px; }
  @media (max-width: 1024px) {
    .Case06_Profile_LeftBottom {
      font-size: 16px;
      padding-right: 0px; } }
  @media (max-width: 576px) {
    .Case06_Profile_LeftBottom {
      margin-top: 19px;
      font-size: 16px;
      padding-right: 0px; } }

.Case06_Profile_Right {
  width: 50%;
  position: relative; }
  @media (max-width: 576px) {
    .Case06_Profile_Right {
      width: 100%;
      height: 490px; } }
  .Case06_Profile_Right img {
    position: absolute;
    top: -305px;
    left: 27px;
    width: 600px; }
    @media (max-width: 1024px) {
      .Case06_Profile_Right img {
        width: 380px;
        top: -210px;
        left: -12px; } }
    @media (max-width: 576px) {
      .Case06_Profile_Right img {
        width: 340px;
        display: block;
        margin: 0 auto;
        top: 0px;
        left: -12px;
        transform: translateX(15px); } }

.Case06_Advice {
  max-width: 1366px;
  margin: 45px auto 0; }
  @media (max-width: 576px) {
    .Case06_Advice {
      margin: 25px auto 0; } }

.Case06_AdviceTitle {
  background-color: #1E7E39;
  color: #fff;
  font-size: 38px;
  width: 285px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  margin: 0 auto; }

.Case06_AdviceArea {
  background-color: #fff;
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid;
  display: flex; }
  @media (max-width: 576px) {
    .Case06_AdviceArea {
      flex-direction: column-reverse; } }

.Case06_AdviceArea_Right {
  width: calc(100% - 345px);
  padding: 43px 108px 50px 150px; }
  @media (max-width: 1024px) {
    .Case06_AdviceArea_Right {
      width: calc(100% - 200px);
      padding: 43px 50px 50px 50px; } }
  @media (max-width: 576px) {
    .Case06_AdviceArea_Right {
      width: 90%;
      padding: 43px 0 0px 0;
      margin: 0 auto;
      text-align: justify; } }
  .Case06_AdviceArea_Right h6 {
    color: #1E7E39;
    font-size: 36px;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .Case06_AdviceArea_Right h6 {
        font-size: 24px; } }
    @media (max-width: 576px) {
      .Case06_AdviceArea_Right h6 {
        font-size: 21px; } }
  .Case06_AdviceArea_Right p {
    color: #000;
    font-size: 18px;
    line-height: 1.8; }
    @media (max-width: 1024px) {
      .Case06_AdviceArea_Right p {
        font-size: 18px; } }
    @media (max-width: 576px) {
      .Case06_AdviceArea_Right p {
        font-size: 16px; } }

.Case06_AdviceArea_Left {
  width: 345px;
  position: relative; }
  @media (max-width: 1024px) {
    .Case06_AdviceArea_Left {
      width: 200px; } }
  @media (max-width: 576px) {
    .Case06_AdviceArea_Left {
      padding-bottom: 30px; } }
  .Case06_AdviceArea_Left img {
    position: absolute;
    top: -50px;
    left: 60px;
    width: 400px; }
    @media (max-width: 1024px) {
      .Case06_AdviceArea_Left img {
        top: -53px;
        left: 40px;
        width: 190px; } }
    @media (max-width: 576px) {
      .Case06_AdviceArea_Left img {
        width: 290px;
        position: static;
        display: block;
        margin: 0 auto;
        transform: translateX(35px); } }

.Comment {
  background-image: url(../img/Comment_background.png);
  background-size: cover;
  background-position: top 0 center;
  background-repeat: no-repeat;
  position: relative;
  max-width: 1440px;
  width: 100%; }
  @media (max-width: 1024px) {
    .Comment {
      display: none; } }
  .Comment .Comment_Inner {
    position: relative;
    width: 770px;
    margin-left: 40%;
    align-items: center;
    padding: 83px 0; }
    .Comment .Comment_Inner h2 {
      color: #000;
      font-size: 38px;
      margin-bottom: 60px;
      letter-spacing: 0.06em;
      font-weight: 800; }
    .Comment .Comment_Inner h3 {
      color: #000;
      font-size: 21px;
      line-height: 1.5;
      margin-bottom: 38px;
      letter-spacing: 0.03em; }
    .Comment .Comment_Inner p {
      color: #000;
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 38px;
      text-align: justify; }
    .Comment .Comment_Inner .Comment_Icon {
      position: absolute;
      width: 25%;
      top: 50px;
      right: 0; }
    .Comment .Comment_Inner .Comment_logo {
      position: absolute;
      width: 20%;
      top: 245px;
      right: 20px; }

.CommentSP {
  display: none; }
  @media (max-width: 1024px) {
    .CommentSP {
      display: block; } }
  .CommentSP .CommentSP_InnerTOP {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0; }
    .CommentSP .CommentSP_InnerTOP h2 {
      color: #000;
      font-size: 21px;
      margin-bottom: 15px;
      letter-spacing: 0.1em;
      font-weight: 800; }
    .CommentSP .CommentSP_InnerTOP h3 {
      color: #000;
      font-size: 18px;
      line-height: 1.5; }
    @media (max-width: 1024px) {
      .CommentSP .CommentSP_InnerTOP .CommentSP_Icon {
        position: absolute;
        width: 12%;
        top: 10px;
        right: 270px; } }
    @media (max-width: 576px) {
      .CommentSP .CommentSP_InnerTOP .CommentSP_Icon {
        position: absolute;
        width: 15%;
        top: 50px;
        right: 10px; } }
    @media (max-width: 1024px) {
      .CommentSP .CommentSP_InnerTOP .CommentSP_logo {
        position: absolute;
        width: 12%;
        top: 100px;
        right: 270px; } }
    @media (max-width: 576px) {
      .CommentSP .CommentSP_InnerTOP .CommentSP_logo {
        position: absolute;
        width: 15%;
        top: 105px;
        right: 10px; } }

.CommentSP_InnerBottom {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0; }
  .CommentSP_InnerBottom p {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: justify; }
  .CommentSP_InnerBottom h3 {
    color: #000;
    font-size: 18px;
    line-height: 1.5; }

.Flow {
  max-width: 1160px;
  background-color: white;
  background-size: 100%;
  margin: auto;
  padding-top: 110px;
  margin-top: -2px;
  position: relative;
  z-index: 30; }
  @media (max-width: 768px) {
    .Flow {
      padding-top: 50px; } }
  .Flow h2 {
    position: relative;
    color: #000;
    font-size: 36px;
    text-align: center;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .Flow h2 {
        font-size: 24px; } }

.Flow_title_Flame {
  position: absolute;
  width: 503px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (max-width: 768px) {
    .Flow_title_Flame {
      width: 310px; } }

.FlowWrap {
  background-color: #F2F2F2;
  width: 90%;
  margin: 87px auto 87px;
  padding: 70px 68px 86px 68px; }
  @media (max-width: 768px) {
    .FlowWrap {
      width: 90%;
      margin: 50px auto 20px;
      padding: 20px 20px 20px; } }

.Flow_Steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 33px; }
  @media (max-width: 1024px) {
    .Flow_Steps {
      margin-bottom: 10px; } }
  @media (max-width: 576px) {
    .Flow_Steps {
      display: block;
      margin-bottom: 20px; } }

.Flow_Step1 {
  position: relative;
  width: 30%; }
  @media (max-width: 1024px) {
    .Flow_Step1 {
      width: 28%; } }
  @media (max-width: 576px) {
    .Flow_Step1 {
      width: 100%;
      margin: 0 auto; } }
  .Flow_Step1 h3 {
    background-color: #6E6E6E;
    color: #fff;
    height: 61px;
    font-size: 34px;
    text-align: center;
    line-height: 61px; }
    @media (max-width: 768px) {
      .Flow_Step1 h3 {
        font-size: 21px;
        height: 40px;
        line-height: 40px; } }
  .Flow_Step1 img {
    height: 130px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 76px auto 53px;
    text-align: center;
    display: block; }
    @media (max-width: 768px) {
      .Flow_Step1 img {
        margin: 30px auto 30px; } }
  .Flow_Step1 h4 {
    color: #000;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    padding: 18px 0px 44px;
    border-bottom: 2px #000 solid; }
    @media (max-width: 768px) {
      .Flow_Step1 h4 {
        font-size: 16px;
        padding: 0px 0px 15px; } }
  .Flow_Step1 p {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    padding: 25px 8px; }
    @media (max-width: 768px) {
      .Flow_Step1 p {
        font-size: 16px;
        padding: 19px 10px; } }

.Flow_Step_Marc {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 576px) {
    .Flow_Step_Marc {
      padding-bottom: 40px; } }
  .Flow_Step_Marc img {
    width: 23px; }
    @media (max-width: 576px) {
      .Flow_Step_Marc img {
        transform: rotate(90deg); } }

.Flow_Step2 {
  position: relative;
  width: 30%; }
  @media (max-width: 1024px) {
    .Flow_Step2 {
      width: 28%; } }
  @media (max-width: 576px) {
    .Flow_Step2 {
      width: 100%;
      margin: 0 auto; } }
  .Flow_Step2 h3 {
    background-color: #6E6E6E;
    color: #fff;
    height: 61px;
    font-size: 34px;
    text-align: center;
    line-height: 61px; }
    @media (max-width: 768px) {
      .Flow_Step2 h3 {
        font-size: 21px;
        height: 40px;
        line-height: 40px; } }
  .Flow_Step2 img {
    height: 130px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 76px auto 53px;
    text-align: center;
    display: block; }
    @media (max-width: 768px) {
      .Flow_Step2 img {
        margin: 30px auto 30px; } }
  .Flow_Step2 h4 {
    color: #000;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    padding: 18px 0px 44px;
    border-bottom: 2px #000 solid; }
    @media (max-width: 768px) {
      .Flow_Step2 h4 {
        font-size: 16px;
        padding: 15px 0px 24px; } }
  .Flow_Step2 p {
    color: #000;
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    padding: 25px 8px; }
    @media (max-width: 768px) {
      .Flow_Step2 p {
        font-size: 16px;
        padding: 19px 10px; } }

.Flow_Step3 {
  position: relative;
  width: 30%; }
  @media (max-width: 1024px) {
    .Flow_Step3 {
      width: 28%; } }
  @media (max-width: 576px) {
    .Flow_Step3 {
      width: 100%;
      margin: 0 auto; } }
  .Flow_Step3 h3 {
    background-color: #6E6E6E;
    color: #fff;
    height: 61px;
    font-size: 34px;
    text-align: center;
    line-height: 61px; }
    @media (max-width: 768px) {
      .Flow_Step3 h3 {
        font-size: 21px;
        height: 40px;
        line-height: 40px; } }
  .Flow_Step3 img {
    height: 130px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 76px auto 53px;
    text-align: center;
    display: block; }
    @media (max-width: 768px) {
      .Flow_Step3 img {
        margin: 30px auto 30px; } }
  .Flow_Step3 h4 {
    color: #000;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    padding: 18px 0px 44px;
    border-bottom: 2px #000 solid; }
    @media (max-width: 768px) {
      .Flow_Step3 h4 {
        font-size: 16px;
        padding: 15px 0px 24px; } }
  .Flow_Step3 p {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    padding: 25px 8px; }
    @media (max-width: 768px) {
      .Flow_Step3 p {
        font-size: 16px;
        padding: 19px 10px; } }

.Flow_Middle {
  text-align: center;
  margin-bottom: 74px; }
  @media (max-width: 768px) {
    .Flow_Middle {
      margin-bottom: 20px; } }
  .Flow_Middle h2 {
    background-color: #E50012;
    color: #fff;
    font-size: 36px;
    height: 76px;
    line-height: 76px;
    margin-bottom: 26px; }
    @media (max-width: 1024px) {
      .Flow_Middle h2 {
        font-size: 21px;
        height: 45px;
        line-height: 45px;
        margin-bottom: 10px; } }
    @media (max-width: 576px) {
      .Flow_Middle h2 {
        font-size: 21px;
        height: 45px;
        line-height: 45px;
        margin-bottom: 20px; } }
  .Flow_Middle p {
    color: #000;
    font-size: 18px; }
    @media (max-width: 768px) {
      .Flow_Middle p {
        font-size: 14px; } }

.Flow_Items {
  display: flex; }
  @media (max-width: 576px) {
    .Flow_Items {
      display: block; } }

.Flow_Item1 {
  width: 33.3%; }
  @media (max-width: 768px) {
    .Flow_Item1 {
      width: 100%;
      margin: 0 auto; } }
  .Flow_Item1 img {
    width: 128px;
    display: block;
    margin: 0 auto;
    padding: 22px 0px 46px 0px; }
  .Flow_Item1 p {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    padding: 0px 50px 21px 50px; }
    @media (max-width: 1024px) {
      .Flow_Item1 p {
        font-size: 16px;
        padding: 0px 25px 21px;
        margin: 0 auto; } }
    @media (max-width: 576px) {
      .Flow_Item1 p {
        font-size: 16px;
        padding: 0px 60px 21px;
        margin: 0 auto; } }

.Flow_Item2 {
  width: 33.3%;
  border-left: 2px #000 solid;
  border-right: 2px #000 solid; }
  @media (max-width: 1024px) {
    .Flow_Item2 {
      width: 100%;
      margin: 0 auto;
      border-top: 0px #000 solid;
      border-bottom: 0px #000 solid;
      border-left: 2px #000 solid;
      border-right: 2px #000 solid; } }
  @media (max-width: 576px) {
    .Flow_Item2 {
      width: 100%;
      margin: 0 auto;
      border-top: 2px #000 solid;
      border-bottom: 2px #000 solid;
      border-left: 0px #000 solid;
      border-right: 0px #000 solid; } }
  .Flow_Item2 img {
    width: 113px;
    display: block;
    margin: 0 auto;
    padding: 38px 0px 64px 0px; }
    @media (max-width: 1024px) {
      .Flow_Item2 img {
        padding: 43px 0px 66px 0px; } }
    @media (max-width: 576px) {
      .Flow_Item2 img {
        padding: 38px 0px 46px 0px; } }
  .Flow_Item2 p {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    padding: 0px 50px 21px 50px; }
    @media (max-width: 1024px) {
      .Flow_Item2 p {
        font-size: 16px;
        padding: 0px 25px 21px;
        margin: 0 auto; } }
    @media (max-width: 576px) {
      .Flow_Item2 p {
        font-size: 16px;
        padding: 0px 60px 21px;
        margin: 0 auto; } }

.Flow_Item3 {
  width: 33.3%; }
  @media (max-width: 768px) {
    .Flow_Item3 {
      width: 100%;
      margin: 0 auto; } }
  .Flow_Item3 img {
    width: 103px;
    display: block;
    margin: 0 auto;
    padding: 28px 0px 54px 0px; }
    @media (max-width: 1024px) {
      .Flow_Item3 img {
        padding: 33px 0px 50px 0px; } }
    @media (max-width: 576px) {
      .Flow_Item3 img {
        padding: 38px 0px 46px 0px; } }
  .Flow_Item3 p {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    padding: 0px 50px 21px 50px; }
    @media (max-width: 1024px) {
      .Flow_Item3 p {
        font-size: 16px;
        padding: 0px 25px 21px;
        margin: 0 auto; } }
    @media (max-width: 576px) {
      .Flow_Item3 p {
        font-size: 16px;
        padding: 0px 60px 21px;
        margin: 0 auto; } }

.Voice {
  background-color: #E6E6E6;
  width: 100%;
  padding: 93px 0 116px 0; }
  @media (max-width: 768px) {
    .Voice {
      padding: 50px 0 50px 0; } }
  .Voice h2 {
    color: #4D4D4D;
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 90px; }
    @media (max-width: 768px) {
      .Voice h2 {
        margin-bottom: 20px; } }

.Voice_Inner {
  max-width: 1160px;
  margin: 0 auto; }

.Voice_ItemIcons {
  width: 90%;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .Voice_ItemIcons {
      display: block; } }

.Voice_ItemIconWrap {
  width: 30%;
  background-color: #fff; }
  @media (max-width: 768px) {
    .Voice_ItemIconWrap {
      width: 95%;
      margin: 0 auto 25px; } }
  .Voice_ItemIconWrap p {
    color: #000;
    font-size: 18px;
    line-height: 1.7;
    width: 100%;
    padding: 39px 28px;
    letter-spacing: 0.01em; }
    @media (max-width: 768px) {
      .Voice_ItemIconWrap p {
        font-size: 16px;
        padding: 20px 16px 18px; } }

.Voice_ItemTop {
  position: relative; }
  .Voice_ItemTop h3 {
    position: absolute;
    background-color: #4D4D4D;
    color: #fff;
    height: 47px;
    font-size: 18px;
    line-height: 47px;
    bottom: 55px;
    left: 0px;
    padding: 0 10px; }
    @media (max-width: 768px) {
      .Voice_ItemTop h3 {
        font-size: 16px;
        padding: 0 5px; } }
  .Voice_ItemTop h4 {
    position: absolute;
    background-color: #4D4D4D;
    color: #fff;
    height: 47px;
    font-size: 18px;
    line-height: 47px;
    bottom: 0px;
    left: 0px;
    padding: 0 10px; }
    @media (max-width: 768px) {
      .Voice_ItemTop h4 {
        font-size: 16px;
        padding: 0 5px; } }

.QandA {
  max-width: 1160px;
  background-color: #fff;
  padding: 100px 0 100px 0;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .QandA {
      padding: 50px 0 50px 0; } }
  .QandA h2 {
    color: #4D4D4D;
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 34px; }
    @media (max-width: 768px) {
      .QandA h2 {
        margin-bottom: 20px; } }

.QandAs {
  width: 80%;
  margin: 0 auto; }

.QandAsWrap {
  border-bottom: 2px #000 solid; }

.QandA_Q {
  display: flex;
  padding: 17px 0px;
  align-items: center;
  cursor: pointer; }
  @media (max-width: 768px) {
    .QandA_Q {
      padding: 20px 0px 10px 0; } }
  .QandA_Q h3 {
    background-color: #4D4D4D;
    color: #fff;
    font-size: 35px;
    padding: 14px 20px; }
    @media (max-width: 768px) {
      .QandA_Q h3 {
        font-size: 32px;
        width: 40px;
        height: 40px;
        padding: 0px 8px 0px 8px;
        line-height: 40px; } }
  .QandA_Q h4 {
    color: #000;
    font-size: 21px;
    margin-left: 21px;
    letter-spacing: 0.01em; }
    @media (max-width: 768px) {
      .QandA_Q h4 {
        font-size: 16px;
        margin-left: 10px; } }

.QandA_Plus {
  width: 28px;
  height: 28px;
  margin-left: auto;
  position: relative; }
  @media (max-width: 768px) {
    .QandA_Plus {
      width: 20px;
      height: 20px; } }
  .QandA_Plus::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #E50012;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%); }
  .QandA_Plus::before {
    content: "";
    display: block;
    height: 2px;
    background-color: #E50012;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%) rotate(90deg); }
  .QandA_Plus.minus::before {
    display: none; }

.QandA_A {
  display: none; }

.QandA_AInner {
  display: flex;
  padding: 10px 0px 30px 0; }
  .QandA_AInner h3 {
    background-color: #E50012;
    color: #fff;
    font-size: 35px;
    padding: 14px 20px; }
    @media (max-width: 768px) {
      .QandA_AInner h3 {
        font-size: 32px;
        width: 40px;
        height: 40px;
        padding: 0px 8px 0px 8px;
        line-height: 40px; } }
  .QandA_AInner h4 {
    color: #000;
    font-size: 21px;
    line-height: 1.5;
    margin-left: 21px;
    letter-spacing: 0.01em; }
    @media (max-width: 768px) {
      .QandA_AInner h4 {
        font-size: 16px;
        margin-left: 15px; } }

.SideBunner {
  position: fixed;
  top: 280px;
  right: 0px;
  padding: 50px 20px;
  background-color: #e9a114;
  color: #fff;
  font-size: 30px;
  z-index: 30; }
  .SideBunner a {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
  @media (max-width: 576px) {
    .SideBunner {
      top: 580px;
      padding: 40px 10px;
      font-size: 20px; } }

.contact_Title {
  margin-bottom: 10px; }
  .contact_Title h2 {
    position: relative;
    color: #000;
    font-size: 36px;
    text-align: center;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .contact_Title h2 {
        font-size: 24px; } }
  .contact_Title img {
    position: absolute;
    width: 503px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 768px) {
      .contact_Title img {
        width: 310px; } }

.contact {
  background: #e6e6e6;
  padding: 85px 0; }
  @media (max-width: 768px) {
    .contact {
      padding: 0px 0; } }
  @media (min-width: 576px) {
    .contact {
      background: #e6e6e6; } }
  .contact-Contents {
    width: 100%;
    padding-top: 39px; }
    @media (min-width: 576px) {
      .contact-Contents {
        padding-top: 39px; } }
  .contact-Top {
    margin: 0 5% 72px;
    padding: 10px 0 0; }
    @media (min-width: 576px) {
      .contact-Top {
        max-width: 966px;
        width: 86%;
        margin: 0 auto;
        padding: 0 0 18px; } }
    @media (min-width: 1024px) {
      .contact-Top {
        max-width: 966px;
        width: 86%;
        margin: 0 auto;
        padding: 0 0 70px; } }
    .contact-Top_Title {
      margin-bottom: 10px;
      font-weight: bold;
      font-size: 30px;
      letter-spacing: 0.03em;
      line-height: 1;
      text-align: left;
      color: #0e89bc;
      text-transform: capitalize; }
      @media (min-width: 576px) {
        .contact-Top_Title {
          margin-bottom: 20px;
          font-weight: 600;
          font-size: 52px;
          letter-spacing: 0.03em;
          text-transform: uppercase; } }
    .contact-Top_Subtitle {
      font-weight: bold;
      font-size: 14px;
      letter-spacing: 0.08em;
      line-height: 1;
      text-align: left;
      color: #0e89bc; }
      @media (min-width: 576px) {
        .contact-Top_Subtitle {
          font-weight: 600;
          font-size: 28px;
          letter-spacing: 0.05em;
          text-align: left;
          margin-bottom: 30px; } }
  @media (min-width: 576px) {
    .contact-bg {
      background: rgba(213, 213, 213, 0.1);
      padding: 100px 0 100px; } }
  @media (min-width: 1024px) {
    .contact-bg {
      padding: 150px 0 120px; } }
  .contact-Tel {
    position: relative;
    margin: 0 2% 60px;
    padding: 50px 2%;
    background: #fff; }
    @media (min-width: 768px) {
      .contact-Tel {
        padding: 75px 20%; } }
    @media (min-width: 1024px) {
      .contact-Tel {
        width: 966px;
        max-width: 100%;
        margin: 0 auto 127px;
        padding: 75px 200px 75px 126px; } }
    .contact-Tel_Title {
      position: absolute;
      top: 0;
      left: 3%;
      transform: translateY(-50%);
      display: inline-block;
      padding: 6px 15px;
      font-weight: bold;
      font-size: 17px;
      letter-spacing: 0.05em;
      line-height: 25px;
      color: #fff;
      background: #0e89bc; }
      @media (min-width: 576px) {
        .contact-Tel_Title {
          position: absolute;
          width: 360px;
          top: 0;
          left: 50%;
          transform: translate(-50%, -50%);
          padding: 11px 0;
          font-size: 20px;
          font-weight: 700;
          line-height: 1.2;
          letter-spacing: 0.1em;
          text-align: center;
          color: #fff; } }
      @media (min-width: 1024px) {
        .contact-Tel_Title {
          width: 430px;
          padding: 15px 0;
          font-size: 28px; } }
    .contact-Tel_Body_Number {
      font-weight: 600;
      font-size: 20px;
      letter-spacing: 0.03em;
      line-height: 32px;
      text-align: left;
      color: #383535;
      padding-left: 14px;
      border-left: 5px solid #0e89bc; }
      @media (min-width: 576px) {
        .contact-Tel_Body_Number {
          font-weight: 600;
          font-size: 30px;
          letter-spacing: 0.03em;
          line-height: 32px;
          text-align: left;
          color: #383535; } }
      .contact-Tel_Body_Number a:link, .contact-Tel_Body_Number a:visited, .contact-Tel_Body_Number a:hover, .contact-Tel_Body_Number a:active, .contact-Tel_Body_Number a:focus {
        text-decoration: none;
        color: #000; }
      .contact-Tel_Body_Number .--d-block-sm {
        display: none; }
        @media (min-width: 576px) {
          .contact-Tel_Body_Number .--d-block-sm {
            display: inline; } }
      .contact-Tel_Body_Number span {
        margin-left: 35px; }
    .contact-Tel_Body_Time {
      display: block;
      margin-top: 20px;
      padding-left: 30px;
      font-weight: 600;
      font-size: 11px;
      letter-spacing: 0.03em;
      line-height: 25px;
      text-align: left;
      color: #383535; }
      @media (min-width: 576px) {
        .contact-Tel_Body_Time {
          margin-left: -10px;
          font-weight: 600;
          font-size: 18px;
          letter-spacing: 0.03em;
          color: #383535; } }
  .contact-Email {
    position: relative;
    margin: 0 2%;
    padding: 28px 7% 48px;
    background: #fff; }
    @media (max-width: 768px) {
      .contact-Email {
        margin: 0 5%;
        padding: 38px 7% 48px; } }
    @media (min-width: 1024px) {
      .contact-Email {
        width: 966px;
        margin: 0 auto;
        padding: 65px 0 70px; } }
    .contact-Email_Title {
      position: absolute;
      top: 0;
      left: 3%;
      transform: translateY(-50%);
      display: inline-block;
      padding: 6px 15px;
      font-weight: bold;
      font-size: 17px;
      letter-spacing: 0.05em;
      line-height: 25px;
      color: #fff;
      background: #0e89bc; }
      @media (min-width: 576px) {
        .contact-Email_Title {
          position: absolute;
          width: 360px;
          top: 0;
          left: 50%;
          transform: translate(-50%, -50%);
          padding: 11px 0;
          font-size: 20px;
          font-weight: 700;
          line-height: 1.2;
          letter-spacing: 0.1em;
          text-align: center;
          color: #fff; } }
      @media (min-width: 1024px) {
        .contact-Email_Title {
          width: 430px;
          padding: 15px 0;
          font-size: 28px; } }
    .contact-Email_Body_Number {
      font-weight: 600;
      font-size: 20px;
      letter-spacing: 0.03em;
      line-height: 32px;
      text-align: left;
      color: #383535;
      padding-left: 14px;
      border-left: 5px solid #68B2CE; }
      @media (min-width: 576px) {
        .contact-Email_Body_Number {
          padding-top: 20px;
          font-weight: 500;
          font-size: 30px;
          letter-spacing: 0.15em;
          line-height: 1.1;
          text-align: center;
          color: #000; } }
      .contact-Email_Body_Number a:link, .contact-Email_Body_Number a:visited, .contact-Email_Body_Number a:hover, .contact-Email_Body_Number a:active, .contact-Email_Body_Number a:focus {
        text-decoration: none;
        color: #000; }
      .contact-Email_Body_Number .--d-block-sm {
        display: none; }
        @media (min-width: 576px) {
          .contact-Email_Body_Number .--d-block-sm {
            display: inline; } }
    .contact-Email_Body_Time {
      display: block;
      font-weight: 600;
      font-size: 11px;
      letter-spacing: 0.03em;
      line-height: 25px;
      text-align: left;
      color: #383535; }
      @media (min-width: 576px) {
        .contact-Email_Body_Time {
          display: inline;
          font-weight: 300;
          font-size: 13px;
          letter-spacing: 0.1em;
          color: #383535; } }

.sw-FormLabel,
.sw-Form .wpcf7-form-control,
.sw-Form .wpcf7-form-control-wrap,
.sw-Form .wpcf7-list-item {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block; }

.sw-FormInner {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }
  .sw-FormInner-s {
    width: 460px; }
    @media (min-width: 1024px) {
      .sw-FormInner-s {
        width: 560px; } }
  .sw-FormInner-m {
    width: 600px; }

.sw-FormBlock {
  margin-bottom: 24px; }
  @media (min-width: 576px) {
    .sw-FormBlock {
      margin-bottom: 47px; } }
  .sw-FormBlock:first-child {
    padding-top: 30px; }
    @media (min-width: 576px) {
      .sw-FormBlock:first-child {
        padding-top: 57px; } }
  .sw-FormBlock:last-child {
    margin-bottom: 20px; }
  @media (min-width: 576px) {
    .sw-FormBlock-fluid {
      display: flex;
      align-items: center; } }

.sw-FormLabel {
  margin-bottom: 16px;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-align: left;
  color: #555555; }
  @media (min-width: 576px) {
    .sw-FormLabel {
      font-size: 16px; } }
  .sw-FormLabel-required {
    position: relative; }
    .sw-FormLabel-required::before {
      content: "必須";
      display: inline-block;
      font-weight: 700;
      font-size: 13px;
      letter-spacing: 0.1em;
      text-align: center;
      color: #fff;
      background-color: #d40301;
      padding: 0 17px;
      margin-right: 12px;
      border-radius: 5px; }
      @media (min-width: 576px) {
        .sw-FormLabel-required::before {
          position: absolute;
          top: 50%;
          left: -5px;
          transform: translate(-120%, -50%); } }
  @media (min-width: 576px) {
    .sw-FormBlock-fluid .sw-FormLabel {
      width: 257px;
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content;
      margin-bottom: 0; } }

.sw-Form .wpcf7-form-control {
  background-color: #f5f5f5;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  padding: 11px 13px;
  border: 0; }
  @media (min-width: 576px) {
    .sw-Form .wpcf7-form-control {
      font-size: 18px;
      padding: 8px 13px; } }
  .sw-Form .wpcf7-form-control::-moz-placeholder {
    color: #c4c4c4; }
  .sw-Form .wpcf7-form-control:-ms-input-placeholder {
    color: #c4c4c4; }
  .sw-Form .wpcf7-form-control::placeholder {
    color: #c4c4c4; }
  .sw-Form .wpcf7-form-control.wpcf7-acceptance {
    background-color: transparent;
    padding: 0; }
  .sw-Form .wpcf7-form-control.wpcf7-select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .sw-Form .wpcf7-form-control.wpcf7-select::before {
      display: block;
      content: "aaa"; }

@media (min-width: 576px) {
  .sw-Form textarea {
    height: 200px; } }

.sw-FormPolicy {
  overflow: scroll;
  height: 190px;
  padding: 6px 4px;
  border: 1px solid #707070;
  color: #333333;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
  text-align: justify; }
  @media (min-width: 576px) {
    .sw-FormPolicy {
      height: 290px;
      margin-bottom: 42px;
      padding: 6px 8px;
      font-weight: normal;
      font-size: 13px;
      letter-spacing: 0.08em;
      line-height: 1.9;
      color: #555; } }
  .sw-FormPolicy p:not(:last-child) {
    margin-bottom: 1.5em; }
  .sw-FormPolicy span {
    font-size: 11px; }

.sw-FormAcceptanceText {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .sw-FormAcceptanceText {
      text-align: center; } }
  @media (min-width: 768px) {
    .sw-FormAcceptanceText {
      font-size: 14px;
      letter-spacing: 0.08em;
      text-align: center;
      margin-bottom: 28px; } }

.sw-Form .acceptance .wpcf7-list-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 27px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .sw-Form .acceptance .wpcf7-list-item {
      margin-bottom: 40px; } }

.sw-Form .acceptance input[type="checkbox"] {
  background-color: tomato;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  cursor: pointer; }

.sw-Form .acceptance .wpcf7-list-item-label {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #555;
  cursor: pointer; }
  @media (min-width: 768px) {
    .sw-Form .acceptance .wpcf7-list-item-label {
      font-size: 14px; } }

.sw-FormSubmit.wpcf7-form-control {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.15em;
  padding: 18px 0;
  text-align: center;
  color: #0E89BC;
  background-color: #fff;
  border: 1px solid #0E89BC; }
  .sw-FormSubmit.wpcf7-form-control:not([disabled]) {
    cursor: pointer;
    background-color: #0E89BC !important;
    color: #fff; }
    .sw-FormSubmit.wpcf7-form-control:not([disabled]):focus, .sw-FormSubmit.wpcf7-form-control:not([disabled]):hover {
      opacity: 0.7; }

.sw-FormSubmitWrap {
  position: relative;
  height: 65px; }
  .sw-FormSubmitWrap::after {
    position: absolute;
    content: '〉';
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 15px; }


/*# sourceMappingURL=main.css.map*/