@charset "UTF-8";
/* -----------------------------------------------
  Variables
--------------------------------------------------*/
/* ---------- Font --------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

/* 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;
}

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

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

/* -----------------------------------------------
  Mixins
--------------------------------------------------*/
/* ---------- Media Query --------- */
/* ---------- Common --------- */
/* -----------------------------------------------
  Functions
--------------------------------------------------*/
/**************************************************
	base
***************************************************/
html {
  font-size: 16px;
  font-size: min(16px, 1.4814814815vw);
  background: #FFF;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html * {
  box-sizing: border-box;
}

body, button, input, textarea, select {
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", "Meiryo", "メイリオ", sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

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

ol, ul {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

/* ---------- text ---------- */
p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}

/* ---------- image ---------- */
img, svg, video {
  border: 0;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img, svg, video {
    max-width: 100%;
  }
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

.caption, figcaption {
  display: block;
  margin-top: 1em;
  font-size: 0.88em;
}

/* ---------- plain ---------- */
ul.plain, ol.plain {
  margin-left: 1em;
  margin-bottom: 1em;
}

.plain ul, .plain ol {
  margin: 0 0 0 1em;
}

ul.plain {
  list-style-type: disc;
}
ul.plain ul {
  list-style-type: circle;
}
ul.plain ul ul {
  list-style-type: square;
}

ol.plain, ol.plain ol {
  list-style-type: decimal;
}

dl.plain {
  margin: 0 0 1em;
}
dl.plain dt {
  font-weight: bold;
}
dl.plain dd {
  margin-bottom: 1em;
}

/* ---------- devices ---------- */
@media screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}
/**************************************************
    LP
***************************************************/
/* common */
.inner {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  position: relative;
}

.heading2 {
  font-size: 2rem;
  font-weight: 900;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .heading2 {
    font-size: 1.375rem;
  }
}
.heading2::after {
  display: block;
  content: "";
  width: 120px;
  height: 8px;
  border-radius: 100px;
  background-color: #FFEAB2;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.heading3 {
  font-size: 1.5rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .heading3 {
    font-size: 1.125rem;
  }
}

a.l-btn {
  color: #fff;
  background: #FF9B03;
  border-radius: 100px;
  width: 160px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  a.l-btn {
    width: 32vw;
    height: 32px;
    font-size: 0.875rem;
  }
}

/* header */
.header {
  padding: 20px 0;
}
.header .inner {
  display: flex;
  justify-content: space-between;
}

.header__logo {
  width: 233px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 55%;
  }
}

/* container */
.container {
  overflow: hidden;
}

.hero {
  position: relative;
  z-index: 10;
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .hero {
    padding: 30px 0 80px;
  }
}
@media screen and (min-width: 769px) {
  .hero .inner {
    display: flex;
    justify-content: space-between;
  }
}

.hero__text {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .hero__text {
    width: 60%;
    max-width: 540px;
  }
}
.hero__text .heading2 {
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .hero__text .heading2 {
    font-size: 1.5rem;
  }
}
.hero__text .heading2::after {
  display: none;
}
.hero__text p {
  font-size: 1.125rem;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .hero__text p {
    font-size: 0.875rem;
  }
}
.hero__text a.l-btn {
  width: 200px;
  height: 50px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .hero__text a.l-btn {
    width: 50%;
    height: 40px;
    font-size: 1rem;
  }
}

.hero__img {
  width: 40%;
  max-width: 480px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hero__img {
    width: 70%;
    position: absolute;
    bottom: -120px;
    right: -42px;
    width: 65%;
  }
}
.hero__img img {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .hero__img img {
    top: -44px;
  }
}

.worries {
  position: relative;
  z-index: 9;
  background-color: #F4F4F4;
  padding: 77px 0 66px;
}
@media screen and (min-width: 769px) {
  .worries {
    margin-top: -83px;
  }
}
@media screen and (max-width: 768px) {
  .worries {
    padding: 40px 0 70px;
  }
}
.worries .heading2 {
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .worries .heading2 {
    margin-bottom: 30px;
  }
}
.worries .heading2::after {
  background-color: #fff;
}
.worries .heading2 span {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .worries .heading2 span {
    font-size: 1.5rem;
  }
}
.worries::before, .worries::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.worries::before {
  -webkit-clip-path: polygon(0 70%, 0% 100%, 50% 100%);
          clip-path: polygon(0 70%, 0% 100%, 50% 100%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .worries::before {
    -webkit-clip-path: polygon(0 80%, 0% 100%, 50% 100%);
            clip-path: polygon(0 80%, 0% 100%, 50% 100%);
  }
}
.worries::after {
  -webkit-clip-path: polygon(100% 70%, 100% 100%, 50% 100%);
          clip-path: polygon(100% 70%, 100% 100%, 50% 100%);
  right: 0;
}
@media screen and (max-width: 768px) {
  .worries::after {
    -webkit-clip-path: polygon(100% 80%, 100% 100%, 50% 100%);
            clip-path: polygon(100% 80%, 100% 100%, 50% 100%);
  }
}

.worries__wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  .worries__wrap {
    flex-wrap: wrap;
  }
}
.worries__wrap::before {
  display: block;
  content: "";
  position: absolute;
  width: 150px;
  height: 147px;
  background-image: url(../images/worries_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  top: -50px;
  left: 150px;
}
@media screen and (max-width: 768px) {
  .worries__wrap::before {
    width: 85px;
    top: -85px;
    left: 0;
  }
}

.worries__item {
  width: 24%;
  max-width: 280px;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 10px solid #EEEEEE;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1215686275);
  font-size: 1.25rem;
  margin-top: 66px;
  text-align: center;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  .worries__item {
    border: 5px solid #EEEEEE;
    max-width: unset;
    width: 48%;
    height: 120px;
    margin: 10px 0 0;
    font-size: 0.75rem;
  }
}

.point {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .point {
    padding: 40px 0 0;
  }
}
.point .heading2 {
  text-align: center;
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .point .heading2 {
    font-size: 1.375rem;
  }
}
.point .heading2::after {
  display: none;
}
.point .heading2 span {
  position: relative;
  display: inline-block;
}
.point .heading2 span::before, .point .heading2 span::after {
  display: block;
  content: "";
  width: 120px;
  height: 8px;
  border-radius: 100px;
  background-color: #FFEAB2;
  position: absolute;
}
.point .heading2 span::before {
  left: -125px;
  top: 50px;
  transform: rotate(60deg);
}
@media screen and (max-width: 768px) {
  .point .heading2 span::before {
    left: -90px;
    top: 30px;
  }
}
.point .heading2 span::after {
  right: -125px;
  top: 50px;
  transform: rotate(-60deg);
}
@media screen and (max-width: 768px) {
  .point .heading2 span::after {
    right: -90px;
    top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .point__wrap {
    margin-top: 87px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .point__wrap {
    margin-top: 50px;
    padding-left: 20px;
  }
}

.point__item {
  width: 100%;
  background-color: #FFEAB2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 30px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .point__item {
    max-width: 280px;
    width: 24%;
    height: 245px;
  }
}
@media screen and (max-width: 768px) {
  .point__item {
    margin-bottom: 20px;
    border-radius: 20px;
  }
}
.point__item::before {
  display: block;
  content: "";
  width: 64px;
  height: 64px;
  background-image: url(../images/icon_check01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .point__item::before {
    width: 44px;
    height: 44px;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
  }
}
.point__item p {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .point__item p {
    text-align: left;
    font-size: 0.875rem;
    width: 100%;
    padding: 20px 20px 20px 50px;
  }
}
.point__item span {
  background: linear-gradient(transparent 80%, #fff 80%);
}

.useful {
  padding: 40px 0 0;
}

.useful__wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .useful__wrap {
    display: flex;
    justify-content: space-between;
  }
}

.useful__list {
  width: 50%;
  margin: 110px 0 0 100px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .useful__list {
    width: 100%;
    margin: 40px 0 90px;
    padding-left: 40px;
  }
}
.useful__list li {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .useful__list li {
    font-size: 0.875rem;
  }
}
.useful__list li::before {
  display: inline-block;
  content: "";
  width: 25px;
  height: 21px;
  background-image: url(../images/icon_check02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  left: -50px;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .useful__list li::before {
    left: -40px;
  }
}
.useful__list li span {
  font-weight: 700;
  line-height: 2;
}

.useful__img {
  width: 48%;
  text-align: center;
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .useful__img {
    position: absolute;
    right: -30px;
    bottom: -100px;
    width: 40%;
    z-index: -1;
  }
}
@media screen and (min-width: 769px) {
  .useful__img img {
    max-width: 334px;
  }
}

.cv {
  background-color: #122563;
  padding: 60px 0 46px;
  color: #fff;
}
.cv .inner {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .cv .inner {
    display: block;
  }
}

.cv__img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cv__img {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .cv__img img {
    max-width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .cv__img img {
    width: 70%;
    margin: auto;
  }
}

.cv__text {
  text-align: left;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .cv__text {
    max-width: 540px;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  .cv__text {
    text-align: center;
  }
}
.cv__text .heading2 {
  font-size: 1.375rem;
  text-align: left;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .cv__text .heading2 {
    font-size: 1.125rem;
    text-align: center;
  }
}
.cv__text .heading2::after {
  display: none;
}
.cv__text p {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .cv__text p {
    font-size: 0.875rem;
  }
}
.cv__text .l-btn {
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .cv__text .l-btn {
    margin: 20px auto 0;
  }
}

.about {
  padding: 112px 0 120px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 60px 0;
  }
}
.about .inner {
  max-width: 1000px;
}
.about .heading2 {
  margin-bottom: 65px;
}

.about__lead {
  text-align: center;
  font-size: 1.25rem;
}
.about__lead p {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .about__lead p {
    font-size: 1rem;
  }
}

.about__box {
  background-color: rgba(255, 234, 178, 0.4);
  padding: 40px;
  position: relative;
  margin-top: 100px;
}
@media screen and (min-width: 769px) {
  .about__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about__box:nth-of-type(even) .about__num {
    left: unset;
    right: -62px;
  }
  .about__box:nth-of-type(even) .about__img {
    order: -1;
  }
}
@media screen and (max-width: 768px) {
  .about__box {
    margin-top: 50px;
    padding: 60px 20px 20px;
  }
}

.about__num {
  font-family: "Roboto", sans-serif;
  position: absolute;
  color: #122563;
  font-size: 7.5rem;
  top: -80px;
  left: -62px;
}
@media screen and (max-width: 768px) {
  .about__num {
    font-size: 3.75rem;
    top: -30px;
    left: 0;
  }
}

.about__img {
  text-align: center;
}
.about__img img {
  width: 80%;
}
@media screen and (min-width: 769px) {
  .about__img img {
    max-width: 400px;
  }
}

.about__text {
  width: 53%;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .about__text {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
  }
}
.about__text .heading3 {
  margin-bottom: 17px;
}
.about__text p {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .about__text p {
    font-size: 1rem;
    text-align: left;
  }
}

.function {
  padding: 77px 0px 25px;
  background-color: rgba(188, 194, 216, 0.4);
}
@media screen and (max-width: 768px) {
  .function {
    padding: 50px 0;
  }
}
.function .heading2 {
  margin-bottom: 135px;
}
@media screen and (max-width: 768px) {
  .function .heading2 {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 769px) {
  .function__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.function__item {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 5px 15px 20px;
  top: -20px;
  margin-bottom: 55px;
}
@media screen and (min-width: 769px) {
  .function__item {
    max-width: 380px;
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .function__item:last-of-type {
    margin-bottom: 0;
  }
}
.function__item .heading3 {
  font-size: 1.25rem;
  font-weight: 700;
  position: absolute;
  color: #fff;
  background-color: #122563;
  display: inline-block;
  padding: 5px 20px;
  top: -20px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .function__item .heading3 {
    font-size: 1rem;
  }
}

.function__item:nth-of-type(4),
.function__item:nth-of-type(5) {
  width: 50%;
  max-width: 585px;
}
@media screen and (max-width: 768px) {
  .function__item:nth-of-type(4),
.function__item:nth-of-type(5) {
    width: 100%;
  }
}

.function__list {
  padding-left: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .function__list {
    margin-top: 20px;
  }
}
.function__list li {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .function__list li {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
.function__list li::before {
  display: block;
  content: "・";
  position: absolute;
  left: -15px;
  top: 0px;
}
.function__list li:last-of-type {
  margin-bottom: 0;
}

.contact {
  padding: 112px 0 162px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .contact {
    max-width: 960px;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact .inner {
    width: 100%;
  }
}
.contact .heading2 {
  margin-bottom: 60px;
}

.contact__wrap {
  border-top: 1px solid #cccccc;
}

.contact__table {
  width: 100%;
  max-width: 740px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .contact__table {
    width: 90%;
  }
}
.contact__table th, .contact__table td {
  padding: 30px 12px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .contact__table th, .contact__table td {
    display: block;
    padding: 0 0 20px;
  }
}
.contact__table th {
  width: 210px;
  font-weight: 700;
  color: #122563;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .contact__table th {
    width: 100%;
    border-bottom: none;
    padding: 20px 0;
  }
}
.contact__table th .require {
  color: #F81010;
  display: inline-block;
  margin-left: 14px;
}
.contact__table .name_fields {
  display: flex;
  justify-content: space-between;
}
.contact__table .name_fields > div {
  width: 48%;
}
.contact__table input {
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 12px;
  width: 100%;
}
.contact__table input::-moz-placeholder {
  color: #999999;
}
.contact__table input::placeholder {
  color: #999999;
}
.contact__table input.short {
  width: 48%;
  margin-right: 10px;
}
.contact__table input.short + input {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .contact__table input.pc_short {
    width: 48%;
  }
}
.contact__table input.error {
  border-color: #F81010;
  background-color: #FFC7CB;
}
.contact__table ._small {
  color: #707070;
  font-size: 0.75rem;
  margin-bottom: 7px;
  display: inline-block;
}
.contact__table .error__text {
  color: #F81010;
  position: relative;
  display: inline-block;
  padding-left: 24px;
  font-size: 0.75rem;
  margin-top: 5px;
}
.contact__table .error__text::before {
  display: inline-block;
  content: "";
  background-color: #F81010;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact__table .error__text::after {
  display: inline-block;
  content: "!";
  color: #fff;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
}

.contact__btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact__submit {
  width: 344px;
  height: 48px;
  border-radius: 100px;
  background-color: #122563;
  color: #fff;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact__submit {
    width: 80%;
  }
}

.send_message {
  margin-top: 20px;
  text-align: center;
}

.send_error {
  margin-top: 20px;
  text-align: center;
  color: #F81010;
}

/* footer */
.footer {
  background-color: #F7F7F7;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 0 40px;
  }
}

.footer__inner {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .footer__logo {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo img {
    width: 60%;
  }
}

.footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.footer__nav li:first-of-type::after {
  display: inline-block;
  content: "｜";
  padding: 0 20px;
}
.footer__nav a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .footer__nav a {
    font-size: 0.75rem;
  }
}

.footer__copy {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    margin-top: 60px;
    font-size: 0.75rem;
  }
}
/*# sourceMappingURL=style.css.map */