@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@100;300;400;500;700&family=Zen+Old+Mincho:wght@400;700;900&display=swap");
*,
::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;
}

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

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

.inner {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 10px;
  }
}

.inner-inner {
  width: 784px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner-inner {
    max-width: 96%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  cursor: auto;
}

a:hover {
  opacity: 0.7;
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

/* ============================================
ファーストビュー
=================*/
.lp-top-pc {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.lp-top-pc img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .lp-top-pc img {
    display: none;
  }
}

.lp-top-sp img {
  display: none;
}
@media (max-width: 767px) {
  .lp-top-sp img {
    display: block;
    width: 100%;
    height: auto;
  }
}

/* ============================================
問い合わせ
=================*/
.lp-contact {
  background-color: #0053AC;
  position: relative;
  color: #fff;
  padding: 20px 0 0;
}
@media (max-width: 767px) {
  .lp-contact {
    padding: 10px 0 0;
  }
}

.lp-contact-title {
  text-align: center;
  padding: 20px 0 0;
}
@media (max-width: 767px) {
  .lp-contact-title {
    padding: 10px 0;
    font-size: 45px;
  }
  .lp-contact-title p {
    font-size: 16px;
    margin-top: 20px;
  }
}

.lp-titles {
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .lp-titles {
    font-size: 22px;
  }
}

.lp-contact-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .lp-contact-area {
    padding-top: 0;
  }
}

.lp-contact-area-left {
  text-align: center;
}

.lp-contact-area-left-button {
  font-size: 27px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .lp-contact-area-left-button {
    font-size: 18px;
  }
}

.lp-contact-area-left-button p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lp-contact-area-left-button p {
    display: none;
  }
}

.lp-contact-area-left-call {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .lp-contact-area-left-call {
    margin-bottom: 10px;
  }
}

.lp-contact-area-right {
  text-align: center;
}

/* ============================================
悩み
=================*/
.lp-worries {
  background: url(../img/lp-worries-background.png) no-repeat top;
  background-size: cover;
}
@media (max-width: 767px) {
  .lp-worries {
    background: url(../img/lp-worries-background-sp.png) no-repeat top;
    background-size: cover;
  }
}

.lp-worries-title {
  text-align: center;
  padding: 90px 0 80px;
}
@media (max-width: 767px) {
  .lp-worries-title {
    padding: 30px 0 40px;
  }
}

.lp-worries-contents {
  text-align: center;
  margin-top: -100px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .lp-worries-contents {
    padding-bottom: 70px;
    margin-top: -25px;
  }
}

.sp-lp-worries-contents:not(:first-child) {
  margin-top: 20px;
}

/* ============================================
選ばれる理由
=================*/
.lp-reasonthree {
  background: #EEF9FF;
  position: relative;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .lp-reasonthree {
    padding-bottom: 70px;
  }
}

.lp-reasonthree-title {
  background: #0053AC;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .lp-reasonthree-title {
    padding-top: 20px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .lp-reasonthree-title h2 {
    width: 90%;
    margin: 0 auto;
  }
}

.triangle img {
  max-width: 100%;
  margin-bottom: -150px;
}
@media (max-width: 767px) {
  .triangle img {
    margin-bottom: -50px;
  }
}

.lp-reasonthree-contents {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 170px;
  z-index: 3;
}
@media (max-width: 767px) {
  .lp-reasonthree-contents {
    width: 94%;
    margin: 20px auto 0;
    padding-top: 10px;
  }
}

.reason01 {
  background: #0053AC;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .reason01 {
    background: #EEF9FF;
  }
}

.reason03 {
  background: #0053AC;
}
@media (max-width: 767px) {
  .reason03 {
    background: #EEF9FF;
  }
}

@media (max-width: 767px) {
  .lp-reasonthree-content {
    margin-top: 40px;
  }
}

/* ============================================
プラン
=================*/
.plan {
  background: url(../img/プランbackground.png) no-repeat bottom;
  background-size: cover;
  padding: 150px 0;
}
@media (max-width: 767px) {
  .plan {
    padding: 70px 0;
  }
}

.plan-title-box {
  text-align: center;
}

.plan-eg {
  font-family: "Zen Old Mincho", serif;
  color: #EC5A24;
  font-size: 26px;
  font-weight: bold;
}

.plan-title-box h2 {
  margin-top: 15px;
  font-size: 53px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .plan-title-box h2 {
    margin-top: 5px;
    font-size: 35px;
  }
}

.plan-text {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .plan-text {
    font-size: 13px;
    font-weight: 500;
    margin-top: 20px;
  }
}

.plan-list {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .plan-list-img:not(:first-child) {
    margin-top: 20px;
  }
}

/* ============================================
利用の流れ
=================*/
.flow {
  background: url(../img/流れbackground.png);
  background-size: cover;
  background-repeat: repeat-y;
  padding: 150px 0;
}
@media (max-width: 767px) {
  .flow {
    padding: 70px 0;
  }
}

.flow-title {
  text-align: center;
  font-size: 42px;
}
@media (max-width: 767px) {
  .flow-title {
    font-size: 35px;
  }
}

.flow-title span {
  font-weight: bold;
}

.flow-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid #29A6DD;
  background: #fff;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px;
}
.flow-box:first-child {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .flow-box:first-child {
    margin-top: 50px;
  }
}
.flow-box:not(:first-child) {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .flow-box {
    display: block;
    padding: 10px;
  }
}

.flow-box01::before {
  content: url(../img/step1.png);
  position: absolute;
  left: 2%;
  right: 0;
  top: -12%;
}
@media (max-width: 767px) {
  .flow-box01::before {
    left: 1%;
    top: -6%;
  }
}

.flow-box02::before {
  content: url(../img/step02.png);
  position: absolute;
  left: 2%;
  right: 0;
  top: -12%;
}
@media (max-width: 767px) {
  .flow-box02::before {
    left: 1%;
    top: -6%;
  }
}

.flow-box03::before {
  content: url(../img/step03.png);
  position: absolute;
  left: 2%;
  right: 0;
  top: -12%;
}
@media (max-width: 767px) {
  .flow-box03::before {
    left: 1%;
    top: -6%;
  }
}

.flow-box01::after {
  content: url(../img/arrow.png);
  position: absolute;
  left: 37%;
  right: 0;
  top: 100%;
  bottom: 0;
}
@media (max-width: 767px) {
  .flow-box01::after {
    left: 20%;
    width: 30%;
  }
}

.flow-box02::after {
  content: url(../img/arrow.png);
  position: absolute;
  left: 37%;
  right: 0;
  top: 100%;
  bottom: 0;
}
@media (max-width: 767px) {
  .flow-box02::after {
    left: 20%;
    width: 30%;
  }
}

.flow-box-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 490px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 767px) {
  .flow-box-left {
    width: auto;
  }
}

.flow-box-left-top {
  padding: 30px 0;
  font-size: 52px;
  font-weight: 500;
  border-bottom: dashed 2px #29A6DD;
}
@media (max-width: 767px) {
  .flow-box-left-top {
    font-size: 35px;
    text-align: center;
    padding: 30px 0 20px;
  }
}

.flow-box-right {
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 767px) {
  .flow-box-right {
    margin-top: 20px;
  }
}

.flow-box-left-under {
  padding-top: 20px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .flow-box-left-under {
    font-size: 19px;
    text-align: center;
    padding: 20px 0 30px;
  }
}

/* ============================================
よくある質問
=================*/
.faq {
  background: #EFEFEF;
  padding: 150px 0;
}
@media (max-width: 767px) {
  .faq {
    padding: 70px 0;
  }
}

.faq-title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .faq-title {
    font-size: 35px;
  }
}

.faq-box:not(:last-child) {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .faq-box:not(:last-child) {
    margin-top: 50px;
  }
}
.faq-box:last-child {
  margin-top: 30px;
  line-height: 2.5rem;
}
@media (max-width: 767px) {
  .faq-box:last-child {
    line-height: 1.8rem;
  }
}

.faq-box-top {
  background: #0053AC;
  color: #fff;
  font-size: 30px;
  padding: 20px;
}
@media (max-width: 767px) {
  .faq-box-top {
    font-size: 18px;
    padding: 10px 5px;
  }
}

.faq-box-top-text {
  position: relative;
  padding-left: 30PX;
}

.faq-box-top-text::before {
  content: "Q";
  position: absolute;
  left: -1%;
  right: 0;
  top: 0%;
  color: #FFFF00;
  font-weight: bold;
  font-size: 36px;
}
@media (max-width: 767px) {
  .faq-box-top-text::before {
    font-size: 20px;
    left: 2%;
  }
}

.faq-under {
  background: #fff;
  border: solid 3px #0053AC;
  font-size: 30px;
  padding: 20px;
}
@media (max-width: 767px) {
  .faq-under {
    font-size: 18px;
    padding: 10px 5px;
  }
}

.faq-under-text {
  position: relative;
  padding-left: 30PX;
}

.faq-under-text::before {
  content: "A";
  position: absolute;
  left: -1%;
  right: 0;
  top: 0%;
  color: #FF0000;
  font-weight: bold;
  font-size: 36px;
}
@media (max-width: 767px) {
  .faq-under-text::before {
    font-size: 20px;
    left: 2%;
  }
}

/* ============================================
会社概要
=================*/
.company {
  background: url(../img/_company-バックグラウンド.png) no-repeat bottom;
  background-size: cover;
  padding: 150px 0;
}
@media (max-width: 767px) {
  .company {
    padding: 70px 0;
  }
}

.company-title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .company-title {
    font-size: 35px;
  }
}

table {
  margin-top: 100px;
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  table {
    margin-top: 50px;
  }
}

table tr {
  border: solid 2px #949494;
}

table th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #ccc;
  text-align: center;
  padding: 20px 0;
  font-size: 29px;
}
@media (max-width: 767px) {
  table th {
    font-size: 18px;
    padding: 15px 0;
  }
}

table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #ccc;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td {
  text-align: left;
  width: 70%;
  background-color: #fff;
  padding: 20px 30px 0;
  font-size: 29px;
}
@media (max-width: 767px) {
  table td {
    font-size: 16px;
    padding: 15px 0 0 20px;
  }
}

/* ============================================
アクセス
=================*/
.access {
  background: #0053AC;
  padding: 150px 0;
}
@media (max-width: 767px) {
  .access {
    padding: 70px 0;
  }
}

.access-title {
  text-align: center;
  color: #fff;
}

.access-title p {
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  font-weight: bold;
}

.access-title h2 {
  margin-top: 10px;
  font-size: 42px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .access-title h2 {
    margin-top: 5px;
    font-size: 35px;
  }
}

.access-map {
  margin-top: 100px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
  /* 比率を4:3に固定 */
}
@media (max-width: 767px) {
  .access-map {
    padding-top: 75%;
    width: 94%;
    margin: 40px auto 0;
  }
}

.access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access-map-main {
  width: 600px;
  height: 450px;
}
@media (max-width: 767px) {
  .access-map-main {
    height: 700px;
  }
}

/* ============================================
フッター
=================*/
.footer {
  background: #fff;
  color: #000;
  text-align: center;
  padding: 20px 0;
  font-size: 27px;
}
@media (max-width: 767px) {
  .footer {
    font-size: 19px;
    padding: 15px 0;
    color: #000;
  }
}