/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@charset "UTF-8";
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400&family=Libre+Baskerville&display=swap");
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;
}

/* Webフォント */
/* Webフォント */
b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.8em;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.9em;
  }
}
@media screen and (min-width: 980px) {
  body {
    font-size: 1.6rem;
    line-height: 2em;
    letter-spacing: 0.03em;
  }
}
/* =============================================
- training
================================================ */
#training {
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}
#training .parts {
  position: relative;
  z-index: 1;
}
#training .parts::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -15px;
  left: 0;
  width: 45px;
  height: 50px;
  background: #F86000;
  opacity: 0.85;
  mix-blend-mode: multiply;
}
#training .parts::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: -65px;
  left: -36px;
  width: 60px;
  height: 67px;
  background: #0E30F7;
  mix-blend-mode: multiply;
}
#training .emvironment_link_box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto 30px;
}
#training .emvironment_link_box .link {
  width: 24%;
  padding: 10px 0;
  border: 1px solid #A6A6A6;
  color: #A6A6A6;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 9;
  line-height: 1;
  transition: all 0.2s ease-in;
}
#training .emvironment_link_box .link.current {
  border: 1px solid #F86000;
  color: #F86000;
}
#training .emvironment_link_box .link:hover {
  border: 1px solid #F86000;
  color: #F86000;
}
#training .visual {
  width: 100%;
  max-width: 1520px;
  margin: auto;
}
#training .visual .textbox {
  width: 100%;
  max-width: 680px;
  padding: 0 20px;
}
#training .visual .visual_title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.24;
}
#training .visual .en {
  margin-top: 15px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.54;
  font-family: "Libre Baskerville", serif;
}
#training .visual .img {
  width: 425px;
}
#training .about {
  margin-top: 80px;
}
#training .about .inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  position: relative;
  z-index: 1;
}
#training .about .textbox {
  width: 100%;
  max-width: 665px;
  padding: 0 20px;
}
#training .about .about_title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.55;
}
#training .about .text {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
#training .about .text .color {
  color: #F86000;
}
#training .about .img {
  width: 100%;
  margin-top: 40px;
  padding: 0 20px;
}
#training .check {
  position: relative;
  z-index: 1;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 40PX 20px;
  border: 10px solid #F86000;
}
#training .check .title {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.43;
}
#training .check .text {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
#training .check .text .color {
  color: #F86000;
}
#training .check::before {
  content: "Check!";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 4px 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Libre Baskerville", serif;
  background: #F86000;
}
#training .point .content {
  padding-top: 40px;
  background: linear-gradient(#F0F0F0 45vw, #fff 45vw);
}
#training .point .content + .content {
  margin-top: 100px;
}
#training .point .inner {
  width: 100%;
  max-width: 1180px;
  margin: auto;
  padding: 0 20px;
}
#training .point .point_title {
  margin-bottom: 30px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
#training .point .img {
  width: 100%;
  vertical-align: bottom;
}
#training .point .en {
  margin: 35px 0 20px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  line-height: 1.2;
}
#training .point .title {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.43;
}
#training .point .text_content {
  margin-top: 25px;
}
#training .point .text_content .subtitle {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
#training .point .text_content .subtitle::before {
  content: "";
  display: block;
  width: 15px;
  height: 0;
  margin-right: 10px;
  border-bottom: 3px solid #EF8543;
}
#training .point .text_content .text {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
#training .point .text_content .text .bold {
  font-weight: bold;
}
#training .point .text_content .text .color {
  color: #F86000;
}
#training .point .flow_layout {
  text-align: center;
}
#training .point .flow_layout .flow_item {
  position: relative;
  z-index: 1;
  padding: 20px;
  background: #F5F5F5;
  border-radius: 10px;
}
#training .point .flow_layout .flow_item + .flow_item {
  margin-top: 55px;
}
#training .point .flow_layout .flow_item + .flow_item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -34px;
  width: 0;
  height: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-style: solid;
  border-width: 13px 7.5px 0 7.5px;
  border-color: #F86000 transparent transparent transparent;
}
#training .point .flow_layout .flow_title {
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-size: 21px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid;
}
#training .point .flow_layout .flow_title .subtitle {
  position: relative;
  z-index: 1;
  color: #F86000;
  font-size: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
#training .point .flow_layout .flow_title .subtitle::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 15px;
  border-bottom: 2px solid #F86000;
}
#training .point .flow_layout .flow_title .btn {
  display: block;
  background: #F86000;
  border-radius: 7px;
  width: 182px;
  margin-top: 20px;
  padding: 15px;
  color: #ffff;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1;
}
#training .point .flow_layout .flow_title .btn::after {
  content: "→";
  margin-left: 10px;
}
#training .point .flow_layout .flow_detail {
  text-align: left;
}
#training .point .flow_layout .flow_detail .detail_title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6;
}
#training .point .flow_layout .flow_detail .detail_title::before {
  content: "";
  display: block;
  width: 15px;
  height: 0;
  margin-right: 10px;
  border-bottom: 3px solid #EF8543;
}
#training .point .flow_layout .flow_detail .detail_text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5;
  line-height: 1.73;
}
#training .point .flow_layout .flow_detail .box + .box {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #training .parts::before {
    top: -15px;
  }
  #training .parts::after {
    top: -50px;
    left: -40px;
  }
  #training .emvironment_link_box {
    width: calc(100% - 80px);
    margin: 0 auto 120px;
  }
  #training .emvironment_link_box .link {
    width: 24%;
    max-width: 245px;
    padding: 22px 0;
    font-size: 16px;
  }
  #training .visual {
    width: 100%;
  }
  #training .visual .textbox {
    padding: 0 40px;
  }
  #training .visual .visual_title {
    font-size: 62px;
  }
  #training .visual .img {
    width: 81.77%;
    margin-top: -80px;
    margin-left: 25%;
  }
  #training .about {
    margin-top: 0;
  }
  #training .about .inner {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    position: relative;
    z-index: 1;
  }
  #training .about .textbox {
    padding: 0 40px;
  }
  #training .about .about_title {
    font-size: 40px;
  }
  #training .about .text {
    max-width: 397px;
    margin-top: 60px;
    font-size: 20px;
  }
  #training .about .img {
    display: block;
    width: 50%;
    max-width: 636px;
    margin: 40px auto 0;
    padding: 0;
  }
  #training .check {
    position: relative;
    z-index: 1;
    width: calc(100% - 40px);
    max-width: 1100px;
    margin: 0 auto 40px;
    padding: 40PX;
    border: 10px solid #F86000;
  }
  #training .check .title {
    font-size: 28px;
  }
  #training .check .text {
    margin-top: 35px;
    font-size: 20px;
  }
  #training .check::before {
    content: "Check!";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 4px 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    font-family: "Libre Baskerville", serif;
    background: #F86000;
  }
  #training .point .content {
    padding-top: 80px;
    background: linear-gradient(#F0F0F0 35vw, #fff 35vw);
  }
  #training .point .content + .content {
    margin-top: 206px;
  }
  #training .point .inner {
    padding: 0 40px;
  }
  #training .point .point_title {
    font-size: 25px;
  }
  #training .point .img {
    width: 100%;
    vertical-align: bottom;
  }
  #training .point .flex_layout {
    display: flex;
    margin-top: 70px;
  }
  #training .point .en {
    width: 30%;
    margin: 0;
    font-size: 21px;
  }
  #training .point .textbox {
    width: 70%;
  }
  #training .point .title {
    font-size: 32px;
  }
  #training .point .text_content {
    margin-top: 50px;
  }
  #training .point .text_content .subtitle {
    font-size: 22px;
  }
  #training .point .text_content .subtitle::before {
    width: 30px;
    margin-right: 10px;
  }
  #training .point .text_content .text {
    margin-top: 25px;
    padding-left: 40px;
    font-size: 16px;
  }
  #training .point .flow_layout {
    margin-top: 70px;
    text-align: center;
  }
  #training .point .flow_layout .en {
    width: 100%;
    margin-bottom: 40px;
  }
  #training .point .flow_layout .flow_list {
    margin-top: 70px;
  }
  #training .point .flow_layout .flow_item {
    padding: 40px 55px;
  }
  #training .point .flow_layout .flow_item + .flow_item {
    margin-top: 55px;
  }
  #training .point .flow_layout .flow_title {
    font-size: 22px;
  }
  #training .point .flow_layout .flow_title br {
    display: none;
  }
  #training .point .flow_layout .flow_title .subtitle {
    font-size: 20px;
  }
  #training .point .flow_layout .flow_detail .detail_title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  #training .point .flow_layout .flow_detail .detail_text {
    padding-left: 25px;
  }
}
@media screen and (min-width: 1200px) {
  #training .parts {
    position: relative;
    z-index: 1;
  }
  #training .parts::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -57px;
    left: -36px;
    width: 90px;
    height: 100px;
  }
  #training .parts::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -2;
    top: -124px;
    left: -120px;
    width: 120px;
    height: 134px;
    background: #0E30F7;
  }
  #training .visual .inner {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    position: relative;
    z-index: 1;
  }
  #training .visual .textbox {
    position: relative;
    z-index: 2;
    padding: 40px 40px 235px;
  }
  #training .visual .visual_title {
    font-size: 85px;
  }
  #training .visual .img {
    position: absolute;
    z-index: 1;
    width: 849px;
    top: 0;
    left: 643px;
    margin: auto;
  }
  #training .about .textbox {
    max-width: 575px;
    padding: 0 0 255px;
  }
  #training .about .img {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 475px;
    width: 785px;
    margin: 0;
  }
  #training .point .content {
    background: linear-gradient(#F0F0F0 470px, #fff 470px);
  }
  #training .point .content + .content {
    margin-top: 206px;
  }
  #training .point .en {
    font-size: 30px;
  }
  #training .point .flow_layout .flow_item {
    display: flex;
    align-items: center;
    padding: 40px 55px;
  }
  #training .point .flow_layout .flow_item + .flow_item {
    margin-top: 55px;
  }
  #training .point .flow_layout .flow_title {
    width: 270px;
    font-size: 22px;
    border-right: 1px solid;
    border-bottom: none;
    margin-right: 50px;
    margin-bottom: 0;
    padding-right: 50px;
  }
  #training .point .flow_layout .flow_title br {
    display: block;
  }
  #training .point .flow_layout .flow_title .subtitle {
    font-size: 20px;
  }
  #training .point .flow_layout .flow_detail {
    width: calc(100% - 320px);
  }
  #training .point .flow_layout .flow_detail .detail_title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  #training .point .flow_layout .flow_detail .detail_text {
    padding-left: 25px;
  }
}