@charset "utf-8";

/* ------------------------------------------------------------------------------
     reset
-------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}
::before,
::after {
  box-sizing: inherit;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,table,blockquote,address,pre,
iframe,form,figure,dl {
  margin: 0;
}
h1,h2,h3,h4,h5,h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,strong {
  font-weight: bolder;
}
code,kbd,samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}
embed,object,iframe {
  border: 0;
  vertical-align: bottom;
}
button,input:not([type="radio"]):not([type="checkbox"]),
optgroup,textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
button,input {
  overflow: visible;
}
button {
  text-transform: none;
}
button,[type="button"],
[type="reset"],[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],[type="button"][disabled],
[type="reset"][disabled],[type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
  margin: 0;
  outline: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
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;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* ------------------------------------------------------------------------------
     base
-------------------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
body {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #000;
  line-height: 1.8;
}
.blue {
  color: #1E95D4;
}
.fs24 {
  font-size: 24px!important;
}
.fs22 {
  font-size: 22px!important;
}
.fs16 {
  font-size: 16px!important;
}
.mt35 {
  margin-top: 35px!important;
}
.mt25 {
  margin-top: 25px!important;
}
.mt15 {
  margin-top: 15px!important;
}
.pl26 {
  padding-left: 26px!important;
}
.center {
  text-align: center!important;
}
.title-01 {
  margin-top: 10px;
  margin-left: -28px;
  padding-left: 12px;
  background: #313336;
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
}
.wrap {
  max-width: 750px;
  min-width: 360px;
  margin: 0 auto;
}
.header {
  display: flex;
  justify-content: space-between;
  padding: 8px 15px;
  border-bottom: 1px solid #E0E0E0;
}
.tel-number.futura {
  font-size: 22px;
  line-height: 1;
}
.header .tel-number > a {
  font-size: 22px;
}
.header-tel-txt {
  font-size: 10px;
}
.main {
  padding: 30px 28px;
}
.lead {
  text-align: center;
}
.lead-text {
  display: inline-block;
  padding: 2px 5px;
  background: #DBE2E8;
  color: #1D2A73;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.mainvisual {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 138.67vw;
  max-height: 800px;
  min-height: 520px;
  margin: 32px -28px 0;
  background: url(../images/mainvisual.jpg) no-repeat;
  background-size: cover;
}
.mainvisual-txt {
  color: #FFF;
  text-align: center;
  line-height: 1.5;
}
.mainvisual-txt > span {
  display: block;
}
.mainvisual-txt > span:nth-child(1) {
  font-size: 20px;
}
.mainvisual-txt > span:nth-child(2) {
  margin-top: 6px;
  font-size: 31px;
  font-weight: bold;
  line-height: 1.5;
}
.mainvisual-txt > span:nth-child(3) {
  margin-top: 25px;
  font-size: 18px;
  font-weight: bold;
}
.lead2 {
  margin-top: 35px;
}
.lead2-text {
  display: inline-block;
  padding: 2px 5px;
  background: #DBE2E8;
  color: #1D2A73;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
br + .lead2-text {
  margin-top: 10px;
}
.lead2-text2 {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.8;
}
.futura {
  font-size: 26px;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
}
.section {
  margin-top: 40px;
}
.section + .section {
  margin-top: 60px;
}
.flow-title {
  position: relative;
}
.flow {
  margin-top: 32px;
  margin-left: 23.5px;
  padding-bottom: 22px;
  border-left: 1px solid #ADB3B9;
}
.flow-num {
  position: absolute;
  left: -23px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  background: #DBE2E8;
  border-radius: 50%;
  color: #1D2A73;
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
}
.flow-title-text {
  margin-left: 38.5px;
  color: #1D2A73;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.flow-text {
  margin: 20px 0 0 38.5px;
  line-height: 1.8;
}
.flow-img img {
  width: 100%;
}
.app-wrap {
  margin: 60px -28px 0;
}
.app-photo {
  text-align: center;
}
.app-text-img {
  margin-top: 12px;
  text-align: center;
}
.app-button {
  margin: 12px 0 0;
  text-align: center;
}
.app-tel {
  text-align: center;
}
.tel-number > a {
  color: #1D2A73;
  font-size: 32px;
  line-height: 1;
}
.tel-time {
  font-size: 12px;
}
.content-img {
  margin: 0 -28px 25px;
}
.bg-box {
  position: relative;
  margin-top: 25px;
  padding: 25px 25px 20px;
  background: #DBE2E8;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.8;
}
.baloon::after {
  content: '';
  position: absolute;
  left: 30px;
  bottom: -13px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 14px solid #dbe2e8;
  border-bottom: 0;
}
.bg-box > p + p {
  margin-top: 20px;
}
.baloon-man {
  display: flex;
  align-items: center;
  margin-top: 25px;
  padding: 0 10px;
}
.man-text {
  margin-left: 15px;
}
.man-text-name {
  font-size: 22px;
  font-weight: bold;
}
.man-text-name > span {
  margin-left: 1em;
  font-size: 14px;
  font-weight: normal;
}
.target-text {
  display: block;
  color: #1D2A73;
  font-size: 36px;
  font-weight: bold;
}
.vision {
  margin: 0 -28px;
  background: url(../images/bg_01.jpg) no-repeat;
  background-size: cover;
}
.vision-inner {
  padding: 36px 28px 32px;
  color: #FFF;
}
.vision-sub {
  font-size: 20px;
  text-align: center;
}
.vision-title {
  margin-top: 26px;
  text-align: center;
}
.vision-text {
  margin-top: 44px;
}
.vision-text + .vision-text {
  margin-top: 22px;
}
.president {
  display: flex;
  align-items: center;
  margin-top: 34px;
}
.president-text {
  margin-left: 25px;
}
.president-name {
  margin-top: 12px;
}
.president-position {
  line-height: 1.4;
}
/* FAQ */
.faq {
  margin: 0 -28px !important;
  padding: 46px 0 20px;
  background: #F2F2F2;
}
.title-02 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.faq-sub {
  color: #1E95D4;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.faq-wrap {
  margin-top: 30px;
  padding: 0 20px;
}
.faq-dl {
  padding: 25px 25px 20px;
  background: #FFF;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
}
.faq-dl + .faq-dl {
  margin-top: 10px;
}
.faq-question {
  position: relative;
  padding-right: 45px;
  font-size: 16px;
  line-height: 1.625;
  cursor: pointer;
}
.faq-question::after {
  content: "";
  display: block;
  position: absolute;
  top: 0; bottom: 0;
  right: 0;
  width: 33px;
  height: 33px;
  margin: auto;
  background: url(../images/icon_01.png) no-repeat;
  background-size: contain;
}
.faq-question.open::after {
  background: url(../images/icon_02.png) no-repeat;
  background-size: contain;
}
.faq-answer {
  display: flex;
  position: relative;
  padding-top: 0;
  border-top: 1px solid #D5D5D5;
  line-height: 1.8;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding-top 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease;
  opacity: 0;
}
.faq-answer.open {
  max-height: 1000px;
  margin-top: 25px;
  padding-top: 20px;
  opacity: 1;
}
.faq-a {
  margin-right: 10px;
  margin-top: -10px;
  color: #1E95D4;
  font-family: "futura-pt", sans-serif;
  font-size: 26px;
  font-weight: bold;
}
/* form */
.from-wrap {
  margin-top: 32px;
}
.from-item + .from-item {
  margin-top: 20px;
}
.from-item select {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 15px 25px;
  background: #FCFCFC;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  color: #313336;
  font-size: 16px;
  appearance: none; /* Chrome, Safari, Edge */
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none; /* Firefox */
}
.from-item input[type="text"],
.from-item input[type="tel"],
.from-item input[type="email"],
.from-item textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 15px 25px;
  background: #FCFCFC;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  color: #313336;
  font-size: 16px;
}
.from-item textarea {
  height: 141px;
}
.from-item-label {
  font-size: 16px;
}
.from-item-select {
  position: relative;
}
.from-item-select::after {
  content: "▼";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #1A1A1A;
}
.from-item-checkbox {
  margin-top: 35px;
  font-size: 18px;
  text-align: center;
}
.from-item-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: #FCFCFC;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  color: #313336;
}
.from-item-checkbox label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.from-item-button {
  margin-top: 35px;
  text-align: center;
}
.from-item-button button {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 295px;
  padding: 20px;
  border-radius: 9999px;
  background: linear-gradient(to right, rgba(30, 150, 220, 1), rgba(0, 90, 140, 1));
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  line-height: 1;
}
.from-item-button button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: translateY(-50%) rotate(-45deg);
}
.individual {
  margin-top: 18px;
  text-align: center;
}
.icon-blank {
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
.icon-blank::after {
  content: "";
  position: absolute;
  display: block;
  top: 0; bottom: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: url(../images/icon_blank.png) no-repeat;
  background-size: contain;
}
/* footer */
.footer {
  margin-top: 30px;
  padding: 28px 28px 44px;
  background: #1D2A73;
  color: #FFF;
  font-size: 12px;
  text-align: center;
}
.address {
  margin-top: 22px;
}
.copy {
  margin-top: 44px;
}
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s;
  transition-delay: 0.3s;
}
.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}