@charset "UTF-8";
/**
* Foundation
* ========================== */
/* reset */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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;
  line-height: 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 {
  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] {
  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: 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

/**
* Foundation
* ========================== */
/* variables */
/* 変数のみ格納 */
/* // font // */
/* // color // */
/* // shadow // */
/* // breakpoint // */
/**
* Foundation
* ========================== */
/* mixin */
/* @mixin のみ記述 */
/* // メディアクエリ // */
/* // フォント設定 // */
/**
* Foundation
* ========================== */
/* function */
/* @function のみ記述 */
/**
 * 引数の最大画面サイズから指定されたpx数を元にvwに変換する関数
 * @param maxScreenSize 最大画面サイズ
 * @param px 変換するpx数
 * 
 * 例）変数定義PC幅（$pc）に対して560pxの要素を可変させる
 * width: g.vw(g.$pc, 560px);
 */
/**
* Foundation
* ========================== */
/* base */
/* 基本タグ指定 */
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

li {
  list-style-type: none;
}

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

/**
* Layout
* ========================== */
/**
* Layout
* ========================== */
/* nav */
/**
* Layout
* ========================== */
/* main */
.main {
  width: 100%;
}

.wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 559px) {
  .wrapper {
    padding: 0 16px;
  }
}

/**
* Layout
* ========================== */
/* aside */
/**
* Layout
* ========================== */
/* footer */
/**
 * Object
 * ========================== */
/* Component ------------ */
/* button */
/**
 * Object
 * ========================== */
/* Component ------------ */
/* breadcrumb */
/**
 * Object
 * ========================== */
/* Component ------------ */
/* category */
/**
* object
* ========================== */
/* page ------------ */
/* common */
/**
* object
* ========================== */
/* page ------------ */
/* home */
.header {
  padding: 16px 2.6vw;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_logo {
  max-width: 460px;
}
@media (max-width: 1099px) {
  .header_logo {
    max-width: 30vw;
  }
}
@media (max-width: 767px) {
  .header_logo {
    max-width: 55vw;
  }
}

.header_text {
  font-weight: bold;
  text-align: right;
  color: #27A7E0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .header_text {
    display: none;
  }
}

.header_text_1 {
  font-size: 32px;
}
.header_text_1 span {
  font-size: 56px;
  font-weight: 900;
}

.header_text_2 {
  font-size: 20px;
}
.header_text_2 span {
  font-size: 14px;
}

.mv {
  margin-bottom: 120px;
}

.section_title {
  margin-bottom: 74px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #1F85B2;
}
@media (max-width: 767px) {
  .section_title {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
.section_title::after {
  display: block;
  content: "";
  width: 8em;
  border-bottom: dotted 12px #FFCC00;
  margin: 0.25em auto;
}
@media (max-width: 767px) {
  .section_title::after {
    width: 6em;
    border-bottom: dotted 6px #FFCC00;
  }
}

.conversion {
  pointer-events: none;
}
@media (max-width: 767px) {
  .conversion {
    pointer-events: fill;
  }
}

.concept {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .concept {
    margin-bottom: 60px;
  }
}

.concept_img {
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .concept_img {
    margin-bottom: 32px;
  }
}

.concept_list {
  position: relative;
  width: 22em;
  padding: 0.75em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 50px;
  background-color: #DDD;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .concept_list {
    width: 100%;
    font-size: 20px;
  }
}
.concept_list li::before {
  content: "・";
}
.concept_list::after {
  content: "";
  position: absolute;
  bottom: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 40px solid #DDD;
  border-bottom: 0;
}

.concept_text_1 {
  margin-bottom: 0.75em;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .concept_text_1 {
    font-size: 32px;
  }
}
.concept_text_1 span {
  color: red;
}

.concept_text_2 {
  margin-bottom: 58px;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .concept_text_2 {
    margin-bottom: 38px;
    font-size: 16px;
    text-align: left;
  }
}
.concept_text_2 span {
  font-weight: bold;
  color: #FA824C;
}

.flow {
  margin-bottom: 160px;
  padding: 64px 80px;
  border-radius: 30px;
  background-color: #FFFEF6;
}
@media (max-width: 767px) {
  .flow {
    margin-bottom: 80px;
    padding: 40px 16px;
  }
}

.flow_item {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 767px) {
  .flow_item {
    flex-direction: column-reverse;
    row-gap: 12px;
  }
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 46px solid transparent;
  border-left: 46px solid transparent;
  border-top: 33px solid #1F85B2;
  border-bottom: 0;
  margin: 40px auto;
}
@media (max-width: 767px) {
  .triangle {
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 25px solid #1F85B2;
  }
}

.flow_imgarea {
  max-width: 320px;
}

.flow_textarea h3 {
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: bold;
  color: #1F85B2;
}
@media (max-width: 767px) {
  .flow_textarea h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.flow_textarea p {
  margin-bottom: 0.5em;
  font-size: 18px;
}
@media (max-width: 767px) {
  .flow_textarea p {
    font-size: 14px;
  }
}
.flow_textarea p .red {
  font-size: 20px;
  font-weight: bold;
  color: red;
}
@media (max-width: 767px) {
  .flow_textarea p .red {
    font-size: 16px;
  }
}
.flow_textarea .flow_telarea {
  display: block;
  margin: 0.5em 0;
  padding: 0.5em 1.5em;
  background-color: #D5F2FF;
  font-weight: bold;
  color: #1F85B2;
  line-height: 1.4;
  pointer-events: none;
}
@media (max-width: 767px) {
  .flow_textarea .flow_telarea {
    font-size: 12px;
    pointer-events: fill;
  }
}
.flow_textarea .flow_telarea span {
  font-size: 32px;
}
.flow_textarea .flow_link {
  color: #58A9CC;
  text-decoration: underline;
}

.qanda {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .qanda {
    margin-bottom: 60px;
  }
}

.qanda_items {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .qanda_items {
    margin-bottom: 60px;
  }
}

.qanda_item {
  padding: 1.5em 0;
  font-size: 20px;
}
.qanda_item:not(:last-of-type) {
  border-bottom: 1px dashed #1F85B2;
}
@media (max-width: 767px) {
  .qanda_item {
    font-size: 14px;
  }
}
.qanda_item dt {
  position: relative;
  padding-left: 2em;
  margin-bottom: 1em;
  font-weight: bold;
}
.qanda_item dt::before {
  position: absolute;
  top: -4px;
  left: 0;
  content: "Q.";
  font-size: 24px;
  font-weight: bold;
  color: #0055FF;
}
@media (max-width: 767px) {
  .qanda_item dt::before {
    font-size: 16px;
  }
}
.qanda_item dd {
  position: relative;
  padding-left: 2em;
}
.qanda_item dd .red {
  font-weight: bold;
  color: red;
}
.qanda_item dd .qanda_telarea {
  display: block;
  width: 42%;
  margin: 1em 0 0;
  padding: 0.5em 1.5em;
  background-color: #D5F2FF;
  font-size: 16px;
  font-weight: bold;
  color: #1F85B2;
  line-height: 1.4;
  pointer-events: none;
}
@media (max-width: 767px) {
  .qanda_item dd .qanda_telarea {
    width: 100%;
    font-size: 12px;
    pointer-events: fill;
  }
}
.qanda_item dd .qanda_telarea span {
  font-size: 32px;
}
.qanda_item dd .qanda_link {
  margin-top: 0.5em;
  font-size: 16px;
  color: #58A9CC;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .qanda_item dd .qanda_link {
    font-size: 14px;
  }
}
.qanda_item dd::before {
  position: absolute;
  top: -4px;
  left: 0;
  content: "A.";
  font-size: 24px;
  font-weight: bold;
  color: #FA824C;
}
@media (max-width: 767px) {
  .qanda_item dd::before {
    font-size: 16px;
  }
}

.footer {
  padding: 55px 0 40px;
  background-color: #EBF9FF;
}
@media (max-width: 767px) {
  .footer {
    padding: 40px 0 24px;
  }
}

.footer_inner {
  margin-bottom: 32px;
  padding: 56px;
  background-color: #fff;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .footer_inner {
    padding: 40px 24px;
  }
}

.footer_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .footer_info {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .footer_textarea {
    margin-bottom: 32px;
  }
}

.footer_logo {
  max-width: 350px;
  margin-bottom: 32px;
}

.footer_companyname {
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .footer_companyname {
    margin-bottom: 20px;
  }
}
.footer_companyname span {
  font-size: 20px;
  font-weight: bold;
}

.footer_address {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .footer_address {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .footer_time {
    font-size: 14px;
  }
}

.footer_imgarea {
  max-width: 380px;
}

.footer_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 35%;
}
@media (max-width: 767px) {
  .footer_map {
    padding-top: 150%;
  }
}
.footer_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer_copy {
  font-size: 14px;
  text-align: center;
}
@media (max-width: 767px) {
  .footer_copy {
    font-size: 12px;
  }
}

.pc_fix {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1F85B2;
  padding: 8px 10px;
}
@media (max-width: 767px) {
  .pc_fix {
    display: none;
  }
}
.pc_fix img {
  width: 30px;
}

.sp_fix {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 8px 0 12px;
  background-color: #1F85B2;
}
@media (max-width: 767px) {
  .sp_fix {
    display: block;
  }
}

.sp_fix_inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.sp_fix_left {
  text-align: center;
  font-weight: 900;
  color: #fff;
}
.sp_fix_left p {
  margin-bottom: 0.5em;
  font-size: 14px;
}

.sp_fix_tel {
  display: block;
  padding: 0.25em 0.75em;
  background-color: #fff;
  border-radius: 24px;
  font-size: 30px;
  color: #27A7E0;
  line-height: 1;
}
.sp_fix_tel img {
  width: 22px;
  margin-right: 4px;
}

.sp_fix_right {
  display: block;
  width: 48px;
  height: 48px;
  font-size: 10px;
  font-weight: 900;
  color: #27A7E0;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 50%;
  padding: 12px 0;
}
.sp_fix_right img {
  width: 18px;
  display: block;
  margin: 0 auto;
}

/**
* object
* ========================== */
/* utility ------------ */
/* margin */
.mb8 {
  margin-bottom: 8px;
}
@media (max-width: 559px) {
  .mb8 {
    margin-bottom: 4px;
  }
}

.mb16 {
  margin-bottom: 16px;
}
@media (max-width: 559px) {
  .mb16 {
    margin-bottom: 8px;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media (max-width: 559px) {
  .mb20 {
    margin-bottom: 12px;
  }
}

.mb24 {
  margin-bottom: 24px;
}
@media (max-width: 559px) {
  .mb24 {
    margin-bottom: 12px;
  }
}

.mb32 {
  margin-bottom: 32px;
}
@media (max-width: 559px) {
  .mb32 {
    margin-bottom: 16px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media (max-width: 559px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

.mb56 {
  margin-bottom: 56px;
}
@media (max-width: 559px) {
  .mb56 {
    margin-bottom: 28px;
  }
}

.mb72 {
  margin-bottom: 72px;
}
@media (max-width: 559px) {
  .mb72 {
    margin-bottom: 36px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media (max-width: 559px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb96 {
  margin-bottom: 96px;
}
@media (max-width: 559px) {
  .mb96 {
    margin-bottom: 48px;
  }
}

.mb120 {
  margin-bottom: 120px;
}
@media (max-width: 559px) {
  .mb120 {
    margin-bottom: 60px;
  }
}

.mb160 {
  margin-bottom: 150px;
}
@media (max-width: 559px) {
  .mb160 {
    margin-bottom: 80px;
  }
}

/**
* object
* ========================== */
/* utility ------------ */
/* flex */
.flex {
  display: flex;
}

/**
* object
* ========================== */
/* utility ------------ */
/* etc */
.pc_none {
  display: none;
}
@media (max-width: 559px) {
  .pc_none {
    display: inline;
  }
}

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

.sp_none {
  display: inline;
}
@media (max-width: 559px) {
  .sp_none {
    display: none;
  }
}

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

.ti1 {
  text-indent: 1em;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.fwb {
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */