@charset "UTF-8";
/*! destyle.css v2.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;
  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 {
  -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] {
  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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  color: #4d4d4d;
  text-align: justify;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
}

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

strong {
  font-weight: bold;
}

li {
  list-style: none;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  max-width: 1120px;
}

.textlink {
  text-decoration: underline;
  color: #50aac8;
}

.textlink:hover {
  text-decoration: none;
}

main {
  background: #fff;
  position: relative;
  padding-top: 20%;
}

.color_text {
  color: #50aac8;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.center {
  text-align: center;
}

.W900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 769px) {
  .order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp_br {
    display: none;
  }
  .pc_center {
    text-align: center;
  }
}
.row, .row10, .row5, .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row {
  gap: 40px;
}

.row10 {
  gap: 20px;
}

.row5 {
  gap: 10px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 770px) {
  .row5 .col-1 {
    width: calc(40% - 5px);
  }
  .row5 .col-2 {
    width: calc(50% - 5px);
  }
  .row5 .col-3 {
    width: calc(33.3% - 6.65px);
  }
  .row5 .col-5 {
    width: calc(60% - 5px);
  }
  .row10 .col-1 {
    width: calc(40% - 10px);
  }
  .row10 .col-2 {
    width: calc(50% - 10px);
  }
  .row10 .col-3 {
    width: calc(33.3% - 13.3px);
  }
  .row10 .col-5 {
    width: calc(60% - 10px);
  }
  .row .col-1 {
    width: calc(40% - 20px);
  }
  .row .col-2 {
    width: calc(50% - 20px);
  }
  .row .col-3 {
    width: calc(33.3% - 26.6px);
  }
  .row .col-4 {
    width: calc(47% - 20px);
  }
  .row .col-5 {
    width: calc(60% - 20px);
  }
  .row .col-6 {
    width: calc(53% - 20px);
  }
  .row .col-7 {
    width: calc(35% - 20px);
  }
  .row .col-8 {
    width: calc(65% - 20px);
  }
}
h2 {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
h2 span {
  display: block;
}

.firstview {
  position: relative;
}

.firstview img {
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -200px;
  z-index: 1;
}

/* 背景画像の見えている高さ */
.parallax {
  height: 630px;
}

/* 背景画像 */
.parallax::before {
  background-image: url(/img/global30-lp/back_main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

#intro {
  text-align: center;
  padding-bottom: 90px;
  position: relative;
  padding-top: 20px;
}
#intro p {
  margin-top: 40px;
  line-height: 2.3em;
}

#intro::after {
  content: "";
  position: absolute;
  background-image: url(/img/global30-lp/wave.svg);
  bottom: -20px;
  width: 100%;
  height: 20px;
  background-repeat: repeat-x;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

h1 {
  color: #50aac8;
  font-size: 52px;
  margin-bottom: 30px;
  font-weight: bold;
  z-index: 2;
  position: relative;
}
h1 span {
  color: #4d4d4d;
  font-size: 32px;
  display: block;
}

.line-tit {
  font-size: 25px;
  font-weight: bold;
  line-height: 2.3em;
  padding-bottom: 10px;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(0%, #50aac8));
  background: -webkit-linear-gradient(transparent 95%, #50aac8 0%);
  background: linear-gradient(transparent 95%, #50aac8 0%);
}

.schedule {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  background: #fffff3;
  border: solid 1px #50aac8;
  padding: 20px 30px;
  text-align: left;
  border-radius: 10px;
}
.schedule .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.schedule h5 {
  font-size: 25px;
  font-weight: bold;
  border-bottom: solid 1px #50aac8;
  padding-bottom: 5px;
  margin-bottom: 10px;
  padding-left: 1.5em;
  position: relative;
}
.schedule h5::before {
  content: "";
  background-image: url(/img/global30-lp/ico-news.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 27px;
  left: 0;
  top: 8px;
}
.schedule dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: bold;
}
.schedule dl dt {
  width: 7.5em;
}
.schedule dl dd {
  width: calc(100% - 7.5em);
}

@media only screen and (min-width: 1600px) {
  #intro {
    padding-top: 4%;
  }
}
.beige {
  background: url(/img/global30-lp/back_beige.jpg) repeat;
  padding: 100px 0;
}

#about .row {
  padding-top: 70px;
}
#about .col-6 img {
  border-radius: 3px;
}
#about .col-4 h5 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}

.historyBOX {
  background: #fff;
  border: solid 1px #c4af96;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 3px;
  margin-top: 30px;
}

.text_beige {
  color: #c4af96;
  font-weight: bold;
}

.history_dl dl {
  border-bottom: solid 1px #c4af96;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}
.history_dl dl:last-child {
  border-bottom: none;
}
.history_dl dt {
  font-weight: normal;
  width: 5em;
}
.history_dl dd {
  width: calc(100% - 5em);
}

.mission {
  padding-top: 100px;
  text-align: center;
  padding-bottom: 100px;
}
.mission h5 {
  font-size: 20px;
  margin-bottom: 20px;
}
.mission h5 span {
  font-size: 40px;
  font-weight: bold;
  display: block;
}

#philosophy .contentsBOX, #people .contentsBOX, #process .contentsBOX, #portfolio .contentsBOX {
  margin-bottom: 50px;
}

.contentsBOX {
  background: #fff;
  padding: 60px 70px;
  border-radius: 3px;
  text-align: center;
}
.contentsBOX h2 {
  margin-bottom: 10px;
}
.contentsBOX h2 span {
  margin-top: 30px;
}

#philosophy ul {
  margin-top: 30px;
}
#philosophy li {
  border: solid 1px #50aac8;
  border-radius: 3px;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#philosophy li img {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#philosophy li p {
  margin-top: 20px;
}

.conclusion {
  font-size: 18px;
}

#people {
  position: relative;
}
#people .contentsBOX {
  padding: 60px 70px 170px;
}
#people ul {
  margin-top: 30px;
}
#people li img {
  border-radius: 50%;
}
#people li p {
  margin-top: 10px;
}
#people li span {
  display: block;
}
#people li .name {
  font-size: 20px;
  font-weight: bold;
}
#people li .rubi {
  color: #50aac8;
  font-size: 15px;
  margin-bottom: 10px;
}

#people::after {
  content: "";
  position: absolute;
  background-image: url(/img/global30-lp/people_bottom.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: 0;
  width: calc(100% - 170px);
  height: 145px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flow {
  gap: 80px;
  margin-top: 30px;
}
.flow p {
  font-size: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 10px;
}
.flow .ico-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}
.flow li span {
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow li:nth-child(1) span {
  background: #96ccde;
  color: #fff;
  width: 190px;
  height: 190px;
}
.flow li:nth-child(1)::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 15px solid #50aac8;
  border-bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
}
.flow li:nth-child(2) span {
  background: #dceef4;
  color: #50aac8;
  width: 160px;
  height: 160px;
}
.flow li:nth-child(2)::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 15px solid #50aac8;
  border-bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
}
.flow li:nth-child(3) span {
  background: #dceef4;
  color: #50aac8;
  width: 130px;
  height: 130px;
}
.flow li:nth-child(3)::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 15px solid #50aac8;
  border-bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
}
.flow li:nth-child(4) span {
  background: #96ccde;
  color: #fff;
  width: 100px;
  height: 100px;
}

.sevenBOX {
  background: #dceef4;
  padding: 40px;
  margin-top: 50px;
}
.sevenBOX h3 {
  color: #50aac8;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}
.sevenBOX h3 span {
  font-size: 22px;
  display: block;
}
.sevenBOX .row5 {
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.sevenBOX ol li {
  background: #fff;
  border: solid 1px #50aac8;
  font-size: 18px;
  text-align: left;
  width: 100%;
  padding: 5px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sevenBOX ol li::before {
  color: #50aac8;
  font-size: 25px;
  font-weight: bold;
  margin-right: 10px;
}
.sevenBOX ol li:nth-of-type(1)::before {
  content: "01";
}
.sevenBOX ol li:nth-of-type(2)::before {
  content: "02";
}
.sevenBOX ol li:nth-of-type(3)::before {
  content: "03";
}
.sevenBOX ol li:nth-of-type(4)::before {
  content: "04";
}
.sevenBOX ol:nth-child(2) li:nth-of-type(1)::before {
  content: "05";
}
.sevenBOX ol:nth-child(2) li:nth-of-type(2)::before {
  content: "06";
}
.sevenBOX ol:nth-child(2) li:nth-of-type(3)::before {
  content: "07";
}

@media only screen and (min-width: 770px) {
  .flow .ico-flow {
    height: 190px;
  }
  .flow li:nth-child(1) {
    width: calc(30% - 60px);
  }
  .flow li:nth-child(1)::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #50aac8;
    border-right: 0;
    right: -85px;
    left: auto;
    top: 95px;
    bottom: auto;
  }
  .flow li:nth-child(2) {
    width: calc(27% - 60px);
  }
  .flow li:nth-child(2)::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #50aac8;
    border-right: 0;
    right: -80px;
    left: auto;
    top: 95px;
    bottom: auto;
  }
  .flow li:nth-child(3) {
    width: calc(23% - 60px);
  }
  .flow li:nth-child(3)::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #50aac8;
    border-right: 0;
    right: -77px;
    left: auto;
    top: 95px;
    bottom: auto;
  }
  .flow li:nth-child(4) {
    width: calc(20% - 60px);
  }
}
@media only screen and (min-width: 900px) {
  .flow .ico-flow {
    height: 190px;
  }
  .flow li:nth-child(1) {
    width: calc(30% - 60px);
  }
  .flow li:nth-child(1)::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #50aac8;
    border-right: 0;
    right: -50px;
    left: auto;
    top: 95px;
    bottom: auto;
  }
  .flow li:nth-child(2) {
    width: calc(27% - 60px);
  }
  .flow li:nth-child(2)::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #50aac8;
    border-right: 0;
    right: -50px;
    left: auto;
    top: 95px;
    bottom: auto;
  }
  .flow li:nth-child(3) {
    width: calc(23% - 60px);
  }
  .flow li:nth-child(3)::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #50aac8;
    border-right: 0;
    right: -50px;
    left: auto;
    top: 95px;
    bottom: auto;
  }
  .flow li:nth-child(4) {
    width: calc(20% - 60px);
  }
}
#portfolio h4 {
  font-size: 23px;
  font-weight: bold;
  margin-top: 20px;
}

.check_list li {
  padding-left: 30px;
  position: relative;
  text-align: left;
  font-size: 15px;
  margin-top: 30px;
}
.check_list li span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.check_list li::before {
  content: "";
  background-image: url(/img/global30-lp/ico-check.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 2px;
}

#performance {
  position: relative;
}
#performance .contentsBOX {
  padding: 60px 70px 170px;
}
#performance small {
  font-size: 12px;
}

#performance::after {
  content: "";
  position: absolute;
  background-image: url(/img/global30-lp/people_bottom.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: 0;
  width: calc(100% - 170px);
  height: 145px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.text_01 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.text_02 {
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 769px) {
  .contentsBOX {
    padding: 30px 20px;
  }
  #people .contentsBOX, #performance .contentsBOX {
    padding: 30px 20px 60px;
  }
  #people::after, #performance::after {
    width: calc(100% - 80px);
  }
  .sevenBOX {
    padding: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .parallax {
    height: 80vh;
  }
  .firstview img {
    top: auto;
    bottom: -2px;
  }
  main {
    padding-top: 20px;
  }
}
#fund {
  text-align: center;
  padding-bottom: 90px;
  padding-top: 90px;
  position: relative;
}
#fund h2 {
  margin-bottom: 40px;
}
#fund h2 span {
  color: #50aac8;
  font-size: 40px;
  margin-top: 30px;
}

#fund::after {
  content: "";
  position: absolute;
  background-image: url(/img/global30-lp/wave_bottom.svg);
  top: -20px;
  width: 100%;
  height: 20px;
  background-repeat: repeat-x;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.text_fund {
  font-size: 25px;
  font-weight: bold;
  margin-top: 50px;
}

#features {
  background: url(/img/global30-lp/back_blue.jpg) repeat;
  padding: 70px 0;
}
#features h3 {
  color: #50aac8;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#features h5 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
#features li {
  background: #fff;
  border: solid 1px #50aac8;
  border-radius: 3px;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#features li p {
  font-size: 15px;
  margin-top: 10px;
}
#features ul {
  margin-top: 30px;
}

.W980 {
  max-width: 1020px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

#company {
  padding-top: 100px;
  padding-bottom: 130px;
  position: relative;
}
#company dl {
  margin-bottom: 20px;
}
#company dl:last-child {
  margin-bottom: 0;
}
#company dt {
  font-size: 18px;
  margin-bottom: 5px;
}

.main-member {
  margin-top: 100px;
}
.main-member .col-2 {
  background: #dceef4;
  padding: 30px;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-member .col-2 img {
  border-radius: 3px;
}
.main-member .col-2 p {
  margin-top: 20px;
}
.main-member .col-2 .text-message {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.main-member .col-2 .right {
  text-align: right;
  font-size: 15px;
}
.main-member .col-2 .right span {
  font-size: 16px;
  font-weight: bold;
}

#company::after {
  content: "";
  position: absolute;
  background-image: url(/img/global30-lp/company_bottom.png);
  bottom: 0;
  width: 116px;
  height: 122px;
  background-repeat: no-repeat;
  right: 10%;
}

.risk {
  text-align: center;
  margin: auto;
}
.risk span {
  font-weight: bold;
  display: block;
}

#contact {
  padding: 90px 0;
  text-align: center;
  background-color: rgba(80, 170, 200, 0.9);
}
#contact h5 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
}

.btn_tel {
  background: #fff;
  color: #50aac8;
  font-size: 40px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  position: relative;
  line-height: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
.btn_tel p {
  text-align: left;
}
.btn_tel span {
  font-size: 15px;
  font-weight: normal;
  display: block;
  line-height: 1.3em;
}

.btn_tel i {
  background: url(/img/global30-lp/ico-tel.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 65px;
  height: 65px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.btn_mail {
  background: #fff;
  color: #50aac8;
  font-size: 30px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.btn_mail:hover {
  background: #dceef4;
}

.btn_mail i {
  background: url(/img/global30-lp/ico-mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 65px;
  height: 65px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.copyrightBOX {
  background: #fff;
  text-align: left;
  padding-top: 40px;
  padding-bottom: 40px;
}
.copyrightBOX p {
  font-size: 13px;
}

.ft-logo {
  padding-right: 30px;
}

.copyrightBOX .ft-logo a {
  display: block;
}

.copyrightBOX .ft-access {
  padding-bottom: 5px;
}

.copyrightBOX .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.copyrightBOX .ft-access div {
  padding-right: 20px;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media only screen and (max-width: 889px) {
  .ft-logo {
    padding-right: 0;
  }
  .sp_mb20 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 907px) {
  .btn_tel {
    font-size: 27px;
  }
  .btn_mail {
    font-size: 21px;
  }
}
@media only screen and (max-width: 850px) {
  h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 769px) {
  h1 span {
    font-size: 25px;
  }
  h1 {
    font-size: 35px;
  }
  .line-tit {
    font-size: 20px;
  }
  .sp-left {
    text-align: justify;
  }
  .schedule .row {
    gap: 10px;
  }
  .schedule .row .col-1 img {
    width: 100%;
  }
  .schedule dl {
    font-size: 18px;
  }
  h2 {
    font-size: 22px;
  }
  #about .col-6 img {
    width: 100%;
  }
  #about .col-4 h5 {
    font-size: 23px;
  }
  .mission {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .mission h5 span {
    font-size: 34px;
  }
  .sevenBOX h3 {
    font-size: 24px;
  }
  .sevenBOX h3 span {
    font-size: 18px;
  }
  .flow {
    gap: 60px;
  }
  #features h3 {
    font-size: 25px;
  }
  #fund h2 span {
    font-size: 34px;
  }
  #company .col-7 img {
    width: 100%;
  }
  #contact h5 {
    font-size: 30px;
  }
}