@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=Noto+Sans+JP:wght@100;300;400;500;600;700&amp;subset=japanese&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto");
*,
::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;
}

/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}

@media (max-width: 900px) {
  body {
    line-height: 1.7;
    font-size: 1.4rem;
  }
}

body.NoScroll {
  width: 100%;
  height: 100%;
  position: fixed;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.-nolink {
  pointer-events: none;
}

img {
  vertical-align: middle;
  width: 100%;
}

.anchor_padding {
  padding-top: 160px;
  margin-top: -160px;
}

@media (max-width: 1060px) {
  .anchor_padding {
    padding-top: 130px;
    margin-top: -130px;
  }
}

section:last-of-type {
  margin-bottom: 175px !important;
}

@media (max-width: 900px) {
  section:last-of-type {
    margin-bottom: 100px !important;
  }
}

.sp_navi {
  display: none;
}

@media (max-width: 900px) {
  .sp_navi {
    display: block;
  }
}

.pc_navi {
  display: block;
}

@media (max-width: 900px) {
  .pc_navi {
    display: none !important;
  }
}

.pc_only {
  display: block;
}

@media (max-width: 900px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}

@media (max-width: 900px) {
  .sp_only {
    display: block;
  }
}

.mg40 {
  margin-bottom: 40px !important;
}

.mg50 {
  margin-bottom: 50px !important;
}

.mg60 {
  margin-bottom: 60px !important;
}

.en {
  font-family: 'Spartan', sans-serif;
}

.headingH3 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  background-color: #f29a04;
  width: 100%;
  text-align: left;
  padding: 7px 3% 7px 20px;
  margin-bottom: 45px;
  letter-spacing: 2px;
}

@media (max-width: 900px) {
  .headingH3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.headingH4 {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #f29a04;
  width: 100%;
  text-align: left;
  padding: 7px 3% 7px 20px;
  margin-bottom: 45px;
}

@media (max-width: 900px) {
  .headingH4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.headingH4 span {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
}

@media (max-width: 900px) {
  .headingH4 span {
    font-size: 1.2rem;
  }
}

.headingH4.-white {
  background-color: #fff;
  color: #f29a04;
}

/*
 * parts
 * -------------------------------------------------------------------
 */
table {
  width: 100%;
}

table span {
  font-size: 1.4rem;
}

.table_type01 {
  border-collapse: collapse;
  width: 100%;
}

.table_type01 tr {
  border-bottom: 1px dashed #e2e2e2;
}

.table_type01 tr:last-child {
  border: none;
}

.table_type01 th {
  color: #333;
  font-weight: 700;
  text-align: left;
  padding-left: 3.6%;
  width: 28%;
  letter-spacing: 0.04em;
  line-height: 1.56;
  padding: 30px 0 30px 3.6%;
  vertical-align: middle;
  font-size: 1.5rem;
}

@media (max-width: 900px) {
  .table_type01 th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 15px 4% 0;
  }
}

.table_type01 td {
  text-align: left;
  padding-right: 3.6%;
  letter-spacing: 0.04em;
  line-height: 1.56;
  padding: 30px 0;
  vertical-align: middle;
  font-size: 1.5rem;
}

@media (max-width: 900px) {
  .table_type01 td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 5px 4% 15px;
  }
}

.table_type02 {
  border-collapse: collapse;
  width: 100%;
}

.table_type02 tr {
  border-bottom: 1px dashed #e2e2e2;
}

.table_type02 tr:last-child {
  border: none;
}

.table_type02 th {
  color: #f29a04;
  font-weight: 700;
  text-align: left;
  padding-left: 3.6%;
  width: 28%;
  letter-spacing: 0.04em;
  line-height: 1.56;
  padding: 30px 0 30px 3.6%;
  vertical-align: middle;
  font-size: 1.8rem;
}

@media (max-width: 900px) {
  .table_type02 th {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    padding: 15px 4% 5px;
  }
}

.table_type02 td {
  text-align: left;
  padding-right: 3.6%;
  letter-spacing: 0.04em;
  line-height: 1.56;
  padding: 30px 0;
  vertical-align: middle;
  font-size: 1.5rem;
}

@media (max-width: 900px) {
  .table_type02 td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 5px 4% 15px;
  }
}

@media (max-width: 900px) {
  .table_type02._custom01 tr {
    margin-bottom: 15px;
    display: block;
  }
}

.table_type02._custom01 th {
  font-weight: 500;
  font-size: 2rem;
  padding-left: 1.5%;
  padding-right: 55px;
}

@media (max-width: 900px) {
  .table_type02._custom01 th {
    font-size: 1.5rem;
    padding: 0 4%;
    margin-bottom: 10px;
  }
}

.table_type02._custom01 td {
  font-size: 1.6rem;
}

@media (max-width: 900px) {
  .table_type02._custom01 td {
    font-size: 1.4rem;
    text-align: justify;
  }
}

.table_type02.-white th {
  color: #fff;
}

.table_type02.-white td {
  color: #fff;
}

.table_type03 {
  border-collapse: collapse;
  width: 100%;
}

.table_type03 tr:nth-child(odd) {
  background-color: #f4f4f4;
}

.table_type03 th {
  color: #f29a04;
  font-weight: 700;
  text-align: left;
  padding-left: 3.6%;
  width: 28%;
  letter-spacing: 0.04em;
  line-height: 1.56;
  padding: 30px 0 30px 3.6%;
  vertical-align: middle;
  font-size: 1.8rem;
}

@media (max-width: 900px) {
  .table_type03 th {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    padding: 15px 4% 0;
  }
}

.table_type03 th .sub {
  display: inline-block;
  margin-left: 50px;
  font-size: 1.8rem;
}

@media (max-width: 900px) {
  .table_type03 th .sub {
    margin-left: 10px;
    font-size: 1.5rem;
  }
}

.table_type03 th:last-child {
  border: none;
}

.table_type03 td {
  text-align: left;
  padding-right: 3.6%;
  letter-spacing: 0.04em;
  line-height: 1.56;
  padding: 30px 0;
  vertical-align: middle;
  font-size: 1.5rem;
}

.table_type03 td:last-child {
  border: none;
}

@media (max-width: 900px) {
  .table_type03 td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 5px 4% 15px;
  }
}

ul, ol {
  width: 100%;
}

.list_type01 li {
  font-size: 1.6rem;
  line-height: 2;
}

@media (max-width: 900px) {
  .list_type01 li {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.list_type01 li:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .list_type01 li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.list_type01.-indet li {
  text-indent: -2em;
  padding-left: 1em;
}

.block_type01 .block_type01_inner .block_type01_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 900px) {
  .block_type01 .block_type01_inner .block_type01_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 0 35px;
  }
}

.block_type01 .block_type01_inner .block_type01_item.-noimage {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.block_type01 .block_type01_inner .block_type01_item.-noimage .block_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
  width: 100%;
}

@media (max-width: 900px) {
  .block_type01 .block_type01_inner .block_type01_item.-noimage .block_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.block_type01 .block_type01_inner .block_type01_item.-noimage .block_txt h4 {
  margin-bottom: 0;
  max-width: 220px;
  width: 45%;
}

@media (max-width: 900px) {
  .block_type01 .block_type01_inner .block_type01_item.-noimage .block_txt h4 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.block_type01 .block_type01_inner .block_type01_item.-noimage .block_txt .box_txt {
  padding-right: 2%;
  width: 100%;
}

@media (max-width: 900px) {
  .block_type01 .block_type01_inner .block_type01_item.-noimage .block_txt .box_txt {
    padding: 0;
    margin-bottom: 0;
  }
}

.block_type01 .block_type01_inner .block_type01_item h4 {
  color: #f29a04;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 40px;
  padding-left: 20px;
}

@media (max-width: 900px) {
  .block_type01 .block_type01_inner .block_type01_item h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    padding-left: 0;
  }
}

.block_type01 .block_type01_inner .block_type01_item .box_txt {
  font-size: 1.6rem;
  padding-left: 20px;
  text-align: justify;
}

@media (max-width: 900px) {
  .block_type01 .block_type01_inner .block_type01_item .box_txt {
    font-size: 1.4rem;
    padding-left: 0;
    margin-bottom: 20px;
  }
}

.block_type01 .block_type01_inner .block_type01_item .box_link {
  margin: 30px auto 10px;
  max-width: 270px;
  width: 100%;
  height: 50px;
}

.block_type01 .block_type01_inner .block_type01_item .box_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #f29a04;
  text-align: center;
  font-weight: 600;
  border: 1px solid #f29a04;
  transition: all .3s;
}
.block_type01 .block_type01_inner .block_type01_item .box_link a:hover {
  background-color: #f29a04;
  color: #fff;
  transition: all .3s;
  opacity: 1;
}



.block_type01 .block_type01_inner .block_type01_item figure {
  max-width: 470px;
  width: 100%;
}

.block_type01 .block_type01_inner .block_type01_item .block_txt {
  margin-right: 60px;
  width: 50%;
}

@media (max-width: 900px) {
  .block_type01 .block_type01_inner .block_type01_item .block_txt {
    width: 100%;
    padding: 0 4%;
    margin-right: 0;
  }
}

.block_type01 .block_type01_inner .block_type01_item .block_img {
  width: 50%;
  max-width: 470px;
}

@media (max-width: 900px) {
  .block_type01 .block_type01_inner .block_type01_item .block_img {
    width: 100%;
    padding: 0 4%;
  }
}

.block_type01 .block_type01_inner .block_type01_item:first-child {
  padding-top: 0;
}

.block_type01 .block_type01_inner .block_type01_item:not(:last-child) {
  border-bottom: 1px dashed #e2e2e2;
}

.block_type02 .block_type02_inner .block_type02_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f29a04;
}

.block_type02 .block_type02_inner .block_type02_item h4 {
  color: #f29a04;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 40px;
  color: #fff;
}

.block_type02 .block_type02_inner .block_type02_item .box_txt {
  font-size: 1.6rem;
  text-align: justify;
  color: #fff;
}

.block_type02 .block_type02_inner .block_type02_item figure {
  width: 100%;
}

.block_type02 .block_type02_inner .block_type02_item .block_txt {
  width: 50%;
  padding: 40px;
}

.block_type02 .block_type02_inner .block_type02_item .block_img {
  width: 50%;
}

.block_type02 .block_type02_inner .block_type02_item:not(:last-child) {
  margin-bottom: 20px;
}

.block_type02 .block_type02_inner .block_type02_item:nth-child(odd) .block_txt {
  position: relative;
}

.block_type02 .block_type02_inner .block_type02_item:nth-child(odd) .block_txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #f29a04;
}

.block_type02 .block_type02_inner .block_type02_item:nth-child(even) .block_txt {
  position: relative;
}

.block_type02 .block_type02_inner .block_type02_item:nth-child(even) .block_txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #f29a04;
}

.block_type03 .block_type03_inner .block_type03_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 900px) {
  .block_type03 .block_type03_inner .block_type03_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
}

.block_type03 .block_type03_inner .block_type03_item h4 {
  color: #f29a04;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 15px;
  padding-top: 5px;
}

@media (max-width: 900px) {
  .block_type03 .block_type03_inner .block_type03_item h4 {
    font-size: 1.8rem;
  }
}

.block_type03 .block_type03_inner .block_type03_item .box_txt {
  font-size: 1.6rem;
  text-align: justify;
}

@media (max-width: 900px) {
  .block_type03 .block_type03_inner .block_type03_item .box_txt {
    font-size: 1.4rem;
  }
}

.block_type03 .block_type03_inner .block_type03_item figure {
  max-width: 400px;
  width: 100%;
}

.block_type03 .block_type03_inner .block_type03_item .block_txt {
  width: 60%;
  margin-left: 50px;
}

@media (max-width: 900px) {
  .block_type03 .block_type03_inner .block_type03_item .block_txt {
    width: 100%;
    margin-left: 0;
  }
}

.block_type03 .block_type03_inner .block_type03_item .block_img {
  width: 43%;
  max-width: 400px;
}

@media (max-width: 900px) {
  .block_type03 .block_type03_inner .block_type03_item .block_img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.block_type03 .block_type03_inner .block_type03_item:first-child {
  padding-top: 0;
}

.block_course .step_top .step_item {
  position: relative;
  text-align: center;
}

.block_course .step_top .step_item:not(:last-child)::after {
  content: "";
  background-position: bottom;
  position: absolute;
  left: 50%;
  bottom: -26px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #e1e1e1;
}

@media (max-width: 900px) {
  .block_course .step_top .step_item:not(:last-child)::after {
    bottom: -16px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #e1e1e1;
  }
}

.block_course .step_top .-step_First {
  font-size: 2.3rem;
  color: #f29a04;
  font-weight: bold;
  margin-bottom: 35px;
  padding-bottom: 5px;
}

@media (max-width: 900px) {
  .block_course .step_top .-step_First {
    font-size: 1.5rem;
    margin-bottom: 22px;
    padding: 0;
  }
}

.block_course .step_top .-step_Other {
  font-size: 1.9rem;
  color: #f29a04;
  font-weight: bold;
  width: 100%;
  display: block;
  background: #fff;
  border: 3px solid #f29a04;
  padding: 20px 0;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .block_course .step_top .-step_Other {
    font-size: 1.1rem;
    margin-bottom: 20px;
    padding: 4px 0;
    border: 2px solid #f29a04;
  }
}

.block_course .course_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 70px;
}

@media (max-width: 900px) {
  .block_course .course_box {
    margin-top: 33px;
  }
}

.block_course .course_box .course_item {
  width: calc((100% / 3) - 20px);
}

@media (max-width: 900px) {
  .block_course .course_box .course_item {
    width: calc((100% / 3) - 6px);
  }
}

.block_course .course_box .course_item li {
  position: relative;
  text-align: center;
}

.block_course .course_box .course_item li:not(:last-child) {
  margin: 0 0 40px;
}

@media (max-width: 900px) {
  .block_course .course_box .course_item li:not(:last-child) {
    margin: 0 0 20px;
  }
}

.block_course .course_box .course_item li:not(:last-child)::after {
  content: "";
  background-position: bottom;
  position: absolute;
  left: 50%;
  bottom: -26px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #f29a04;
}

@media (max-width: 900px) {
  .block_course .course_box .course_item li:not(:last-child)::after {
    bottom: -15px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #f29a04;
  }
}

.block_course .course_box .course_item h3 {
  font-size: 2rem;
  color: #fff;
  padding: 25px 3.6%;
  font-weight: bold;
  text-align: center;
  background-color: #f29a04;
}

@media (max-width: 900px) {
  .block_course .course_box .course_item h3 {
    font-size: 1.1rem;
    padding: 10px 3.6%;
  }
}

.block_course .course_box .course_item p {
  background-color: #f4f4f4;
  color: #f29a04;
  font-size: 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 130px;
  padding: 30px 4%;
}

@media (max-width: 900px) {
  .block_course .course_box .course_item p {
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    padding: 15px 10%;
    letter-spacing: -0.2px;
    min-height: 90px;
  }
}

.block_course .course_box .course_item p span {
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .block_course .course_box .course_item p span {
    margin-bottom: 3px;
  }
}

.block_course .course_box .course_item p small {
  font-size: 1.5rem;
  color: #333;
}

@media (max-width: 900px) {
  .block_course .course_box .course_item p small {
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
  }
}

.block_course .course_box::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/line_item.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  width: 70%;
  max-width: 720px;
  height: 50%;
  left: 50%;
  top: -60px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

@media (max-width: 900px) {
  .block_course .course_box::before {
    width: 70%;
    top: -26px;
  }
}

.work_oneday_block {
  color: #fff;
  background-color: #f29a04;
  background-position: right;
  background-image: url(../img/common/work_oneday_pattern.png);
  background-repeat: repeat-y;
  padding: 120px 5%;
}

@media (max-width: 900px) {
  .work_oneday_block {
    padding: 60px 10%;
  }
}

.work_oneday_block .work_oneday_time {
  max-width: 454px;
  margin: 0 auto;
}

.work_oneday_block .work_oneday_time li {
  position: relative;
  padding-left: 40px;
  border-left: 1px solid #fff;
  padding-bottom: 56px;
}

.work_oneday_block .work_oneday_time li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -7px;
  background: #fff;
  border-radius: 50%;
  height: 14px;
  width: 14px;
}

.work_oneday_block .work_oneday_time li:last-child {
  border-left: none;
  padding-bottom: 0;
}

.work_oneday_block .work_oneday_time li h4 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 6px;
}

@media (max-width: 900px) {
  .work_oneday_block .work_oneday_time li h4 {
    font-size: 1.8rem;
  }
}

.work_oneday_block .work_oneday_time li h4 span {
  font-size: 2.8rem;
  font-weight: 600;
  margin-right: 20px;
}

@media (max-width: 900px) {
  .work_oneday_block .work_oneday_time li h4 span {
    font-size: 1.7rem;
  }
}

.work_oneday_block .work_oneday_time li p {
  font-size: 1.8rem;
}

@media (max-width: 900px) {
  .work_oneday_block .work_oneday_time li p {
    font-size: 1.4rem;
  }
}

.work_oneday_block .work_oneday_time li img {
  display: block;
  margin-top: 25px;
}

@media (max-width: 900px) {
  .work_oneday_block .work_oneday_time li img {
    margin-top: 15px;
  }
}

.block_type04 .block_type04_inner .item01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: start;
      align-self: start;
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .block_type04 .block_type04_inner .item01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.block_type04 .block_type04_inner .item01 img {
  max-width: 560px;
  width: 100%;
  height: 100%;
}

.block_type04 .block_type04_inner .item01 .block_txt {
  margin-left: 40px;
  padding-top: 10px;
}

@media (max-width: 900px) {
  .block_type04 .block_type04_inner .item01 .block_txt {
    margin-left: 0;
  }
}

.block_type04 .block_type04_inner .item01 .block_txt h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #f29a04;
  padding: 4px 10px;
  width: 100%;
  margin-bottom: 25px;
}

@media (max-width: 900px) {
  .block_type04 .block_type04_inner .item01 .block_txt h2 {
    font-size: 1.6rem;
  }
}

.block_type04 .block_type04_inner .item01 .block_txt .copytxt {
  font-size: 2.4rem;
  font-weight: 700;
  color: #f29a04;
  margin-bottom: 15px;
}

@media (max-width: 900px) {
  .block_type04 .block_type04_inner .item01 .block_txt .copytxt {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.block_type04 .block_type04_inner .item01 .block_txt .text {
  line-height: 1.7;
  margin-bottom: 20px;
}

.block_type04 .block_type04_inner .item01 .block_txt .block_link_btn {
  background-color: #f29a04;
  min-width: 415px;
  width: 415px;
  height: 65px;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 900px) {
  .block_type04 .block_type04_inner .item01 .block_txt .block_link_btn {
    min-width: auto;
    width: 315px;
    margin-left: auto;
    margin-right: auto;
  }
}

.block_type04 .block_type04_inner .item01 .block_txt .block_link_btn a {
  width: 100%;
  padding: 5px 20px;
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.block_type04 .block_type04_inner .item01 .block_txt .block_link_btn a p {
  color: #fff;
  font-size: 1.6rem;
}

@media (max-width: 900px) {
  .block_type04 .block_type04_inner .item01 .block_txt .block_link_btn a p {
    font-size: 1.4rem;
  }
}

.block_type04 .block_type04_inner .item01 .block_txt .block_link_btn a p span {
  font-size: 1.5rem;
}

@media (max-width: 900px) {
  .block_type04 .block_type04_inner .item01 .block_txt .block_link_btn a p span {
    font-size: 1.4rem;
  }
}

.block_type04 .block_type04_inner .item01 .block_txt .block_link_btn a img {
  width: 40px;
  height: 100%;
}

.block_type04 .block_type04_inner .item01 .block_txt.-white h2 {
  color: #fff;
  border-left: 6px solid #fff;
}

.block_type04 .block_type04_inner .item01 .block_txt.-white .copytxt {
  color: #fff;
}

.block_type04 .block_type04_inner .item01 .block_txt.-white .text {
  color: #fff;
}

.block_type04 .block_type04_inner .item01 .block_txt.-white .block_link_btn {
  border: 1px solid #fff;
}

.block_type04 .block_type04_inner .item02 {
  background-color: #ececec;
  padding: 40px 60px;
}

@media (max-width: 900px) {
  .block_type04 .block_type04_inner .item02 {
    padding: 20px 12%;
  }
}

.block_type04 .block_type04_inner .item02 h2 {
  color: #f29a04;
  font-weight: 600;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .block_type04 .block_type04_inner .item02 h2 {
    font-size: 1.8rem;
  }
}

.block_type04 .block_type04_inner .item02 .flow_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 900px) {
  .block_type04 .block_type04_inner .item02 .flow_list ul {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}

.block_type04 .block_type04_inner .item02 .flow_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: auto;
}

@media (max-width: 900px) {
  .block_type04 .block_type04_inner .item02 .flow_list ul li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.block_type04 .block_type04_inner .item02 .flow_list ul li .item_box {
  text-align: center;
}

.block_type04 .block_type04_inner .item02 .flow_list ul li .item_box span {
  display: block;
}

.block_type04 .block_type04_inner .item02 .flow_list ul li .item_box .time {
  font-size: 1.5rem;
}

@media (max-width: 900px) {
  .block_type04 .block_type04_inner .item02 .flow_list ul li .item_box .time {
    font-size: 1.4rem;
  }
}

.block_type04 .block_type04_inner .item02 .flow_list ul li .item_box .action {
  font-size: 1.3rem;
}

@media (max-width: 900px) {
  .block_type04 .block_type04_inner .item02 .flow_list ul li .item_box .action {
    font-size: 1.3rem;
  }
}

.block_type04 .block_type04_inner .item02 .flow_list ul li img {
  max-width: 160px;
  max-height: 160px;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .block_type04 .block_type04_inner .item02 .flow_list ul li img {
    width: 200px;
    height: 200px;
  }
}

.block_type04 .block_type04_inner .item02 .flow_list ul li img.w133 {
  max-width: 133px;
  max-height: 133px;
}

@media (max-width: 900px) {
  .block_type04 .block_type04_inner .item02 .flow_list ul li img.w133 {
    max-width: 160px;
    max-height: 160px;
  }
}

.block_type04 .block_type04_inner .item02 .next {
  position: relative;
  width: 60px;
}

@media (max-width: 900px) {
  .block_type04 .block_type04_inner .item02 .next {
    width: 45%;
    position: absolute;
    right: 0;
    top: 45%;
  }
}

.block_type04 .block_type04_inner .item02 .next::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 40px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-width: 15px 0 15px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #f29a04;
}

@media (max-width: 900px) {
  .block_type04 .block_type04_inner .item02 .next::after {
    left: auto;
  }
}

.tab_type01 .tab_area {
  max-width: 1200px;
  width: 100%;
}

.tab_type01 .tab_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.tab_type01 .tab_box .tab_item {
  width: calc((100% / 2) - 5px);
  border-radius: 4px 4px 0 0;
  position: relative;
}

.tab_type01 .tab_box .tab_item a {
  font-size: 3.6rem;
  font-weight: bold;
  display: block;
  padding: 13px 20px;
  text-align: center;
}

@media (max-width: 900px) {
  .tab_type01 .tab_box .tab_item a {
    font-size: 1.8rem;
  }
}

.tab_type01 .tab_box .tab_item a span {
  font-size: 1.3rem;
  font-weight: 400;
  display: block;
  padding-top: 8px;
}

@media (max-width: 900px) {
  .tab_type01 .tab_box .tab_item a span {
    font-size: 1rem;
  }
}

.tab_type01 .tab_box .tab_item.-tab01 {
  border: 3px solid #f29a04;
  border-bottom: none;
}

.tab_type01 .tab_box .tab_item.-tab01 a {
  color: #f29a04;
}

.tab_type01 .tab_box .tab_item.-tab01.active::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  z-index: 1;
}

.tab_type01 .tab_box .tab_item.-tab02 {
  background-color: #f29a04;
}

.tab_type01 .tab_box .tab_item.-tab02 a {
  color: #fff;
}

.tab_type01 .tab_content {
  display: none;
  opacity: 0;
  background: #fff;
}

.tab_type01 .tab_content.is-active {
  display: block;
  -webkit-animation-name: TabAnime;
          animation-name: TabAnime;
  /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.tab_type01 .tab_content.-tab01 {
  border: 3px solid #f29a04;
}

.tab_type01 .tab_content.-tab02 {
  background-color: #f29a04;
}

.tab_type01 .tab_content .tab_content_inner {
  padding: 100px 5% 70px;
}

@media (max-width: 900px) {
  .tab_type01 .tab_content .tab_content_inner {
    padding: 60px 10% 30px;
  }
}

@-webkit-keyframes TabAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes TabAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.mainvisual {
  margin-bottom: 100px;
  margin-top: 100px;
}

@media (max-width: 1060px) {
  .mainvisual {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}

.mainvisual.-nobottom {
  margin-bottom: 0;
}

.mainvisual .mainvisual_head {
  position: relative;
  overflow-x: hidden;
}

@media (max-width: 900px) {
  .mainvisual .mainvisual_head {
    height: 150px;
  }
}

.mainvisual .mainvisual_head .mainvisual_head_inner {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #000;
}

.mainvisual .mainvisual_head .mainvisual_head_inner .bg_img {
  width: 100%;
  height: auto;
  opacity: 0.5;
}

@media (max-width: 900px) {
  .mainvisual .mainvisual_head .mainvisual_head_inner .bg_img img {
    height: 150px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.mainvisual .mainvisual_head_text {
  position: absolute;
  left: 11%;
  bottom: 70px;
}

@media (max-width: 900px) {
  .mainvisual .mainvisual_head_text {
    left: 5%;
    bottom: 15px;
  }
}

.mainvisual .mainvisual_head_text h1 {
  font-size: 2.65rem;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 900px) {
  .mainvisual .mainvisual_head_text h1 {
    font-size: 1.65rem;
  }
}

.mainvisual .mainvisual_head_text h1 .mainvisual_text-main {
  font-size: 5.2rem;
  letter-spacing: 4.16px;
  display: inline-block;
  line-height: 1;
}

@media (max-width: 900px) {
  .mainvisual .mainvisual_head_text h1 .mainvisual_text-main {
    font-size: 2.4rem;
    letter-spacing: 3.5px;
    line-height: 1.2;
  }
}

.mainvisual .mainvisual_head_text h1 .mainvisual_head_text-sub {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 25px;
  font-weight: 500;
}

.mainvisual.-type01 {
  position: relative;
  margin-top: 100px;
  margin-bottom: 40px;
  overflow-x: hidden;
  overflow-y: visible;
  height: 400px;
}

@media (max-width: 900px) {
  .mainvisual.-type01 {
    margin-top: 60px;
    margin-bottom: 20px;
    height: auto;
  }
}

.mainvisual.-type01 .mainvisual_head_inner {
  position: relative;
  padding: 150px 7.2% 0;
}

@media (max-width: 900px) {
  .mainvisual.-type01 .mainvisual_head_inner {
    padding: 45px 4% 30px;
  }
}

.mainvisual.-type01 .mainvisual_head_inner h1 {
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #333;
  font-size: 4.65rem;
  text-align: center;
}

@media (max-width: 900px) {
  .mainvisual.-type01 .mainvisual_head_inner h1 {
    line-height: 1;
    font-size: 2.0rem;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
}

.mainvisual.-type01 .mainvisual_head_inner p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  text-align: center;
}

@media (max-width: 900px) {
  .mainvisual.-type01 .mainvisual_head_inner p {
    font-size: 1.4rem;
    padding: 0 15%;
    text-align: left;
    line-height: 1.5;
  }
}

.mainvisual.-type01 .mainvisual_head_inner::after {
  font-family: "Spartan", sans-serif;
  position: absolute;
  text-align: center;
  margin: auto;
  content: "DATA ABOUT\A COMPANY NAME";
  white-space: pre;
  color: #f4f4f4;
  font-size: 14.65rem;
  font-weight: 700;
  line-height: 1;
  z-index: -1;
  top: 80px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

@media (max-width: 900px) {
  .mainvisual.-type01 .mainvisual_head_inner::after {
    font-size: 4.4rem;
    top: 30px;
    bottom: 0;
    line-height: 1.2;
  }
}

.mainvisual.-type02 {
  position: relative;
  margin-bottom: 0;
  height: 560px;
  overflow: hidden;
  z-index: -1;
}

@media (max-width: 900px) {
  .mainvisual.-type02 {
    height: 300px;
  }
}

.mainvisual.-type02 .mainvisual_head {
  height: 100%;
}

.mainvisual.-type02 .mainvisual_head .mainvisual_head_inner .bg_img {
  opacity: 1;
}

.mainvisual.-type02 .mainvisual_head .mainvisual_head_inner .bg_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.mainvisual.-type02 .mainvisual_head_text {
  left: 50%;
  top: 58%;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

@media (max-width: 900px) {
  .mainvisual.-type02 .mainvisual_head_text {
    top: 45%;
  }
}

.mainvisual.-type02 .mainvisual_head_text h1 {
  position: relative;
  text-align: center;
}

.mainvisual.-type02 .mainvisual_head_text h1 .mainvisual_text-main {
  display: block;
  font-size: 13.0rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 2px #fff;
  opacity: 0.3;
}

@media (max-width: 900px) {
  .mainvisual.-type02 .mainvisual_head_text h1 .mainvisual_text-main {
    font-size: 6.5rem;
    -webkit-text-stroke: 1px #fff;
  }
}

.mainvisual.-type02 .mainvisual_head_text h1 .mainvisual_text-sub {
  font-size: 3.0rem;
  position: absolute;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 900px) {
  .mainvisual.-type02 .mainvisual_head_text h1 .mainvisual_text-sub {
    font-size: 2.0rem;
    width: 100%;
  }
}

.mainvisual.-index .mainvisual_head_text {
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: auto;
  padding: 0 10px;
}

.internal_link {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  background-color: #f0f0f0;
  text-align: center;
  padding: 14px 0;
  z-index: 8;
  margin-bottom: 80px;
}

@media (max-width: 1060px) {
  .internal_link {
    top: 60px;
    padding: 8px 0;
    margin-bottom: 40px;
  }
}

.internal_link ul li {
  display: inline-block;
  margin: 0 10px;
}

.internal_link ul li a {
  position: relative;
  display: block;
  color: #f29a04;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 5px 15px;
}

@media (max-width: 900px) {
  .internal_link ul li a {
    padding: 5px;
  }
}

.internal_link ul li a span {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .internal_link ul li a span {
    font-size: 1.3rem;
  }
}

.internal_link_circle {
  margin-bottom: 100px;
}

@media (max-width: 900px) {
  .internal_link_circle {
    margin-bottom: 60px;
  }
}

.internal_link_circle ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .internal_link_circle ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.internal_link_circle ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  max-width: 215px;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-width: 900px) {
  .internal_link_circle ul li {
    aspect-ratio: auto;
    width: 100%;
    max-width: 100%;
    margin: 6px 0;
  }
}

.internal_link_circle ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f4f4f4;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 35px 30px 60px;
}

.internal_link_circle ul li a .name {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #f29a04;
  position: relative;
}

@media (max-width: 900px) {
  .internal_link_circle ul li a .name {
    font-size: 1.6rem;
  }
}

.internal_link_circle ul li a .txt {
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}

@media (max-width: 900px) {
  .internal_link_circle ul li a {
    border-radius: 0;
    padding: 10px 5% 20px;
  }
}

.internal_link_circle ul li::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #f29a04;
}

@media (max-width: 900px) {
  .internal_link_circle ul li::after {
    bottom: 0;
    border: 7px solid transparent;
    border-top: 7px solid #f29a04;
  }
}

.top_intro {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .top_intro {
    margin-bottom: 30px;
  }
}

.top_intro h2 {
  color: #f29a04;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .top_intro h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.top_intro h2.-sec01 {
  color: #f29a04;
}

.top_intro h2.-white {
  color: #fff;
}

.top_intro h2.-sec02 {
  color: #f29a04;
}

.top_intro p {
  line-height: 2.2;
  padding: 0 1em;
}

.top_intro p.-white {
  color: #fff;
}

@media (max-width: 900px) {
  .top_intro p {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.7;
  }
}

.top_intro.-typeA {
  padding: 0 3.6%;
  margin: 0 auto 60px;
}

.top_intro.-typeA h2 {
  color: #f29a04;
  font-size: 4.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .top_intro.-typeA h2 {
    font-size: 2.6rem;
    margin-bottom: 5px;
    line-height: 1.2;
  }
}

.top_intro.-typeA p {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0 1em;
}

@media (max-width: 900px) {
  .top_intro.-typeA p {
    font-size: 1.4rem;
    text-align: center;
  }
}

@media (max-width: 900px) {
  .top_intro.-typeA {
    margin-bottom: 20px;
  }
}

.top_intro.-typeB {
  margin: 0 auto 30px;
}

@media (max-width: 900px) {
  .top_intro.-typeB {
    margin-bottom: 20px;
    padding-left: 3.6%;
  }
}

.top_intro.-typeB h2 {
  color: #f29a04;
  font-size: 7.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}

@media (max-width: 900px) {
  .top_intro.-typeB h2 {
    font-size: 3.5rem;
    margin-bottom: 5px;
    line-height: 1.2;
  }
}

.top_intro.-typeB p {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0 1em;
}

@media (max-width: 900px) {
  .top_intro.-typeB p {
    font-size: 1.4rem;
    text-align: center;
  }
}

/*
 * module
 * -------------------------------------------------------------------
 */
.head {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1130px) {
  .head {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    z-index: 10;
    background-color: #fff;
  }
}

.head.change-color {
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.head.change-color .menu nav .nav_1 li {
  background-color: #b2b6bd;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;

}

.head.change-color .menu nav .nav_1 li:last-child {
  margin-right: 30px;
}

@media (max-width: 1060px) {
  .head.change-color .menu nav .nav_1 li:last-child {
    margin-right: 0;
  }
}

.head.change-color .menu nav .nav_1 a {
  color: #fff;
}

.head .menu nav .nav_1 li {
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.head .menu nav .nav_1 li:last-child {
  margin-right: 30px;
}

@media (max-width: 1130px) {
  .head .menu nav .nav_1 li:last-child {
    margin-right: 0;
  }
}

.head .menu nav .nav_1 a {
  color: #2a2a2a;
}

.head .logo {
  text-align: left;
  padding-left: 50px;
  float: left;
  max-width: 210px;
}

@media (max-width: 1130px) {
  .head .logo {
    padding-left: 10px;
    max-width: 150px;
    text-align: center;
  }
}

.head .logo img {
  /* width: 100%; */
  width: auto;
  /* height: auto; */
  height: 35px;
  margin: 0 20px 0 5px;
}

@media (max-width: 1130px) {
  .head .logo img {
    width: auto;
    max-height: 25px;
    margin: 0 auto;
  }
}

.head a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.head span.sub_ttl {
  margin: 0 auto;
  padding-top: 8px;
  font-size: 1.0rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.2px;
  text-align: center;
  color: #757575;
  display: inline-block;
}

@media (max-width: 1130px) {
  .head span.sub_ttl {
    font-size: 0.8rem;
    font-weight: 500;
  }
}

.head .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1130px) {
  .head .menu {
    position: absolute;
    right: 0;
    left: 0;
    top: 60px;
    height: calc(100vh - 60px);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background-color: #fff;
    -webkit-transition: ease .8s;
    transition: ease .8s;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 12vw;
  }
}

.head .menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1130px) {
  .head .menu nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0 7.6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.head .menu nav .nav_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1130px) {
  .head .menu nav .nav_1 {
    flex-direction: column;
    gap: 20px 0;
  }
}

.head .menu nav .nav_1 li {
  min-width: 150px;
  max-width: 200px;
  width: 100%;
  height: 32px;
  margin: 20px 5px 16px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1130px) {
  .head .menu nav .nav_1 li {
    min-width: 100%;
    width: 100%;
    margin: 0 auto;
    height: 50px;
    background-color: #b2b6bd;
  }
}

.head .menu nav .nav_1 li a {
  font-size: 1.3rem;
  padding: 10px 2%;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.52px;
  text-align: center;
  color: #2a2a2a;
  display: block;
}

@media (max-width: 1130px) {
  .head .menu nav .nav_1 li a {
    font-size: 1.5rem;
    height: 100%;
    line-height: 2;
    color: #fff;
  }
}

.head .menu nav .nav_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 32px;
}

@media (max-width: 1130px) {
  .head .menu nav .nav_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
}

@media (max-width: 1130px) {
  .head .menu nav .nav_2 li {
    margin-bottom: 20px;
    border-bottom: 1px dashed #cfcfcf;
  }
}

.head .menu nav .nav_2 li a {
  margin: 0px 24px 0px 0px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.4px;
  text-align: center;
  color: #2a2a2a;
  position: relative;
  cursor: pointer;
}

@media (max-width: 1130px) {
  .head .menu nav .nav_2 li a {
    margin: 0 0 20px 0;
    font-size: 1.6rem;
    text-align: left;
    color: #f29a04;
  }
}

.head .menu nav .nav_2 li a.current-navi {
  color: #f29a04;
}

.head .menu nav .nav_2 li a.current-navi::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f29a04;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.head .menu nav .nav_2 li:last-child {
  margin-right: 30px;
}

@media (max-width: 1130px) {
  .head .menu nav .nav_2 li:last-child {
    margin-right: 0;
  }
}

.head .header_entry {
  width: 160px;
  height: 100px;
  position: relative;
}

@media (max-width: 1130px) {
  .head .header_entry {
    width: 100%;
    height: 50px;
    padding: 0 7.6%;
    margin-top: 20px;
  }
}

.head .header_entry .header_btn {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #f29a04;
}

@media (max-width: 1130px) {
  .head .header_entry .header_btn {
    height: 50px;
  }
}

.head .header_entry .header_btn span {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: normal;
  color: #ffffff;
  position: relative;
  margin-right: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding-top: 5px;
}

@media (max-width: 1130px) {
  .head .header_entry .header_btn span {
    font-size: 1.6rem;
  }
}

.head .header_entry .header_btn .header_entry_icon {
  width: 26px;
  height: auto;
}

@media (max-width: 1130px) {
  .head .header_entry .header_btn .header_entry_icon {
    width: 20px;
  }
}

.head .hamburger {
  display: none;
}

@media (max-width: 1130px) {
  .head .hamburger {
    background-color: #f29a04;
    border-color: transparent;
    z-index: 9999;
    display: block;
  }
}

@media (max-width: 1130px) {
  .header__hamburger {
    width: 60px;
    height: 60px;
  }
  .hamburger span {
    width: 35px;
    height: 3px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    -webkit-transition: ease .4s;
    transition: ease .4s;
    display: block;
    margin: 10px auto;
  }
  .hamburger span:nth-child(1) {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    margin: auto;
  }
  .hamburger span:nth-child(3) {
    top: 0;
  }
  .menu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background-color: #f4f4f4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 0;
    -webkit-transition: ease .4s;
    transition: ease .4s;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 12vw;
  }
  .hamburger.active span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    top: -15px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

footer {
  background-color: #e0e0e0;
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  min-height: 400px;
}

@media (max-width: 900px) {
  footer {
    min-height: auto;
  }
}

footer .inner {
  max-width: 1400px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-bottom: 15px;
  padding-left: 10%;
  padding-right: 2%;
  height: auto;
}

@media (max-width: 900px) {
  footer .inner {
    padding: 0;
    width: 85%;
  }
}

footer .footer_entry {
  max-width: 1100px;
  width: 100%;
  position: relative;
  height: 110px;
  margin: 0 auto;
  top: -50px;
  background-color: #fff;
}

@media (max-width: 900px) {
  footer .footer_entry {
    width: 100%;
    height: 70px;
  }
}

footer .footer_entry .footer_btn {
  width: 100%;
  position: relative;
  height: 100%;
  background-color: #f29a04;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer_entry .footer_btn span {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 2.72px;
  color: #fff;
  line-height: 1em;
  padding-top: 9px;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 900px) {
  footer .footer_entry .footer_btn span {
    font-size: 2rem;
    padding-top: 6px;
  }
}

footer .footer_entry .footer_btn .footer_entry_icon {
  width: 48px;
  height: auto;
}

@media (max-width: 900px) {
  footer .footer_entry .footer_btn .footer_entry_icon {
    width: 25px;
  }
}

footer .footer_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1100px;
  margin: 2px auto 0;
  padding-left: 40px;
}

@media (max-width: 900px) {
  footer .footer_navi {
    padding-left: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

footer .footer_navi div {
  width: calc(100% / 4 - 30px);
  margin: 0 auto;
}

@media (max-width: 900px) {
  footer .footer_navi div {
    margin-right: 0;
    width: calc(100% / 1 - 20px);
  }
}

footer .footer_navi ul {
  margin-bottom: 26px;
}

footer .footer_navi ul li.parent {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-align: left;
  color: #626262;
  margin-bottom: 13px;
}

footer .footer_navi ul li.child {
  font-size: 1.3rem;
  letter-spacing: 0.6px;
  text-align: left;
  color: #333;
  text-indent: -1em;
  margin-left: 1em;
  padding-left: 15px;
  margin-bottom: 5px;
}

@media (max-width: 900px) {
  footer .footer_navi .other_menu {
    margin-bottom: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

footer .footer_navi .other_menu li {
  font-size: 1.4rem;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  margin-bottom: 22px;
}

@media (max-width: 900px) {
  footer .footer_navi .other_menu li {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  footer .footer_navi .other_menu li:not(:last-child) {
    margin-right: 15px;
  }
}

footer .footer_navi .other_menu li::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/common/icon2.svg);
  background-size: contain;
  margin-left: 7px;
}

footer .goto_top {
  width: 110px;
  min-width: 110px;
  height: auto;
  position: relative;
  right: 0;
  bottom: 0;
}

footer .goto_top a {
  display: block;
  background-color: #f29a04;
  height: 100%;
  width: 100%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

footer .goto_top a:hover img {
  bottom: 20px;
}

footer .goto_top a img {
  position: absolute;
  bottom: 0;
  left: 50px;
  width: auto;
  height: 104px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

footer .footer_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 40px;
}

footer .footer_copy .footer-logo {
  width: auto;
  height: 52px;
  position: relative;
}

footer .footer_copy .footer-logo img {
  width: auto;
  height: 100%;
}

footer .footer_copy .copyright {
  font-size: 1.3rem;
  color: #2a2a2a;
  position: relative;
  display: block;
  text-align: right;
}

.footer.-Noentry .footer_entry {
  opacity: 0;
}

.footer.-Noentry .footer_entry a.footer_btn {
  pointer-events: none;
}

/*
 * Fonts
 * -------------------------------------------------------------------
 */
/*
 * 採用情報
 * -------------------------------------------------------------------
 */
.top .section {
  margin-bottom: 150px;
  overflow: hidden;
}

.top .MV {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}

@media (max-width: 900px) {
  .top .MV {
    margin-bottom: 50px;
  }
}

.top .MV.-nobottom {
  margin-bottom: 0;
}

.top .MV .MV_img {
  max-width: 100%;
  height: 100%;
  margin-top: 100px;
  position: relative;
}

@media (max-width: 900px) {
  .top .MV .MV_img {
    margin-top: 60px;
  }
}

.top .MV .MV_catchCopy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #f29a04;
  position: absolute;
  bottom: 7vw;
  right: 3.6%;
  max-width: 900px;
  width: auto;
  padding: 0 2% 0.5%;
  margin-left: 10vw;
}

.top .MV .MV_catchCopy .MV_catchCopy_txt {
  color: #fff;
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 1.8px;
  line-height: 1.3;
}

@media (max-width: 900px) {
  .top .MV .MV_catchCopy .MV_catchCopy_txt {
    font-size: 2rem;
  }
}

.top .section.-introdution .contentsBox {
  padding: 0 3.6%;
  margin: 0 auto;
  display: block;
  position: relative;
}

@media (max-width: 900px) {
  .top .section.-introdution .contentsBox {
    padding: 0;
  }
}

.top .section.-introdution .contentsBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 900px) {
  .top .section.-introdution .contentsBox ul {
    display: inline-block;
  }
}

.top .section.-introdution .contentsBox ul li {
  position: relative;
  width: 48.2%;
}

.top .section.-introdution .contentsBox ul li.-rightBox {
  margin-top: 110px;
}

@media (max-width: 900px) {
  .top .section.-introdution .contentsBox ul li.-rightBox {
    float: right;
  }
}

@media (max-width: 900px) {
  .top .section.-introdution .contentsBox ul li {
    width: 92%;
  }
}

.top .section.-introdution .contentsBox figure {
  position: relative;
}

.top .section.-introdution .contentsBox .btn {
  background-color: #f29a04;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  width: 410px;
  height: 98px;
  padding: 0 0 0 35px;
  bottom: -45px;
}

@media (max-width: 1060px) {
  .top .section.-introdution .contentsBox .btn {
    width: 350px;
  }
}

@media (max-width: 900px) {
  .top .section.-introdution .contentsBox .btn {
    width: 290px;
    height: 65px;
  }
}

.top .section.-introdution .contentsBox .btn::after {
  content: "";
  position: absolute;
  right: 0;
  width: 70px;
  height: 100%;
  background: #fff;
  opacity: 0.3;
}

@media (max-width: 900px) {
  .top .section.-introdution .contentsBox .btn::after {
    width: 45px;
  }
}

.top .section.-introdution .contentsBox .btn p {
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-align: left;
  color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2.2em;
  padding-left: 35px;
  display: inline-block;
}

@media (max-width: 900px) {
  .top .section.-introdution .contentsBox .btn p {
    font-size: 1.75rem;
    height: 2.5em;
    padding-left: 20px;
  }
}

.top .section.-introdution .contentsBox .btn p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4em;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
}

.top .section.-introdution .contentsBox .btn p .small {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.96px;
  text-align: left;
  color: #fff;
  display: block;
}

@media (max-width: 900px) {
  .top .section.-introdution .contentsBox .btn p .small {
    font-size: 1.1rem;
    padding-top: 0;
    margin-top: -3px;
  }
}

.top .section.-interview {
  position: relative;
  padding: 0 130px;
}

@media (max-width: 900px) {
  .top .section.-interview {
    padding: 0;
  }
}

.top .section.-interview .interview_inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.top .section.-interview .top_heading {
  position: relative;
  right: 62px;
  z-index: 1;
}

@media (max-width: 900px) {
  .top .section.-interview .top_heading {
    right: 4%;
  }
}

.top .section.-interview .top_heading h2 {
  padding: 67px 20px 20px 27px;
  font-size: 7.6rem;
  font-weight: bold;
  letter-spacing: 2.95px;
  text-align: left;
  color: #f29a04;
  line-height: 0.5;
}

@media (max-width: 1060px) {
  .top .section.-interview .top_heading h2 {
    font-size: 5.2vw;
  }
}

@media (max-width: 900px) {
  .top .section.-interview .top_heading h2 {
    font-size: 3.6rem;
    padding-top: 0;
    padding-bottom: 10px;
  }
}

.top .section.-interview .top_heading .txt {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 25px 0 35px;
  letter-spacing: 3.2px;
  text-align: left;
  color: #333;
}

@media (max-width: 900px) {
  .top .section.-interview .top_heading .txt {
    font-size: 1.4rem;
  }
}

.top .section.-interview .member_area {
  border-top: 90px solid #ececec;
  border-bottom: 90px solid #ececec;
  border-right: 90px solid #f29a04;
  border-left: 90px solid #ececec;
  position: relative;
  margin-top: -60px;
}

@media (max-width: 1060px) {
  .top .section.-interview .member_area {
    border-top: 50px solid #ececec;
    border-bottom: 50px solid #ececec;
    border-right: 50px solid #f29a04;
    border-left: 50px solid #ececec;
    margin-top: -45px;
  }
}

.top .section.-interview .member_area::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 60%;
  border-bottom: 90px solid #f29a04;
}

@media (max-width: 1060px) {
  .top .section.-interview .member_area::before {
    right: -50px;
    top: -50px;
    width: 65%;
    border-bottom: 50px solid #f29a04;
  }
}

.top .section.-interview .member_area::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 60%;
  border-bottom: 90px solid #f29a04;
}

@media (max-width: 1060px) {
  .top .section.-interview .member_area::after {
    right: -50px;
    bottom: -50px;
    width: 65%;
    border-bottom: 50px solid #f29a04;
  }
}

.top .section.-interview .member_area .member_inner {
  position: relative;
}

.top .section.-interview .member_area .member_inner::before {
  content: "";
  display: block;
  padding-top: 10%;
}

.top .section.-interview .member_area .member_inner::after {
  content: "";
  display: block;
  padding-bottom: 10%;
}

.top .section.-interview .member_area .member_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 122%;
  height: auto;
  position: relative;
  left: -11%;
}

@media (max-width: 1060px) {
  .top .section.-interview .member_area .member_list {
    width: auto;
    left: 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 0 20px;
  }
}

.top .section.-interview .member_area .member_list .member {
  width: 28.7%;
  min-width: 243px;
  position: relative;
}

@media (max-width: 1060px) {
  .top .section.-interview .member_area .member_list .member {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media (max-width: 1060px) {
  .top .section.-interview .member_area .member_list .member.-member2 {
    margin-top: 0;
  }
}

@media (max-width: 1060px) {
  .top .section.-interview .member_area .member_list .member.-member3 {
    margin-top: 0;
  }
}

.top .section.-interview .member_area .member_list .member .position {
  z-index: 1;
  position: relative;
  top: -20px;
  left: 0;
}

.top .section.-interview .member_area .member_list .member .position .jp_txt {
  width: auto;
  max-width: 100%;
  height: 40px;
  background-color: #f29a04;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 2.56px;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 0 3.6%;
  display: inline-block;
}

@media (max-width: 1060px) {
  .top .section.-interview .member_area .member_list .member .position .jp_txt {
    height: auto;
    font-size: 1.4rem;
    line-height: 2.1em;
    letter-spacing: 1.56px;
  }
}

.top .section.-interview .member_area .member_list .member .position .en_txt {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.94px;
  text-align: right;
  color: #f29a04;
}

@media (max-width: 1060px) {
  .top .section.-interview .member_area .member_list .member .position .en_txt {
    font-size: 1.75rem;
  }
}

.top .section.-interview .member_area .member_list .member .otherBox .comment {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 2.3px;
  margin-bottom: 15px;
}

@media (max-width: 1060px) {
  .top .section.-interview .member_area .member_list .member .otherBox .comment {
    font-size: 1.4rem;
  }
}

.top .section.-interview .member_area .member_list .member .otherBox .prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.top .section.-interview .member_area .member_list .member .otherBox .prof .name {
  margin: 0 13px 0 0;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: normal;
  text-align: left;
  color: #606060;
  line-height: 1em;
}

@media (max-width: 1060px) {
  .top .section.-interview .member_area .member_list .member .otherBox .prof .name {
    font-size: 2.4rem;
    margin: 0 6px 0 0;
  }
}

.top .section.-interview .member_area .member_list .member .otherBox .prof .years {
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: normal;
  text-align: left;
  color: #606060;
}

@media (max-width: 1060px) {
  .top .section.-interview .member_area .member_list .member .otherBox .prof .years {
    font-size: 1.3rem;
  }
}

@media (max-width: 1060px) {
  .top .section.-interview .member_area .scroll {
    overflow-x: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.top .section.-working {
  position: relative;
  margin-bottom: 290px;
  overflow: inherit;
}

@media (max-width: 900px) {
  .top .section.-working {
    margin-bottom: 110px;
  }
}

.top .section.-working::after {
  content: "";
  background-color: #ececec;
  position: absolute;
  bottom: 0;
  right: 0;
  height: calc( 100% - 16.6%);
  width: calc( 100% - 3.6%);
  padding: 130px;
}

@media (max-width: 900px) {
  .top .section.-working::after {
    height: calc( 100%);
  }
}

.top .section.-working .working_inner {
  position: relative;
  margin-left: 3.6%;
  z-index: 1;
}

.top .section.-working .working_inner::after {
  content: "";
  width: 95%;
  background-color: #f29a04;
  height: 180px;
  bottom: -90px;
  position: absolute;
  z-index: -1;
}

@media (max-width: 900px) {
  .top .section.-working .working_inner::after {
    height: 80px;
    bottom: -30px;
  }
}

.top .section.-working .working_contents {
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.top .section.-working .top_heading {
  position: absolute;
  z-index: 8;
  top: 90px;
}

@media (max-width: 900px) {
  .top .section.-working .top_heading {
    top: -20px;
  }
}

.top .section.-working .top_heading h2 {
  padding-left: 45px;
  font-size: 5.2vw;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 1.5px;
  text-align: left;
  color: #f29a04;
}

@media (min-width: 1600px) {
  .top .section.-working .top_heading h2 {
    font-size: 7.6rem;
  }
}

@media (max-width: 1300px) {
  .top .section.-working .top_heading h2 {
    font-size: 4vw;
  }
}

@media (max-width: 900px) {
  .top .section.-working .top_heading h2 {
    padding-left: 0;
    font-size: 3.5rem;
    letter-spacing: 1.3px;
    margin-bottom: 7px;
  }
}

.top .section.-working .top_heading .txt {
  padding-left: 50px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 3.2px;
  text-align: left;
  color: #333;
}

@media (max-width: 900px) {
  .top .section.-working .top_heading .txt {
    padding-left: 5px;
    font-size: 1.4rem;
    letter-spacing: 3.2px;
    margin-top: -5px;
  }
}

.top .section.-working .BoxtypeA {
  margin-left: auto;
  margin-right: 3.6%;
  padding-bottom: 40px;
  z-index: 2;
}

@media (max-width: 900px) {
  .top .section.-working .BoxtypeA {
    margin-right: 0;
    padding-left: 8%;
    padding-top: 90px;
  }
}

.top .section.-working .BoxtypeA_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}

.top .section.-working .BoxtypeA_inner.-con2::before {
  content: "";
  display: block;
  max-width: 100%;
  width: 100%;
  height: 270px;
}

@media (max-width: 900px) {
  .top .section.-working .BoxtypeA_inner.-con2::before {
    content: none;
  }
}

.top .section.-working .BoxtypeA_inner.-con3::before {
  content: "";
  display: block;
  max-width: 570px;
  width: 100%;
}

@media (max-width: 1300px) {
  .top .section.-working .BoxtypeA_inner.-con3::before {
    max-width: 450px;
  }
}

.top .section.-working .BoxtypeA_inner .conBox {
  max-width: 570px;
  width: 100%;
  background-color: #000;
  position: relative;
}

@media (max-width: 1300px) {
  .top .section.-working .BoxtypeA_inner .conBox {
    max-width: 450px;
  }
}

.top .section.-working .BoxtypeA_inner .conBox img {
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top .section.-working .BoxtypeA_inner .conBox .ttlBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.top .section.-working .BoxtypeA_inner .conBox .ttlBox .jp_ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 0.83;
  letter-spacing: 1.8px;
  text-align: center;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .top .section.-working .BoxtypeA_inner .conBox .ttlBox .jp_ttl {
    font-size: 1.8rem;
  }
}

.top .section.-working .BoxtypeA_inner .conBox .ttlBox .en_ttl {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.17px;
  text-align: center;
  color: #fff;
  display: block;
}

@media (max-width: 900px) {
  .top .section.-working .BoxtypeA_inner .conBox .ttlBox .en_ttl {
    font-size: 1.1rem;
  }
}

.top .section.-working .BoxtypeA_inner .conBox a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.top .section.-working .BoxtypeA_inner .conBox a::before {
  content: "";
  position: absolute;
  bottom: 55px;
  right: 57px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #f29a04;
  border-right: 3px solid #f29a04;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

@media (max-width: 900px) {
  .top .section.-working .BoxtypeA_inner .conBox a::before {
    bottom: 41px;
    right: 32px;
    width: 10px;
    height: 10px;
  }
}

.top .section.-working .BoxtypeA_inner .conBox a::after {
  content: "";
  position: absolute;
  right: 27px;
  bottom: 27px;
  width: 70px;
  height: 70px;
  background: #fff;
}

@media (max-width: 900px) {
  .top .section.-working .BoxtypeA_inner .conBox a::after {
    width: 40px;
    height: 40px;
    right: 15px;
  }
}

.top .section.-working .BoxtypeA_inner .conBox a:hover {
  opacity: 1;
}

.top .section.-working .BoxtypeA_inner .conBox a:hover img {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top .section.-recruit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 900px) {
  .top .section.-recruit ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top .section.-recruit ul li {
  width: 34.8%;
  min-width: 228px;
  height: auto;
  margin: 0 30px;
}

@media (max-width: 900px) {
  .top .section.-recruit ul li {
    width: 85%;
    min-width: 0;
    margin: 0 auto 40px;
  }
}

.top .section.-recruit ul li a {
  position: relative;
  display: block;
}

.top .section.-recruit ul li a::before {
  content: "";
  position: absolute;
  bottom: 73px;
  right: 34px;
  width: 17px;
  height: 17px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

@media (max-width: 900px) {
  .top .section.-recruit ul li a::before {
    bottom: 58px;
    right: 21px;
    width: 14px;
    height: 14px;
  }
}

.top .section.-recruit ul li a figure {
  position: relative;
  margin-bottom: 22px;
}

.top .section.-recruit ul li a figure::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 80px;
  height: 80px;
  background: #f29a04;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media (max-width: 1300px) {
  .top .section.-recruit ul li a figure::before {
    bottom: -25px;
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 900px) {
  .top .section.-recruit ul li a figure::before {
    bottom: -25px;
    width: 50px;
    height: 50px;
  }
}

.top .section.-recruit ul li a .ttlBox {
  border-left: 5px solid #f29a04;
  margin: 0 0 0 8px;
  padding-left: 18px;
}

@media (max-width: 900px) {
  .top .section.-recruit ul li a .ttlBox {
    padding-left: 13px;
    padding-top: 3px;
  }
}

.top .section.-recruit ul li a .ttlBox .jp_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.96px;
  text-align: left;
  color: #333;
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 1300px) {
  .top .section.-recruit ul li a .ttlBox .jp_ttl {
    font-size: 1.8vw;
  }
}

@media (max-width: 900px) {
  .top .section.-recruit ul li a .ttlBox .jp_ttl {
    font-size: 1.6rem;
    line-height: 1;
  }
}

.top .section.-recruit ul li a .ttlBox .en_ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.32px;
  text-align: left;
  color: #333;
}

@media (max-width: 900px) {
  .top .section.-recruit ul li a .ttlBox .en_ttl {
    font-size: 1.1rem;
    line-height: 1;
  }
}

.top .section.-recruit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 900px) {
  .top .section.-recruit ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top .section.-recruit ul li {
  width: 34.8%;
  min-width: 228px;
  height: auto;
  margin: 0 30px;
}

@media (max-width: 900px) {
  .top .section.-recruit ul li {
    width: 85%;
    min-width: 0;
    margin: 0 auto 40px;
  }
}

.top .section.-recruit ul li a {
  position: relative;
  display: block;
}

.top .section.-recruit ul li a::before {
  content: "";
  position: absolute;
  bottom: 73px;
  right: 34px;
  width: 17px;
  height: 17px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

@media (max-width: 900px) {
  .top .section.-recruit ul li a::before {
    bottom: 58px;
    right: 21px;
    width: 14px;
    height: 14px;
  }
}

.top .section.-recruit ul li a figure {
  position: relative;
  margin-bottom: 22px;
}

.top .section.-recruit ul li a figure::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 80px;
  height: 80px;
  background: #f29a04;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media (max-width: 1300px) {
  .top .section.-recruit ul li a figure::before {
    bottom: -25px;
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 900px) {
  .top .section.-recruit ul li a figure::before {
    bottom: -25px;
    width: 50px;
    height: 50px;
  }
}

.top .section.-recruit ul li a .ttlBox {
  border-left: 5px solid #f29a04;
  margin: 0 0 0 8px;
  padding-left: 18px;
}

@media (max-width: 900px) {
  .top .section.-recruit ul li a .ttlBox {
    padding-left: 13px;
    padding-top: 3px;
  }
}

.top .section.-recruit ul li a .ttlBox .jp_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.96px;
  text-align: left;
  color: #333;
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 1300px) {
  .top .section.-recruit ul li a .ttlBox .jp_ttl {
    font-size: 1.8vw;
  }
}

@media (max-width: 900px) {
  .top .section.-recruit ul li a .ttlBox .jp_ttl {
    font-size: 1.6rem;
    line-height: 1;
  }
}

.top .section.-recruit ul li a .ttlBox .en_ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.32px;
  text-align: left;
  color: #333;
}

@media (max-width: 900px) {
  .top .section.-recruit ul li a .ttlBox .en_ttl {
    font-size: 1.1rem;
    line-height: 1;
  }
}

.top .section.-OneColumn {
  position: relative;
}

.top .section.-OneColumn::before {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  height: calc( 100% + 3%);
  width: calc( 100% - 32.6%);
  background-color: #ececec;
}

@media (max-width: 900px) {
  .top .section.-OneColumn::before {
    top: -50px;
    height: calc( 100% + 25%);
  }
}

.top .section.-OneColumn .OneColumn_inner {
  position: relative;
  margin-top: 100px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .top .section.-OneColumn .OneColumn_inner {
    margin-top: 50px;
  }
}

.top .section.-OneColumn ul {
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.6%;
}

@media (max-width: 900px) {
  .top .section.-OneColumn ul li {
    margin: 0 auto 40px;
  }
}

.top .section.-OneColumn ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 900px) {
  .top .section.-OneColumn ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top .section.-OneColumn ul li a figure {
  position: relative;
  margin-bottom: 22px;
  max-width: 780px;
  width: 100%;
  margin-right: 100px;
}

.top .section.-OneColumn ul li a figure::before {
  content: "";
  position: absolute;
  bottom: 60px;
  right: 60px;
  width: 17px;
  height: 17px;
  border-top: 3px solid #f29a04;
  border-right: 3px solid #f29a04;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

@media (max-width: 900px) {
  .top .section.-OneColumn ul li a figure::before {
    bottom: 33px;
    right: 46px;
    width: 14px;
    height: 14px;
  }
}

.top .section.-OneColumn ul li a figure::after {
  content: "";
  position: absolute;
  right: 27px;
  bottom: 27px;
  width: 80px;
  height: 80px;
  background: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media (max-width: 1300px) {
  .top .section.-OneColumn ul li a figure::after {
    /*bottom: -25px;
                                width: 70px;
                                height: 70px;*/
  }
}

@media (max-width: 900px) {
  .top .section.-OneColumn ul li a figure::after {
    bottom: 15px;
    width: 50px;
    height: 50px;
  }
}

.top .section.-OneColumn ul li a .ttlBox {
  border-left: 5px solid #f29a04;
  margin: 0 0 0 8px;
  padding-left: 18px;
}

@media (max-width: 900px) {
  .top .section.-OneColumn ul li a .ttlBox {
    padding-left: 13px;
    padding-top: 3px;
  }
}

.top .section.-OneColumn ul li a .ttlBox .jp_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.96px;
  text-align: left;
  color: #333;
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 1300px) {
  .top .section.-OneColumn ul li a .ttlBox .jp_ttl {
    font-size: 1.8vw;
  }
}

@media (max-width: 900px) {
  .top .section.-OneColumn ul li a .ttlBox .jp_ttl {
    font-size: 1.6rem;
    line-height: 1;
  }
}

.top .section.-OneColumn ul li a .ttlBox .en_ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.32px;
  text-align: left;
  color: #333;
}

@media (max-width: 900px) {
  .top .section.-OneColumn ul li a .ttlBox .en_ttl {
    font-size: 1.1rem;
    line-height: 1;
  }
}

.section.-information {
  max-width: 1600px;
  width: 100%;
  padding: 0 3.6%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: inherit;
}

@media (max-width: 900px) {
  .section.-information {
    margin-bottom: 100px;
  }
}

.section.-information .info_inner {
  background-color: #ececec;
  padding: 70px 5%;
}

@media (max-width: 900px) {
  .section.-information .info_inner {
    padding: 40px 5%;
  }
}

.section.-information h2 {
  position: absolute;
  color: #f29a04;
  font-size: 3.5rem;
  font-weight: bold;
  top: -20px;
}

@media (max-width: 900px) {
  .section.-information h2 {
    font-size: 2.5rem;
  }
}

.section.-information .info_list {
  overflow-y: scroll;
  max-height: 300px;
}

@media (max-width: 900px) {
  .section.-information .info_list {
    max-height: 240px;
  }
}

.section.-information .info_list.scroll_bar::-webkit-scrollbar {
  width: 5px;
}

.section.-information .info_list.scroll_bar::-webkit-scrollbar-track {
  background-color: #ccc;
}

.section.-information .info_list.scroll_bar::-webkit-scrollbar-thumb {
  background-color: #f29a04;
}

.section.-information .info_list_item:not(:last-child) {
  margin-bottom: 10px;
}

.section.-information .info_list_item .info_list_item__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 15px 3vw;
  min-height: 95px;
}

@media (max-width: 900px) {
  .section.-information .info_list_item .info_list_item__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.section.-information .info_list_item .info_list_item__box .info_date {
  width: 115px;
  margin-right: 40px;
  font-size: 1.4rem;
  margin-top: 5px;
  font-weight: 500;
}

@media (max-width: 900px) {
  .section.-information .info_list_item .info_list_item__box .info_date {
    font-size: 1.2rem;
  }
}

.section.-information .info_list_item .info_list_item__box .info_comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.section.-information .info_list_item .info_list_item__box .info_comment .info_comment_ttl {
  font-size: 1.7rem;
}

@media (max-width: 900px) {
  .section.-information .info_list_item .info_list_item__box .info_comment .info_comment_ttl {
    font-size: 1.5rem;
  }
}

.section.-information .info_list_item .info_list_item__box .info_comment .info_comment_txt {
  font-size: 1.5rem;
  margin-top: 8px;
}

@media (max-width: 900px) {
  .section.-information .info_list_item .info_list_item__box .info_comment .info_comment_txt {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}

.-branding .section {
  max-width: 1200px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

@media (max-width: 900px) {
  .-branding .section {
    padding-left: 4%;
    padding-right: 4%;
    margin-bottom: 60px;
  }
}

.-branding .section.branding_sec02 {
  max-width: 100%;
  width: 100%;
  background-color: #f29a04;
  padding-top: 80px;
  display: inline-block;
}

.-branding .branding_sec01_inner {
  max-width: 1200px;
  margin: 0 auto 80px;
}

@media (max-width: 900px) {
  .-branding .branding_sec01_inner {
    margin: 0 auto 20px;
  }
}

.-branding .branding_sec01_inner._gray {
  background-color: #f4f4f4;
}

.-branding .branding_sec01_inner._gray .environment_block {
  padding: 50px;
  margin: 0 auto;
  max-width: 1100px;
}

@media (max-width: 900px) {
  .-branding .branding_sec01_inner._gray .environment_block {
    padding: 25px;
  }
}

.-branding .branding_sec02_inner {
  max-width: 1200px;
  margin: 0 auto 80px;
}

.-branding .branding_block {
  padding: 0 50px;
  margin: 0 auto;
  max-width: 1100px;
}

@media (max-width: 900px) {
  .-branding .branding_block {
    padding: 0;
  }
}

.-business .section {
  max-width: 1260px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

@media (max-width: 900px) {
  .-business .section {
    padding-left: 4%;
    padding-right: 4%;
    margin-bottom: 60px;
  }
}

.-business .catch_copy {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.-business .business_sec01_inner, .-business .business_sec02_inner, .-business .business_sec03_inner {
  max-width: 1200px;
  margin: auto;
}

.-business .business_block {
  margin: 0 auto;
}

@media (max-width: 900px) {
  .-business .business_block {
    padding: 0;
  }
}

.-business .movie_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 900px) {
  .-business .movie_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.-business .movie_box h2 {
  font-size: 1.5rem;
  border-left: 3px solid #f29a04;
  margin-bottom: 15px;
  font-weight: bold;
  padding-left: 15px;
}

@media (max-width: 900px) {
  .-business .movie_box h2 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.-business .movie_box .copytxt {
  color: #f29a04;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .-business .movie_box .copytxt {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.-business .movie_box .text_box {
  max-width: 600px;
  width: 100%;
  padding-right: 3.2%;
}

.-business .movie_box .movie {
  max-width: 600px;
  width: 100%;
}

@media (max-width: 900px) {
  .-business .movie_box .movie {
    margin-top: 20px;
  }
}

.-business .movie_box a {
  display: block;
  width: 100%;
  position: relative;
}

.-business .movie_box .play-btn {
  max-width: 87px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.-company .section {
  max-width: 1200px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

@media (max-width: 900px) {
  .-company .section {
    padding-left: 4%;
    padding-right: 4%;
    margin-bottom: 60px;
  }
}

.-company .catch_copy {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .-company .catch_copy {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

.-company .company_sec01_inner, .-company .company_sec02_inner, .-company .company_sec03_inner {
  max-width: 1200px;
  margin: auto;
}

.-company .company_block {
  padding: 0 50px;
  margin: 0 auto;
  max-width: 1100px;
}

@media (max-width: 900px) {
  .-company .company_block {
    padding: 0;
  }
}

.-company .company_sec01_inner .company_block {
  max-width: 855px;
}

.-company .company_sec01_inner .company_block .center {
  text-align: center;
  line-height: 2.5;
}

.-work .section {
  max-width: 1200px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.-work .section.work_sec02 {
  max-width: 100%;
  width: 100%;
  background-color: #f29a04;
  padding-top: 80px;
  display: inline-block;
}

.-work .work_sec01_inner {
  max-width: 1200px;
  margin: 0 auto 80px;
}

.-work .work_sec01_inner._gray {
  background-color: #f4f4f4;
}

.-work .work_sec01_inner._gray .work_block {
  padding: 50px;
  margin: 0 auto;
  max-width: 1100px;
}

@media (max-width: 900px) {
  .-work .work_sec01_inner {
    margin: 0 auto 40px;
  }
}

.-work .work_sec02_inner {
  max-width: 1200px;
  margin: 0 auto 80px;
}

@media (max-width: 900px) {
  .-work .work_sec02_inner {
    margin: 0 auto 40px;
  }
}

.-work .work_block {
  padding: 0 50px;
  margin: 0 auto;
  max-width: 1100px;
}

@media (max-width: 900px) {
  .-work .work_block {
    padding: 0;
  }
}

.-environment .section {
  max-width: 1200px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

@media (max-width: 900px) {
  .-environment .section {
    padding-left: 4%;
    padding-right: 4%;
    margin-bottom: 60px;
  }
}

.-environment .section.environment_sec02 {
  max-width: 100%;
  width: 100%;
  background-color: #fffaf1;
  padding-top: 80px;
  display: inline-block;
}

.-environment .environment_sec01_inner {
  max-width: 1200px;
  margin: 0 auto 80px;
}

@media (max-width: 900px) {
  .-environment .environment_sec01_inner {
    margin: 0 auto 20px;
  }
}

.-environment .environment_sec01_inner._gray {
  background-color: #f4f4f4;
}

.-environment .environment_sec01_inner._gray .environment_block {
  padding: 50px;
  margin: 0 auto;
  max-width: 1100px;
}

@media (max-width: 900px) {
  .-environment .environment_sec01_inner._gray .environment_block {
    padding: 25px;
  }
}

.-environment .environment_sec02_inner {
  max-width: 1200px;
  margin: 0 auto 80px;
}

.-environment .environment_block {
  padding: 0 50px;
  margin: 0 auto;
  max-width: 1140px;
}

@media (max-width: 900px) {
  .-environment .environment_block {
    padding: 0;
  }
}

.-brand .section {
  max-width: 1200px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

@media (max-width: 900px) {
  .-brand .section {
    padding-left: 4%;
    padding-right: 4%;
    margin-bottom: 60px;
  }
}

.-brand .catch_copy {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.-brand .brand_sec01_inner, .-brand .brand_sec02_inner, .-brand .brand_sec03_inner {
  max-width: 1200px;
  margin: auto;
}

.-brand .brand_block {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1150px;
}

@media (max-width: 900px) {
  .-brand .brand_block {
    padding: 0;
  }
}

.-application .section {
  max-width: 1200px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

@media (max-width: 900px) {
  .-application .section {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.-application .application_sec01_inner {
  max-width: 1200px;
  margin: auto;
}

.-application .application_block {
  padding: 0 50px;
  margin: 0 auto;
  max-width: 1100px;
}

@media (max-width: 900px) {
  .-application .application_block {
    padding: 0;
  }
}

.-application .entryBtn {
  margin: 80px auto 0;
}

@media (max-width: 900px) {
  .-application .entryBtn {
    margin: 50px auto 0;
  }
}

.-application .entryBtn a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1.8px;
  background-color: #f29a04;
  text-align: center;
  position: relative;
  border-radius: 35px;
  max-width: 400px;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .-application .entryBtn a {
    font-size: 1.5rem;
    max-width: 250px;
    height: 50px;
    border-radius: 25px;
  }
}

.-application .entryBtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  margin: auto;
  border-width: 7px 0 7px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.subpage.-index .index_box {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.subpage.-index .index_box .index_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 900px) {
  .subpage.-index .index_box .index_box_inner {
    padding: 0 14% 0 8%;
  }
}

.subpage.-index .index_box .index_box_inner article {
  position: relative;
  background: #fff;
}

@media (max-width: 1300px) {
  .subpage.-index .index_box .index_box_inner article {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@media (max-width: 900px) {
  .subpage.-index .index_box .index_box_inner article {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.subpage.-index .index_box .index_box_inner article::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 5px solid #f29a04;
  z-index: -1;
  top: 45px;
  right: -30px;
}

@media (max-width: 900px) {
  .subpage.-index .index_box .index_box_inner article::after {
    top: 36px;
    right: -25px;
    height: 110%;
  }
}

.subpage.-index .index_box .index_box_inner article a {
  display: block;
}

.subpage.-index .index_box .index_box_inner article:nth-child(odd) {
  margin-right: 50px;
}

@media (max-width: 1300px) {
  .subpage.-index .index_box .index_box_inner article:nth-child(odd) {
    margin-right: 2vw;
  }
}

@media (max-width: 900px) {
  .subpage.-index .index_box .index_box_inner article:nth-child(odd) {
    margin-right: 0;
  }
}

.subpage.-index .index_box .index_box_inner .-con2 {
  position: relative;
  margin-bottom: 100px;
}

.subpage.-index .index_box .index_box_inner .-con2 .indexImg {
  max-width: 540px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.subpage.-index .index_box .index_box_inner .-con2 .indexTtl {
  font-size: 3rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  background-color: #f29a04;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 5px 15px;
  z-index: 1;
  position: absolute;
  bottom: -25px;
}

@media (max-width: 900px) {
  .subpage.-index .index_box .index_box_inner .-con2 .indexTtl {
    font-size: 1.8rem;
    bottom: -20px;
  }
}

.subpage.-index .index_box .index_box_inner .indexMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -33px;
  right: 0;
}

@media (max-width: 900px) {
  .subpage.-index .index_box .index_box_inner .indexMore {
    bottom: -48px;
  }
}

.subpage.-index .index_box .index_box_inner .indexMore p {
  font-size: 1.5rem;
  font-weight: normal;
  margin-right: 15px;
  color: #2e2e2e;
}

@media (max-width: 900px) {
  .subpage.-index .index_box .index_box_inner .indexMore p {
    font-size: 1.2rem;
  }
}

.subpage.-index .index_box .index_box_inner .indexMore img {
  width: 25px;
  height: 100%;
  padding-top: 5px;
}

@media (max-width: 900px) {
  .subpage.-index .index_box .index_box_inner .indexMore img {
    width: 15px;
  }
}

.subpage.-index .index_box .index_box_inner::after {
  content: "";
  display: block;
  width: 30%;
}

@media (max-width: 900px) {
  .subpage.-index .index_box .index_box_inner::after {
    content: none;
  }
}

@media (max-width: 900px) {
  .subpage.-index .index_box.-custom01 .index_box_inner {
    padding: 0px 5% 0 5%;
  }
}

.subpage.-index .index_box.-custom01 .index_box_inner article {
  width: calc((100% / 3) - 4.1%);
  margin-right: 0;
}

@media (max-width: 900px) {
  .subpage.-index .index_box.-custom01 .index_box_inner article {
    width: calc((100% / 2) - 3.1%);
    margin-bottom: 25px;
  }
}

.subpage.-index .index_box.-custom01 .index_box_inner article::after {
  content: none;
}

.subpage.-index .index_box.-custom01 .index_box_inner .member_index {
  position: relative;
}

.subpage.-index .index_box.-custom01 .index_box_inner .member_index .position {
  z-index: 1;
  position: relative;
  top: -20px;
  left: 0;
}

.subpage.-index .index_box.-custom01 .index_box_inner .member_index .position .jp_txt {
  width: auto;
  max-width: 100%;
  height: 40px;
  background-color: #45b2c1;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 2.56px;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 0 3.6%;
  display: inline-block;
}

@media (max-width: 900px) {
  .subpage.-index .index_box.-custom01 .index_box_inner .member_index .position .jp_txt {
    font-size: 1.2rem;
    height: auto;
  }
}

.subpage.-index .index_box.-custom01 .index_box_inner .member_index .position .en_txt {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.94px;
  text-align: right;
  color: #45b2c1;
}

.subpage.-index .index_box.-custom01 .index_box_inner .member_index .otherBox .comment {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 2.3px;
  margin-bottom: 15px;
}

@media (max-width: 900px) {
  .subpage.-index .index_box.-custom01 .index_box_inner .member_index .otherBox .comment {
    font-size: 1.3rem;
  }
}

.subpage.-index .index_box.-custom01 .index_box_inner .member_index .otherBox .prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.subpage.-index .index_box.-custom01 .index_box_inner .member_index .otherBox .prof .name {
  margin: 0 13px 0 0;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: normal;
  text-align: left;
  color: #606060;
  line-height: 1em;
}

@media (max-width: 900px) {
  .subpage.-index .index_box.-custom01 .index_box_inner .member_index .otherBox .prof .name {
    font-size: 2.3rem;
    margin: 0 6px 0 0;
  }
}

.subpage.-index .index_box.-custom01 .index_box_inner .member_index .otherBox .prof .years {
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: normal;
  text-align: left;
  color: #606060;
}

@media (max-width: 900px) {
  .subpage.-index .index_box.-custom01 .index_box_inner .member_index .otherBox .prof .years {
    font-size: 1.1rem;
  }
}

.subpage.-index .index_box.-custom01 .index_box_inner::after {
  content: "";
  display: block;
  width: 30%;
}

@media (max-width: 900px) {
  .subpage.-index .index_box.-custom01 .index_box_inner::after {
    content: none;
  }
}

.subpage.-index .index_box.-custom02 .group_name {
  font-size: 3.0rem;
  font-weight: 600;
  color: #f29a04;
  margin-bottom: 50px;
  border-left: 5px solid #f29a04;
  padding: 0 20px;
}

@media (max-width: 900px) {
  .subpage.-index .index_box.-custom02 .group_name {
    font-size: 2.3rem;
    margin-bottom: 40px;
    line-height: 1.2;
  }
}

.subpage.-index .index_box.-custom02 .index_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 60px;
}

@media (max-width: 900px) {
  .subpage.-index .index_box.-custom02 .index_box_inner {
    padding: 0 8% 30px;
  }
}

.subpage.-index .index_box.-custom02 article {
  margin: 0 auto 30px !important;
  width: 100%;
}

.subpage.-index .index_box.-custom02 article:last-of-type {
  margin-bottom: 0 !important;
}

.subpage.-index .index_box.-custom02 article .nameLabel {
  font-size: 1.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #555;
  height: 35px;
  margin-bottom: 20px;
  padding: 0 30px;
  letter-spacing: 1.8px;
}

@media (max-width: 900px) {
  .subpage.-index .index_box.-custom02 article .nameLabel {
    font-size: 1.2rem;
    height: 28px;
    border-radius: 15px;
  }
}

.subpage.-index .index_box.-custom02 article::after {
  content: none;
}

.subpage.-index .index_box.-custom02 .listBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 900px) {
  .subpage.-index .index_box.-custom02 .listBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.subpage.-index .index_box.-custom02 .listBox .listBox_item {
  width: calc( 100% / 2 - 20px);
  max-width: 580px;
  height: 70px;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .subpage.-index .index_box.-custom02 .listBox .listBox_item {
    width: 100%;
    height: 60px;
  }
}

.subpage.-index .index_box.-custom02 .listBox .listBox_item a {
  width: 100%;
  height: 100%;
  border: 1.5px solid #f29a04;
  color: #f29a04;
  font-weight: bold;
  font-size: 2.0rem;
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 7%;
}

@media (max-width: 900px) {
  .subpage.-index .index_box.-custom02 .listBox .listBox_item a {
    font-size: 1.4rem;
  }
}

.subpage.-index .index_box.-custom02 .listBox .listBox_item a::after {
  content: "";
  background-image: url(../img/common/more_icon.svg);
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 35px;
}

.-entryForm .section {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .-entryForm .section:last-of-type {
    margin-bottom: 50px !important;
  }
}

.-entryForm .mainvisual {
  height: 200px;
}

@media (max-width: 900px) {
  .-entryForm .mainvisual {
    height: 130px;
  }
}

.-entryForm .mainvisual .mainvisual_head_text {
  position: relative;
  left: auto;
  bottom: auto;
  padding-top: 100px;
}

@media (max-width: 900px) {
  .-entryForm .mainvisual .mainvisual_head_text {
    padding-top: 55px;
  }
}

.-entryForm .mainvisual .mainvisual_head_text h1 {
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 900px) {
  .-entryForm .mainvisual .mainvisual_head_text h1 {
    font-size: 1.4rem;
  }
}

.-entryForm .mainvisual .mainvisual_head_text h1 .mainvisual_text-main {
  letter-spacing: 3px;
  font-size: 5.8rem;
}

@media (max-width: 900px) {
  .-entryForm .mainvisual .mainvisual_head_text h1 .mainvisual_text-main {
    font-size: 2.3rem;
  }
}

.-entryForm .formFlow {
  margin-bottom: 70px;
  padding: 0 8.34%;
}

@media (max-width: 900px) {
  .-entryForm .formFlow {
    margin-bottom: 50px;
    padding: 0 2.34%;
  }
}

.-entryForm .formFlow .formFlowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 662px;
  margin: 0 auto;
}

.-entryForm .formFlow .formFlowBox .formFlowBox_item {
  width: 180px;
  height: 60px;
  border-radius: 30px;
  background: #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
}

@media (max-width: 900px) {
  .-entryForm .formFlow .formFlowBox .formFlowBox_item {
    width: 105px;
    height: 45px;
  }
}

.-entryForm .formFlow .formFlowBox .formFlowBox_item .formFlowBox_item_icon {
  fill: #eaeaea;
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}

@media (max-width: 900px) {
  .-entryForm .formFlow .formFlowBox .formFlowBox_item .formFlowBox_item_icon {
    width: 30px;
    height: 30px;
    margin-right: 6px;
  }
}

.-entryForm .formFlow .formFlowBox .formFlowBox_item .formFlowBox_item_icon svg {
  width: 30px;
}

@media (max-width: 900px) {
  .-entryForm .formFlow .formFlowBox .formFlowBox_item .formFlowBox_item_icon svg {
    width: 18px;
  }
}

.-entryForm .formFlow .formFlowBox .formFlowBox_item .formFlowBox_item_text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 3px;
}

@media (max-width: 900px) {
  .-entryForm .formFlow .formFlowBox .formFlowBox_item .formFlowBox_item_text {
    font-size: 1.1rem;
    width: 60px;
  }
}

.-entryForm .formFlow .formFlowBox .formFlowBox_item .formFlowBox_item_text .stepNum {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1.8px;
  margin-bottom: -6px;
}

@media (max-width: 900px) {
  .-entryForm .formFlow .formFlowBox .formFlowBox_item .formFlowBox_item_text .stepNum {
    font-size: 1.0rem;
    letter-spacing: 1.2px;
    margin-bottom: -2px;
  }
}

.-entryForm .formFlow .formFlowBox .formFlowBox_item___arrow {
  width: 15px;
  fill: #eaeaea;
}

@media (max-width: 900px) {
  .-entryForm .formFlow .formFlowBox .formFlowBox_item___arrow {
    width: 10px;
  }
}

.-entryForm .formFlow .formFlowBox .formFlowBox_item___arrow svg {
  width: 15px;
  height: 26px;
}

@media (max-width: 900px) {
  .-entryForm .formFlow .formFlowBox .formFlowBox_item___arrow svg {
    width: 10px;
  }
}

.-entryForm .mw_wp_form_input .formFlowBox_item.-first {
  background-color: #f29a04 !important;
}

.-entryForm .mw_wp_form_input .formFlowBox_item.-first .formFlowBox_item_icon {
  fill: #f29a04 !important;
}

.-entryForm .mw_wp_form_input .formFlowBox_item___arrow.-first {
  fill: #f29a04 !important;
}

.-entryForm .mw_wp_form_preview .formFlowBox_item.-second {
  background-color: #f29a04 !important;
}

.-entryForm .mw_wp_form_preview .formFlowBox_item.-second .formFlowBox_item_icon {
  fill: #f29a04 !important;
}

.-entryForm .mw_wp_form_preview .formFlowBox_item___arrow.-second {
  fill: #f29a04 !important;
}

.-entryForm .mw_wp_form_complete .formFlowBox_item.-third {
  background-color: #f29a04 !important;
}

.-entryForm .mw_wp_form_complete .formFlowBox_item.-third .formFlowBox_item_icon {
  fill: #f29a04 !important;
}

.-entryForm .formBox {
  padding: 0 8.34%;
}

.-entryForm .formBox .formBox_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 900px) {
  .-entryForm .formBox .formBox_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.-entryForm .formBox .formBox_item:not(:last-child) {
  margin-bottom: 40px;
}

.-entryForm .formBox .formBox_ttl {
  color: #f29a04;
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* width: 170px; */
  width: 230px;
  margin-right: 20px;
}

@media (max-width: 900px) {
  .-entryForm .formBox .formBox_ttl {
    font-size: 1.4rem;
    margin-bottom: 15px;
    width: auto;
  }
}

.-entryForm .formBox .formBox_ttl .required {
  display: inline-block;
  color: #fff;
  background-color: #2bc0bb;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0 9px;
}

@media (max-width: 900px) {
  .-entryForm .formBox .formBox_ttl .required {
    font-size: 1.0rem;
    margin-left: 20px;
  }
}

.-entryForm .formBox .formBox_input {
  width: 75%;
}

@media (max-width: 900px) {
  .-entryForm .formBox .formBox_input {
    width: 100%;
  }
}

.-entryForm .formBox .formBox_input input {
  height: 50px;
  max-width: 560px;
  width: 100%;
  background-color: #eaeaea;
  border: none;
  padding: 0 6.4%;
}

.-entryForm .formBox .formBox_input textarea {
  max-width: 560px;
  width: 100%;
  background-color: #eaeaea;
  border: none;
  padding: 20px 6.4%;
}

.-entryForm .formBox .formBox_input input.file {
  background-color: transparent;
  max-width: 100%;
  padding: 0;
  height: auto;
}


@media (max-width: 900px) {
  .-entryForm .formBox .formBox_input input {
    height: 45px;
  }
}

.-entryForm .formBox .formBox_input input::-webkit-input-placeholder, .-entryForm .formBox .formBox_input textarea::-webkit-input-placeholder {
  font-size: 1.5rem;
  color: #aaaaaa;
}

.-entryForm .formBox .formBox_input input:-ms-input-placeholder, .-entryForm .formBox .formBox_input textarea:-ms-input-placeholder {
  font-size: 1.5rem;
  color: #aaaaaa;
}

.-entryForm .formBox .formBox_input input::-ms-input-placeholder, .-entryForm .formBox .formBox_input textarea::-ms-input-placeholder {
  font-size: 1.5rem;
  color: #aaaaaa;
}

.-entryForm .formBox .formBox_input input::placeholder, .-entryForm .formBox .formBox_input textarea::placeholder {
  font-size: 1.5rem;
  color: #aaaaaa;
}

@media (max-width: 900px) {
  .-entryForm .formBox .formBox_input input::-webkit-input-placeholder, .-entryForm .formBox .formBox_input textarea::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .-entryForm .formBox .formBox_input input:-ms-input-placeholder, .-entryForm .formBox .formBox_input textarea:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .-entryForm .formBox .formBox_input input::-ms-input-placeholder, .-entryForm .formBox .formBox_input textarea::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .-entryForm .formBox .formBox_input input::placeholder, .-entryForm .formBox .formBox_input textarea::placeholder {
    font-size: 1.4rem;
  }
}

.-entryForm .formBox .formBox_input input.tel {
  max-width: 120px;
}

@media (max-width: 900px) {
  .-entryForm .formBox .formBox_input input.tel {
    max-width: 80px;
  }
}

.-entryForm .formBox .formBox_input input.tel:nth-child(1) {
  margin-right: 17px;
}

@media (max-width: 900px) {
  .-entryForm .formBox .formBox_input input.tel:nth-child(1) {
    margin-right: 10px;
  }
}

.-entryForm .formBox .formBox_input input.tel:nth-child(2) {
  margin-right: 17px;
  margin-left: 17px;
}

@media (max-width: 900px) {
  .-entryForm .formBox .formBox_input input.tel:nth-child(2) {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.-entryForm .formBox .formBox_input input.tel:nth-child(3) {
  margin-left: 17px;
}

@media (max-width: 900px) {
  .-entryForm .formBox .formBox_input input.tel:nth-child(3) {
    margin-left: 10px;
  }
}

.-entryForm .formBox .formBox_input input[type="text"]:focus, .-entryForm .formBox .formBox_input input[type="email"]:focus, .-entryForm .formBox .formBox_input textarea:focus, .-entryForm .formBox .formBox_input input[type="url"]:focus {
  outline: solid 1.5px #f29a04;
}

.-entryForm .formBox .formBox_input span.mwform-radio-field-text {
  font-weight: 500;
}

.-entryForm .formBox .formBox_input input[type=radio] {
  display: none;
}

.-entryForm .formBox .formBox_input .mwform-radio-field-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

@media (max-width: 900px) {
  .-entryForm .formBox .formBox_input .mwform-radio-field-text {
    padding: 0 5px 0 30px;
  }
}

.-entryForm .formBox .formBox_input .mwform-radio-field-text::before {
  content: "";
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 50%;
  display: block;
  height: 14px;
  left: 5px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 14px;
}

.-entryForm .formBox .formBox_input .mwform-radio-field-text::after {
  content: "";
  background: #f29a04;
  border-radius: 50%;
  display: block;
  height: 10px;
  left: 7px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: scale3d(0.3, 0.3, 1);
          transform: scale3d(0.3, 0.3, 1);
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  width: 10px;
}

.-entryForm .formBox .formBox_input input[type=radio]:checked + .mwform-radio-field-text::before {
  border-color: #f29a04;
}

.-entryForm .formBox .formBox_input input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.-entryForm .formBox_btn {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 60px;
  position: relative;
}

.-entryForm .formBox_btn .formBox_btn__confirm {
  position: relative;
  width: 400px;
  height: 70px;
}

@media (max-width: 900px) {
  .-entryForm .formBox_btn .formBox_btn__confirm {
    width: 300px;
    height: 55px;
  }
}

.-entryForm .formBox_btn .formBox_btn__confirm::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  margin: auto;
  border-width: 7px 0 7px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.-entryForm .formBox_btn input[type=submit] {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1.8px;
  background-color: #eaeaea;
  text-align: center;
  position: relative;
  border-radius: 35px;
  width: 400px;
  height: 70px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 900px) {
  .-entryForm .formBox_btn input[type=submit] {
    width: 300px;
    height: 55px;
    font-size: 1.6rem;
  }
}

.-entryForm .formBox_btn input[type=submit].-active {
  background-color: #f29a04;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.-entryForm .formBox_btn input[type=submit].-active:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.-entryForm .mw_wp_form_input .formBox_btn__return {
  display: none;
}

.-entryForm .mw_wp_form_preview .formBox .formBox_item:not(:last-child) {
  margin-bottom: 70px;
}

@media (max-width: 900px) {
  .-entryForm .mw_wp_form_preview .formBox .formBox_item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.-entryForm .mw_wp_form_preview .formBox_btn {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin-top: 75px;
}

@media (max-width: 900px) {
  .-entryForm .mw_wp_form_preview .formBox_btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.-entryForm .mw_wp_form_preview .formBox_btn__return {
  display: block;
  width: 300px;
  height: 70px;
  position: relative;
  margin-right: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 900px) {
  .-entryForm .mw_wp_form_preview .formBox_btn__return {
    width: 300px;
    height: 55px;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.-entryForm .mw_wp_form_preview .formBox_btn__return:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.-entryForm .mw_wp_form_preview .formBox_btn__return::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  margin: auto;
  border-width: 7px 8px 7px 0;
  border-style: solid;
  border-color: transparent #f29a04 transparent transparent;
}

.-entryForm .mw_wp_form_preview .formBox_btn__return input[type=submit] {
  font-size: 1.8rem;
  font-weight: bold;
  color: #f29a04;
  border: 2px solid #f29a04;
  letter-spacing: 1.8px;
  background-color: #fff;
  text-align: center;
  position: relative;
  border-radius: 35px;
  width: 300px;
  height: 70px;
}

@media (max-width: 900px) {
  .-entryForm .mw_wp_form_preview .formBox_btn__return input[type=submit] {
    font-size: 1.6rem;
    width: 300px;
    height: 55px;
  }
}

.-entryForm .mw_wp_form_preview .formBox_btn__confirm {
  width: 300px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.-entryForm .mw_wp_form_preview .formBox_btn__confirm:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.-entryForm .mw_wp_form_preview .formBox_btn__confirm input[type=submit].-confirm {
  background-color: #f29a04;
  width: 300px;
}

.-entryForm .complete_box .complete_box__ttl {
  color: #f29a04;
  font-size: 3.0rem;
  letter-spacing: 6px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

@media (max-width: 900px) {
  .-entryForm .complete_box .complete_box__ttl {
    font-size: 2.0rem;
    margin-bottom: 25px;
  }
}

.-entryForm .complete_box .complete_box__txt {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 900px) {
  .-entryForm .complete_box .complete_box__txt {
    font-size: 1.3rem;
    text-align: justify;
    padding: 0 6%;
  }
}

.-entryForm .form_btn {
  margin: 80px auto 0;
}

@media (max-width: 900px) {
  .-entryForm .form_btn {
    margin: 60px auto 0;
  }
}

.-entryForm .form_btn a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1.8px;
  background-color: #f29a04;
  text-align: center;
  position: relative;
  border-radius: 35px;
  max-width: 400px;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .-entryForm .form_btn a {
    font-size: 1.6rem;
    width: 300px;
    height: 55px;
  }
}

.-entryForm .form_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  margin: auto;
  border-width: 7px 0 7px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}


.-entryForm .formBox .formBox_input .sub_txt {
  font-size: 1.3rem;
  margin-top: 10px;
}

.-entryForm .formBox .privacy-check-box {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}

.-entryForm .formBox .privacy-check-txt {
  font-size: 14px;
  margin-bottom: 20px;
}
.-entryForm .formBox .privacy-check-txt a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
  transition: all .3s;
}
.-entryForm .formBox .privacy-check-txt a:hover {
  opacity: 1;
  color: #f29a04;
  border-bottom: 1px solid #f29a04;
  transition: all .3s;
}

.-entryForm .mw_wp_form_preview .formBox_input .sub_txt {
  display: none;
}

.-entryForm span.mwform-file-delete {
  font-size: 14px;
  /* line-height: 2.3; */
  display: inline-block;
  font-weight: 600;
  color: #555;
  transition: all .3s;
}

.-entryForm span.mwform-file-delete:hover {
  opacity: 0.8;
  transition: all .3s;
}


#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f29a04;
  z-index: 9999999;
  text-align:center;
  color:#fff;
  top: 0;
  margin-top: 0;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*画面遷移アニメーション*/
.splashbg{
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg{
  display: block;
  content: "";
  position:fixed;
z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
left: 0;
  transform: scaleY(0);
  background-color: #f29a04;/*伸びる背景色の設定*/
animation-name:PageAnime;
animation-duration:1.2s;
animation-timing-function:ease-in-out;
animation-fill-mode:forwards;

}

@keyframes PageAnime{
0% {
  transform-origin:bottom;
  transform:scaleY(0);
}
50% {
  transform-origin:bottom;
  transform:scaleY(1);
}
50.001% {
  transform-origin:top;
}
100% {
  transform-origin:top;
  transform:scaleY(0);
}
}

body.top > *:not(#splash) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

body.top.appear > *:not(#splash) {
  opacity: 1;
}

body.top:not(.content-appear) > *:not(#splash):not(.splashbg) {
  opacity: 0;
}

body.top.content-appear > *:not(#splash):not(.splashbg) {
  opacity: 1;
}

/* 初期状態 */
#slide-up-image {
  transform: translateY(100%);
  opacity: 0;
  transition: all 1s ease-in-out;
}

/* スライドアップアニメーション */
#splash.show-image #slide-up-image {
  transform: translateY(0);
  opacity: 1;
}





/*# sourceMappingURL=style.css.map */