@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
}

.all_wrapper,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  margin: 0;
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
     # General elements
     # ================================================================= */
.all_wrapper hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

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

.all_wrapper a:active,
.all_wrapper a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}



/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

/* Style select like a standard input */
select {
  -webkit-appearance: none;
  /* Chrome 41+ */
  -moz-appearance: none;
  /* Firefox 36+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.text_c {
  text-align: center;
}

main {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .icon-hamburger hr {
    margin: 7px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  p {
    font-size: 12px;
  }
}

a {
  text-decoration: none;
  color: black;
}

@media screen and (max-width: 768px) {
  .all_wrapper {
    margin: 0 5px;
  }
}

iframe {
  max-width: 640px;
}

@media screen and (max-width: 768px) {
  iframe {
  width: 90%;
  margin: 0 auto;
  }
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.md_wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.min_wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.bg_base {
  background-color:#e0e0e0 ;
  padding: 0 0 20px;
}

p.explanation{
  width: 80%;
  padding: 24px;
  margin-left: 8%;
  margin-right: 8%;
}

img.fit{
  width: 75%;
  display:block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
}

h2.stripe{
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: medium;
  color: #fff;
  padding: 8px;
  padding-left: 16px;
  background-size: auto auto;
  background-color: rgba(159, 194, 72, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 16px, rgba(146, 177, 67, 1) 16px, rgba(146, 177, 67, 1) 32px );
}

div.container{
  container-type: inline-size;
  container-name: layout;
  text-align: center;
}

h2.xl__txt{
  padding: 1rem;
  margin: 0 auto ;
  font-size: clamp(24px, 2rem, 38px);
  font-weight: bold;
  text-align: center;
}

.xl__txt{
    padding: 0;
    margin: 0 auto ;
    font-size: clamp(24px, 2rem, 38px);
    font-weight: bold;
}

.xl__txt2{
    padding: 0.5em 1.5em;
    margin: 16px 0 16px 0 ;
    font-size: clamp(42px, 3vw, 64px);
    line-height: clamp(56px, 1.6vw, 78px);
    font-weight: bold;
    text-align: center;
}


.txt__ctc{
    margin: 40px 14px 32px 14px;
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.txt__fff{
    color: #fff;
}

.txt__bl{
    color: #0084bd;
}

.img__fit{
margin-top: 32px;
margin-right: auto;
margin-left: auto;
width: 100%;
}

.primary__txt{
    margin: 50px 14px;
    font-size: clamp(24px, 2rem, 38px);
    line-height: 36px;
    font-weight: bold;
    text-align: center;
}

  @media screen and (max-width: 768px) {

    h2.xl__txt {
      font-size: 1.2rem;
      letter-spacing: -0.05em;
    }

    .primary__txt {
      font-size: 1.2rem;
  }

    .xl__txt {
      font-size: 1.5rem;
  }

    .bnr {
      margin: 30px auto;
      font-size: 1rem;
    }

    .txt__ctc{
      margin: 40px 5px 32px 5px;
      font-size: 1rem;
      letter-spacing: -0.05em;
  }

  }

/*========= メニュー ===============*/

#menu{
    padding: 36px 0;
}

#menu section{
    background: #fff;
    margin: 0 0 10px 0;
}

#menu section h3{
    color: #0085ca;
    font-weight:bold;
    font-size: 1.2rem;
    margin: 0 0 10px 0;
}

#menu section p{
    font-size: 0.8rem;
}

#menu .menu-area{
    padding: 20px;
    box-shadow: 5px 0 10px #ccc;
}

#menu .menu-Fbiu{
    text-align: center;
    margin: 50px 0 0 0;
}

  @media screen and (max-width: 768px) {

    #menu section h3 {
          font-size: 1rem;
    }
  }

  .menu-area_1{
    padding: 5px;
    width: 20%;
  }

/*--------------------------------------------------------------------*/

.flow_design05 {
  padding: 0 100px;
  margin: 0 auto 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow05 {
  padding-left: 0;
}

.flow05 li {
  background-color: #fff;
  padding: 0 10px;
  border-radius: 10px;
}

.flow05 > li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}

.flow05 > li:not(:last-child) {
  padding-bottom: 10px;
}

.flow05 > li .icon05 {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #0085ca;
  color: #fff;
  position: absolute;
  left: 0;
}

.flow05 > li:not(:last-child)::before {
  content: '';
  background: #0085ca;
  opacity: 0.4;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flow05 > li dl dt {
  margin: 30px auto 20px;
  padding: 10px 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #0085ca;
}

.flow05 > li dl dd {
  margin-left: 0;
  padding: 0 30px 10px;
}


.uketori_img {
  width: 30%;
  text-align: center;
  margin: 0 auto;
}

.uketori_img img {
  width: 100%;
}

  @media screen and (max-width: 768px) {

    .flow_design05 {
      padding: 0 15px;
    }

    .flow05 > li dl dt {
      font-size: 1.2rem;
    }

    .flow05 > li dl dd {
      padding: 10px;
      font-size: 0.8rem;
    }

    .uketori_img {
      width: 90%;
    }
  }

/*--------------------------------------------------------------------*/

.bg__gl{
  padding: 0 0 32px 0;
  background: #0085ca;
  width: 100%;
  height: 100%;
}

.bnr {
  width: 70%;
  margin: 40px auto;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

/*========= 見出し ===============*/

.heading {
    margin-top: 24px;
    padding: .5em .9em;
    border-left: 10px solid #0084bd;
    color: #333333;
}


.btn-default, .btn_default, input[type="button"], button, input[type="reset"], .btn-navy, .btn_navy, input[type="submit"], button[type="submit"], .btn-impact, .btn_impact {
    display: inline-block;
    border: none;
    padding: 8px 8px;
}

/*========= QA ===============*/

.qa-7 {
    max-width: 90%;
    margin: 10px auto 14px auto ;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

/*.qa-7 summary::before {
    color: #333;
    content: "Q";
}*/

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

/*.qa-7 p::before {
    color: #e50012;
    line-height: 1.2;
    content: "A";
}*/




/*背景装飾--------------------------------------------------------*/



svg {
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
}

  @media screen and (max-width: 768px) {
    svg {
        bottom: 1px;
    }
  }

.custom-shape-divider-top-1752999271 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

.custom-shape-divider-top-1752999271 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-top-1752999271 .shape-fill2 {
    fill: #e0e0e0;
}

.custom-shape-divider-top-1752999271 .shape-fill3 {
    fill: #0085ca;
}



/*背景装飾ここまで--------------------------------------------------------*/


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