@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

/* reset_done */
/* ============================================ */
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: italic;
  src: url("../../fonts/Roboto-BoldItalic.ttf") format("truetype");
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

h2 {
  font-size: 35px;
  font-weight: bold;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

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

html {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-family: "游ゴシック体", "Yu Gothic", sans-serif;
  overflow-x: hidden;
}
body .top {
  z-index: 0;
  width: 100%;
  position: relative;
}
body .top .top__header {
  width: 100%;
  height: 560px;
  background: url(../img/top_bg_pc.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: fixed;
}
@media (max-width: 960px) {
  body .top .top__header {
    width: 100%;
    height: 454px;
    background: url(../img/top_bg_pc.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: fixed;
  }
}
@media (max-width: 767px) {
  body .top .top__header {
    width: 100%;
    height: 454px;
    background: url(../img/top_bg_sp.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: fixed;
  }
}
body .top .top__header .top__logo {
  padding-top: 32px;
  padding-left: min(7%, 95px);
  display: block;
}
@media (max-width: 767px) {
  body .top .top__header .top__logo {
    width: 140px;
    height: auto;
  }
}
body .top .top__copy {
  position: absolute;
  top: 196px;
  left: min(7%, 95px);
  font-weight: bold;
}
@media (max-width: 767px) {
  body .top .top__copy {
    position: relative;
    margin-top: -50px;
  }
}
body .top .top__copy p {
  display: inline-block;
  padding: 12px 14px;
  margin-bottom: 40px;
  font-size: 22px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  background-color: #070C22;
}
@media (max-width: 960px) {
  body .top .top__copy p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body .top .top__copy p {
    font-size: 14px;
  }
}
body .top .top__copy h1 {
  font-size: 30px;
  line-height: 2.5em;
}
@media (max-width: 960px) {
  body .top .top__copy h1 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  body .top .top__copy h1 {
    font-size: 18px;
  }
}
body .top .top__copy h1 span {
  font-size: 1.5em;
}
@media (max-width: 767px) {
  body .top .top__copy h1 span {
    font-size: 30px;
  }
}
body .top .top__copy h1 span.orange {
  color: #FFB100;
}
body .top .top__copy h1 span.green {
  color: #76C6BD;
}
body .top .top__copy h1 span.brue {
  color: #4095D1;
}
body .top .top__copy h1 span.brue span {
  font-size: 30px;
}
body .top .top__mv {
  position: absolute;
  top: 80px;
  right: 0;
  width: 50%;
  border-radius: 30px 0 0 30px;
  box-shadow: -3px 3px 30px rgba(10, 34, 74, 0.3);
}
@media (max-width: 960px) {
  body .top .top__mv {
    right: -40px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  body .top .top__mv {
    width: 95%;
    height: auto;
    top: 130px;
    right: -50px;
  }
}
@media (max-width: 767px) {
  body .top .top__content {
    margin-top: 210px;
    font-size: 14px;
  }
}
body .top .top__content .top__content__introduction {
  max-width: 700px;
  height: 480px;
  margin-top: -20px;
  padding-top: 60px;
  padding-left: min(7%, 95px);
  font-weight: bold;
  line-height: 2.4em;
  background: url(../img/map.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
body .top .top__content .top__content__introduction p {
  margin-bottom: 1.8em;
}
body .top .top__content .top__content__profile {
  display: grid;
  max-width: 953px;
  margin: 60px auto;
}
@media (max-width: 767px) {
  body .top .top__content .top__content__profile {
    display: block;
    margin-top: 90px;
  }
}
body .top .top__content .top__content__profile h2 {
  grid-column: 2/3;
  margin-left: 56px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body .top .top__content .top__content__profile h2 {
    margin-left: min(7%, 95px);
  }
}
body .top .top__content .top__content__profile h2 .green {
  color: #76C6BD;
}
body .top .top__content .top__content__profile h2 .green span {
  font-size: 40px;
}
body .top .top__content .top__content__profile img {
  grid-row: 1/3;
  width: 433px;
  height: auto;
  margin-top: 80px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(10, 34, 74, 0.3);
}
@media (max-width: 767px) {
  body .top .top__content .top__content__profile img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
body .top .top__content .top__content__profile__txt {
  width: 464px;
  grid-column: 2/3;
  margin-left: 56px;
  font-size: 14px;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  body .top .top__content .top__content__profile__txt {
    margin-top: 40px;
    margin-left: min(7%, 95px);
    width: 90%;
    font-size: 12px;
  }
}
body .top .top__content .top__content__profile__txt .company {
  font-weight: bold;
}
body .top .top__content .top__content__profile__txt .name {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
}
body .top .top__content .top__content__profile__txt .name span {
  font-size: 16px;
  font-weight: normal;
}
body main {
  z-index: 0;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  body main {
    margin-top: 40px;
  }
}
body main h2 {
  margin-bottom: 30px;
}
body main h2.brue {
  color: #4095D1;
}
body main h2.green {
  color: #76C6BD;
}
body main p + p {
  margin-top: 2em;
}
body main p {
  line-height: 2.3em;
}
@media (max-width: 767px) {
  body main p {
    font-size: 14px;
    line-height: 2.1em;
  }
}
body main p span {
  padding-bottom: 5px;
  border-bottom: 1px solid #C3D6DE;
}
body main .section-1 {
  width: 90%;
  margin-left: 10%;
  margin-bottom: 80px;
}
body main .section-1__content__txt {
  padding: 3em 2em;
  color: #fff;
  height: auto;
  border-radius: 20px 0 0 20px;
  background-image: url(../img/section1_pc.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  body main .section-1__content__txt {
    background-image: url(../img/section1_sp.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100% 100%;
  }
}
body main .section-2 {
  position: relative;
  width: 90%;
  max-width: 1400px;
  min-height: 680px;
  margin-right: min(7%, 95px);
  margin-left: min(7%, 95px);
  margin-bottom: 80px;
}
body main .section-2 h2, body main .section-2 p {
  margin-left: min(7%, 95px);
}
body main .section-2 p {
  margin-bottom: 60px;
}
body main .section-2 .section-2-1_image {
  position: absolute;
  right: 0;
  max-width: 564px;
  width: 80%;
  border-radius: 20px;
  z-index: -1;
  box-shadow: 0 0 10px rgba(10, 34, 74, 0.1);
}
@media (max-width: 767px) {
  body main .section-2 .section-2-1_image {
    width: 90%;
    top: 310px;
    right: -40px;
    border-radius: 20px 0 0 20px;
  }
}
body main .section-2 .section-2-2_image {
  position: absolute;
  right: 30%;
  bottom: 0;
  max-width: 630px;
  width: 50%;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(10, 34, 74, 0.1);
}
@media (max-width: 767px) {
  body main .section-2 .section-2-2_image {
    width: 90%;
    bottom: 20px;
    left: -20px;
  }
}
body main .section-3 {
  position: relative;
  margin: 0 auto 120px;
  width: 90%;
  max-width: 1400px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media (max-width: 767px) {
  body main .section-3 {
    height: 1070px;
  }
}
body main .section-3 .section-3__txt {
  max-width: 556px;
  margin-left: 360px;
}
@media (max-width: 767px) {
  body main .section-3 .section-3__txt {
    margin-left: 0;
  }
}
body main .section-3 img {
  position: absolute;
  top: -40px;
  left: 13%;
  width: 313px;
  height: 428px;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(10, 34, 74, 0.1);
  z-index: -1;
}
@media (max-width: 960px) {
  body main .section-3 img {
    left: 3%;
  }
}
@media (max-width: 767px) {
  body main .section-3 img {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    left: -20px;
    border-radius: 0 20px 20px 0;
  }
}
body main .section-4 {
  position: relative;
  margin: 0 auto 120px;
  width: 90%;
  max-width: 1400px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  body main .section-4 {
    height: 1020px;
  }
}
body main .section-4 .section-4__txt {
  max-width: 548px;
  margin-right: 390px;
}
@media (max-width: 767px) {
  body main .section-4 .section-4__txt {
    margin-right: 0;
  }
}
body main .section-4 .section-4--pc {
  position: absolute;
  top: -10px;
  right: 13%;
  width: 340px;
  height: 586px;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(10, 34, 74, 0.1);
  z-index: -1;
}
@media (max-width: 960px) {
  body main .section-4 .section-4--pc {
    right: 3%;
  }
}
@media (max-width: 767px) {
  body main .section-4 .section-4--pc {
    display: none;
  }
}
body main .section-4 .section-4--sp {
  display: none;
}
@media (max-width: 767px) {
  body main .section-4 .section-4--sp {
    display: block;
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 100%;
    height: auto;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 0 30px rgba(10, 34, 74, 0.1);
    z-index: -1;
  }
}
body main .section-5 {
  position: relative;
  margin: 0 auto 80px;
  width: 90%;
  max-width: 1400px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
body main .section-5 .section-5__txt {
  max-width: 560px;
  margin-left: 340px;
}
@media (max-width: 767px) {
  body main .section-5 .section-5__txt {
    margin-left: 0;
  }
  body main .section-5 .section-5__txt p:last-child {
    margin-top: 500px;
  }
}
body main .section-5 .section-5__txt--bold {
  margin-bottom: 2em;
}
body main .section-5 .section-5__txt--bold span {
  font-weight: bold;
  border-bottom: none;
}
body main .section-5 .section-5__txt .section-5--sp {
  display: none;
}
@media (max-width: 767px) {
  body main .section-5 .section-5__txt .section-5--sp {
    display: block;
    position: absolute;
    bottom: 240px;
    left: -20px;
    width: 100%;
    height: auto;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 0 30px rgba(10, 34, 74, 0.1);
    z-index: -1;
  }
}
body main .section-5 .section-5--pc {
  position: absolute;
  top: 0;
  left: 13%;
  width: 306px;
  height: 606px;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(10, 34, 74, 0.1);
  z-index: -1;
}
@media (max-width: 960px) {
  body main .section-5 .section-5--pc {
    left: 3%;
  }
}
@media (max-width: 767px) {
  body main .section-5 .section-5--pc {
    display: none;
  }
}
body .office-image {
  z-index: 0;
  width: 100%;
  height: 360px;
  margin-bottom: 80px;
  background: url(../img/COCODEMO-office.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body .one-day {
  z-index: 0;
  max-width: 813px;
  width: 100%;
  margin: 0 auto;
}
body .one-day .one-day__title {
  width: 370px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .one-day .one-day__title {
    width: 76%;
  }
}
body .one-day .one-day__title img {
  margin-left: -20px;
  margin-bottom: -6px;
}
body .one-day .one-day__title h2 {
  padding-bottom: 12px;
  font-size: 44px;
  text-align: center;
  line-height: 0.5em;
}
body .one-day .one-day__title h2::after {
  content: "";
  display: inline-block;
  width: 326px;
  height: 4px;
  margin-top: 20px;
  background-image: url(../img/dashed-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media (max-width: 767px) {
  body .one-day .one-day__title h2::after {
    width: 230px;
    height: 3px;
  }
}
body .one-day .one-day__title h2 span {
  font-size: 54px;
}
@media (max-width: 767px) {
  body .one-day .one-day__title h2 {
    font-size: 32px;
  }
  body .one-day .one-day__title h2 span {
    font-size: 45px;
  }
}
body .one-day .one-day__content {
  width: 90%;
  height: 1800px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/wave-path.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
@media (max-width: 767px) {
  body .one-day .one-day__content {
    height: 1600px;
    background: url(../img/wave-path-sp.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 90% 90%;
  }
}
body .one-day .one-day__content p {
  line-height: 2em;
}
@media (max-width: 767px) {
  body .one-day .one-day__content p {
    margin-bottom: 20px;
  }
}
body .one-day .one-day__content .one-day__content--1 {
  display: flex;
}
@media (max-width: 767px) {
  body .one-day .one-day__content .one-day__content--1 {
    flex-direction: column;
  }
}
body .one-day .one-day__content .one-day__content--1 .one-day__title1 {
  margin-right: 80px;
  margin-left: 50px;
  position: relative;
}
@media (max-width: 767px) {
  body .one-day .one-day__content .one-day__content--1 .one-day__title1 {
    margin-right: auto;
    margin-left: auto;
  }
}
body .one-day .one-day__content .one-day__content--1 .one-day__title1::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 33.7px;
  height: 55.7px;
  top: -10px;
  left: -50px;
  background-image: url(../img/icon-flag.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media (max-width: 767px) {
  body .one-day .one-day__content .one-day__content--1 .one-day__title1::before {
    top: -10px;
    left: -32px;
    width: 26px;
    height: 43px;
  }
}
body .one-day .one-day__content .one-day__content--1 .one-day__title1 h3 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body .one-day .one-day__content .one-day__content--1 .one-day__title1 h3 {
    margin-bottom: 14px;
  }
}
body .one-day .one-day__content .one-day__content--1 .one-day-0 {
  width: 60%;
  max-width: 508px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  body .one-day .one-day__content .one-day__content--1 .one-day-0 {
    width: 90%;
    margin-right: -60px;
    margin-left: auto;
    border-radius: 20px 0 0 20px;
  }
}
body .one-day .one-day__content .one-day-1 {
  display: block;
  margin-top: -22%;
  margin-left: 25%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body .one-day .one-day__content .one-day-1 {
    width: 60px;
    margin-top: -42%;
    margin-left: 12%;
    margin-bottom: 50px;
  }
}
body .one-day .one-day__content .one-day-2 {
  max-width: 387px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  display: block;
  border-radius: 20px;
}
@media (max-width: 767px) {
  body .one-day .one-day__content .one-day-2 {
    width: 70%;
  }
}
body .one-day .one-day__content .one-day__title2 {
  margin-right: 80px;
  margin-left: 150px;
  position: relative;
}
@media (max-width: 767px) {
  body .one-day .one-day__content .one-day__title2 {
    margin-right: auto;
    margin-left: 18%;
  }
}
body .one-day .one-day__content .one-day__title2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -70px;
  width: 57.2px;
  height: 44.6px;
  background-image: url(../img/icon-pc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media (max-width: 767px) {
  body .one-day .one-day__content .one-day__title2::before {
    width: 45px;
    height: 35px;
    top: -3px;
    left: -50px;
  }
}
body .one-day .one-day__content .one-day__title2 h3 {
  margin-bottom: 30px;
}
body .one-day .one-day__content .one-day__title2 p {
  width: 530px;
}
@media (max-width: 767px) {
  body .one-day .one-day__content .one-day__title2 p {
    width: 284px;
  }
}
@media (max-width: 767px) {
  body .one-day .one-day__content .one-day__content--2 {
    position: relative;
  }
}
body .one-day .one-day__content .one-day-3 {
  width: 380px;
  margin-top: 30px;
  margin-bottom: 60px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  body .one-day .one-day__content .one-day-3 {
    margin-left: -8%;
  }
}
body .one-day .one-day__content .one-day-4 {
  margin-left: 180px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  body .one-day .one-day__content .one-day-4 {
    width: 100px;
    height: auto;
    position: absolute;
    bottom: -140px;
    right: 8%;
  }
}
@media (max-width: 767px) {
  body .one-day .one-day__content .one-day__content-3 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  body .one-day .one-day__content .one-day__content-3 p {
    width: 284px;
  }
}
body .one-day .one-day__content .one-day__title3 {
  margin-right: 80px;
  margin-left: 180px;
  position: relative;
}
@media (max-width: 767px) {
  body .one-day .one-day__content .one-day__title3 {
    margin-right: auto;
    margin-left: 15%;
  }
}
body .one-day .one-day__content .one-day__title3::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -70px;
  width: 46.2px;
  height: 57.7px;
  background-image: url(../img/icon-hand.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media (max-width: 767px) {
  body .one-day .one-day__content .one-day__title3::before {
    width: 36px;
    height: 42.3px;
    top: -16px;
    left: -45px;
  }
}
body .one-day .one-day__content .one-day__title3 h3 {
  margin-bottom: 30px;
}
body .one-day .one-day__content .one-day-5 {
  width: 500px;
  display: block;
  margin: 30px auto;
  border-radius: 20px;
}
@media (max-width: 767px) {
  body .one-day .one-day__content .one-day-5 {
    width: 94%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: -5%;
    margin-bottom: 40px;
  }
}
body .experience {
  margin-top: 120px;
  text-align: center;
  font-weight: bold;
  z-index: 0;
}
@media (max-width: 767px) {
  body .experience {
    margin-top: 280px;
  }
}
body .experience p {
  font-size: 22px;
}
@media (max-width: 767px) {
  body .experience p {
    font-size: 18px;
  }
}
body .experience .experience__title {
  margin-bottom: 60px;
}
body .experience .experience__title p {
  margin-bottom: 30px;
  font-size: 26px;
}
@media (max-width: 767px) {
  body .experience .experience__title p {
    font-size: 18px;
  }
}
body .experience .experience__title p::before {
  content: url(../img/line-left.svg);
  vertical-align: text-top;
  margin-right: 0.5em;
}
body .experience .experience__title p::after {
  content: url(../img/line-right.svg);
  vertical-align: text-top;
  margin-left: 0.5em;
}
body .experience .experience__title h2 {
  font-size: 33px;
}
@media (max-width: 767px) {
  body .experience .experience__title h2 {
    font-size: 24px;
    line-height: 1.6em;
  }
}
body .experience .experience__title h2 span {
  font-size: 52px;
}
@media (max-width: 767px) {
  body .experience .experience__title h2 span {
    font-size: 36px;
  }
}
body .experience .experience__title h2 .green {
  color: #76C6BD;
}
body .experience .experience__value {
  line-height: 2.5em;
}
body .experience .experience__value--brue {
  height: auto;
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #F2F6FA;
}
body .experience .experience__value--brue span.under_brue {
  padding-bottom: 5px;
  border-bottom: 2px solid #4095D1;
}
body .experience .experience__value--brue span.experience__value--brue__annotation {
  font-size: 14px;
}
body .experience .experience__value--circle {
  display: block;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  line-height: 80px;
  border-radius: 40px;
  border: 1px solid #070C22;
  font-size: 18px;
  background-color: #fff;
  z-index: 2;
}
body .experience .experience__value--orange {
  position: relative;
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #fff;
  z-index: 1;
}
body .experience .experience__value--orange::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}
body .experience .experience__value--orange span {
  padding-bottom: 5px;
  border-bottom: 2px solid #FFB100;
}
body .experience .experience__value img {
  width: 100%;
  margin-bottom: 60px;
}
body .experience .experience__value .button {
  display: inline-block;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  padding: 20px 65px;
  text-align: center;
  font-size: 20px;
  line-height: 1em;
  color: #fff;
  background: #FFB100;
  border-radius: 30px;
  transition: 0.3s;
}
body .experience .experience__value .button:hover {
  background: #070C22;
  transition: 0.3s;
}
body .experience .experience__subsidy {
  padding: 50px 0;
  background: #F2F6FA;
}
@media (max-width: 767px) {
  body .experience .experience__subsidy {
    padding: 30px 0;
  }
}
body .experience .experience__subsidy h3 {
  font-size: 22px;
}
@media (max-width: 767px) {
  body .experience .experience__subsidy h3 {
    margin-bottom: 20px;
  }
}
body .experience .experience__subsidy .experience__subsidy__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
body .experience .experience__subsidy .experience__subsidy__image .conditions {
  position: relative;
  display: inline-block;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1.8em;
  color: #fff;
  background: #4095D1;
}
@media (max-width: 767px) {
  body .experience .experience__subsidy .experience__subsidy__image .conditions {
    width: 90px;
    height: 90px;
    font-size: 11px;
  }
}
body .experience .experience__subsidy .experience__subsidy__image .conditions > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
body .experience .experience__subsidy .experience__subsidy__image .conditions > span .big {
  font-size: 26px;
}
@media (max-width: 767px) {
  body .experience .experience__subsidy .experience__subsidy__image .conditions > span .big {
    font-size: 16px;
  }
}
body .experience .experience__subsidy .experience__subsidy__image img {
  width: 30px;
  height: auto;
  margin: 0 10px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  body .experience .experience__subsidy .experience__subsidy__image img {
    width: 15px;
    margin: 0 3px;
  }
}
body .experience .experience__subsidy .experience__subsidy__image .answer__circle {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1.8em;
  color: #fff;
  background: #76C6BD;
}
@media (max-width: 767px) {
  body .experience .experience__subsidy .experience__subsidy__image .answer__circle {
    width: 120px;
    height: 120px;
    font-size: 12px;
  }
}
body .experience .experience__subsidy .experience__subsidy__image .answer__circle__content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
body .experience .experience__subsidy .experience__subsidy__image .answer__circle__content p:first-child {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  body .experience .experience__subsidy .experience__subsidy__image .answer__circle__content p:first-child {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
body .experience .experience__subsidy .experience__subsidy__image .answer__circle__content p:nth-child(2) {
  font-size: 18px;
}
@media (max-width: 767px) {
  body .experience .experience__subsidy .experience__subsidy__image .answer__circle__content p:nth-child(2) {
    font-size: 12px;
  }
}
body .experience .experience__subsidy .experience__subsidy__image .answer__circle__content .roboto {
  margin-right: 2px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 47px;
}
@media (max-width: 767px) {
  body .experience .experience__subsidy .experience__subsidy__image .answer__circle__content .roboto {
    font-size: 33px;
  }
}
body .experience .experience__subsidy .experience__subsidy__image .answer__circle__content a {
  padding-bottom: 1px;
  font-size: 14px;
  font-weight: normal;
  color: #070C22;
  border-bottom: 1px solid;
}
@media (max-width: 767px) {
  body .experience .experience__subsidy .experience__subsidy__image .answer__circle__content a {
    font-size: 12px;
  }
}
body .experience .experience__subsidy .experience__subsidy__image .answer__circle__content a:hover {
  opacity: 0.3;
}
body .experience .experience__subsidy .annotation {
  display: inline-block;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
}
@media (max-width: 767px) {
  body .experience .experience__subsidy .annotation {
    width: 90%;
    font-size: 10px;
  }
}
body .experience .recruitment {
  padding: 50px 0 100px;
}
@media (max-width: 767px) {
  body .experience .recruitment {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
  }
}
body .experience .recruitment a {
  padding-bottom: 2px;
  color: #4095D1;
  border-bottom: 1px solid;
}
body .experience .recruitment a:hover {
  opacity: 0.3;
}
body .meet_up {
  width: 100%;
  height: 386px;
  margin-bottom: 80px;
  padding: 50px 5%;
  color: #fff;
  background: url(../img/COCODEMO-office3_pc.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
@media (max-width: 767px) {
  body .meet_up {
    height: 580px;
    margin-bottom: 100px;
    padding: 8% 5%;
    background: url(../img/COCODEMO-office3_sp.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
  }
}
body .meet_up .meet_up__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .meet_up .meet_up__content {
    display: block;
  }
}
body .meet_up .meet_up__content .meet_up__txt h2 {
  margin-bottom: 50px;
  font-size: 44px;
}
@media (max-width: 767px) {
  body .meet_up .meet_up__content .meet_up__txt h2 {
    font-size: 32px;
    line-height: 1.5em;
  }
}
body .meet_up .meet_up__content .meet_up__txt h2 span {
  margin-left: 1em;
  font-size: 27px;
}
@media (max-width: 767px) {
  body .meet_up .meet_up__content .meet_up__txt h2 span {
    font-size: 32px;
    margin-left: 0;
  }
}
body .meet_up .meet_up__content .meet_up__txt p {
  line-height: 2.5em;
}
@media (max-width: 767px) {
  body .meet_up .meet_up__content .meet_up__txt p {
    width: 70%;
    font-size: 13px;
    font-weight: bold;
    z-index: 1;
  }
}
body .meet_up .meet_up__content .meet_up__img {
  width: 280px;
  height: 280px;
  margin-top: -100px;
}
@media (max-width: 767px) {
  body .meet_up .meet_up__content .meet_up__img {
    width: 180px;
    height: 180px;
    margin-top: -95px;
    margin-left: 48%;
  }
}
body .contact {
  width: 100%;
  z-index: 0;
}
body .contact h2 {
  font-size: 45px;
  text-align: center;
}
@media (max-width: 767px) {
  body .contact h2 {
    font-size: 36px;
  }
}
body .contact form {
  width: 100%;
  max-width: 700px;
  margin: 50px auto;
  padding: 70px 6%;
  background: #F2F6FA;
  border-radius: 30px;
}
body .contact form ul li + li {
  margin-top: 30px;
}
body .contact form ul li {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  body .contact form ul li {
    flex-direction: column;
  }
}
body .contact form ul .contact-form__lavel {
  width: 150px;
  margin-right: 30px;
  letter-spacing: 1px;
  font-weight: bold;
}
@media (max-width: 767px) {
  body .contact form ul .contact-form__lavel {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
body .contact form ul input, body .contact form ul select, body .contact form ul textarea {
  width: 330px;
  padding: 13px 18px;
  color: #070C22;
  border: 1px solid;
  border-radius: 5px;
  background: #fff;
}
@media (max-width: 767px) {
  body .contact form ul input, body .contact form ul select, body .contact form ul textarea {
    width: 100%;
  }
}
body .contact form ul input:hover, body .contact form ul input:focus, body .contact form ul select:hover, body .contact form ul select:focus, body .contact form ul textarea:hover, body .contact form ul textarea:focus {
  border: 1px solid #76C6BD;
}
body .contact form ul input::placeholder, body .contact form ul select::placeholder, body .contact form ul textarea::placeholder {
  color: rgba(10, 34, 74, 0.3);
}
body .contact form ul textarea {
  resize: vertical;
  min-width: 330px;
}
body .contact form ul .contact--kinds {
  display: flex;
}
@media (max-width: 767px) {
  body .contact form ul .contact--kinds {
    flex-direction: column;
  }
}
body .contact form ul .contact--kinds .contact-form__lavel span {
  font-size: 12px;
}
@media (max-width: 767px) {
  body .contact form ul .contact--kinds .contact-form__lavel span {
    margin-left: 1em;
  }
}
body .contact form ul .contact--kinds .contact-form__data {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 330px;
}
@media (max-width: 767px) {
  body .contact form ul .contact--kinds .contact-form__data {
    width: 100%;
  }
}
body .contact form ul .contact--kinds .contact-form__data li + li {
  margin-top: 0;
}
body .contact form ul .contact--kinds .contact-form__data li {
  margin-right: 1em;
}
@media (max-width: 767px) {
  body .contact form ul .contact--kinds .contact-form__data li {
    flex-direction: row;
  }
}
body .contact form ul .contact--kinds .contact-form__data li:nth-child(3), body .contact form ul .contact--kinds .contact-form__data li:nth-child(4) {
  margin-right: 4em;
}
body .contact form ul .contact--kinds .contact-form__data input {
  width: 18px;
  height: 18px;
  margin-right: 0.5em;
}
body .contact form ul .contact-form-list__select {
  position: relative;
  display: block;
}
body .contact form ul .contact-form-list__select::after {
  position: absolute;
  content: url(../img/arrow.svg);
  width: 12px;
  height: 11px;
  top: 50%;
  right: 20px;
  transform: translateY(-80%);
}
body .contact .form__err {
  margin-top: 0.5em;
  font-size: 12px;
  color: #EB0B58;
}
body .contact .contact__agreement {
  text-align: center;
  margin-top: 50px;
}
body .contact .contact__agreement label {
  cursor: default;
}
body .contact .contact__agreement a {
  padding-bottom: 1px;
  border-bottom: 1px solid;
}
body .contact .contact__agreement a:hover {
  opacity: 0.3;
}
body .contact .contact__agreement input {
  width: 18px;
  height: 18px;
  margin-right: 0.5em;
}
body .submit_btn {
  display: block;
  width: 220px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 20px 65px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1em;
  color: #fff;
  background: #FFB100;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
body .submit_btn:hover {
  background: #070C22;
  transition: 0.3s;
}
body .submit_btn.disabled {
  background-color: #d3d3d3;
  cursor: default;
}
body .thanks {
  width: 90%;
  max-width: 700px;
  margin: 100px auto;
  text-align: center;
}
body .thanks h3 {
  margin: 50px auto;
  color: #76C6BD;
}
@media (max-width: 767px) {
  body .thanks h3 {
    font-size: 28px;
  }
}
body .thanks .thanks-txt {
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8em;
  padding: 70px;
  background: #F2F6FA;
  border-radius: 30px;
}
@media (max-width: 767px) {
  body .thanks .thanks-txt {
    padding: 70px 6%;
  }
}
body .thanks .thanks-txt p:nth-of-type(1) {
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 767px) {
  body .thanks .thanks-txt p:nth-of-type(1) {
    font-size: 18px;
  }
}
body .thanks .thanks-txt p:nth-of-type(2) {
  margin-top: 30px;
  text-align: left;
}
@media (max-width: 767px) {
  body .thanks .thanks-txt p:nth-of-type(2) {
    font-size: 14px;
  }
}
body footer {
  width: 100%;
  height: auto;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 1.8em;
  color: #fff;
  background-color: #070C22;
}
body footer li {
  display: inline-block;
}
body footer li + li::before {
  content: "｜";
}
body footer li:hover {
  opacity: 0.3;
}
body footer p {
  font-size: 10px;
}

/*# sourceMappingURL=style.css.map */
