@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/

@layer utilities {
    .hidden-scrollbar {
        -ms-overflow-style: none; /* IE, Edge 対応 */
        scrollbar-width: none; /* Firefox 対応 */
    }
    .hidden-scrollbar::-webkit-scrollbar {
        /* Chrome, Safari 対応 */
        display: none;
    }
}
/*turbo-frame {*/
/*    border: 1px red solid;*/
/*    display: block;*/
/*}*/

/*turbo-frame::before {*/
/*    content: "Frame: #" attr(id);*/
/*    position: relative;*/
/*    top: -14px;*/
/*    right: -4px;*/
/*    display: inline-block;*/
/*    color: red;*/
/*    font-size: 12px;*/
/*    z-index: 9999;*/
/*    background-color: white;*/
/*    padding: 4px;*/
/*    border: 1px red solid;*/
/*}*/
/* Document
 * ========================================================================== */

/**
 * Add border box sizing in all browsers (opinionated).
 */

*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */

html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent /* 4 */;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  /*margin: 0;*/
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */

hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * Collapse border spacing in all browsers (opinionated).
 */

table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */

fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */

textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge 18- and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

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

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden] {
  display: initial;
}

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

body {
  max-width: 1440px;
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body .site_Container .main_Vs {
  width: 100%;
  height: 650px;
  background-color: #359499;
  color: #fff;
  background-image: url(/assets/lp/main_screen_background-95546829ba5c1aff8fb5426bb0f1744f00101f2184d1cc111a20f4d1b1558928.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  body .site_Container .main_Vs {
    background-size: 110%;
    height: 560px;
  }
}
@media screen and (max-width: 1100px) {
  body .site_Container .main_Vs {
    background-size: 110%;
  }
}
@media screen and (max-width: 960px) {
  body .site_Container .main_Vs {
    display: none;
  }
}
body .site_Container .main_Vs header .site_Logo {
  width: 334px;
  margin-top: 29px;
  margin-left: 150px;
  margin-bottom: 450px;
}
@media screen and (max-width: 1280px) {
  body .site_Container .main_Vs header .site_Logo {
    margin-bottom: 380px;
  }
}
@media screen and (max-width: 1024px) {
  body .site_Container .main_Vs header .site_Logo {
    margin-bottom: 300px;
  }
}
body .site_Container .main_Vs .round_Arrow {
  position: relative;
  padding-left: 30px;
  width: 323px;
  background-color: #ea6421;
  color: #fafafa;
  font-size: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 15px 49px 15px 30px;
  border-radius: 50px;
  border: none;
  margin-top: 10px;
  margin-left: 150px;
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  body .site_Container .main_Vs .round_Arrow {
    margin-left: 137px;
  }
}
@media screen and (max-width: 1050px) {
  body .site_Container .main_Vs .round_Arrow {
    margin-left: 112px;
  }
}
body .site_Container .main_Vs .round_Arrow:hover {
  background-color: #fafafa;
  color: #ea6421;
}
body .site_Container .main_Vs .round_Arrow::before {
  /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 28px;
  width: 15px; /* 横幅 */
  height: 15px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #fafafa;
}
body .site_Container .main_Vs .round_Arrow:hover::before {
  background-color: #ea6421;
  color: #fafafa;
}
body .site_Container .main_Vs .round_Arrow::after {
  /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 33px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ea6421;
  border-right: 2px solid #ea6421;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .site_Container .main_Vs .round_Arrow:hover::after {
  border-top: 2px solid #fafafa;
  border-right: 2px solid #fafafa;
}
body .site_Container .main_Vs img {
  margin-left: 100px;
  width: 30%;
  height: 30%;
}
body .site_Container .main_RWD {
  display: none;
  width: 100%;
  height: 1400px;
  background-color: #359499;
  color: #fff;
  background-image: url(/assets/lp/main_screen_background_RWD-6ff447cb410790f3b1f5fdf23731fabae310a225143d0ed3b6366dad92b2fd3e.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 960px) {
  body .site_Container .main_RWD {
    display: block;
    height: 1720px;
  }
}
@media screen and (max-width: 768px) {
  body .site_Container .main_RWD {
    height: 1420px;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .main_RWD {
    height: 850px;
  }
}
@media screen and (max-width: 375px) {
  body .site_Container .main_RWD {
    height: 780px;
  }
}
@media screen and (max-width: 325px) {
  body .site_Container .main_RWD {
    height: 720px;
  }
}
body .site_Container .main_RWD header .site_Logo {
  width: 60%;
  padding-top: 50px;
  margin-left: 40px;
  margin-bottom: 81px;
}
@media screen and (max-width: 960px) {
  body .site_Container .main_RWD header .site_Logo {
    width: 50%;
    margin-left: 100px;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .main_RWD header .site_Logo {
    width: 45%;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .main_RWD header .site_Logo {
    width: 60%;
    margin-left: 35px;
  }
}
body .site_Container .main_RWD img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
body .site_Container .main_RWD .main_RWD_Text {
  text-align: center;
  display: block;
}
body .site_Container .main_RWD .main_RWD_Text h1 {
  text-align: left;
  display: inline-block;
  font-size: 8vw;
}
body .site_Container .main_RWD .main_RWD_Text h2 {
  text-align: left;
  display: inline-block;
  font-size: 5.5vw;
  width: 71%;
  margin-top: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  body .site_Container .main_RWD .main_RWD_Text h2 {
    font-size: 4.5vw;
    font-weight: 400;
  }
}
body .site_Container .main_RWD .round_Arrow {
  position: relative;
  padding-left: 30px;
  width: 323px;
  background-color: #ea6421;
  color: #fafafa;
  font-size: 4vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 20px 69px 20px 36px;
  border-radius: 50px;
  border: none;
  text-decoration: none;
  margin-left: 22vw;
}
@media screen and (max-width: 960px) {
  body .site_Container .main_RWD .round_Arrow {
    left: 25%;
    top: 80px;
    margin-left: 0;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .main_RWD .round_Arrow {
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .main_RWD .round_Arrow {
    margin-left: 16vw;
  }
}
body .site_Container .main_RWD .round_Arrow:hover {
  background-color: #fafafa;
  color: #ea6421;
}
body .site_Container .main_RWD .round_Arrow::before {
  /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 28px;
  width: 30px; /* 横幅 */
  height: 30px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #fafafa;
}
body .site_Container .main_RWD .round_Arrow:hover::before {
  background-color: #ea6421;
  color: #fafafa;
}
body .site_Container .main_RWD .round_Arrow::after {
  /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 38px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #ea6421;
  border-right: 2px solid #ea6421;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .site_Container .main_RWD .round_Arrow:hover::after {
  border-top: 2px solid #fafafa;
  border-right: 2px solid #fafafa;
}
body .site_Container .sec1_Introduction {
  background-color: #f3f9f7;
}
body .site_Container .sec1_Introduction h2 {
  font-size: 38px;
  margin-top: 0;
  text-align: center;
  padding-top: 112px;
  margin-bottom: 80px;
  color: #38999b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec1_Introduction h2 {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  body .site_Container .sec1_Introduction h2 {
    font-size: 38px;
    padding-top: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .sec1_Introduction h2 {
    font-size: 20px;
  }
}
body .site_Container .sec1_Introduction .card_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 76px;
}
@media screen and (max-width: 960px) {
  body .site_Container .sec1_Introduction .card_List {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
body .site_Container .sec1_Introduction .card_List .card {
  width: 235px;
  margin: 0 40px;
  text-align: center;
}
body .site_Container .sec1_Introduction .card_List .card img {
  width: 191px;
  height: 190px;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  body .site_Container .sec1_Introduction .card_List .card img {
    width: 200px;
    height: 199px;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .sec1_Introduction .card_List .card img {
    width: 130px;
    height: 129px;
  }
}
body .site_Container .sec1_Introduction .card_List .card p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
}
@media screen and (max-width: 430px) {
  body .site_Container .sec1_Introduction .card_List .card p {
    font-size: 18px;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .sec1_Introduction .card_List .card:nth-child(2) {
    margin: 48px 0;
  }
}
body .site_Container .sec2_Questioning {
  background-color: #38999b;
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 960px) {
  body .site_Container .sec2_Questioning {
    height: 300px;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .sec2_Questioning {
    height: 220px;
  }
}
body .site_Container .sec2_Questioning .triangle {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 60px solid #f3f9f7;
  border-bottom: 0;
}
@media screen and (max-width: 430px) {
  body .site_Container .sec2_Questioning .triangle {
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 40px solid #f3f9f7;
  }
}
body .site_Container .sec2_Questioning h2 {
  text-align: center;
  font-size: 38px;
  color: #fff;
}
@media screen and (max-width: 960px) {
  body .site_Container .sec2_Questioning h2 {
    display: none;
  }
}
body .site_Container .sec2_Questioning h2 img {
  width: 335px;
  margin: 0 10px;
  margin-bottom: 10px;
}
body .site_Container .sec2_Questioning .sec2_RWD {
  display: none;
  font-size: 38px;
  margin-top: 23px;
  margin-bottom: 50;
}
@media screen and (max-width: 960px) {
  body .site_Container .sec2_Questioning .sec2_RWD {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .sec2_Questioning .sec2_RWD {
    font-size: 20px;
  }
}
body .site_Container .sec2_Questioning .sec2_RWD img {
  width: 241px;
  margin-bottom: 10px;
}
body .site_Container .sec3_Feature h2 {
  color: #273b3d;
  text-align: center;
  font-size: 38px;
  margin-top: 112px;
  margin-bottom: 89px;
}
@media screen and (max-width: 960px) {
  body .site_Container .sec3_Feature h2 {
    margin: 60px 0;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .sec3_Feature h2 {
    font-size: 20px;
  }
}
body .site_Container .sec3_Feature .card_List2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 112px;
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec3_Feature .card_List2 {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media screen and (max-width: 960px) {
  body .site_Container .sec3_Feature .card_List2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
body .site_Container .sec3_Feature .card_List2 .card_Features {
  margin: 0 23px;
}
@media screen and (max-width: 960px) {
  body .site_Container .sec3_Feature .card_List2 .card_Features {
    width: 60%;
    margin: 30px;
  }
}
@media screen and (max-width: 960px) {
  body .site_Container .sec3_Feature .card_List2 .card_Features {
    width: 80%;
  }
}
@media screen and (max-width: 320px) {
  body .site_Container .sec3_Feature .card_List2 .card_Features {
    width: 94%;
  }
}
body .site_Container .sec3_Feature .card_List2 .card_Features .card_Number {
  background-color: #f3f9f7;
  width: 105px;
  height: 70px;
  padding: 5px;
  color: #458284;
  text-align: center;
  font-size: 45px;
  font-weight: bold;
}
@media screen and (max-width: 430px) {
  body .site_Container .sec3_Feature .card_List2 .card_Features .card_Number {
    width: 77px;
    height: 44px;
    font-size: 22px;
  }
}
body .site_Container .sec3_Feature .card_List2 .card_Features .card_Content {
  width: 350px;
  height: 580px;
  padding: 50px;
  background-color: #f3f9f7;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec3_Feature .card_List2 .card_Features .card_Content {
    padding: 30px;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  body .site_Container .sec3_Feature .card_List2 .card_Features .card_Content {
    padding: 30px;
    height: 100%;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .sec3_Feature .card_List2 .card_Features .card_Content {
    padding: 23px;
    width: 300px;
  }
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec3_Feature .card_List2 .card_Features .card_Content img {
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  body .site_Container .sec3_Feature .card_List2 .card_Features .card_Content img {
    width: 60%;
  }
}
@media screen and (max-width: 960px) {
  body .site_Container .sec3_Feature .card_List2 .card_Features .card_Content img {
    width: 168px;
  }
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec3_Feature .card_List2 .card_Features .card_Content .women_Icon {
    width: 55%;
  }
}
@media screen and (max-width: 960px) {
  body .site_Container .sec3_Feature .card_List2 .card_Features .card_Content .women_Icon {
    width: 35%;
  }
}
@media screen and (max-width: 960px) {
  body .site_Container .sec3_Feature .card_List2 .card_Features .card_Content .women_Icon {
    width: 168px;
  }
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec3_Feature .card_List2 .card_Features .card_Content .people_Icon {
    width: 77%;
  }
}
@media screen and (max-width: 960px) {
  body .site_Container .sec3_Feature .card_List2 .card_Features .card_Content .people_Icon {
    width: 57%;
  }
}
@media screen and (max-width: 960px) {
  body .site_Container .sec3_Feature .card_List2 .card_Features .card_Content .people_Icon {
    width: 250px;
  }
}
body .site_Container .sec3_Feature .card_List2 .card_Features .card_Content h3 {
  margin: 20px 0;
  font-size: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 430px) {
  body .site_Container .sec3_Feature .card_List2 .card_Features .card_Content h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 12px;
  }
}
body .site_Container .sec3_Feature .card_List2 .card_Features .card_Content p {
  font-size: 16px;
  text-align: left;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 30px;
}
@media screen and (max-width: 430px) {
  body .site_Container .sec3_Feature .card_List2 .card_Features .card_Content p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 38px;
  }
}
body .site_Container .sec3_Feature .card_List2 .card_Features .card_Content p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #8afff1));
  background: linear-gradient(transparent 60%, #8afff1 60%);
}
body .site_Container .sec4_serviceInformation {
  padding: 50px 0;
  background-color: #f3f9f7;
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec4_serviceInformation {
    padding: 50px 30px;
  }
}
body .site_Container .sec4_serviceInformation h2 {
  margin-top: 72px;
  margin-bottom: 71px;
  text-align: center;
  color: #3d8b86;
  font-size: 38px;
}
body .site_Container .sec4_serviceInformation .function_Content01-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  body .site_Container .sec4_serviceInformation .function_Content01-02 {
    margin-bottom: 20px;
  }
}
body .site_Container .sec4_serviceInformation .function_Content01-02 .fun_Content01 {
  width: 439px;
  margin-right: 124px;
  position: relative;
}
body .site_Container .sec4_serviceInformation .function_Content01-02 .fun_Content01::after {
  content: url(/assets/lp/function_Icon1-1411ba6da39db906caf6fd2d4809019cd7e738e077061aae263d7acf74f55b43.png);
  position: absolute;
  bottom: -120px;
  left: -118px;
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec4_serviceInformation .function_Content01-02 .fun_Content01::after {
    left: -12px;
  }
}
body .site_Container .sec4_serviceInformation .function_Content01-02 .fun_Content01 .fun_ContentTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  color: #3d8b86;
}
body .site_Container .sec4_serviceInformation .function_Content01-02 .fun_Content01 .fun_ContentTop img {
  width: 60px;
  height: 60px;
}
body .site_Container .sec4_serviceInformation .function_Content01-02 .fun_Content01 .fun_ContentTop .fun_Tittle01 {
  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;
  margin-left: 15px;
}
body .site_Container .sec4_serviceInformation .function_Content01-02 .fun_Content01 .fun_ContentTop .fun_Tittle01 h3 {
  font-size: 28px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec4_serviceInformation .function_Content01-02 .fun_Content01 .fun_ContentTop .fun_Tittle01 h3 {
    font-size: 24px;
  }
}
body .site_Container .sec4_serviceInformation .function_Content01-02 .fun_Content01 .fun_ContentTop .fun_Tittle02 {
  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;
  margin-left: 15px;
}
body .site_Container .sec4_serviceInformation .function_Content01-02 .fun_Content01 .fun_ContentTop .fun_Tittle02 h3 {
  font-size: 24px;
}
body .site_Container .sec4_serviceInformation .function_Content01-02 .fun_Content01 .fun_ContentBottom p {
  margin: 0;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 25px;
}
body .site_Container .sec4_serviceInformation .function_Content01-02 .fun_Content02 {
  width: 464px;
  position: relative;
}
body .site_Container .sec4_serviceInformation .function_Content01-02 .fun_Content02::after {
  content: url(/assets/lp/function_Icon2-0add5b35565ae24903b514a0daa4ea3743a0d8e1e4159cb23800cd9cc6f7f3d4.png);
  position: absolute;
  bottom: -100px;
  right: 0;
}
body .site_Container .sec4_serviceInformation .function_Content01-02 .fun_Content02 .fun_ContentTop {
  height: 100px;
  color: #3d8b86;
}
body .site_Container .sec4_serviceInformation .function_Content01-02 .fun_Content02 .fun_ContentTop .fun_ContentTop_Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .site_Container .sec4_serviceInformation .function_Content01-02 .fun_Content02 .fun_ContentTop .fun_ContentTop_Inner img {
  width: 60px;
  height: 60px;
}
body .site_Container .sec4_serviceInformation .function_Content01-02 .fun_Content02 .fun_ContentTop .fun_ContentTop_Inner .fun_Tittle01 {
  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;
  margin-left: 10px;
}
body .site_Container .sec4_serviceInformation .function_Content01-02 .fun_Content02 .fun_ContentTop .fun_ContentTop_Inner .fun_Tittle01 h3 {
  font-size: 28px;
}
body .site_Container .sec4_serviceInformation .function_Content01-02 .fun_Content02 .fun_ContentTop .fun_Tittle02 {
  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;
  margin-left: 10px;
}
body .site_Container .sec4_serviceInformation .function_Content01-02 .fun_Content02 .fun_ContentTop .fun_Tittle02 h3 {
  font-size: 23px;
}
body .site_Container .sec4_serviceInformation .function_Content01-02 .fun_Content02 .fun_ContentBottom p {
  margin: 0;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 25px;
}
body .site_Container .sec4_serviceInformation .function_ContentImg {
  position: relative;
}
body .site_Container .sec4_serviceInformation .function_ContentImg img {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 783px;
}
@media screen and (max-width: 1050px) {
  body .site_Container .sec4_serviceInformation .function_ContentImg img {
    width: 650px;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .sec4_serviceInformation .function_ContentImg img {
    width: 295px;
  }
}
body .site_Container .sec4_serviceInformation .fun_Content03 {
  width: 426px;
  margin: 0 auto;
  margin-top: 547px;
  margin-bottom: 133px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  body .site_Container .sec4_serviceInformation .fun_Content03 {
    margin-top: 455px;
  }
}
body .site_Container .sec4_serviceInformation .fun_Content03::after {
  content: url(/assets/lp/function_Icon3-204bac278adbb9f9f767b740b69d372c5e3ca2df06c0653b89eec1215ead7e6c.png);
  position: absolute;
  top: 163px;
  right: -91px;
}
body .site_Container .sec4_serviceInformation .fun_Content03 .fun_ContentTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  color: #3d8b86;
}
body .site_Container .sec4_serviceInformation .fun_Content03 .fun_ContentTop img {
  width: 60px;
  height: 60px;
}
body .site_Container .sec4_serviceInformation .fun_Content03 .fun_ContentTop .fun_Tittle {
  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;
  margin-left: 15px;
  width: 333px;
}
body .site_Container .sec4_serviceInformation .fun_Content03 .fun_ContentTop .fun_Tittle h3 {
  font-size: 24px;
}
body .site_Container .sec4_serviceInformation .fun_Content03 .fun_ContentBottom p {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 25px;
}
@media screen and (max-width: 430px) {
  body .site_Container .sec4_serviceInformation {
    display: none;
  }
}
body .site_Container .sec4_serviceInformation_RWD {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #f3f9f7;
}
body .site_Container .sec4_serviceInformation_RWD h2 {
  padding-top: 60px;
  margin-bottom: 17px;
  text-align: center;
  color: #3d8b86;
  font-size: 20px;
}
body .site_Container .sec4_serviceInformation_RWD .fun_Content01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 65px;
}
body .site_Container .sec4_serviceInformation_RWD .fun_Content01::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 117px; /*画像の幅*/
  height: 59px; /*画像の高さ*/
  background-image: url(/assets/lp/function_Icon1-1411ba6da39db906caf6fd2d4809019cd7e738e077061aae263d7acf74f55b43.png);
  background-size: contain;
  vertical-align: middle;
  bottom: -60px;
  right: 80px;
}
body .site_Container .sec4_serviceInformation_RWD .fun_Content01 img {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 960px) {
  body .site_Container .sec4_serviceInformation_RWD .fun_Content01 img {
    margin-top: 5px;
  }
}
body .site_Container .sec4_serviceInformation_RWD .fun_Content01 .fun_Content_Text01 .fun_Tittle01 h3 {
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 10px;
  color: #3d8b86;
}
@media screen and (max-width: 960px) {
  body .site_Container .sec4_serviceInformation_RWD .fun_Content01 .fun_Content_Text01 .fun_Tittle01 h3 {
    line-height: 21px;
  }
}
body .site_Container .sec4_serviceInformation_RWD .fun_Content01 .fun_ContentBottom p {
  margin: 0;
  font-size: 14px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 16px;
}
body .site_Container .sec4_serviceInformation_RWD .function_ContentImg {
  margin-top: 40px;
  padding-top: 200px;
}
body .site_Container .sec4_serviceInformation_RWD .fun_Content02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: 110px;
  margin-right: 35px;
  margin-top: 10px;
}
body .site_Container .sec4_serviceInformation_RWD .fun_Content02::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 58px; /*画像の幅*/
  height: 47px; /*画像の高さ*/
  background-image: url(/assets/lp/function_Icon2-0add5b35565ae24903b514a0daa4ea3743a0d8e1e4159cb23800cd9cc6f7f3d4.png);
  background-size: contain;
  vertical-align: middle;
  bottom: 0;
  left: -25px;
}
body .site_Container .sec4_serviceInformation_RWD .fun_Content02 img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 960px) {
  body .site_Container .sec4_serviceInformation_RWD .fun_Content02 img {
    margin-top: 15px;
  }
}
body .site_Container .sec4_serviceInformation_RWD .fun_Content02 .fun_Content_Text01 .fun_Tittle01 h3 {
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 10px;
  color: #3d8b86;
}
body .site_Container .sec4_serviceInformation_RWD .fun_Content02 .fun_ContentBottom p {
  margin: 0;
  font-size: 14px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 16px;
}
@media screen and (max-width: 320px) {
  body .site_Container .sec4_serviceInformation_RWD .fun_Content02 {
    margin-right: 10px;
    margin-left: 70px;
  }
}
body .site_Container .sec4_serviceInformation_RWD .fun_Content03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 65px;
  margin-top: 31px;
  padding-bottom: 136px;
}
body .site_Container .sec4_serviceInformation_RWD .fun_Content03::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 68px; /*画像の幅*/
  height: 73px; /*画像の高さ*/
  background-image: url(/assets/lp/function_Icon3-204bac278adbb9f9f767b740b69d372c5e3ca2df06c0653b89eec1215ead7e6c.png);
  background-size: contain;
  vertical-align: middle;
  bottom: 60px;
  right: 96px;
}
body .site_Container .sec4_serviceInformation_RWD .fun_Content03 img {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 10px;
}
body .site_Container .sec4_serviceInformation_RWD .fun_Content03 .fun_Content_Text01 .fun_Tittle01 h3 {
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 10px;
  color: #3d8b86;
}
body .site_Container .sec4_serviceInformation_RWD .fun_Content03 .fun_ContentBottom p {
  margin: 0;
  font-size: 14px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 16px;
}
@media screen and (max-width: 320px) {
  body .site_Container .sec4_serviceInformation_RWD .fun_Content03 {
    padding: 0 10px;
    padding-bottom: 136px;
  }
}
body .site_Container .sec4_serviceInformation_RWD .function_ContentImg {
  position: relative;
}
body .site_Container .sec4_serviceInformation_RWD .function_ContentImg img {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 783px;
}
@media screen and (max-width: 1050px) {
  body .site_Container .sec4_serviceInformation_RWD .function_ContentImg img {
    width: 650px;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .sec4_serviceInformation_RWD .function_ContentImg img {
    width: 295px;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .sec4_serviceInformation_RWD {
    display: block;
  }
}
body .site_Container .sec5_Questioning2 .gradient {
  height: 376px;
  width: 100%;
  margin-bottom: 30px;
  background: linear-gradient(82deg, #279499 539px, #414141 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1180px) {
  body .site_Container .sec5_Questioning2 .gradient {
    background: linear-gradient(82deg, #279499 420px, #414141 0);
  }
}
@media screen and (max-width: 1024px) {
  body .site_Container .sec5_Questioning2 .gradient {
    background: linear-gradient(83deg, #279499 377px, #414141 0);
  }
}
body .site_Container .sec5_Questioning2 .gradient img {
  margin-left: 90px;
  margin-right: 180px;
}
@media screen and (max-width: 1380px) {
  body .site_Container .sec5_Questioning2 .gradient img {
    margin-left: 78px;
    margin-right: 174px;
  }
}
@media screen and (max-width: 1180px) {
  body .site_Container .sec5_Questioning2 .gradient img {
    width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  body .site_Container .sec5_Questioning2 .gradient img {
    width: 29%;
    margin-left: 19px;
    margin-right: 106px;
  }
}
body .site_Container .sec5_Questioning2 .gradient .questioning_Text h2 {
  font-size: 28px;
  color: #fff;
  margin-top: 84px;
  line-height: 60px;
}
@media screen and (max-width: 1320px) {
  body .site_Container .sec5_Questioning2 .gradient .questioning_Text h2 {
    margin-top: 50px;
  }
}
body .site_Container .sec5_Questioning2 .gradient .questioning_Text h2 img {
  width: 268px;
  margin: 0;
  margin-bottom: 5px;
}
body .site_Container .sec5_Questioning2 .gradient .questioning_Text .round_Arrow {
  position: relative;
  padding-left: 30px;
  width: 323px;
  background-color: #ea6421;
  color: #fff;
  font-size: 24px;
  padding: 15px 49px 15px 30px;
  border-radius: 50px;
  border: none;
  text-decoration: none;
}
body .site_Container .sec5_Questioning2 .gradient .questioning_Text .round_Arrow:hover {
  background-color: #fff;
  color: #ea6421;
}
body .site_Container .sec5_Questioning2 .gradient .questioning_Text .round_Arrow::before {
  /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 28px;
  width: 15px; /* 横幅 */
  height: 15px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #fff;
}
body .site_Container .sec5_Questioning2 .gradient .questioning_Text .round_Arrow:hover::before {
  background-color: #ea6421;
  color: #fff;
}
body .site_Container .sec5_Questioning2 .gradient .questioning_Text .round_Arrow::after {
  /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 33px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ea6421;
  border-right: 2px solid #ea6421;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .site_Container .sec5_Questioning2 .gradient .questioning_Text .round_Arrow:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 960px) {
  body .site_Container .sec5_Questioning2 {
    display: none;
  }
}
body .site_Container .sec5_RWD {
  display: none;
}
body .site_Container .sec5_RWD .questioning_Text {
  position: relative;
  color: #fff;
  background-color: #414141;
  text-align: center;
  font-size: 1.5vw;
  line-height: 50px;
}
@media screen and (max-width: 430px) {
  body .site_Container .sec5_RWD .questioning_Text {
    line-height: 35px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 320px) {
  body .site_Container .sec5_RWD .questioning_Text {
    line-height: 45px;
  }
}
body .site_Container .sec5_RWD .questioning_Text p {
  margin: 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 320px) {
  body .site_Container .sec5_RWD .questioning_Text p {
    font-size: 1rem;
  }
}
body .site_Container .sec5_RWD .questioning_Text img {
  width: 20%;
}
@media screen and (max-width: 430px) {
  body .site_Container .sec5_RWD .questioning_Text img {
    width: 41%;
    -webkit-transform: rotateZ("45deg");
    transform: rotateZ("45deg");
  }
}
body .site_Container .sec5_RWD .gradient_RWD {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  background-color: #414141;
  z-index: 0;
  text-align: center;
}
body .site_Container .sec5_RWD .gradient_RWD .round_Arrow {
  position: relative;
  padding-left: 30px;
  width: 323px;
  background-color: #ea6421;
  color: #fff;
  font-size: 24px;
  padding: 15px 49px 15px 30px;
  border-radius: 50px;
  border: none;
  text-decoration: none;
  top: 150px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  body .site_Container .sec5_RWD .gradient_RWD .round_Arrow {
    font-size: 17px;
    top: 68px;
  }
}
body .site_Container .sec5_RWD .gradient_RWD .round_Arrow:hover {
  background-color: #fff;
  color: #ea6421;
}
body .site_Container .sec5_RWD .gradient_RWD .round_Arrow::before {
  /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 28px;
  width: 15px; /* 横幅 */
  height: 15px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #fff;
}
body .site_Container .sec5_RWD .gradient_RWD .round_Arrow:hover::before {
  background-color: #ea6421;
  color: #fff;
}
body .site_Container .sec5_RWD .gradient_RWD .round_Arrow::after {
  /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 33px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ea6421;
  border-right: 2px solid #ea6421;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .site_Container .sec5_RWD .gradient_RWD .round_Arrow:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
body .site_Container .sec5_RWD .gradient_RWD::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #279499;
  -webkit-transform: skewY(-4deg) translateY(90px);
  transform: skewY(-4deg) translateY(90px);
  z-index: -1;
}
body .site_Container .sec5_RWD .gradient_RWD img {
  width: 25%;
  display: block;
  margin: 0 auto;
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
@media screen and (max-width: 960px) {
  body .site_Container .sec5_RWD .gradient_RWD img {
    width: 300px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 960px) {
  body .site_Container .sec5_RWD {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec6_devThought {
    padding: 5% 20%;
  }
}
@media screen and (max-width: 960px) {
  body .site_Container .sec6_devThought {
    padding: 5% 15%;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .sec6_devThought {
    padding: 5% 10%;
  }
}
body .site_Container .sec6_devThought h2 {
  font-size: 38px;
  color: #279499;
  text-align: center;
  margin-top: 112px;
  margin-bottom: 60px;
}
body .site_Container .sec6_devThought h2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(67%, transparent), color-stop(60%, #8afff1));
  background: linear-gradient(transparent 67%, #8afff1 60%);
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec6_devThought h2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .sec6_devThought h2 {
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
body .site_Container .sec6_devThought .self_Introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 38px;
  margin-right: 236px;
  margin-left: 236px;
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec6_devThought .self_Introduction {
    display: block;
    margin: 0;
    text-align: center;
  }
}
body .site_Container .sec6_devThought .self_Introduction img {
  margin-right: 80px;
  -webkit-box-shadow: 7px 7px 0px 0px rgb(0, 0, 0);
  box-shadow: 7px 7px 0px 0px rgb(0, 0, 0);
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec6_devThought .self_Introduction img {
    width: 80%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec6_devThought .self_Introduction img {
    width: 60%;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .sec6_devThought .self_Introduction img {
    width: 211px;
  }
}
body .site_Container .sec6_devThought .self_Introduction .sec6_Text {
  width: 580px;
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec6_devThought .self_Introduction .sec6_Text {
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  body .site_Container .sec6_devThought .self_Introduction .sec6_Text {
    margin: 0 auto;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .sec6_devThought .self_Introduction .sec6_Text {
    width: 100%;
  }
}
body .site_Container .sec6_devThought .self_Introduction .sec6_Text h2 {
  font-size: 24px;
  margin: 0;
  margin-top: 32px;
  margin-bottom: 20px;
  text-align: left;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
}
@media screen and (max-width: 430px) {
  body .site_Container .sec6_devThought .self_Introduction .sec6_Text h2 {
    font-size: 18px;
  }
}
body .site_Container .sec6_devThought .self_Introduction .sec6_Text h2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(67%, transparent), color-stop(60%, #8afff1));
  background: linear-gradient(transparent 67%, #8afff1 60%);
}
body .site_Container .sec6_devThought .self_Introduction .sec6_Text p {
  font-size: 18px;
  line-height: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 430px) {
  body .site_Container .sec6_devThought .self_Introduction .sec6_Text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 62px;
  }
}
body .site_Container .sec6_devThought .sec6_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-right: 236px;
  margin-left: 236px;
  margin-bottom: 112px;
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec6_devThought .sec6_content {
    display: block;
    margin: 0;
  }
}
body .site_Container .sec6_devThought .sec6_content img {
  margin: 0;
  -webkit-box-shadow: -7px 7px 0px 0px rgb(0, 0, 0);
  box-shadow: -7px 7px 0px 0px rgb(0, 0, 0);
  margin-left: 80px;
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec6_devThought .sec6_content img {
    width: 80%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec6_devThought .sec6_content img {
    width: 60%;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .sec6_devThought .sec6_content img {
    width: 211px;
  }
}
body .site_Container .sec6_devThought .sec6_content .sec6_Text {
  width: 580px;
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec6_devThought .sec6_content .sec6_Text {
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  body .site_Container .sec6_devThought .sec6_content .sec6_Text {
    margin: 0 auto;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .sec6_devThought .sec6_content .sec6_Text {
    width: 100%;
  }
}
body .site_Container .sec7_Contact_Us {
  background-color: #f3f9f7;
  padding-bottom: 112px;
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec7_Contact_Us {
    padding: 5%;
  }
}
body .site_Container .sec7_Contact_Us h2 {
  padding-top: 112px;
  margin-bottom: 70px;
  margin-top: 0;
  text-align: center;
  font-size: 38px;
  color: #123f3f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec7_Contact_Us h2 {
    padding: 0;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .sec7_Contact_Us h2 {
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
body .site_Container .sec7_Contact_Us .contact_Form {
  background-color: #fff;
  width: 1140px;
  margin: 0 auto;
  padding: 55px 191px 105px 171px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 3px rgba(51, 51, 51, 0.1), -1px 0 rgba(51, 51, 51, 0.1);
  box-shadow: 1px 3px rgba(51, 51, 51, 0.1), -1px 0 rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec7_Contact_Us .contact_Form {
    width: 100%;
    padding: 8%;
    text-align: left;
  }
}
body .site_Container .sec7_Contact_Us .contact_Form .check_Box {
  margin-bottom: 50px;
}
body .site_Container .sec7_Contact_Us .contact_Form .Input_and_Label_Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 430px) {
  body .site_Container .sec7_Contact_Us .contact_Form .Input_and_Label_Container {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .sec7_Contact_Us .contact_Form .Input_and_Label_Container .Input_and_Label {
    display: block;
    text-align: left;
  }
}
body .site_Container .sec7_Contact_Us .contact_Form .Input_and_Label_Container .Input_and_Label:nth-child(2) {
  margin-left: 32px;
}
@media screen and (max-width: 430px) {
  body .site_Container .sec7_Contact_Us .contact_Form .Input_and_Label_Container .Input_and_Label:nth-child(2) {
    margin-left: 0;
    margin-top: 20px;
  }
}
body .site_Container .sec7_Contact_Us .contact_Form .form_ItemLabel {
  width: 100%;
  letter-spacing: 0.05em;
  font-size: 28px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
  margin-top: 50px;
}
@media screen and (max-width: 430px) {
  body .site_Container .sec7_Contact_Us .contact_Form .form_ItemLabel {
    font-size: 18px;
  }
}
body .site_Container .sec7_Contact_Us .contact_Form .form_ItemLabel .form_ItemLabel_Required {
  border-radius: 6px;
  margin-left: 10px;
  padding: 3px 10px;
  width: 46px;
  height: 21px;
  text-align: center;
  background-color: #eb6420;
  color: #fff;
  font-size: 13px;
}
@media screen and (max-width: 430px) {
  body .site_Container .sec7_Contact_Us .contact_Form .form_ItemLabel .form_ItemLabel_Required {
    padding: 0 6px;
    font-size: 10px;
    margin-left: 5px;
  }
}
body .site_Container .sec7_Contact_Us .contact_Form .form_Item_Input {
  width: 779px;
  height: 59px;
  border: 2px solid #cccccc;
  border-radius: 5px;
  font-size: 25px;
  padding-left: 20.5px;
}
body .site_Container .sec7_Contact_Us .contact_Form .form_Item_Input::-webkit-input-placeholder {
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body .site_Container .sec7_Contact_Us .contact_Form .form_Item_Input::-moz-placeholder {
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body .site_Container .sec7_Contact_Us .contact_Form .form_Item_Input:-ms-input-placeholder {
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body .site_Container .sec7_Contact_Us .contact_Form .form_Item_Input::-ms-input-placeholder {
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body .site_Container .sec7_Contact_Us .contact_Form .form_Item_Input::placeholder {
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 430px) {
  body .site_Container .sec7_Contact_Us .contact_Form .form_Item_Input::-webkit-input-placeholder {
    font-size: 14px;
  }
  body .site_Container .sec7_Contact_Us .contact_Form .form_Item_Input::-moz-placeholder {
    font-size: 14px;
  }
  body .site_Container .sec7_Contact_Us .contact_Form .form_Item_Input:-ms-input-placeholder {
    font-size: 14px;
  }
  body .site_Container .sec7_Contact_Us .contact_Form .form_Item_Input::-ms-input-placeholder {
    font-size: 14px;
  }
  body .site_Container .sec7_Contact_Us .contact_Form .form_Item_Input::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec7_Contact_Us .contact_Form .form_Item_Input {
    width: 100%;
  }
}
body .site_Container .sec7_Contact_Us .contact_Form .form_ItemTextarea {
  width: 779px;
  height: 351px;
  font-size: 25px;
  padding-left: 20.5px;
  border: 2px solid #cccccc;
  border-radius: 5px;
  resize: none;
}
@media screen and (max-width: 1280px) {
  body .site_Container .sec7_Contact_Us .contact_Form .form_ItemTextarea {
    width: 100%;
  }
}
body .site_Container .sec7_Contact_Us .Input_and_Label {
  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;
}
body .site_Container .sec7_Contact_Us .Input_and_Label input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body .site_Container .sec7_Contact_Us .Input_and_Label input[type=checkbox] {
  cursor: pointer;
  padding-left: 30px;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
}
body .site_Container .sec7_Contact_Us .Input_and_Label input[type=checkbox]::before,
body .site_Container .sec7_Contact_Us .Input_and_Label input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}
body .site_Container .sec7_Contact_Us .Input_and_Label input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 2px solid #cccccc;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
body .site_Container .sec7_Contact_Us .Input_and_Label input[type=checkbox]::after {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  opacity: 0;
  height: 9px;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -8px;
  left: 10px;
}
body .site_Container .sec7_Contact_Us .Input_and_Label input[type=checkbox]:checked::after {
  opacity: 1;
}
body .site_Container .sec7_Contact_Us .Input_and_Label label {
  font-size: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 430px) {
  body .site_Container .sec7_Contact_Us .Input_and_Label label {
    font-size: 16px;
  }
}
body .site_Container .sec7_Contact_Us .privacy_Policy {
  margin-top: 63px;
}
@media screen and (max-width: 430px) {
  body .site_Container .sec7_Contact_Us .privacy_Policy {
    margin-top: 30px;
  }
}
@media screen and (max-width: 430px) {
  body .site_Container .sec7_Contact_Us .privacy_Policy label {
    font-size: 14px;
  }
}
body .site_Container .sec7_Contact_Us .privacy_Policy span {
  border-bottom: 1px solid #000;
}
body .site_Container .sec7_Contact_Us .sending_Button {
  display: block;
  margin: 0 auto;
  width: 296px;
  height: 70px;
  background-color: #eb6420;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  border-radius: 40px;
  border: none;
  margin-top: 70px;
}
@media screen and (max-width: 430px) {
  body .site_Container .sec7_Contact_Us .sending_Button {
    margin-top: 30px;
    margin-bottom: 45px;
    width: 170px;
    height: 46px;
    font-size: 16px;
  }
}
body .site_Container .sec7_Contact_Us .sending_Button:hover {
  background-color: #fff;
  color: #eb6420;
  border: 1px solid #cccccc;
}
body .site_Container footer {
  width: 100%;
  height: 250px;
  background-color: #f3f9f7;
  text-align: center;
  padding-top: 51px;
}
body .site_Container footer img {
  width: 433px;
  height: 98px;
}
@media screen and (max-width: 430px) {
  body .site_Container footer img {
    width: 205px;
    height: 47px;
  }
}
body .site_Container footer .footerText {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 430px) {
  body .site_Container footer .footerText {
    display: none;
  }
}
body .site_Container footer .footerText_RWD {
  display: none;
}
@media screen and (max-width: 430px) {
  body .site_Container footer .footerText_RWD {
    display: block;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
