@charset "UTF-8";
/* ------------------------------------------------

* Style Index
	#. Cores
	#. Layouts    :prefix[l-]
	#. Components :prefix[c-]
	#. Units
	#. Utilities  :prefix[u-]
	// #. Functions :prefix[js-]

------------------------------------------------ */
/* ------------------------------------------------
# Cores
------------------------------------------------ */
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

@font-face {
  font-family: "GothicB";
  src: url("../font/A-OTF Gothic MB101 Pro B.otf") format("opentype");
}
@font-face {
  font-family: "GothicDB";
  src: url("../font/A-OTF Gothic MB101 Pro DB.otf") format("opentype");
}
@font-face {
  font-family: "GothicM";
  src: url("../font/A-OTF Gothic MB101 Pro M.otf") format("opentype");
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: inherit;
}

svg {
  width: auto;
  height: auto;
  pointer-events: none;
  backface-visibility: hidden;
  transform: translateZ(0);
}

ul {
  list-style: none;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  font-size: 1.4rem;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  background-color: #000000;
  color: #FFFFFF;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  display: inline-block;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
  border: none;
  background-color: initial;
}

/*-------------------------- SP/PC表示非表示 ------------------------------*/
.image-sp {
  display: none;
}

.content-sp {
  display: none;
}

.br-sp {
  display: none;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  .image-pc {
    display: none;
  }
  .content-pc {
    display: none;
  }
  .br-pc {
    display: none;
  }
  .image-sp {
    display: inline-block;
  }
  .content-sp {
    display: inline-block;
  }
  .br-sp {
    display: inline-block;
  }
}
/*-------------------------- コンテンツ幅 ------------------------------*/
.content-w {
  width: 1100px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}

.content-ws {
  width: 880px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}

/*-------------------------- 固定フォント ------------------------------*/
/* --------------------------------
 * フォントサイズ SP
 * -------------------------------- */
/* -------------------------------------------------------------------- 

   #ヘッダー

-------------------------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
#header .header-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
}
#header .header-inner .logo {
  width: 250px;
  margin-left: 30px;
}
#header .header-inner .logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
#header .header-inner .logo a:hover {
  opacity: 0.6;
}
#header .header-inner .form-button {
  font-size: 22px;
  line-height: 1em;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #E60012;
  padding: 25px 80px;
  transition: all 0.4s;
}
#header .header-inner .form-button:hover {
  background-color: #004FA2;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #header .header-inner .logo {
    width: 150px;
    margin-left: 15px;
  }
  #header .header-inner .form-button {
    font-size: 16px;
    padding: 15px 30px;
  }
}
/* -------------------------------------------------------------------- 

   #キービジュアル

-------------------------------------------------------------------- */
#keyvicual {
  margin-top: 72px;
  overflow: hidden;
  position: relative;
}
#keyvicual .keyvicual-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation-name: fadein1;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadein1 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #keyvicual {
    margin-top: 46px;
  }
  #keyvicual .keyvicual-wrapper {
    height: auto;
  }
}
/* -------------------------------------------------------------------- 

   #キャッチコピー

-------------------------------------------------------------------- */
.catch {
  display: flex;
  justify-content: center;
  gap: 58px;
  background-image: url("../image/top/side_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 37px 0 40px 0;
  z-index: 3;
}
.catch__item {
  font-size: 23px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1em;
  position: relative;
}
.catch__item span.img {
  display: inline-block;
  width: 12px;
  margin: 0 16px;
}
.catch__item span.red {
  color: #BA1D38;
  font-size: 58px;
  line-height: 1em;
}
.catch__item span.dg {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-right: 16px;
}
.catch__item::before, .catch__item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2.5px;
  background-color: #BA1D38;
  bottom: -9px;
  left: 0;
  z-index: -1;
}
.catch__item::after {
  width: 46px;
  height: 100%;
  background-image: url("../image/top/side_icon.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
  top: 0;
  left: -2px;
  background-color: initial;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  .catch {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 0 20px 0;
  }
  .catch__item {
    font-size: 16px;
  }
  .catch__item span.img {
    width: 6px;
    margin: 0 4px;
  }
  .catch__item span.red {
    font-size: 24px;
  }
  .catch__item span.dg {
    margin-right: 4px;
  }
  .catch__item::before, .catch__item::after {
    bottom: -4.5px;
  }
  .catch__item::after {
    width: 23px;
  }
}
/* -------------------------------------------------------------------- 

   #待遇

-------------------------------------------------------------------- */
.treatment {
  padding-bottom: 305px;
  background-image: url("../image/top/treatment_bg.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.treatment__wrapper {
  margin-bottom: 60px;
}
.treatment__cta {
  width: 440px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.treatment__cta a {
  display: inline-block;
  width: 100%;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  .treatment {
    padding-bottom: 70px;
    background-image: initial;
  }
  .treatment__wrapper {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .treatment__cta {
    width: 440px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
  .treatment__cta a {
    display: inline-block;
    width: 100%;
  }
}
/* -------------------------------------------------------------------- 

   #募集要項

-------------------------------------------------------------------- */
h1.section-title {
  font-size: 31px;
  line-height: 33px;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  background-image: url("../image/top/title_bg.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

#recruit {
  margin-top: -170px;
  text-align: center;
  margin-bottom: 70px;
}
#recruit .recruit-content h1 {
  margin-bottom: 30px;
}
#recruit .recruit-content p.ex {
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#recruit .recruit-content .table {
  border: 1px solid #BA1D38;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 70px;
  background-color: #333333;
  color: #FFFFFF;
}
#recruit .recruit-content .table th,
#recruit .recruit-content .table td {
  padding: 28px 40px;
  border-bottom: 1px solid #BA1D38;
  font-size: 15.6px;
  line-height: 1.66em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
#recruit .recruit-content .table th {
  text-align: left;
  font-weight: 600;
  color: #BA1D38;
  width: 18%;
  padding: 28px 18px;
  vertical-align: top;
}
#recruit .recruit-content .table td {
  font-size: 15px;
  width: 82%;
  text-align: left;
  position: relative;
}
#recruit .recruit-content .table td span {
  font-size: 17px;
}
#recruit .recruit-content .table td::before {
  position: absolute;
  content: "";
  left: 0;
  top: 28px;
  height: calc(100% - 56px);
  width: 1px;
  background-color: #BA1D38;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  h1.section-title {
    font-size: 21px;
    line-height: 24px;
  }
  #recruit {
    margin-top: 0;
    margin-bottom: 70px;
  }
  #recruit .recruit-content h1 {
    margin-bottom: 15px;
  }
  #recruit .recruit-content p.ex {
    margin-bottom: 30px;
    font-size: 14px;
  }
  #recruit .recruit-content .table {
    margin-bottom: 35px;
  }
  #recruit .recruit-content .table th,
  #recruit .recruit-content .table td {
    padding: 14px 20px;
    font-size: 14px;
  }
  #recruit .recruit-content .table th {
    width: 18%;
    padding: 14px 9px;
  }
  #recruit .recruit-content .table td {
    font-size: 14px;
    width: 82%;
  }
  #recruit .recruit-content .table td span {
    font-size: 16px;
  }
  #recruit .recruit-content .table td::before {
    top: 14px;
    height: calc(100% - 28px);
  }
}
/* -------------------------------------------------------------------- 

   #流れ

-------------------------------------------------------------------- */
#flow h1 {
  margin-bottom: 45px;
}
#flow .flow-content {
  display: flex;
  margin-bottom: 135px;
}
#flow .flow-content .item {
  width: 20%;
  text-align: center;
  position: relative;
}
#flow .flow-content .item .img {
  height: 70px;
  margin: 25px auto 20px auto;
}
#flow .flow-content .item .img img {
  height: 100%;
  width: auto;
}
#flow .flow-content .item h2 {
  font-size: 24px;
  line-height: 1em;
  text-align: center;
  display: inline-block;
  margin: 0 auto 20px auto;
  padding-bottom: 18px;
  background-image: url("../image/top/title_bg.png");
  background-repeat: no-repeat;
  background-size: auto 8.5px;
  background-position: bottom center;
  width: 100%;
}
#flow .flow-content .item p {
  font-size: 16px;
  line-height: 1.5em;
}
#flow .flow-content .item p small {
  font-size: 12px;
}
#flow .flow-content .item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 19px;
  top: 0;
  right: -8.5px;
  background-image: url("../image/top/arrow_right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/* --------------------------------
* iphone
* -------------------------------- */
@media screen and (max-width: 959px) {
  #flow h1 {
    margin-bottom: 25px;
  }
  #flow .flow-content {
    flex-flow: column;
    margin-bottom: 70px;
  }
  #flow .flow-content .item {
    width: 100%;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  #flow .flow-content .item .img {
    height: 70px;
    margin: 0;
  }
  #flow .flow-content .item h2 {
    font-size: 18px;
    margin: 0 auto 10px auto;
    padding-bottom: 9px;
    background-size: auto 4px;
  }
  #flow .flow-content .item p {
    text-align: left;
  }
  #flow .flow-content .item p br {
    display: none;
  }
  #flow .flow-content .item::before {
    display: none;
  }
}
/* -------------------------------------------------------------------- 

   #流れ/アンケート

-------------------------------------------------------------------- */
.example {
  background-image: url("../image/top/example-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.example h1.section-title {
  margin-bottom: 90px;
}
.example .example-wrapper {
  margin-bottom: 100px;
}
.example .example-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 70px 5.6%;
}
.example .example-item {
  width: 29.6%;
  position: relative;
  padding-top: 24px;
}
.example .example-item .sub-title {
  position: absolute;
  top: -46px;
  left: 0;
  font-family: "acumin-variable", sans-serif;
  font-style: italic;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-variation-settings: "wght" 400, "wdth" 67.5, "slnt" -12;
  font-weight: 400;
  transform: rotate(-13deg);
  width: 150%;
  z-index: 5;
}
.example .example-item .title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1em;
  color: #BA1D38;
  margin-bottom: 10px;
}
.example .example-item p {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
}
.example .example-item:nth-child(1),
.example .example-item:nth-child(4) {
  position: relative;
}
.example .example-item:nth-child(1)::before,
.example .example-item:nth-child(4)::before {
  position: absolute;
  content: "";
  width: 880px;
  height: 7px;
  background-image: url("../image/top/line.png");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
.example .sheet {
  text-align: center;
  margin-bottom: 230px;
}
.example .sheet .sheet-item {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.example .sheet h1.section-title {
  margin-bottom: 80px;
}
.example .sheet h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.025em;
}
.example .sheet h2 span {
  font-size: 42px;
  font-family: "acumin-variable", sans-serif;
  font-style: italic;
  font-weight: 400;
}
.example .sheet p {
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0.025em;
  position: relative;
}
.example .sheet p::before, .example .sheet p::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../image/top/dotto_left.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  top: 0;
  left: -50px;
}
.example .sheet p::after {
  left: auto;
  right: -50px;
  background-image: url("../image/top/dotto_right.png");
}

/* --------------------------------
* iphone
* -------------------------------- */
@media screen and (max-width: 959px) {
  .example {
    background-image: url("../image/top/example-bg-sp.jpg");
  }
  .example h1.section-title {
    margin-bottom: 45px;
  }
  .example .example-wrapper {
    margin-bottom: 50px;
  }
  .example .example-list {
    gap: 35px 20px;
  }
  .example .example-item {
    width: calc(50% - 10px);
    padding-top: 12px;
  }
  .example .example-item .sub-title {
    top: -23px;
    font-size: 14px;
    width: 100%;
  }
  .example .example-item .title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .example .example-item:nth-child(1)::before,
  .example .example-item:nth-child(4)::before {
    display: none;
  }
  .example .sheet {
    margin-bottom: 40px;
  }
  .example .sheet .sheet-item {
    margin-bottom: 20px;
  }
  .example .sheet h1.section-title {
    margin-bottom: 40px;
  }
  .example .sheet h2 {
    font-size: 14px;
  }
  .example .sheet h2 span {
    font-size: 30px;
  }
  .example .sheet p::before, .example .sheet p::after {
    width: 10px;
    height: 10px;
    top: -25px;
    left: 0;
  }
  .example .sheet p::after {
    left: auto;
    right: 0;
    background-image: url("../image/top/dotto_right.png");
  }
}
/* -------------------------------------------------------------------- 

   #よくある質問

-------------------------------------------------------------------- */
#question {
  padding: 150px 0 100px 0;
}
#question .section-title {
  margin-bottom: 125px;
  position: relative;
  z-index: 2;
}
#question .section-title::before {
  position: absolute;
  content: "Q&A";
  font-size: 177px;
  letter-spacing: 0.025em;
  color: #BA1D38;
  font-family: "acumin-variable", sans-serif;
  font-style: italic;
  font-weight: 300;
  top: 0;
  left: 25%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
  transform: rotate(-13deg);
}
#question .q {
  background-color: #FFFFFF;
  padding: 2px 47px;
  font-size: 16px;
  line-height: 1.3em;
  color: #000;
  position: relative;
}
#question .q::before {
  position: absolute;
  content: "Q";
  font-size: 49px;
  letter-spacing: 0.025em;
  color: #999999;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "wght" 800, "wdth" 50, "slnt" -12;
  top: -9px;
  left: 10px;
  z-index: 3;
  line-height: 0.6em;
}
#question .a {
  padding: 20px 47px 35px 47px;
  font-size: 16px;
  line-height: 1.5em;
  color: #FFFFFF;
  position: relative;
}
#question .a::before {
  position: absolute;
  content: "A";
  font-size: 49px;
  letter-spacing: 0.025em;
  color: #BA1D38;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "wght" 800, "wdth" 50, "slnt" -12;
  top: 26px;
  left: 10px;
  z-index: 3;
  line-height: 0.6em;
}

/* --------------------------------
* iphone
* -------------------------------- */
@media screen and (max-width: 959px) {
  #question {
    padding: 70px 0 50px 0;
  }
  #question .section-title {
    margin-bottom: 50px;
  }
  #question .section-title::before {
    font-size: 80px;
    left: 20%;
  }
  #question .q {
    padding: 2px 5px 2px 25px;
  }
  #question .q::before {
    font-size: 30px;
    top: -4px;
    left: 5px;
  }
  #question .a {
    padding: 20px 5px 35px 25px;
  }
  #question .a::before {
    font-size: 30px;
    top: 26px;
    left: 5px;
  }
}
/* -------------------------------------------------------------------- 

   #サポート

-------------------------------------------------------------------- */
#support {
  background-color: #1A1A1A;
  padding-top: 50px;
}
#support .support-wrapper {
  width: 860px;
  padding-bottom: 140px;
}
#support .support-wrapper h1 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin-bottom: 40px;
  color: #00FFFF;
}
#support .support-wrapper .support-content {
  display: flex;
  justify-content: space-between;
}
#support .support-wrapper .support-content .txt {
  width: calc(100% - 280px);
}
#support .support-wrapper .support-content .txt p {
  font-size: 17px;
  line-height: 1.9em;
  letter-spacing: 0.1em;
  font-weight: 500;
  letter-spacing: 0.025em;
}
#support .support-wrapper .support-content .img {
  width: 260px;
  display: flex;
  flex-flow: column;
  gap: 15px;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #support .support-wrapper {
    padding-bottom: 70px;
  }
  #support .support-wrapper h1 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.5em;
  }
  #support .support-wrapper h1 span.content-pc {
    display: none;
  }
  #support .support-wrapper h1 span.content-sp {
    display: inline-block;
  }
  #support .support-wrapper .support-content {
    flex-flow: column;
  }
  #support .support-wrapper .support-content .txt {
    width: 100%;
  }
  #support .support-wrapper .support-content .txt p {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
  }
  #support .support-wrapper .support-content .img {
    width: 100%;
    display: flex;
    flex-flow: initial;
    justify-content: space-between;
  }
  #support .support-wrapper .support-content .img img {
    width: 49%;
  }
}
/* -------------------------------------------------------------------- 

   #アバウト

-------------------------------------------------------------------- */
#about {
  padding-bottom: 80px;
  background-color: #1A1A1A;
}
#about .about-wrapper {
  width: 860px;
}
#about .about-wrapper h1 {
  font-size: 39px;
  line-height: 1.77em;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  color: #00FFFF;
}
#about .about-wrapper .about-content {
  padding-bottom: 65px;
}
#about .about-wrapper .about-content .item {
  background-color: #FFFFFF;
  padding: 25px 40px;
  margin-bottom: 43px;
}
#about .about-wrapper .about-content .item h2 {
  font-size: 26px;
  line-height: 43px;
  background-color: #00FFFF;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  color: #000;
}
#about .about-wrapper .about-content .item .item-wrapper {
  display: flex;
}
#about .about-wrapper .about-content .item .item-wrapper .img {
  width: 120px;
  margin-right: 45px;
}
#about .about-wrapper .about-content .item .item-wrapper p {
  width: calc(100% - 165px);
  color: #231815;
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 300;
  letter-spacing: 0.025em;
}

.cta {
  background-color: #000;
  padding: 50px 0;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #about {
    padding-bottom: 30px;
  }
  #about .about-wrapper h1 {
    font-size: 25px;
    margin-bottom: 40px;
  }
  #about .about-wrapper .about-content {
    padding-bottom: 20px;
  }
  #about .about-wrapper .about-content .item {
    padding: 15px 15px;
    margin-bottom: 20px;
  }
  #about .about-wrapper .about-content .item h2 {
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 15px;
  }
  #about .about-wrapper .about-content .item .item-wrapper {
    flex-flow: column-reverse;
  }
  #about .about-wrapper .about-content .item .item-wrapper .img {
    margin: 15px auto 0 auto;
  }
  #about .about-wrapper .about-content .item .item-wrapper p {
    width: 100%;
    color: #231815;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 300;
    letter-spacing: 0.025em;
  }
  .cta {
    background-color: #000;
    padding: 40px 0;
  }
}
/* -------------------------------------------------------------------- 

   #フッター

-------------------------------------------------------------------- */
footer {
  background-color: #FFFFFF;
  padding: 40px 0 25px;
  text-align: center;
}
footer .logo {
  width: 250px;
  margin: 0 auto 20px auto;
}
footer .logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
footer small {
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  color: #231815;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  footer {
    padding: 20px 0;
  }
  footer .logo {
    width: 200px;
    margin: 0 auto 5px auto;
  }
  footer small {
    font-size: 10px;
  }
}
/* -------------------------------------------------------------------- 

   #アニメーション

-------------------------------------------------------------------- */
.fade-up {
  transition: all 0.6s;
  opacity: 0;
  transform: translate(0, 20px);
}

.fade-up.active {
  opacity: 1;
  transform: translate(0, 0);
}/*# sourceMappingURL=styles.css.map */