/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*, ::before, ::after {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: content-box;
  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;
  -webkit-text-decoration: underline dotted;
  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;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit
}

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

[type="radio"] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-LightItalic.ttf") format("ttf")
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

body {
  font-family: "Noto Sans CJK JP", sans-serif;
  color: #333;
  font-size: 3.58974vw;
  line-height: 1.4
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5
  }
}

img {
  width: 100%;
  height: auto
}

a {
  text-decoration: underline;
  color: #333
}

a:hover {
  color: #1479FE
}

.l-footer {
  font-size: 4.10256vw;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  background: #1D8F5E;
  text-align: center;
  padding: 2.5641vw
}

@media screen and (min-width: 768px) {
  .l-footer {
    font-size: 16px;
    padding: 10px
  }
}

.l-header {
  position: sticky;
  background: #fff;
  z-index: 1000
}

.l-header__inner, .l-header__left, .l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.l-header__inner {
  width: 100%;
  padding: 12px 10px;
  margin: 0 auto
}

.l-header__left {
  margin-right: auto
}

.l-header__right {
  margin-left: auto
}

.l-header__logo {
  width: 100%;
  max-width: 42.30769vw
}

.l-header__link {
  font-size: 3.07692vw
}

.l-header__caption {
  margin: 0 0 0 20px
}

.l-header__translate {
  font-size: 3.07692vw;
  margin: 0 0 0 10px
}

.l-header__translate a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  border: solid 2px #d5d5d5;
  border-radius: 8px;
  line-height: 1.2;
  padding: 8px 10px
}

.l-header__translate img {
  max-width: 3.84615vw;
  margin: 0 4px 0 0
}

@media screen and (min-width: 768px) {
  .l-header__inner {
    max-width: 1140px;
    padding: 12px 10px
  }
  .l-header__logo {
    max-width: 240px
  }
  .l-header__link {
    font-size: 14px
  }
  .l-header__caption {
    font-size: 12px;
    margin: 0 0 0 20px
  }
  .l-header__translate {
    font-size: 14px;
    margin: 0 0 0 30px
  }
  .l-header__translate a {
    padding: 8px 20px
  }
  .l-header__translate img {
    max-width: 19px;
    margin: 0 8px 0 0
  }
}

.l-main {
  width: 100%
}

@media screen and (min-width: 768px) {
  .l-main__inner {
    max-width: 1120px;
    margin: 0 auto
  }
}

.c-about {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.c-about::before {
  content: url("../img/ico_arrow_sp.png");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.c-about__contents {
  position: relative;
  width: 100%;
  margin: 66.66667vw auto 0
}

.c-about__contents:first-of-type {
  margin: 0 auto
}

.c-about__contents::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0
}

.c-about__inner {
  position: inherit;
  z-index: 100
}

.c-about__heading {
  font-size: 6.15385vw;
  font-weight: bold;
  text-align: center;
  color: #1D8F5E
}

.c-about__img {
  max-width: 64.10256vw;
  margin: 4.10256vw auto 0
}

.c-about__text {
  display: block;
  font-size: 3.58974vw;
  color: #4E4E4E;
  max-width: 74.35897vw;
  margin: 4.10256vw auto 0
}

@media screen and (min-width: 768px) {
  .c-about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
  }
  .c-about::before {
    content: url("../img/ico_arrow.png")
  }
  .c-about__contents {
    max-width: 415px;
    margin: 0
  }
  .c-about__contents:first-of-type {
    margin: 0
  }
  .c-about__contents::before {
    top: 50%;
    left: 50%;
    width: 415px;
    height: 415px
  }
  .c-about__inner {
    z-index: 100
  }
  .c-about__heading {
    font-size: 30px
  }
  .c-about__img {
    max-width: 250px;
    margin: 26px auto 0
  }
  .c-about__text {
    font-size: 16px;
    max-width: 290px;
    margin: 30px auto 0
  }
}

.c-button {
  display: block;
  background-color: #FFEB00;
  border: solid 3px #FFEB00;
  border-radius: 100px;
  color: #4E4E4E;
  font-size: 2.9vw;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 3.4vw;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.c-button:hover {
  background-color: #1D8F5E;
  border: solid 3px #1D8F5E;
  color: #fff
}

.c-button--green {
  background-color: #fff;
  border: solid 3px #1D8F5E;
  color: #1D8F5E
}

.c-button--green:hover {
  background-color: #1D8F5E;
  border: solid 3px #1D8F5E;
  color: #fff
}

@media screen and (min-width: 520px) {
  .c-button {
    font-size: 2.05128vw;
    padding: 2.5641vw
  }
}

@media screen and (min-width: 768px) {
  .c-button {
    font-size: 18px;
    padding: 20px
  }
}

.c-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  margin: 10.25641vw 2.5641vw 0
}

.c-form__label {
  display: block;
  width: 100%;
  margin: 5.12821vw auto 0
}

.c-form__textarea {
  width: 100%;
  background: #fff;
  margin: 2.5641vw 0 0;
  padding: 1.02564vw
}

.c-form__text {
  width: 100%;
  height: 10.25641vw;
  background: #fff;
  margin: 2.5641vw 0 0;
  padding: 1.02564vw
}

.c-form__name {
  font-size: 3.58974vw;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold
}

.c-form__name span {
  color: #FF6A98;
  font-weight: normal;
  margin: 0 0 0 4.10256vw
}

.c-form__consent {
  font-size: 3.58974vw;
  margin: 10.25641vw auto 0
}

.c-form__check {
  -webkit-transform: scale(2);
  transform: scale(2);
  margin: 0 4.10256vw 0 0
}

.c-form__recaptcha {
  max-width: 76.92308vw;
  margin: 7.69231vw auto 0
}

.c-form__submit {
  width: 100%;
  margin: 10.25641vw auto 0
}

.c-form__button {
  display: block;
  width: 100%;
  background-color: #fff;
  border: solid 3px #1D8F5E;
  color: #1D8F5E;
  border-radius: 100px;
  font-size: 3.07692vw;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 2.5641vw;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.16))
}

.c-form__button:hover {
  background-color: #1D8F5E;
  border: solid 3px #1D8F5E;
  color: #fff
}

@media screen and (min-width: 768px) {
  .c-form {
    max-width: 720px;
    margin: 60px auto 0
  }
  .c-form__label {
    width: 100%;
    margin: 30px auto 0
  }
  .c-form__textarea {
    width: 100%;
    padding: 8px;
    margin: 10px 0 0
  }
  .c-form__text {
    width: 100%;
    height: 50px;
    padding: 8px;
    margin: 10px 0 0
  }
  .c-form__name {
    font-size: 18px
  }
  .c-form__name span {
    margin: 0 0 0 20px
  }
  .c-form__consent {
    font-size: 18px;
    margin: 50px auto 0
  }
  .c-form__check {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    margin: 0 20px 0 0
  }
  .c-form__recaptcha {
    max-width: 300px;
    margin: 40px auto 0
  }
  .c-form__submit {
    width: 100%;
    max-width: 334px;
    margin: 50px auto 0
  }
  .c-form__button {
    font-size: 18px;
    padding: 20px
  }
}

.c-heading {
  line-height: 1;
  text-align: center
}

.c-heading__2 {
  font-size: 10.25641vw;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #1D8F5E;
  line-height: 1.4
}

.c-heading__2 span {
  display: block;
  font-size: 3.07692vw;
  font-style: normal;
  font-weight: 500;
  font-family: "Noto Sans CJK JP", sans-serif;
  color: #1D8F5E
}

.c-heading__img {
  max-width: 20.51282vw;
  margin: 0 auto
}

.c-heading__3 {
  font-size: 6.15385vw;
  font-weight: bold;
  font-family: "Noto Sans CJK JP", sans-serif;
  color: #4E4E4E;
  line-height: 1.6;
  margin: 3.58974vw 2.5641vw 0
}

.c-heading__3 span {
  display: block;
  font-size: 4.10256vw
}

.c-heading--white .c-heading__2, .c-heading--white .c-heading__3 {
  color: #fff
}

.c-heading--gray .c-heading__2, .c-heading--gray .c-heading__3 {
  color: #333
}

@media screen and (min-width: 768px) {
  .c-heading__2 {
    font-size: 51px
  }
  .c-heading__2 span {
    font-size: 14px
  }
  .c-heading__img {
    max-width: 90px
  }
  .c-heading__3 {
    font-size: 34px;
    line-height: 1.8;
    margin: 20px 0 0
  }
  .c-heading__3 span {
    font-size: 24px
  }
}

.c-lead {
  font-size: 7.17949vw;
  font-weight: bold;
  text-align: center;
  margin: 10.25641vw 2.5641vw 0;
  line-height: 1.2
}

.c-lead--gray {
  color: #4E4E4E
}

.c-lead__small {
  font-size: 4.10256vw
}

.c-lead__liner {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFD2E0));
  background: -webkit-linear-gradient(transparent 60%, #FFD2E0 60%);
  background: linear-gradient(transparent 60%, #FFD2E0 60%)
}

@media screen and (min-width: 768px) {
  .c-lead {
    font-size: 34px;
    margin: 50px 0 0;
    line-height: 1.5
  }
  .c-lead--gray {
    color: #4E4E4E
  }
  .c-lead__small {
    font-size: 24px
  }
}

.c-link {
  max-width: 1120px;
  margin: 10.25641vw auto 0
}

.c-link__contents {
  -webkit-filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.16));
  padding: 0;
  margin: 0 2.5641vw 0 0
}

.c-link__contents:first-of-type {
  margin: 0 2.5641vw 0
}

.c-link__contents a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  height: 100%;
  text-decoration: none
}

.c-link__head {
  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;
  font-size: 2.5641vw;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #1D8F5E;
  border-radius: 10px 10px 0 0;
  height: 100%;
  padding: 2.5641vw
}

.c-link__img img {
  border-radius: 0 0 10px 10px
}

@media screen and (min-width: 768px) {
  .c-link {
    max-width: 1120px;
    margin: 60px auto 0
  }
  .c-link__contents {
    margin: 0 0 0 20px
  }
  .c-link__contents:first-of-type {
    margin: 0
  }
  .c-link__head {
    font-size: 24px;
    border-radius: 10px 10px 0 0;
    padding: 20px
  }
  .c-link__img img {
    border-radius: 0 0 10px 10px
  }
}

.c-plan {
  margin: 7.69231vw auto 0
}

.c-plan__contents {
  margin: 7.69231vw 0 0
}

.c-plan__contents:first-of-type {
  margin: 0
}

.c-plan__contents * {
  text-align: center
}

.c-plan__choice {
  padding: 2.5641vw
}

.c-plan__head {
  background: #1D8F5E;
  color: #fff;
  font-size: 4.61538vw;
  padding: 2.5641vw
}

.c-plan__head span {
  font-size: 3.07692vw;
  font-weight: normal;
}

.c-plan__data {
  font-size: 3.07692vw;
  padding: 2.5641vw
}

.c-plan__data span {
  font-size: 7.17949vw
}

.c-plan__data:nth-of-type(even) {
  background: #E8F4EE
}

.c-plan__annotation {
  font-size: 2.5641vw;
  margin: 10.25641vw 0 0
}

@media screen and (min-width: 768px) {
  .c-plan {
    max-width: 900px;
    margin: 40px auto 0
  }
  .c-plan__contents {
    margin: 0
  }
  .c-plan__contents:first-of-type {
    margin: 0
  }
  .c-plan__contents * {
    text-align: center
  }
  .c-plan__choice {
    padding: 15px
  }
  .c-plan__head {
    background: #1D8F5E;
    color: #fff;
    font-size: 24px;
    padding: 15px
  }
  .c-plan__head span {
    font-size: 16px
  }
  .c-plan__data {
    font-size: 16px;
    padding: 15px
  }
  .c-plan__data span {
    font-size: 38px
  }
  .c-plan__data:nth-of-type(even) {
    background: #E8F4EE
  }
  .c-plan__annotation {
    font-size: 14px;
    margin: 50px 0 0
  }
}

.c-point__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  max-width: 1120px;
  margin: 10.25641vw auto 0
}

.c-point__card {
  position: relative;
  text-align: center;
  width: 50%;
  border: solid 1px #1D8F5E;
  padding: 10.25641vw 2.5641vw;
  margin: 0 2.5641vw 0 0
}

.c-point__card:first-of-type {
  margin: 0 2.5641vw 0
}

.c-point__cardNum {
  position: absolute;
  top: 0;
  left: 8%;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 5.12821vw;
  color: #1D8F5E;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 1.02564vw
}

.c-point__cardNum span {
  font-size: 8.71795vw
}

.c-point__cardText {
  font-weight: bold;
  color: #1D8F5E
}

.c-point__smallText {
  font-size: 3.58974vw
}

.c-point__largeText {
  font-size: 6.15385vw
}

.c-point__img {
  margin: 0 2.5641vw 0 0
}

.c-point__img:first-of-type {
  margin: 0 2.5641vw 0
}

.c-point__img figcaption {
  font-size: 3.58974vw;
  font-weight: bold;
  text-align: center;
  color: #4E4E4E;
  margin: 3.07692vw 0 0
}

@media screen and (min-width: 768px) {
  .c-point__contents {
    max-width: 1120px;
    margin: 60px auto 0
  }
  .c-point__card {
    padding: 60px 0
  }
  .c-point__card:nth-of-type(odd) {
    margin: 0 30px 0 0
  }
  .c-point__card:nth-of-type(even) {
    margin: 0 0 0 30px
  }
  .c-point__cardNum {
    top: 0;
    left: 6%;
    font-weight: 300;
    font-size: 34px;
    padding: 0 8px
  }
  .c-point__cardNum span {
    font-size: 51px
  }
  .c-point__smallText {
    font-size: 20px
  }
  .c-point__largeText {
    font-size: 38px
  }
  .c-point__img {
    margin: 0 35px 0 0
  }
  .c-point__img:first-of-type {
    margin: 0 35px 0 0
  }
  .c-point__img:last-of-type {
    margin: 0
  }
  .c-point__img figcaption {
    font-size: 18px;
    margin: 16px 0 0
  }
}

.c-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin: 10.25641vw 0 0
}

.c-voice__contents {
  max-width: 90%;
  margin: 10.25641vw auto 0
}

.c-voice__contents:first-of-type {
  margin: 0 auto
}

.c-voice__text {
  position: relative;
  font-size: 6.15385vw;
  font-weight: bold;
  color: #1D8F5E;
  background: #fff;
  border-radius: 30px;
  line-height: 1.4;
  text-align: center;
  padding: 3.58974vw 10.25641vw 6.15385vw
}

.c-voice__text span {
  font-size: 3.58974vw;
  color: #818181
}

.c-voice__text::before {
  position: absolute;
  content: "";
  bottom: -38px;
  left: 50%;
  border: 13px solid transparent;
  border-top: 25px solid #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.c-voice__img {
  max-width: 46.15385vw;
  margin: 10.25641vw auto 0
}

@media screen and (min-width: 768px) {
  .c-voice {
    max-width: 1120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px auto 0
  }
  .c-voice__contents {
    width: 100%;
    margin: 0 0 0 50px
  }
  .c-voice__contents:first-of-type {
    margin: 0
  }
  .c-voice__text {
    font-size: 30px;
    border-radius: 30px;
    padding: 20px 0 30px
  }
  .c-voice__text span {
    font-size: 18px
  }
  .c-voice__text::before {
    bottom: -38px;
    left: 50%;
    border: 13px solid transparent;
    border-top: 25px solid #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .c-voice__img {
    max-width: 220px;
    margin: 60px auto 0
  }
}

.p-hero {
  background-image: url("../img/main_img_sp.jpg");
  background-size: cover;
  background-position: 50% 50%
}

.p-hero__inner {
  position: relative;
  width: 100%;
  margin: 0 auto
}

.p-hero__contents {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.p-hero__headText {
  font-size: 6.15385vw;
  font-weight: bold;
  color: #fff;
  background-color: #1D8F5E;
  padding: 2.5641vw;
  line-height: 3
}

.p-hero__headTextSmall {
  font-size: 2.5641vw;
  margin: 0 0 0 3.58974vw
}

.p-hero__featureArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5.12821vw auto 0
}

.p-hero__feature {
  padding: 0 1.53846vw
}

.p-hero__buttonArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 7.69231vw 0 0
}

.p-hero__button {
  width: 100%;
  max-width: 50%;
  margin: 0 1.53846vw
}

.p-hero__annotation {
  font-size: 2.5641vw;
  background: rgba(255, 255, 255, 0.8);
  padding: 2.5641vw;
  margin: 5.12821vw 1.53846vw 1.53846vw
}

@media screen and (min-width: 520px) {
  .p-hero__headText {
    font-size: 4.61538vw;
    padding: 1.53846vw;
    line-height: 2.5
  }
  .p-hero__headTextSmall {
    font-size: 1.53846vw;
    margin: 0 0 0 1.79487vw
  }
  .p-hero__featureArea {
    margin: 2.5641vw auto 0
  }
  .p-hero__buttonArea {
    margin: 2.5641vw 0 0
  }
  .p-hero__annotation {
    font-size: 1.53846vw;
    padding: 1.53846vw;
    margin: 2.5641vw 1.53846vw 1.53846vw
  }
}

@media screen and (min-width: 768px) {
  .p-hero {
    background-image: url("../img/main_img.jpg");
    height: 700px
  }
  .p-hero__contents {
    display: block
  }
  .p-hero__inner {
    max-width: 1120px
  }
  .p-hero__head {
    margin: 100px 0 0
  }
  .p-hero__headText {
    position: relative;
    font-size: 39px;
    padding: 20px 0;
    line-height: 1.5
  }
  .p-hero__headText:first-of-type {
    padding: 20px 0 20px 20px
  }
  .p-hero__headText:first-of-type::before {
    position: absolute;
    content: "";
    background-color: #1D8F5E;
    width: 50vw;
    height: 96px;
    top: 0;
    right: 100%
  }
  .p-hero__headText:last-of-type {
    padding: 20px 20px 20px 0
  }
  .p-hero__headTextSmall {
    font-size: 12px;
    margin: 0 0 0 16px
  }
  .p-hero__featureArea {
    margin: 50px auto 0
  }
  .p-hero__feature {
    max-width: 160px;
    padding: 0 8px
  }
  .p-hero__buttonArea {
    margin: 50px -10px 0
  }
  .p-hero__button {
    width: 100%;
    max-width: 50%;
    margin: 0 10px
  }
  .p-hero__annotation {
    font-size: 10px;
    padding: 10px;
    margin: 60px 0 0
  }
}

.p-news {
  padding: 5.12821vw 5.12821vw 5.12821vw 10.25641vw
}

.p-news__contents {
  margin: 0 auto
}

.p-news__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.05128vw 0 0
}

.p-news__list::before {
  content: "";
  background: url("../img/ico_news.svg") no-repeat;
  position: absolute;
  top: 5px;
  left: -21px;
  width: 21px;
  height: 20px
}

.p-news__list:first-child {
  margin: 0
}

.p-news__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #1D8F5E;
  margin: 0 0 0 2.5641vw
}

.p-news__notice {
  color: #4E4E4E;
  margin: 0 0 0 5.12821vw
}

@media screen and (min-width: 768px) {
  .p-news {
    padding: 30px
  }
  .p-news__contents {
    max-width: 565px;
    margin: 0 auto
  }
  .p-news__list {
    margin: 8px 0 0
  }
  .p-news__list::before {
    top: 5px;
    left: -21px;
    width: 21px;
    height: 20px
  }
  .p-news__list:first-child {
    margin: 0
  }
  .p-news__date {
    margin: 0 0 0 10px
  }
  .p-news__notice {
    color: #4E4E4E;
    margin: 0 0 0 30px
  }
}

.p-section {
  width: 100%;
  padding: 7.69231vw 0 10.25641vw;
  margin: 0 auto
}

.p-section__lead {
  font-size: 4.61538vw;
  font-weight: bold;
  text-align: center;
  margin: 10.25641vw 0 0
}

.p-section__contents {
  margin: 25.64103vw 2.5641vw 0;
  padding: 0 0 25.64103vw
}

.p-section__button {
  margin: 7.69231vw 2.5641vw 0
}

@media screen and (min-width: 768px) {
  .p-section {
    padding: 40px 0 60px;
    margin: 0 auto
  }
  .p-section__lead {
    font-size: 24px;
    margin: 50px 0 0
  }
  .p-section__contents {
    max-width: 935px;
    margin: 120px auto;
    padding: 0
  }
  .p-section__contents--maxWidth {
    max-width: 1120px
  }
  .p-section__button {
    max-width: 290px;
    margin: 40px auto 0
  }
}

.u-bgGreen {
  background: #E8F4EE
}

.u-bgImg-1 {
  background: url("../img/cv_bg1.jpg");
  background-size: cover;
  background-position: center
}

.u-bgImg-2 {
  background: url("../img/cv_bg2.jpg");
  background-size: cover;
  background-position: center;
  padding: 15.38462vw 0
}

.u-pc {
  display: none
}

@media screen and (min-width: 768px) {
  .u-bgImg-2 {
    padding: 100px 0
  }
  .u-sp {
    display: none
  }
  .u-pc {
    display: block
  }
}
