@charset "UTF-8";
/******************************
reset.scss
******************************/
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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] {
  -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;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*****************************
 variable.scss
 ******************************/
/*=============================
 breakpoint
 =============================*/
/*=============================
 color
 =============================*/
/******************************
mixin.scss
******************************/
/******************************
breakpoint
******************************/
/******************************
font
******************************/
/******************************
flex
******************************/
/******************************
position
******************************/
/******************************
font-family
******************************/
/******************************
shadow
******************************/
/******************************
pseudo
******************************/
/******************************
base.scss
******************************/
html {
  font-size: 12px;
  overflow-x: hidden;
}
@media screen and (min-width: 426px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

body {
  width: 100%;
  color: #233741;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#post img, #page img {
  width: auto;
}

p {
  line-height: 1.6;
  letter-spacing: 0.1em;
}

section {
  padding: 3em 0;
}
@media screen and (min-width: 768px) {
  section {
    padding: 5em 0;
  }
}

a {
  display: inline-block;
}
a:hover {
  opacity: 0.9;
}

blockquote {
  background-color: rgba(203, 203, 203, 0.5);
  border-radius: 1rem;
  padding: 1em;
  margin-bottom: 1rem;
}
blockquote p {
  margin-bottom: 0 !important;
}

:focus {
  outline: none;
}

/******************************
font.scss
******************************/
.font-0 {
  font-size: 0.75rem;
}

.font-1 {
  font-size: 1rem;
}

.font-2 {
  font-size: 1.25rem;
}

.font-3 {
  font-size: 1.5rem;
}

.font-4 {
  font-size: 1.75rem;
}

.font-5 {
  font-size: 2rem;
}

.font-6 {
  font-size: 2.25rem;
}

.font-7 {
  font-size: 2.5rem;
}

.font-8 {
  font-size: 2.75rem;
}

.font-9 {
  font-size: 3rem;
}

.font-10 {
  font-size: 3.25rem;
}

.font-sm {
  font-size: clamp(10px,3vw,12px);
}
@media screen and (min-width: 426px) {
  .font-sm {
    font-size: clamp(12px,2vw,14px);
  }
}
@media screen and (min-width: 768px) {
  .font-sm {
    font-size: clamp(14px,1.8vw,16px);
  }
}
@media screen and (min-width: 1024px) {
  .font-sm {
    font-size: clamp(16px,1.4vw,18px);
  }
}
@media screen and (min-width: 1440px) {
  .font-sm {
    font-size: 18px;
  }
}

.font-md {
  font-size: clamp(13px,4vw,15px);
}
@media screen and (min-width: 426px) {
  .font-md {
    font-size: clamp(15px,2.5vw,17px);
  }
}
@media screen and (min-width: 768px) {
  .font-md {
    font-size: clamp(17px,2.2vw,19px);
  }
}
@media screen and (min-width: 1024px) {
  .font-md {
    font-size: clamp(19px,1.7vw,24px);
  }
}
@media screen and (min-width: 1440px) {
  .font-md {
    font-size: 24px;
  }
}

.font-lg {
  font-size: clamp(17px,5vw,19px);
}
@media screen and (min-width: 426px) {
  .font-lg {
    font-size: clamp(19px,3vw,21px);
  }
}
@media screen and (min-width: 768px) {
  .font-lg {
    font-size: clamp(21px,2.6vw,25px);
  }
}
@media screen and (min-width: 1024px) {
  .font-lg {
    font-size: clamp(25px,2vw,28px);
  }
}
@media screen and (min-width: 1440px) {
  .font-lg {
    font-size: 28px;
  }
}

.font-xl {
  font-size: clamp(20px,5.5vw,24px);
}
@media screen and (min-width: 426px) {
  .font-xl {
    font-size: clamp(24px,3.5vw,26px);
  }
}
@media screen and (min-width: 768px) {
  .font-xl {
    font-size: clamp(26px,3vw,29px);
  }
}
@media screen and (min-width: 1024px) {
  .font-xl {
    font-size: clamp(29px,2.3vw,33px);
  }
}
@media screen and (min-width: 1440px) {
  .font-xl {
    font-size: 33px;
  }
}

/******************************
l-header.scss
******************************/
.l-header {
  position: absolute;
  width: 100%;
  padding: 10px;
  z-index: 99;
}
.l-header__inner {
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
}
.l-header__outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  max-width: 100px;
}
.l-header__contact {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 75%;
          flex: 0 1 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}

.l-inner {
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
}

.l-mv {
  padding: 0;
  position: relative;
}

.l-about {
  position: relative;
  background-color: #FFF;
  /* padding-bottom: 13rem; */
}
@media screen and (min-width: 768px) {
  .l-about__button {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-about__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-flow {
  position: relative;
  background-color: #D2F2F5;
  padding-bottom: 8rem;
}

.l-contact {
  position: relative;
  background-color: #D2F2F5;
}

/******************************
l-footer.scss
******************************/
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
}

/******************************
heading.scss
******************************/
.hojokin {
  margin-bottom: 3rem;
  background-color: #fff;
  padding: 50px 20px;
  margin-top: 30px;
}

.c-hd {
  text-align: center;
}
.l-news .c-hd {
  text-align: left;
}

.c-hd-lv2_en {
  position: relative;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 500;
  padding-bottom: 0.5rem;
}

.c-hd-lv2_en::after {
  display: inline-block;
  content: "";
  width: 2rem;
  height: 2px;
  background-color: #01499E;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.l-news .c-hd-lv2_en::after {
  left: 0.4rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-hd-lv2_jp {
  font-size: clamp(17px,5vw,19px);
  font-weight: 500;
  padding-top: 0.5rem;
}
.c-b {
  color: #01499E;
  font-weight: bold;
  font-size: 140%;
}
@media screen and (min-width: 426px) {
  .c-hd-lv2_jp {
    font-size: clamp(19px,3vw,21px);
  }
}
@media screen and (min-width: 768px) {
  .c-hd-lv2_jp {
    font-size: clamp(21px,2.6vw,25px);
  }
}
@media screen and (min-width: 1024px) {
  .c-hd-lv2_jp {
    font-size: clamp(25px,2vw,28px);
  }
}
@media screen and (min-width: 1440px) {
  .c-hd-lv2_jp {
    font-size: 28px;
  }
}
@media screen and (max-width: 768) {
  .hojokin {
    padding: 30px 20px;
  }
}

.content-txt {
  padding-top: 20px;
}

.pt20 {
  padding-top: 20px;
}

/******************************
button.scss
******************************/
.c-button-yellow {
  position: relative;
  background-color: #01499E;
  color: #ffffff;
  padding: 0.5em 2em;
  border-radius: 2em;
  text-align: center;
  -webkit-filter: drop-shadow(0 7px 7px rgba(51, 51, 51, 0.2));
          filter: drop-shadow(0 7px 7px rgba(51, 51, 51, 0.2));
}
.c-button-yellow::before {
  display: inline-block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: no-repeat center/contain;
  background-image: url("../images/icon-mail.png");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2em;
}

.c-button-white {
  position: relative;
  background-color: #ffffff;
  color: #808080;
  padding: 0.5em 2em;
  border-radius: 2em;
  text-align: center;
  font-weight: 500;
}
.c-button-white::before {
  display: inline-block;
  content: "＞";
  width: 1.5em;
  height: 1.5em;
  background: no-repeat center/contain;
  margin-right: 0.75em;
}

/******************************
display.scss
******************************/
/******************************
flex.scss
******************************/
.c-flex--sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-flex--fs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-flex--fe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-flex--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-flex--sa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.c-flex--se {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.c-align--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-align--fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-align--fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-align--st {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-flex-wr {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

@media screen and (max-width: 767.98px) {
  .c-d-block__sp {
    display: block;
  }
}

/******************************
position.scss
******************************/
.c-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-left-top {
  position: absolute;
  top: 0;
  left: 0;
}

.c-wave {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/******************************
space.scss
******************************/
.m-0 {
  margin: 0rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.p-0 {
  padding: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.m-1 {
  margin: 0.5rem;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.ml-1 {
  margin-left: 0.5rem;
}

.mr-1 {
  margin-right: 0.5rem;
}

.mx-1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.p-1 {
  padding: 0.5rem;
}

.pt-1 {
  padding-top: 0.5rem;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pl-1 {
  padding-left: 0.5rem;
}

.pr-1 {
  padding-right: 0.5rem;
}

.px-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.m-2 {
  margin: 1rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.ml-2 {
  margin-left: 1rem;
}

.mr-2 {
  margin-right: 1rem;
}

.mx-2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p-2 {
  padding: 1rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pl-2 {
  padding-left: 1rem;
}

.pr-2 {
  padding-right: 1rem;
}

.px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.m-3 {
  margin: 1.5rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.ml-3 {
  margin-left: 1.5rem;
}

.mr-3 {
  margin-right: 1.5rem;
}

.mx-3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.p-3 {
  padding: 1.5rem;
}

.pt-3 {
  padding-top: 1.5rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.pl-3 {
  padding-left: 1.5rem;
}

.pr-3 {
  padding-right: 1.5rem;
}

.px-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.m-4 {
  margin: 2rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.ml-4 {
  margin-left: 2rem;
}

.mr-4 {
  margin-right: 2rem;
}

.mx-4 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.p-4 {
  padding: 2rem;
}

.pt-4 {
  padding-top: 2rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.pl-4 {
  padding-left: 2rem;
}

.pr-4 {
  padding-right: 2rem;
}

.px-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.m-5 {
  margin: 2.5rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.ml-5 {
  margin-left: 2.5rem;
}

.mr-5 {
  margin-right: 2.5rem;
}

.mx-5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.p-5 {
  padding: 2.5rem;
}

.pt-5 {
  padding-top: 2.5rem;
}

.pb-5 {
  padding-bottom: 2.5rem;
}

.pl-5 {
  padding-left: 2.5rem;
}

.pr-5 {
  padding-right: 2.5rem;
}

.px-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/******************************
text-align.scss
******************************/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.w-100 {
  width: 100%;
}

.w-95 {
  width: 95%;
  margin: 0 auto;
}

.p-header__button {
  padding-left: 4em;
  font-size: clamp(10px,3vw,12px);
}
@media screen and (min-width: 426px) {
  .p-header__button {
    font-size: clamp(12px,2vw,14px);
  }
}
@media screen and (min-width: 768px) {
  .p-header__button {
    font-size: clamp(14px,1.8vw,16px);
  }
}
@media screen and (min-width: 1024px) {
  .p-header__button {
    font-size: clamp(16px,1.4vw,18px);
  }
}
@media screen and (min-width: 1440px) {
  .p-header__button {
    font-size: 18px;
  }
}
.p-header__login {
  font-weight: 500;
}

.p-news {
  gap: 0 5rem;
}
@media screen and (min-width: 768px) {
  .p-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-news__item {
  gap: 0 1em;
  font-size: clamp(10px,3vw,12px);
  border-bottom: 1px solid #cccccc;
  padding: 1em 0;
}
@media screen and (min-width: 768px) {
  .p-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 426px) {
  .p-news__item {
    font-size: clamp(12px,2vw,14px);
  }
}
@media screen and (min-width: 768px) {
  .p-news__item {
    font-size: clamp(14px,1.8vw,16px);
  }
}
@media screen and (min-width: 1024px) {
  .p-news__item {
    font-size: clamp(16px,1.4vw,18px);
  }
}
@media screen and (min-width: 1440px) {
  .p-news__item {
    font-size: 18px;
  }
}
.p-news__item:last-of-type {
  border-bottom: 0;
}
.p-news__date {
  display: inline-block;
  border: 1px solid #1dbecf;
  color: #1dbecf;
  padding: 0 1em;
  border-radius: 1em;
}

.p-about__text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-about__catch {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 52%;
          flex: 0 1 52%;
}
.p-about__catch1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em;
  background: linear-gradient(45deg, #1dbecf, #fdb834 120%);
  margin-bottom: 0.5em;
  font-size: clamp(20px, 6vw, 60px);
  font-weight: 900;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-about__catch1 {
    font-size: clamp(24.8px, 3vw, 33px);
  }
}
.p-about__catch2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em;
  background: linear-gradient(45deg, #1dbecf, #fdb834 110%);
  font-size: clamp(20px, 6vw, 60px);
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-about__catch2 {
    font-size: clamp(24.8px, 3vw, 33px);
  }
}
@media screen and (max-width: 767.98px) {
  .p-about__img {
    width: 64%;
    margin: 20px auto;
  }
}
@media screen and (min-width: 768px) {
  .p-about__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 38%;
            flex: 0 1 38%;
  }
}
.p-about__service__img {
  display: block;
  margin-bottom: 2em;
}
.p-about__button {
  display: inline-block;
  width: 50%;
  margin: 0 auto;
  font-size: clamp(17px,5vw,19px);
}
@media screen and (min-width: 426px) {
  .p-about__button {
    font-size: clamp(19px,3vw,21px);
  }
}
@media screen and (min-width: 768px) {
  .p-about__button {
    font-size: clamp(21px,2.6vw,25px);
  }
}
@media screen and (min-width: 1024px) {
  .p-about__button {
    font-size: clamp(25px,2vw,28px);
  }
}
@media screen and (min-width: 1440px) {
  .p-about__button {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .p-about__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
  }
}
.p-about__button .c-button-yellow::before {
  left: calc(50% - 4em);
}

.l-about__button .c-button-white {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .l-about__button .c-button-white {
    margin-bottom: 1rem;
    line-height: 2;
  }
}

.l-about__button .c-button-yellow {
  width: 100%;
  padding-left: 4em;
}
@media screen and (max-width: 767.98px) {
  .l-about__button .c-button-yellow {
    line-height: 2;
  }

  .l-about__button {
    width: 80%;
    margin: 0 auto;
  }

  .p-about__button {
    width: 100%;
  }
}

.l-voice {
  background-color: #D2F2F5;
  padding-bottom: 0;
  position: relative;
  padding-bottom: 10rem;
}

.p-voice__h2 {
  width: 65%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-voice__h2 {
    width: 30%;
  }
}
.p-voice__list {
  position: relative;
  gap: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-voice__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.p-voice__item {
  padding: 0.5em;
  border: 1px solid #233741;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-voice__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767.98px) {
  .p-voice__item:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.p-voice__text {
  margin: 1rem auto 1.5rem;
}
.x {
  width: 100%;
  text-align: right;
  color: #1dbecf;
  font-weight: 500;
}

.p-flow__list {
  position: relative;
}
.p-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  margin-bottom: 2rem;
}
.p-flow__left {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15%;
          flex: 0 1 15%;
}
.p-flow__left::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: no-repeat center/contain;
  background-image: url("../images/icon-arrow-green.png");
  position: absolute;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-flow__item:last-of-type .p-flow__left::after {
  width: 0;
}
.p-flow__right {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 85%;
          flex: 0 1 85%;
}
.p-flow__item:first-of-type .p-flow__right, .p-flow__item:nth-of-type(2) .p-flow__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 65%;
          flex: 0 1 65%;
}
@media screen and (min-width: 768px) {
  .p-flow__item:first-of-type .p-flow__right, .p-flow__item:nth-of-type(2) .p-flow__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
            flex: 0 1 75%;
  }
}
.p-flow__item:first-of-type .p-flow__right::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 0;
  background: no-repeat center/contain;
  width: 3rem;
  padding-bottom: 19.5384615385rem;
  background-image: url("../images/img-flow.png");
  position: absolute;
  top: 0;
  left: 100%;
}
.p-flow__text {
  font-size: clamp(10px,3vw,12px);
}
@media screen and (min-width: 426px) {
  .p-flow__text {
    font-size: clamp(12px,2vw,14px);
  }
}
@media screen and (min-width: 768px) {
  .p-flow__text {
    font-size: clamp(14px,1.8vw,16px);
  }
}
@media screen and (min-width: 1024px) {
  .p-flow__text {
    font-size: clamp(16px,1.4vw,18px);
  }
}
@media screen and (min-width: 1440px) {
  .p-flow__text {
    font-size: 18px;
  }
}
.p-flow__h3 {
  font-size: clamp(13px,4vw,15px);
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 426px) {
  .p-flow__h3 {
    font-size: clamp(15px,2.5vw,17px);
  }
}
@media screen and (min-width: 768px) {
  .p-flow__h3 {
    font-size: clamp(17px,2.2vw,19px);
  }
}
@media screen and (min-width: 1024px) {
  .p-flow__h3 {
    font-size: clamp(19px,1.7vw,24px);
  }
}
@media screen and (min-width: 1440px) {
  .p-flow__h3 {
    font-size: 24px;
  }
}
.p-flow__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(17px,5vw,19px);
}
@media screen and (min-width: 426px) {
  .p-flow__button {
    font-size: clamp(19px,3vw,21px);
  }
}
@media screen and (min-width: 768px) {
  .p-flow__button {
    font-size: clamp(21px,2.6vw,25px);
  }
}
@media screen and (min-width: 1024px) {
  .p-flow__button {
    font-size: clamp(25px,2vw,28px);
  }
}
@media screen and (min-width: 1440px) {
  .p-flow__button {
    font-size: 28px;
  }
}
.p-flow__button .c-button-yellow {
  padding-left: 4em;
}

@media screen and (min-width: 768px) {
  .p-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 97.5%;
    margin: 0 0 0 auto;
    max-width: calc(50% + 490px);
    padding-top: 30px;
  }

  .company-txt {
    padding-right: 30px;
  }
}
.p-company__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
          margin-top: 20px;
}
.p-company__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
}
@media screen and (max-width: 767.98px) {
  .p-company__text {
    width: 95%;
    margin: 0 auto;
  }

  .about-left {
    width: 100%;
  }

  .chusho {
    width: 100%!important;
  }

  .p-company__logo {
    margin: 0 auto;
    padding: 10px ;
  }

  .p-company__address {
    text-align: center;
  }
}
.p-company__logo {
  width: 20%;
}
.p-company__address {
  margin-bottom: 1rem;
}
.p-company__catch1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em;
  background: linear-gradient(45deg, #1dbecf, #fdb834 120%);
  margin-bottom: 0.5em;
  font-size: clamp(16px, 5.5vw, 44px);
  font-weight: 900;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-company__catch1 {
    font-size: clamp(24px, 3vw, 36px);
  }
}
.p-company__catch2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em;
  background: linear-gradient(45deg, #1dbecf, #fdb834 110%);
  font-size: clamp(16px, 5.5vw, 44px);
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-company__catch2 {
    font-size: clamp(24px, 3vw, 36px);
  }
}
.p-company__p {
  font-size: clamp(10px,3vw,12px);
  margin-bottom: 1rem;
  line-height: 180%;
}

.p-company__p span {
  font-size: 150%;
  text-decoration: underline;
  color: #01499E;
}
@media screen and (min-width: 426px) {
  .p-company__p {
    font-size: clamp(12px,2vw,14px);
  }
}
@media screen and (min-width: 768px) {
  .p-company__p {
    font-size: clamp(14px,1.8vw,16px);
  }
}
@media screen and (min-width: 1024px) {
  .p-company__p {
    font-size: clamp(16px,1.4vw,18px);
  }
}
@media screen and (min-width: 1440px) {
  .p-company__p {
    font-size: 18px;
  }
}
.p-company .c-button-white {
  display: block;
  border: 2px solid #808080;
  font-size: 5vw;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-company .c-button-white {
    font-size: clamp(10px,3vw,12px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 426px) {
  .p-company .c-button-white {
    font-size: clamp(12px,2vw,14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-company .c-button-white {
    font-size: clamp(14px,1.8vw,16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-company .c-button-white {
    font-size: clamp(16px,1.4vw,18px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .p-company .c-button-white {
    font-size: 18px;
  }
}

.p-contact__table {
  width: 100%;
  font-size: clamp(13px,4vw,15px);
}
@media screen and (min-width: 426px) {
  .p-contact__table {
    font-size: clamp(15px,2.5vw,17px);
  }
}
@media screen and (min-width: 768px) {
  .p-contact__table {
    font-size: clamp(17px,2.2vw,19px);
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__table {
    font-size: clamp(19px,1.7vw,24px);
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__table {
    font-size: 24px;
  }
}
.p-contact__th {
  width: 30%;
  padding: 1.3em 0;
}
@media screen and (max-width: 767.98px) {
  .p-contact__th {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}
.p-contact__td {
  width: 70%;
  padding: 0.5em 0;
}
@media screen and (max-width: 767.98px) {
  .p-contact__td {
    display: block;
    width: 100%;
  }
}
.p-contact__input {
  background-color: #ffffff;
  padding: 0.8em;
  width: 100%;
  font-size: clamp(16px, 3.8vw, 20px);
}
.p-contact__radio {
  padding: 0.8em;
}
.p-contact__label {
  position: relative;
  margin: 0 5%;
  line-height: 2;
}
.p-contact__label::before {
  display: inline-block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  border: 1.5px solid #1dbecf;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.5em;
}
.p-contact__radio {
  display: none;
}
.p-contact__required {
  background-color: #ff0000;
  color: #FFFFFF;
  padding: 0 0.8em;
  margin-left: 0.5em;
  font-weight: 400;
  font-size: clamp(10px,3vw,12px);
}
@media screen and (min-width: 426px) {
  .p-contact__required {
    font-size: clamp(12px,2vw,14px);
  }
}
@media screen and (min-width: 768px) {
  .p-contact__required {
    font-size: clamp(14px,1.8vw,16px);
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__required {
    font-size: clamp(16px,1.4vw,18px);
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__required {
    font-size: 18px;
  }
}
.p-contact textarea {
  height: 10em;
}
.p-contact__privacy {
  text-align: center;
  margin: 20px auto 3rem;
  font-size: clamp(10px,3vw,12px);
}
@media screen and (min-width: 426px) {
  .p-contact__privacy {
    font-size: clamp(12px,2vw,14px);
  }
}
@media screen and (min-width: 768px) {
  .p-contact__privacy {
    font-size: clamp(14px,1.8vw,16px);
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__privacy {
    font-size: clamp(16px,1.4vw,18px);
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__privacy {
    font-size: 18px;
  }
}
.p-contact__privacy input[type=checkbox]:checked + label:before {
  content: "✓";
  font-size: 1em;
  color: #FFFFFF;
  background-color: #1dbecf;
}
.p-contact__checkbox {
  position: absolute;
  opacity: 0;
  z-index: -1; 
}
.p-contact__checklabel {
  position: relative;
  padding-left: 2em;
  font-size: clamp(10px,3vw,12px);
}
@media screen and (min-width: 426px) {
  .p-contact__checklabel {
    font-size: clamp(12px,2vw,14px);
  }
}
@media screen and (min-width: 768px) {
  .p-contact__checklabel {
    font-size: clamp(14px,1.8vw,16px);
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__checklabel {
    font-size: clamp(16px,1.4vw,18px);
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__checklabel {
    font-size: 18px;
  }
}
.p-contact__checklabel::before {
  display: inline-block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border: 1.5px solid #333;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #FFFFFF;
}
.p-contact__checklabel a {
  color: #01499E;
}
.p-contact .p-contact__td input[type=radio]:checked + label::after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #2AA998;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -1.3em;
}
.p-contact__submit {
  font-size: clamp(17px,5vw,19px);
}
@media screen and (min-width: 426px) {
  .p-contact__submit {
    font-size: clamp(19px,3vw,21px);
  }
}
@media screen and (min-width: 768px) {
  .p-contact__submit {
    font-size: clamp(21px,2.6vw,25px);
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__submit {
    font-size: clamp(25px,2vw,28px);
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__submit {
    font-size: 28px;
  }
}
.p-contact__submit.c-button-yellow {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-contact__submit.c-button-yellow {
    width: 50%;
  }
}
.p-contact__submit.c-button-yellow::before {
  display: none;
}
.p-contact__submit input {
  letter-spacing: 0.1em;
  font-size: clamp(20px,5.5vw,24px);
  font-weight: 700;
}
@media screen and (min-width: 426px) {
  .p-contact__submit input {
    font-size: clamp(24px,3.5vw,26px);
  }
}
@media screen and (min-width: 768px) {
  .p-contact__submit input {
    font-size: clamp(26px,3vw,29px);
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__submit input {
    font-size: clamp(29px,2.3vw,33px);
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__submit input {
    font-size: 33px;
  }
}

.p-footer__upper1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 2em;
}
.p-footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 15%;
            flex: 0 1 15%;
  }
}
.p-footer__upper2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .p-footer__upper2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-footer__address {
  font-size: clamp(10px,3vw,12px);
}
@media screen and (min-width: 426px) {
  .p-footer__address {
    font-size: clamp(12px,2vw,14px);
  }
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    font-size: clamp(14px,1.8vw,16px);
  }
}
@media screen and (min-width: 1024px) {
  .p-footer__address {
    font-size: clamp(16px,1.4vw,18px);
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__address {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
  }
}
.p-footer__privacy {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: clamp(10px,3vw,12px);
}
@media screen and (min-width: 426px) {
  .p-footer__privacy {
    font-size: clamp(12px,2vw,14px);
  }
}
@media screen and (min-width: 768px) {
  .p-footer__privacy {
    font-size: clamp(14px,1.8vw,16px);
  }
}
@media screen and (min-width: 1024px) {
  .p-footer__privacy {
    font-size: clamp(16px,1.4vw,18px);
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__privacy {
    font-size: 18px;
  }
}
.p-footer__bottom {
  background-color: #01499E;
  color: #ffffff;
  text-align: center;
  padding: 1rem 0;
}
.p-footer__sns {
  width: 3rem;
  height: 3rem;
}/*# sourceMappingURL=style.css.map */

.justify {
  /* justify-content: space-between; */
  margin: auto;
}

.l-solution {
  padding-top: 50px;
}
.about-left {
  margin-right: 30px;
}

.solution-ttl-txt {
  width: 100%;
}

.problem {
  background: white;
  color: #000000;
  border-bottom: 1px solid #1dbecf;
}

.l-what {
  background-color: #1dbecf;
}

.mb10 {
  margin-bottom: 10px;
}

.aicenter {
  align-items: center;
}

.example {
  margin-top: 10px;
  font-size: 20px;
}

.mt10 {
  margin-top: 10px;
  color: #29AAE1;
}

.chusho {
  display: inline-block;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.chusho-content {
  display: flex;
  justify-content: space-around;
}
.chusho img {
  width: 15px;
}

.l-contents {
  margin-bottom: 50px;
}

