/** @format */
/** @format */
html {
  overflow: scroll;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  background-color: #ffffff;
}

p {
  text-align: justify;
}

#top {
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: calc(1080px + 20rem);
  padding-right: 10rem;
  padding-left: 10rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .inner {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}

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

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

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

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

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

.-bg-white {
  background-color: #ffffff;
}

._bg-blue {
  background-color: #ECF6F9;
}

.-section-space {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .-section-space {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

p {
  font-size: 1.6rem;
  text-align: center;
}

img {
  width: 100%;
}

.title {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  color: #1C98BC;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .title {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}

.title2 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .title2 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}

.sub__title {
  text-align: center;
  font-size: 1.2rem;
  margin: 0px 0 32px 0;
  line-height: 1;
  -webkit-animation: 2s topspace-fadein;
          animation: 2s topspace-fadein;
  display: block;
  font-weight: 400;
}

@-webkit-keyframes topspace-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes topspace-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.section-space {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .section-space {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.view-more {
  margin: 0 auto;
  margin-top: 4rem;
}

.link {
  background-color: #ffffff;
  color: #1C98BC;
  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;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  border-radius: 20px;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  font-size: 2.4rem;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
.link::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/common/arrow.png) no-repeat center/contain;
  position: absolute;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.link:hover {
  background: rgb(186.9, 224.1, 234.9);
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link a.link__btnBlue {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  width: 42.4%;
  text-align: center;
  background-color: black;
  padding-top: 2.63rem;
  padding-bottom: 1.67rem;
  border-radius: 32px;
  letter-spacing: 0.2em;
  background: rgb(41, 171, 226);
  background: -webkit-gradient(linear, left top, right top, from(rgb(41, 171, 226)), to(rgb(0, 191, 199)));
  background: linear-gradient(90deg, rgb(41, 171, 226) 0%, rgb(0, 191, 199) 100%);
}
@media only screen and (max-width: 768px) {
  .link a.link__btnBlue {
    width: 29.9rem;
    margin-top: 4.75rem;
  }
}

.-center {
  text-align: center;
}

.contact p {
  text-align: left;
}
.contact label[for=user_name],
.contact label[for=user_kana],
.contact label[for=user_address],
.contact label[for=user_tel],
.contact label[for=user_mail],
.contact label[for=user_menu],
.contact label[for=user_type],
.contact label[for=user_message] {
  font-weight: bold;
}
.contact .label__Required {
  background-color: #1C98BC;
  color: #ffffff;
  padding: 4px 10px 4px 10px;
  border-radius: 3px;
  margin-left: 0.8rem;
}
.contact input[type=text],
.contact input[type=tel],
.contact input[type=mail],
.contact textarea {
  background-color: #ECF6F9;
  width: 100%;
  padding: 0.8rem;
  border-radius: 7px;
}
.contact textarea {
  height: 172px;
}
.contact .contact__title {
  margin-bottom: 0.8rem;
}
.contact .contact__btn {
  display: block;
  max-width: 254px;
  margin: 0 auto;
  padding: 1.7rem 4.2rem 1.7rem 4.8rem;
  background: -webkit-gradient(linear, left top, right top, from(#1B8FBC), to(#66D5C5));
  background: linear-gradient(90deg, #1B8FBC 0%, #66D5C5 100%);
  font-size: 2.4rem;
  color: #ffffff;
  border-radius: 22.5px;
  margin-top: 2.4rem;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .contact .contact__btn {
    width: 210px;
    font-size: 1.6rem;
  }
}
.contact .contact__btn:hover {
  opacity: 0.7;
}
.contact .contact__text-mail {
  text-align: center;
  margin-top: 0.8rem;
}
.contact .contact__button::after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background: url("../img/common/arrow_white.png") no-repeat center/contain;
  margin-left: 1.8rem;
}
.contact button.contact__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

input[type=text]::-webkit-input-placeholder {
  color: #ABA5A5;
}

input[type=text]::-moz-placeholder {
  color: #ABA5A5;
}

input[type=text]:-ms-input-placeholder {
  color: #ABA5A5;
}

input[type=text]::-ms-input-placeholder {
  color: #ABA5A5;
}

input[type=text]::placeholder {
  color: #ABA5A5;
}

textarea::-webkit-input-placeholder {
  color: #ABA5A5;
}

textarea::-moz-placeholder {
  color: #ABA5A5;
}

textarea:-ms-input-placeholder {
  color: #ABA5A5;
}

textarea::-ms-input-placeholder {
  color: #ABA5A5;
}

textarea::placeholder {
  color: #ABA5A5;
}

input[type=mail]::-webkit-input-placeholder {
  color: #ABA5A5;
}

input[type=mail]::-moz-placeholder {
  color: #ABA5A5;
}

input[type=mail]:-ms-input-placeholder {
  color: #ABA5A5;
}

input[type=mail]::-ms-input-placeholder {
  color: #ABA5A5;
}

input[type=mail]::placeholder {
  color: #ABA5A5;
}

input[type=tel]::-webkit-input-placeholder {
  color: #ABA5A5;
}

input[type=tel]::-moz-placeholder {
  color: #ABA5A5;
}

input[type=tel]:-ms-input-placeholder {
  color: #ABA5A5;
}

input[type=tel]::-ms-input-placeholder {
  color: #ABA5A5;
}

input[type=tel]::placeholder {
  color: #ABA5A5;
}

.link__text-under {
  text-align: center;
  margin-top: 1.6rem;
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (max-width: 768px) {
  .fadein.no-animation {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: none;
    transition: none;
  }
}

/** @format */
/*! destyle.css v3.0.2 | 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 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.mv__wrap {
  position: relative;
}

.news {
  position: absolute;
  right: 0;
  bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  max-width: 500px;
  padding-top: 3rem;
  padding-bottom: 2.6rem;
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: #ffffff;
  border-radius: 20px 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .news {
    width: 90%;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    letter-spacing: 0;
  }
}
.news .news__title {
  color: #1C98BC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .news .news__title {
    font-size: 1.2rem;
  }
}
.news .news__title::after {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background-color: #333333;
  margin-left: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .news .news__title::after {
    height: 22px;
    margin-left: 1rem;
  }
}
.news .news__content {
  margin-left: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .news .news__content {
    font-size: 1.2rem;
    margin-left: 1rem;
  }
}

/** @format */
.about {
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .about {
    text-align: left;
  }
}

.about__bg {
  background: url(../img/pages/front-page/bg_osouji.png) no-repeat center/contain;
}
@media only screen and (max-width: 1024px) {
  .about__bg {
    background: none;
  }
}

.about__text {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .about__text {
    text-align: left;
  }
}

/** @format */
.feature {
  background-color: #ECF6F9;
}

.feature__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .feature__items {
    display: block;
  }
}

.feature__item {
  width: 30.5%;
  background-color: #ffffff;
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
  border-radius: 30px 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .feature__item {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .feature__item:last-child {
    margin-bottom: 0;
    border-radius: 30px;
  }
}

.feature__img {
  width: 100%;
}

.feature__item-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}

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

/** @format */
@media only screen and (max-width: 768px) {
  .greeting__comment {
    width: 70%;
    margin-top: 2.4rem;
  }
}

.greeting__text {
  text-align: left;
  padding-top: 2.4rem;
}

.greeting__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .greeting__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.greeting__wrap-left {
  width: 53%;
}
@media only screen and (max-width: 768px) {
  .greeting__wrap-left {
    width: 100%;
  }
}

.greeting__img {
  width: 44%;
}
@media only screen and (max-width: 768px) {
  .greeting__img {
    width: 100%;
  }
}

/** @format */
.menu {
  background: -webkit-gradient(linear, left top, right top, from(#78C8DC), to(#53AEC5));
  background: linear-gradient(90deg, #78C8DC 0%, #53AEC5 100%);
}

.menu__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .menu__lists {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.menu__list {
  width: 32%;
  min-width: 345px;
}
.menu__list-img {
  border-radius: 42px 42px 0 0;
}

.menu__list-item {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  background-color: #ffffff;
  border-radius: 0 0 42px 42px;
}
@media only screen and (max-width: 768px) {
  .menu__list-item {
    font-size: 2.4rem;
  }
}/*# sourceMappingURL=front-page.css.map */