@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

a {
  text-decoration: none;
}

.body {
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  color: #2f2f2f;
}

.header {
  width: 1440px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
}

.header__bar {
  width: 403px;
  position: absolute;
  right: 0;
}

.header__bar--text {
  font-size: 10px;
  color: #727272;
  background-color: white;
  border-radius: 0px 0px 0px 10px;
  padding: 0 0 10px 20px;
  letter-spacing: 0.1em;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 80px;
  margin-top: 40px;
}

.header__wrapper .header__logo {
  width: 155.21307373046875px;
  height: 28.320003509521484px;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.header__wrapper .header__logo:hover {
  opacity: 0.7;
}

@media (max-width: 560px) {
  .header__wrapper .header__logo {
    width: 130px;
    height: 24px;
  }
}

.header__wrapper .header__link {
  width: 155.21307373046875px;
  height: 28.320003509521484px;
}

.header__wrapper .header__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 28.320003509521484px;
  font-family: 'Montserrat', sans-serif;
}

.header__wrapper .header__ul--list {
  font-weight: 700;
  padding-left: 30px;
}

.header__wrapper .header__ul--list .header__ul--a {
  color: white;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.header__wrapper .header__ul--list .header__ul--a:hover {
  color: #c9c9c9;
}

@media (max-width: 1440px) {
  .header {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .header__wrapper .header__ul {
    display: none;
  }
}

@media (max-width: 560px) {
  .header__bar {
    width: 270px;
    right: 0;
  }
  .header__bar--text {
    font-size: 8px;
    padding: 0 20px 10px 20px;
  }
  .header__wrapper {
    padding: 0 50px;
  }
  .header__wrapper .header__link {
    width: 130px;
    height: 24px;
  }
}

@media (max-width: 400px) {
  .header__bar {
    width: 230px;
  }
  .header__wrapper {
    padding: 0 40px;
  }
}

.top-visual {
  width: calc(100% - 40px);
  max-width: 1440px;
  background-image: url("../img/top-visual.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px auto;
  height: 788px;
  border-radius: 25px;
}

.top-visual__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 120px;
  position: relative;
}

.top-visual__contents .top-visual__item {
  padding: 307px 0 134px;
}

.top-visual__contents .top-visual__item--text {
  color: white;
  margin-bottom: 20px;
}

.top-visual__contents .top-visual__item--title {
  color: white;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 66px;
  margin-bottom: 40px;
}

.top-visual__contents .top-visual__item .top-visual__button {
  position: relative;
  display: inline-block;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.top-visual__contents .top-visual__item .top-visual__button:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.top-visual__contents .top-visual__item .top-visual__button--text {
  color: white;
  padding: 20px 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  background: transparent;
}

.top-visual__contents .top-visual__item .top-visual__button--arrow {
  width: 40px;
  position: absolute;
  top: 24px;
  right: -20px;
}

.top-visual__contents .top-visual__scroll {
  position: absolute;
  top: 362px;
  right: 121px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-visual__contents .top-visual__scroll .top-visual__scroll--anime {
  height: 112px;
  width: 2px;
  background-color: white;
  -webkit-animation: bar_anime 2.3s ease infinite;
          animation: bar_anime 2.3s ease infinite;
}

@-webkit-keyframes bar_anime {
  0% {
    height: 0;
  }
  100% {
    height: 112px;
  }
}

@keyframes bar_anime {
  0% {
    height: 0;
  }
  100% {
    height: 112px;
  }
}

.top-visual__contents .top-visual__scroll--bar {
  height: 112px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}

.top-visual__contents .top-visual__scroll--text {
  color: white;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 10px;
  letter-spacing: 0.4em;
  padding-left: 10px;
}

.top-visual .top-visual__news {
  max-width: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  -webkit-box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.18);
          box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  padding: 12px 12px 12px 20px;
  position: relative;
  right: 30px;
  margin: 0 0 0 auto;
  line-height: 30px;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.top-visual .top-visual__news:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.top-visual .top-visual__news--title {
  color: #59cafa;
  font-weight: 900;
  margin-right: 20px;
}

.top-visual .top-visual__news--koala {
  width: 72px;
  height: 54px;
  position: absolute;
  top: -40px;
  left: -20px;
  pointer-events: none;
}

.top-visual .top-visual__news--line {
  width: 20px;
  height: 1px;
  background: #BDEAFD;
  margin: 16px 20px 0 0;
}

.top-visual .top-visual__news--date {
  color: #59cafa;
  padding-right: 10px;
  border-right: 1px solid #BDEAFD;
  height: 14px;
  line-height: 14px;
  margin-top: 8px;
}

.top-visual .top-visual__news--text {
  margin-left: 10px;
  color: #2F2F2F;
}

.top-visual .top-visual__news--arrow {
  width: 30px;
  height: 30px;
  margin-left: auto;
  display: block;
}

@media (max-width: 960px) {
  .top-visual__contents {
    padding: 0 60px;
  }
  .top-visual__contents .top-visual__item {
    padding: 307px 0 134px;
  }
  .top-visual__contents .top-visual__item--text {
    margin-bottom: 15px;
  }
  .top-visual__contents .top-visual__item--title {
    font-size: 35px;
  }
  .top-visual__contents .top-visual__item .top-visual__button--text {
    padding: 15px 30px;
  }
  .top-visual__contents .top-visual__item .top-visual__button--arrow {
    top: 19px;
  }
  .top-visual__contents .top-visual__scroll {
    right: 60px;
  }
  .top-visual .top-visual__news {
    max-width: 420px;
    right: 30px;
    line-height: 30px;
  }
  .top-visual .top-visual__news--title {
    margin-right: 15px;
  }
  .top-visual .top-visual__news--text {
    margin-left: 0;
  }
  .top-visual .top-visual__news--date {
    display: none;
  }
}

@media (max-width: 560px) {
  .top-visual {
    height: 680px;
  }
  .top-visual__contents {
    padding: 0 30px;
  }
  .top-visual__contents .top-visual__item {
    padding: 237px 0 94px;
  }
  .top-visual__contents .top-visual__item--title {
    font-size: 27px;
    margin-bottom: 35px;
    line-height: 55px;
  }
  .top-visual__contents .top-visual__item--text {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .top-visual__contents .top-visual__scroll {
    top: 292px;
    right: 30px;
  }
  .top-visual .top-visual__news {
    max-width: 280px;
    right: 30px;
    line-height: 30px;
    display: block;
  }
  .top-visual .top-visual__news--title {
    margin-right: 15px;
    margin-bottom: -10px;
  }
  .top-visual .top-visual__news--koala {
    width: 60px;
    height: 45px;
    top: -35px;
  }
  .top-visual .top-visual__news--line {
    display: none;
  }
  .top-visual .top-visual__news--arrow {
    display: none;
  }
}

@media (max-width: 400px) {
  .top-visual {
    height: 600px;
  }
  .top-visual__contents {
    padding: 0 20px;
  }
  .top-visual__contents .top-visual__item {
    padding: 207px 0 64px;
  }
  .top-visual__contents .top-visual__item--title {
    font-size: 22px;
    margin-bottom: 35px;
    line-height: 40px;
  }
  .top-visual__contents .top-visual__item--text {
    margin-bottom: 12px;
    font-size: 10px;
  }
  .top-visual__contents .top-visual__item .top-visual__button--text {
    padding: 15px 25px;
  }
  .top-visual__contents .top-visual__scroll {
    top: 252px;
    right: 20px;
  }
  .top-visual__contents .top-visual__scroll .top-visual__scroll--anime {
    height: 96px;
  }
  @-webkit-keyframes bar_anime {
    0% {
      height: 0;
    }
    100% {
      height: 96px;
    }
  }
  @keyframes bar_anime {
    0% {
      height: 0;
    }
    100% {
      height: 96px;
    }
  }
  .top-visual__contents .top-visual__scroll--bar {
    height: 96px;
  }
  .top-visual__contents .top-visual__scroll--text {
    font-size: 8px;
    letter-spacing: 0.3em;
    padding-left: 6px;
  }
  .top-visual .top-visual__news {
    max-width: 230px;
    right: 20px;
    line-height: 30px;
    display: block;
    font-size: 11px;
    padding: 9px 10px;
  }
  .top-visual .top-visual__news--title {
    margin-right: 15px;
    margin-bottom: -10px;
  }
  .top-visual .top-visual__news--koala {
    width: 60px;
    height: 45px;
    top: -35px;
  }
  .top-visual .top-visual__news--line {
    display: none;
  }
  .top-visual .top-visual__news--arrow {
    display: none;
  }
}

.smooth-scroll {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 5;
  cursor: pointer;
}

.smooth-scroll__icon {
  width: 60px;
  height: 60px;
}

@media (max-width: 560px) {
  .smooth-scroll {
    bottom: 30px;
    right: 30px;
  }
}

@media (max-width: 400px) {
  .smooth-scroll {
    bottom: 20px;
    right: 20px;
  }
}

.news {
  max-width: 1440px;
  margin: 0 auto;
  background: url("../img/news_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__contents {
  width: 1040px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 30px 60px;
  margin: 0 auto;
}

.news__contents .news__heading--title {
  font-size: 44px;
  font-weight: 900;
  color: #59CAFA;
  margin-bottom: 10px;
}

.news__contents .news__heading--supplement {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #59CAFA;
  display: block;
  margin-bottom: 60px;
}

.news__contents .news__list {
  margin-left: 14.52%;
  width: 100%;
}

.news__contents .news__list .news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #F4F4F4;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.news__contents .news__list .news__item:hover {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

.news__contents .news__list .news__item:not(:first-child) {
  padding-top: 30px;
}

.news__contents .news__list .news__item--date {
  color: #59CAFA;
  padding-right: 20px;
}

.news__contents .news__list .news__item--text {
  padding-left: 20px;
  color: #2f2f2f;
}

.news__contents .news__list .news__item--arrow {
  width: 4px;
  height: 8px;
  margin: 2px 0 0 auto;
  padding-right: 13px;
}

@media (max-width: 960px) {
  .news__contents {
    display: block;
  }
  .news__contents .news__heading {
    margin-bottom: 70px;
  }
  .news__contents .news__heading--supplement {
    margin-bottom: 50px;
  }
  .news__contents .news__list {
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .news__contents {
    padding: 60px 20px 60px;
    display: block;
  }
  .news__contents .news__heading {
    margin-bottom: 70px;
  }
  .news__contents .news__heading--title {
    font-size: 32px;
  }
  .news__contents .news__heading--supplement {
    margin-bottom: 40px;
  }
  .news__contents .news__list .news__item {
    padding-bottom: 20px;
  }
  .news__contents .news__list .news__item:not(:first-child) {
    padding-top: 20px;
  }
  .news__contents .news__list .news__item--date {
    padding-right: 20px;
  }
  .news__contents .news__list .news__item--text {
    padding-left: 20px;
    padding: 0 10px 0 10px;
  }
  .news__contents .news__list .news__item--arrow {
    width: 4px;
    height: 8px;
    margin: 2px 0 0 auto;
    padding-right: 13px;
  }
}

@media (max-width: 400px) {
  .news__contents .news__heading {
    margin-bottom: 60px;
  }
  .news__contents .news__heading--title {
    font-size: 28px;
  }
  .news__contents .news__heading--supplement {
    margin-bottom: 40px;
  }
  .news__contents .news__list .news__item {
    padding-bottom: 15px;
  }
  .news__contents .news__list .news__item:not(:first-child) {
    padding-top: 15px;
  }
  .news__contents .news__list .news__item--date {
    font-size: 12px;
  }
  .news__contents .news__list .news__item--text {
    font-size: 12px;
  }
  .news .news__link {
    height: 40px;
  }
  .news .news__link--icon {
    width: 40px;
    height: 100%;
  }
}

.hamburger {
  display: none;
  position: fixed;
  right: 80px;
}

.hamburger__trigger {
  position: relative;
  width: 35px;
  height: 25px;
  cursor: pointer;
  margin: 0 auto;
  z-index: 99;
}

.hamburger__trigger--line {
  position: absolute;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: white;
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hamburger__trigger--line:nth-of-type(1) {
  top: 0;
}

.hamburger__trigger--line:nth-of-type(2) {
  top: 10.5px;
}

.hamburger__trigger--line:nth-of-type(3) {
  bottom: 0;
}

.hamburger__trigger--line:nth-of-type(1) {
  -webkit-animation: btn_top .75s forwards;
          animation: btn_top .75s forwards;
}

@-webkit-keyframes btn_top {
  0% {
    -webkit-transform: translateY(11.5px) rotate(45deg);
            transform: translateY(11.5px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(11.5px) rotate(0);
            transform: translateY(11.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes btn_top {
  0% {
    -webkit-transform: translateY(11.5px) rotate(45deg);
            transform: translateY(11.5px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(11.5px) rotate(0);
            transform: translateY(11.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.hamburger__trigger--line:nth-of-type(2) {
  -webkit-transition: all .25s .25s;
  transition: all .25s .25s;
  opacity: 1;
}

.hamburger__trigger--line:nth-of-type(3) {
  -webkit-animation: btn_bottom .75s forwards;
          animation: btn_bottom .75s forwards;
}

@-webkit-keyframes btn_bottom {
  0% {
    -webkit-transform: translateY(-11.5px) rotate(-45deg);
            transform: translateY(-11.5px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-11.5px) rotate(0);
            transform: translateY(-11.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes btn_bottom {
  0% {
    -webkit-transform: translateY(-11.5px) rotate(-45deg);
            transform: translateY(-11.5px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-11.5px) rotate(0);
            transform: translateY(-11.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.hamburger__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 480px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
          transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
  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;
}

.hamburger__nav .hamburger__ul {
  padding-top: 30%;
  height: 100%;
}

.hamburger__nav .hamburger__ul .hamburger__list {
  margin-bottom: 30px;
  border-bottom: 1px solid #49a9d1;
  padding-bottom: 20px;
}

.hamburger__nav .hamburger__ul .hamburger__list--link {
  color: #59CAFA;
  font-size: 30px;
  font-weight: 800;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.hamburger__nav .hamburger__ul .hamburger__list--link:hover {
  color: #49a9d1;
}

.hamburger .show {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
          transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
}

.active .hamburger__trigger--line:nth-of-type(1) {
  -webkit-animation: btn_top-active .75s forwards;
          animation: btn_top-active .75s forwards;
}

@-webkit-keyframes btn_top-active {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
            transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }
}

@keyframes btn_top-active {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
            transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }
}

.active .hamburger__trigger--line:nth-of-type(2) {
  opacity: 0;
}

.active .hamburger__trigger--line:nth-of-type(3) {
  -webkit-animation: btn_bottom-active .75s forwards;
          animation: btn_bottom-active .75s forwards;
}

@-webkit-keyframes btn_bottom-active {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
            transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
  }
}

@keyframes btn_bottom-active {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
            transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
  }
}

@media (max-width: 960px) {
  .hamburger {
    display: block;
  }
}

@media (max-width: 560px) {
  .hamburger {
    right: 50px;
  }
  .hamburger__nav {
    width: 100%;
  }
  .hamburger__nav .hamburger__ul {
    padding-top: 30%;
    height: 100%;
  }
  .hamburger__nav .hamburger__ul .hamburger__list {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .hamburger__nav .hamburger__ul .hamburger__list--link {
    font-size: 28px;
    font-weight: 600;
  }
  .active .hamburger__trigger--line {
    background: #49a9d1;
  }
}

@media (max-width: 400px) {
  .hamburger {
    right: 40px;
  }
  .hamburger__nav .hamburger__ul .hamburger__list--link {
    font-size: 23px;
  }
  .active .hamburger__trigger--line {
    background: #49a9d1;
  }
}

.button {
  min-width: 219px;
  display: block;
  background: #19197d;
  border-radius: 5px;
  color: white;
  padding: 11px 11px 11px 31px;
  font-weight: 700;
  line-height: 30px;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  cursor: pointer;
}

.button:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.button__circle {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-left: 40px;
}

.button__circle--arrow {
  width: 4px;
  height: 8px;
  margin-bottom: 11px;
}

@media (max-width: 400px) {
  .button {
    min-width: 200px;
    padding: 8px 8px 8px 28px;
    font-size: 12px;
  }
  .button__circle {
    width: 30px;
    height: 30px;
  }
}

.service {
  max-width: 1040px;
  margin: 0 auto;
  padding: 120px 30px 160px 30px;
}

.service__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service__wrapper .service__heading--small-title {
  font-size: 18px;
  font-weight: 900;
  color: #59CAFA;
  display: inline-block;
  margin-bottom: 40px;
}

.service__wrapper .service__heading--supplement {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #59CAFA;
  font-size: 12px;
  margin-left: 10px;
}

.service__wrapper .service__heading--title {
  font-size: 34px;
  font-weight: 700;
  line-height: 54.4px;
  max-width: 483px;
  margin-bottom: 30px;
}

.service__wrapper .service__heading--img {
  width: 100%;
  height: 380px;
  margin-left: auto;
  background-image: url("../img/service_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 5px 20px 5px 5px;
  display: none;
}

.service__wrapper .service__heading--text {
  line-height: 32.2px;
  margin-bottom: 60px;
}

.service__img {
  width: 45.87%;
  height: 234px;
  margin-left: auto;
  background-image: url("../img/service_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 5px 20px 5px 5px;
}

.service__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px 0 60px;
}

.service__contents .service__item-company {
  width: 455px;
  background: #59CAFA;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: right;
  padding: 40px 30px;
  background-image: url("../img/service_company.png");
  background-size: 157.8px 263px;
  background-position: right 20.02px bottom 20px;
  margin-right: 10px;
}

.service__contents .service__item-company--title {
  background: white;
  width: 154px;
  display: block;
  margin: 0 auto;
  padding: 10px 30px;
  border-radius: 50px;
  text-align: center;
  color: #59CAFA;
  font-weight: 900;
  margin-bottom: 30px;
}

.service__contents .service__item-company--text {
  display: inline-block;
  padding: 20px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  color: white;
  line-height: 21px;
}

.service__contents .service__item-company--text:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 960px) {
  .service__contents .service__item-company {
    width: calc(100% - 60px);
  }
  .service__contents .service__item-company--text {
    width: calc(100% - 40px);
  }
  .service__contents .service__item-company--text .service__item-company--br {
    display: none;
  }
}

@media (max-width: 400px) {
  .service__contents .service__item-company {
    width: calc(100% - 40px);
    padding: 30px 20px;
  }
  .service__contents .service__item-company--text {
    padding: 15px;
  }
  .service__contents .service__item-company--text .service__item-company--br {
    display: none;
  }
}

.service__contents .service__item-human {
  width: 455px;
  background: #59CAFA;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: right;
  padding: 40px 30px;
  background-image: url("../img/service_human.png");
  background-size: 266.54px 263px;
  background-position: right 20px bottom 20.46px;
}

.service__contents .service__item-human--title {
  background: white;
  width: 154px;
  display: block;
  margin: 0 auto;
  padding: 10px 30px;
  border-radius: 50px;
  text-align: center;
  color: #59CAFA;
  font-weight: 900;
  margin-bottom: 30px;
}

.service__contents .service__item-human--text {
  display: inline-block;
  padding: 20px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  color: white;
  line-height: 21px;
}

.service__contents .service__item-human--text:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 960px) {
  .service__contents .service__item-human {
    width: calc(100% - 60px);
  }
  .service__contents .service__item-human--text {
    width: calc(100% - 40px);
  }
  .service__contents .service__item-human--text .service__item-company--br {
    display: none;
  }
}

@media (max-width: 400px) {
  .service__contents .service__item-human {
    width: calc(100% - 40px);
    padding: 30px 20px;
  }
  .service__contents .service__item-human--text {
    padding: 15px;
  }
  .service__contents .service__item-human--text .service__item-company--br {
    display: none;
  }
}

.service .service_button-merit {
  margin: 0 auto;
}

@media (max-width: 960px) {
  .service {
    padding: 100px 30px 120px;
  }
  .service__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .service__wrapper .service__heading {
    width: 100%;
  }
  .service__wrapper .service__heading--title {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .service__wrapper .service__heading--text {
    margin: 40px 0 40px 0;
  }
  .service__wrapper .service__heading--text .service__heading--br {
    display: none;
  }
  .service__wrapper .service__heading--img {
    display: block;
  }
  .service__wrapper .service__heading--small-title {
    margin-bottom: 20px;
  }
  .service__img {
    display: none;
  }
  .service__contents {
    display: block;
  }
  .service__contents .service__item-company {
    margin-bottom: 30px;
  }
  .service .service_button-merit {
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .service {
    padding: 80px 20px 100px;
  }
  .service__wrapper .service__heading--title {
    font-size: 25px;
    line-height: 40px;
  }
  .service__wrapper .service__heading--text {
    margin: 30px 0;
  }
  .service__wrapper .service__heading--img {
    height: 250px;
  }
  .service__wrapper .service__heading--small-title {
    margin-bottom: 20px;
  }
  .service__contents {
    margin-bottom: 45px;
  }
  .service__contents .service__item-company {
    margin-bottom: 30px;
  }
}

.footer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px 20px;
}

.footer__wrapper {
  background-image: url("../img/footer_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 397px;
  border-radius: 25px;
  color: white;
}

.footer__wrapper .footer__cover {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__wrapper .footer__cover .footer__heading--logo {
  width: 155.21307373046875px;
  height: 28.320003509521484px;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  margin-bottom: 60.68px;
}

.footer__wrapper .footer__cover .footer__heading--logo:hover {
  opacity: 0.7;
}

@media (max-width: 560px) {
  .footer__wrapper .footer__cover .footer__heading--logo {
    width: 130px;
    height: 24px;
  }
}

.footer__wrapper .footer__cover .footer__heading .footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
}

.footer__wrapper .footer__cover .footer__heading .footer__list--item {
  font-weight: 700;
  color: white;
  display: block;
  margin: 0 30px 10px 0;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.footer__wrapper .footer__cover .footer__heading .footer__list--item:hover {
  color: #c9c9c9;
}

.footer__wrapper .footer__cover .footer__heading--supplement {
  font-size: 12px;
  display: inline-block;
  margin-right: 30px;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  cursor: pointer;
  color: white;
}

.footer__wrapper .footer__cover .footer__heading--supplement:hover {
  color: #c9c9c9;
}

.footer__wrapper .footer__cover .footer__heading--supplement:nth-of-type(3) {
  margin-bottom: 84px;
}

.footer__wrapper .footer__cover .footer__heading--copywriter {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  display: block;
}

.footer__wrapper .footer__cover .footer__heading .footer__question {
  max-width: 306px;
  height: 101px;
  background: white;
  position: relative;
  border-radius: 20px;
  padding: 20px;
  margin: 80px 0 0 auto;
  display: none;
}

.footer__wrapper .footer__cover .footer__heading .footer__question .footer__attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -44px;
}

.footer__wrapper .footer__cover .footer__heading .footer__question .footer__attention--img {
  width: 72px;
  height: 54px;
  margin-right: 9px;
}

.footer__wrapper .footer__cover .footer__heading .footer__question .footer__attention--text {
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  margin-top: 7px;
}

.footer__wrapper .footer__cover .footer__heading .footer__question .footer__induction--text {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #010034;
  margin-bottom: 20px;
}

.footer__wrapper .footer__cover .footer__heading .footer__question .footer__induction .footer_button {
  background: #59CAFA;
}

@media (max-width: 960px) {
  .footer__wrapper .footer__cover .footer__heading .footer__question {
    max-width: 100%;
    margin: 0;
  }
}

@media (max-width: 560px) {
  .footer__wrapper .footer__cover .footer__heading .footer__question .footer__induction--text {
    font-size: 11px;
    line-height: 16px;
  }
}

@media (max-width: 560px) {
  .footer__wrapper .footer__cover .footer__heading .footer__question .footer__attention--text {
    line-height: 12px;
    letter-spacing: 0.06em;
  }
}

.footer__wrapper .footer__cover .footer__question {
  max-width: 306px;
  height: 101px;
  background: white;
  position: relative;
  border-radius: 20px;
  padding: 20px;
  margin: 80px 0 0 auto;
}

.footer__wrapper .footer__cover .footer__question .footer__attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -44px;
}

.footer__wrapper .footer__cover .footer__question .footer__attention--img {
  width: 72px;
  height: 54px;
  margin-right: 9px;
}

.footer__wrapper .footer__cover .footer__question .footer__attention--text {
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  margin-top: 7px;
}

.footer__wrapper .footer__cover .footer__question .footer__induction--text {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #010034;
  margin-bottom: 20px;
}

.footer__wrapper .footer__cover .footer__question .footer__induction .footer_button {
  background: #59CAFA;
}

@media (max-width: 960px) {
  .footer__wrapper .footer__cover .footer__question {
    max-width: 100%;
    margin: 0;
  }
}

@media (max-width: 560px) {
  .footer__wrapper .footer__cover .footer__question .footer__induction--text {
    font-size: 11px;
    line-height: 16px;
  }
}

@media (max-width: 560px) {
  .footer__wrapper .footer__cover .footer__question .footer__attention--text {
    line-height: 12px;
    letter-spacing: 0.06em;
  }
}

@media (max-width: 960px) {
  .footer__wrapper {
    height: 510px;
  }
  .footer__wrapper .footer__cover {
    max-width: 1000px;
    padding: 50px 30px 0px;
    display: block;
  }
  .footer__wrapper .footer__cover .footer__heading--copywriter {
    margin-top: 40px;
  }
  .footer__wrapper .footer__cover .footer__heading .footer__question {
    display: block;
  }
  .footer__wrapper .footer__cover .footer__heading--logo {
    margin-bottom: 35px;
  }
  .footer__wrapper .footer__cover .footer__question {
    display: none;
  }
}

@media (max-width: 560px) {
  .footer__wrapper {
    height: 500px;
  }
  .footer__wrapper .footer__cover {
    padding: 40px 30px 0px;
  }
  .footer__wrapper .footer__cover .footer__heading--supplement {
    font-size: 10px;
    margin-right: 10px;
  }
  .footer__wrapper .footer__cover .footer__heading .footer__list--item {
    font-size: 12px;
    margin-right: 20px;
  }
}

@media (max-width: 400px) {
  .footer__wrapper {
    height: 470px;
  }
  .footer__wrapper .footer__cover {
    padding: 40px 20px 0px;
  }
  .footer__wrapper .footer__cover .footer__heading--copywriter {
    margin-top: 15px;
  }
  .footer__wrapper .footer__cover .footer__heading .footer__list--item {
    font-size: 12px;
    margin-right: 20px;
  }
  .footer__wrapper .footer__cover .footer__heading .footer__question .footer_button {
    padding-left: 11px;
  }
  .footer__wrapper .footer__cover .footer__heading--supplement:nth-of-type(3) {
    margin-bottom: 70px;
  }
}

.lower-page-top {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
}

.lower-page-top__wrapper {
  height: 253px;
  background: #59CAFA;
  border-radius: 20px;
}

.lower-page-top__wrapper .lower-page-top__cover {
  background-image: url("../img/lower-top.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.lower-page-top__wrapper .lower-page-top__cover--title {
  font-size: 44px;
  font-weight: 900;
  color: white;
  padding: 149px 0 0 12.5%;
}

@media (max-width: 560px) {
  .lower-page-top__wrapper {
    height: 200px;
  }
  .lower-page-top__wrapper .lower-page-top__cover--title {
    font-size: 32px;
    padding: 90px 0 0 30px;
  }
}

@media (max-width: 400px) {
  .lower-page-top__wrapper .lower-page-top__cover--title {
    padding: 90px 0 0 20px;
  }
}

.overview {
  max-width: 1040px;
  margin: 0 auto;
  padding: 32px 30px 162px;
}

.overview__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.overview__contents:nth-child(n+4) {
  line-height: 28px;
}

.overview__contents--title {
  font-size: 14px;
  font-weight: 700;
  color: #59CAFA;
  width: 140px;
  margin-right: 40px;
  border-bottom: 1px solid #F4F4F4;
  padding: 28px 0;
}

.overview__contents--title-last {
  border: 0;
}

.overview__contents--data {
  border-bottom: 1px solid #F4F4F4;
  padding: 28px 0;
}

.overview__contents--data-last {
  border: 0;
}

@media (max-width: 960px) {
  .overview {
    padding-bottom: 102px;
  }
  .overview__contents--title {
    width: 100px;
  }
}

@media (max-width: 560px) {
  .overview {
    padding: 12px 20px 72px;
  }
  .overview__contents {
    display: block;
  }
  .overview__contents--title {
    border: 0;
    padding-bottom: 15px;
  }
  .overview__contents--data {
    padding-top: 0;
  }
}

@media (max-width: 400px) {
  .overview {
    padding: 12px 20px 42px;
  }
  .overview__contents--data {
    font-size: 13px;
    padding-bottom: 20px;
  }
  .overview__contents--title {
    padding: 20px 0;
  }
}

.merit {
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px 30px 102px;
}

.merit__title {
  color: #2197CA;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 24px;
}

@media (max-width: 560px) {
  .merit__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

@media (max-width: 400px) {
  .merit__title {
    font-size: 20px;
  }
}

.merit__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.merit__contents .merit__list--text {
  line-height: 29.4px;
}

.merit__contents .merit__list--text:nth-of-type(5) {
  margin: 30px 0;
  font-weight: 700;
}

.merit__contents--img {
  width: 321px;
  height: 157.47px;
  margin-left: auto;
  background-image: url("../img/service_img.jpg");
  background-size: 321px 157.47px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.merit__img {
  width: 100%;
}

@media (max-width: 960px) {
  .merit {
    padding: 60px 30px 102px;
  }
  .merit__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .merit__contents--img {
    width: 100%;
    height: 380px;
    margin-bottom: 60px;
  }
}

@media (max-width: 560px) {
  .merit {
    padding: 40px 20px 82px;
  }
  .merit__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .merit__contents--img {
    width: 100%;
    height: 250px;
    margin-bottom: 60px;
  }
}

@media (max-width: 400px) {
  .merit__contents--img {
    height: 200px;
    margin-bottom: 40px;
  }
}

.step {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 30px 80px;
}

.step__title {
  color: #2197CA;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 24px;
}

@media (max-width: 560px) {
  .step__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

@media (max-width: 400px) {
  .step__title {
    font-size: 20px;
  }
}

.step__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 20px;
}

.step__wrapper .step__item {
  width: 40px;
  text-align: center;
  background: rgba(89, 202, 250, 0.1);
  border-radius: 0 0 5px 5px;
}

.step__wrapper .step__item--text {
  font-size: 10px;
  font-weight: 900;
  color: white;
  background: #4AABD5;
  padding: 6px 3px 4px;
  border-radius: 5px 5px 0 0;
}

.step__wrapper .step__item--numeral {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: White;
  background: #59CAFA;
  padding: 6px 0 9px;
}

.step__wrapper .step__item .step__item--numeral2 {
  border-radius: 0 0 5px 5px;
}

.step__wrapper .step__contents {
  padding-left: 20px;
}

.step__wrapper .step__contents--title {
  color: #2197CA;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.step__wrapper .step__contents .step__contents--title1 {
  margin-top: 0;
}

.step__wrapper .step__contents--text {
  font-size: 12px;
  line-height: 25.2px;
}

@media (max-width: 560px) {
  .step {
    padding: 0 20px 80px;
  }
}

@media (max-width: 400px) {
  .step {
    padding-bottom: 60px;
  }
  .step__wrapper {
    margin-bottom: 20px;
  }
  .step__wrapper .step__contents {
    padding-left: 15px;
  }
  .step__wrapper .step__contents--title {
    margin-top: 10px;
  }
  .step__wrapper .step__contents .step__contents--title1 {
    margin-top: 0;
  }
}

.conditions {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 30px 163px;
}

.conditions__title {
  color: #2197CA;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 24px;
}

@media (max-width: 560px) {
  .conditions__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

@media (max-width: 400px) {
  .conditions__title {
    font-size: 20px;
  }
}

.conditions__list {
  line-height: 29.4px;
}

@media (max-width: 960px) {
  .conditions {
    padding-bottom: 120px;
  }
}

@media (max-width: 560px) {
  .conditions {
    padding: 0 20px 60px;
  }
}

.wait {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 190px;
  padding: 0 30px;
}

.wait__text {
  font-weight: 700;
  font-size: 24px;
  line-height: 50.4px;
  margin: 0 10px;
}

.wait__koala-left {
  width: 72px;
  height: 54px;
}

.wait__koala-right {
  width: 72px;
  height: 54px;
}

@media (max-width: 960px) {
  .wait {
    margin-bottom: 130px;
  }
}

@media (max-width: 560px) {
  .wait {
    margin-bottom: 100px;
    padding: 0 20px;
  }
  .wait__text {
    font-size: 20px;
    line-height: 40px;
  }
  .wait__koala-left {
    width: 60px;
    height: 45px;
  }
  .wait__koala-right {
    width: 60px;
    height: 45px;
  }
}

@media (max-width: 400px) {
  .wait {
    margin-bottom: 70px;
  }
  .wait__text {
    font-size: 20px;
  }
  .wait__koala-right {
    display: none;
  }
}

.area {
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 50px 163px;
}

.area h2 {
  color: #2197CA;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 24px;
}

@media (max-width: 560px) {
  .area h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

@media (max-width: 400px) {
  .area h2 {
    font-size: 20px;
  }
}

.area h3 {
  color: #2197CA;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 24px;
}

.area h4 {
  color: #2197CA;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 24px;
}

@media (max-width: 560px) {
  .area h3 {
    font-size: 18px;
  }
  .area h4 {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .area h3 {
    font-size: 16px;
  }
  .area h4 {
    font-size: 14px;
  }
}

.recruitment {
  margin: 120px 0 190px;
}

.recruitment__text {
  font-weight: 700;
  text-align: center;
}

.question {
  max-width: 606px;
  margin: 0 auto;
  padding: 40px 30px 190px;
}

.question__wrapper {
  padding: 20px 0;
  border-bottom: 1px solid #f4f4f4;
}

.question__wrapper .question__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.question__wrapper .question__items--icon {
  background: #59CAFA;
  border-radius: 100px;
  padding: 9px 12px 11px;
  font-weight: 900;
  font-size: 20px;
  color: white;
  width: 16px;
  height: 20px;
  margin-right: 10px;
}

.question__wrapper .question__items--text {
  font-size: 14px;
  font-weight: 700;
  color: #2197CA;
  padding-top: 13px;
  margin-right: 40px;
  line-height: 20px;
}

.question__wrapper .question__items--arrow {
  width: 30px;
  height: 30px;
  margin-left: auto;
}

.question__wrapper .question__items .slide {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.question__wrapper .question__none {
  display: none;
}

.question__wrapper .question__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 0 50px;
}

.question__wrapper .question__answer--icon {
  font-weight: 900;
  color: white;
  background: #2197CA;
  border-radius: 2px;
  padding: 3px 5px;
  width: 11px;
  height: 14px;
}

.question__wrapper .question__answer--text {
  line-height: 29.4px;
  color: white;
  padding: 10px 20px;
  background: #59CAFA;
  margin-left: 10px;
  border-radius: 2px;
}

.question__wrapper .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 960px) {
  .question {
    padding: 40px 30px 130px;
  }
}

@media (max-width: 560px) {
  .question {
    padding: 20px 20px 100px;
  }
  .question__wrapper .question__answer {
    margin-left: 10px;
  }
}

@media (max-width: 400px) {
  .question {
    padding: 20px 20px 70px;
  }
  .question__wrapper .question__items--text {
    padding-top: 0;
  }
  .question__wrapper .question__items--icon {
    padding: 5px 8px 7px;
    font-size: 16px;
    width: 12px;
    height: 16px;
  }
  .question__wrapper .question__answer--text {
    line-height: 20px;
  }
}

.privacy {
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px 30px 110px;
}

.privacy__wrapper {
  margin-bottom: 80px;
}

.privacy__wrapper--title {
  color: #2197CA;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 24px;
}

@media (max-width: 560px) {
  .privacy__wrapper--title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

@media (max-width: 400px) {
  .privacy__wrapper--title {
    font-size: 20px;
  }
}

.privacy__wrapper--supplement {
  font-size: 16px;
  font-weight: 700;
  color: #2197CA;
  margin-bottom: 20px;
  display: block;
}

.privacy__wrapper--text {
  line-height: 29.4px;
}

.privacy__wrapper--bold {
  font-weight: 700;
}

@media (max-width: 960px) {
  .privacy {
    padding: 40px 20px 50px;
  }
}

@media (max-width: 560px) {
  .privacy {
    padding: 40px 20px 20px;
  }
  .privacy__wrapper {
    margin-bottom: 60px;
  }
  .privacy__wrapper--supplement {
    font-size: 14px;
  }
}

@media (max-width: 560px) {
  .privacy {
    padding: 40px 20px 0px;
  }
  .privacy__wrapper {
    margin-bottom: 40px;
  }
}

.antisocial-forces {
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px 30px 190px;
}

.antisocial-forces__text {
  line-height: 29.4px;
}

@media (max-width: 960px) {
  .antisocial-forces {
    padding: 60px 30px 130px;
  }
}

@media (max-width: 560px) {
  .antisocial-forces {
    padding: 40px 20px 100px;
  }
}

@media (max-width: 400px) {
  .antisocial-forces {
    padding: 40px 20px 70px;
  }
}

.case-study {
  max-width: 1040px;
  margin: 0 auto;
  padding: 100px 30px 120px;
}

.case-study .case-study__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case-study .case-study__list:nth-child(1), .case-study .case-study__list:nth-child(2) {
  margin-bottom: 60px;
}

.case-study .case-study__list .case-study__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 25%;
}

.case-study .case-study__list .case-study__heading .case-study__img {
  position: absolute;
  top: 5px;
}

.case-study .case-study__list .case-study__heading--ttl {
  display: inline-block;
  font-weight: 700;
  padding: 10px 0 0 35px;
}

.case-study .case-study__list .case-study__textarea {
  width: 75%;
}

.case-study .case-study__list .case-study__textarea--ttl {
  color: #2197CA;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 24px;
  position: relative;
  color: #59CAFA;
  line-height: 1.5;
}

@media (max-width: 560px) {
  .case-study .case-study__list .case-study__textarea--ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

@media (max-width: 400px) {
  .case-study .case-study__list .case-study__textarea--ttl {
    font-size: 20px;
  }
}

.case-study .case-study__list .case-study__textarea--ttl::before {
  content: "";
  position: absolute;
  top: 18px;
  left: -50px;
  width: 30px;
  height: 2px;
  background: #E0E0E0;
}

.case-study .case-study__list .case-study__textarea--text {
  position: relative;
  line-height: 29.4px;
  padding-left: 20px;
}

.case-study .case-study__list .case-study__textarea--text::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: calc( 100% - 8px);
  background: #59CAFA;
  border-radius: 10px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}

@media (max-width: 960px) {
  .case-study {
    padding: 60px 30px 100px;
  }
  .case-study .case-study__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
  .case-study .case-study__list:nth-child(1), .case-study .case-study__list:nth-child(2) {
    margin-bottom: 80px;
  }
  .case-study .case-study__list .case-study__heading {
    margin-bottom: 20px;
    width: 100%;
  }
  .case-study .case-study__list .case-study__textarea {
    width: 100%;
  }
  .case-study .case-study__list .case-study__textarea--ttl::before {
    display: none;
  }
}

.contact {
  max-width: 680px;
  margin: 0 auto;
  padding: 80px 30px 120px;
}

.contact p {
  margin-bottom: 10px;
}

.contact input {
  width: 100%;
  height: 50px;
  padding-left: 24px;
  margin-bottom: 40px;
  border: 1px solid #DDDDDD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  outline: none;
}

.contact .contact-selectbox {
  position: relative;
  width: 100%;
}

.contact .contact-selectbox::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #777777 transparent transparent transparent;
  position: absolute;
  top: 22.5px;
  right: 24px;
}

.contact .contact-selectbox select {
  color: #2f2f2f;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  width: 100%;
  height: 50px;
  border: 1px solid #DDDDDD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  padding-left: 24px;
  margin-bottom: 40px;
  outline: none;
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}

.contact .contact-selectbox select ::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}

.contact textarea {
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  width: 100%;
  height: 170px;
  padding-top: 15px;
  padding-left: 24px;
  margin-bottom: 40px;
  border: 1px solid #DDDDDD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  outline: none;
  resize: none;
}

.contact input::-webkit-input-placeholder {
  color: #9E9E9E;
}

.contact input:-ms-input-placeholder {
  color: #9E9E9E;
}

.contact input::-ms-input-placeholder {
  color: #9E9E9E;
}

.contact input::placeholder {
  color: #9E9E9E;
}

.contact textarea::-webkit-input-placeholder {
  color: #9E9E9E;
}

.contact textarea:-ms-input-placeholder {
  color: #9E9E9E;
}

.contact textarea::-ms-input-placeholder {
  color: #9E9E9E;
}

.contact textarea::placeholder {
  color: #9E9E9E;
}

.contact .button__circle--arrow {
  width: 14px;
  height: 14px;
  margin-bottom: 8px;
}

.contact__thank {
  padding: 80px 30px 120px;
  text-align: center;
}

.contact__thank p {
  line-height: 1.5;
}

@media (max-width: 960px) {
  .contact {
    padding: 60px 30px 100px;
  }
}
/*# sourceMappingURL=style.css.map */