@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: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro";
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  color: #231815;
}

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: 850px;
  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: #7FBF36;
  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;
  position: relative;
}
#keyvicual .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-right: 4.68%;
  padding-top: 11.9%;
  top: 0;
  right: 0;
  text-align: right;
}
#keyvicual .txt h1 {
  font-size: 57px;
  font-weight: 700;
  color: #231815;
  margin-bottom: 30px;
}
#keyvicual .txt h1 span {
  display: inline-block;
  line-height: 1.2em;
  color: transparent;
  padding: 0 2.5px;
  position: relative;
  overflow: hidden;
}
#keyvicual .txt h1 span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-image: -webkit-linear-gradient(0deg, #7FBF36 0%, #fed417 100%);
  transform: translateX(-100%);
  transition: 0.6s;
}
#keyvicual .txt h1.in span::after {
  transform: translateX(0);
}
#keyvicual .txt h1.out span {
  background-color: #FFFFFF;
  color: #231815;
}
#keyvicual .txt h1.out span::after {
  transform: translateX(100%);
}
#keyvicual .txt h1.sub {
  font-size: 40px;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #keyvicual {
    margin-top: 46px;
  }
  #keyvicual .txt {
    padding-top: 20%;
    padding-right: 15px;
  }
  #keyvicual .txt h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  #keyvicual .txt h1.sub {
    font-size: 16px;
  }
}
/* -------------------------------------------------------------------- 

   #メッセージ

-------------------------------------------------------------------- */
#message {
  background-image: url("../image/message_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  text-align: center;
}
#message .massage-wrapper {
  padding: 40px 0 400px 0;
}
#message .massage-wrapper h1 {
  font-size: 51px;
  line-height: 1.5em;
  font-weight: 700;
}
#message .massage-wrapper h1 span {
  display: inline-block;
  padding: 0 15px;
  background-color: #FFFFFF;
  line-height: 1.2em;
}
#message .massage-wrapper p {
  font-size: 36px;
  line-height: 1.5em;
  margin: 50px 0;
}
#message .massage-wrapper p span {
  display: inline-block;
  padding: 0 10px;
  background-color: #FFFFFF;
  line-height: 1.2em;
  font-weight: 600;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #message .massage-wrapper {
    padding: 20px 0 150px 0;
  }
  #message .massage-wrapper h1 {
    font-size: 18px;
  }
  #message .massage-wrapper h1 span {
    padding: 0 7px;
  }
  #message .massage-wrapper p {
    font-size: 16px;
    margin: 15px 0;
  }
  #message .massage-wrapper p span {
    padding: 0 5px;
  }
}
/* -------------------------------------------------------------------- 

   #ワーク

-------------------------------------------------------------------- */
#work {
  padding-top: 320px;
  padding-bottom: 450px;
  margin-top: -400px;
  background-image: url("../image/recruit_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  text-align: center;
}
#work .work-wrapper h1 {
  font-size: 56px;
  line-height: 1.5em;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 20px;
}
#work .work-wrapper h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  margin-bottom: 60px;
}
#work .work-wrapper .work-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 6%;
  margin-bottom: 60px;
}
#work .work-wrapper .work-content .item {
  width: 47%;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #work {
    padding-top: 130px;
    padding-bottom: 150px;
    margin-top: -150px;
    background-image: url("../image/recruit_bg_sp.png");
  }
  #work .work-wrapper h1 {
    font-size: 20px;
    margin-bottom: 7px;
  }
  #work .work-wrapper h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #work .work-wrapper .work-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px 3%;
    margin-bottom: 20px;
  }
  #work .work-wrapper .work-content .item {
    width: 48.5%;
  }
}
/* -------------------------------------------------------------------- 

   #応募ボタン

-------------------------------------------------------------------- */
.form-button-wrapper button {
  padding: 0 5px 5px 0;
  background-image: url("../image/form_button_shadow.png");
  background-position: bottom right;
  background-size: calc(100% - 5px) auto;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.form-button-wrapper button:hover {
  padding: 0 0 0 5px;
  margin-top: 5px;
}

.tow-track {
  padding-bottom: 970px;
  background-image: url("../image/tow_track.png");
  background-repeat: no-repeat;
  background-size: auto 1067px;
  background-position: bottom center;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  .form-button-wrapper button {
    background-image: url("../image/form_shadow_sp.png");
  }
  .tow-track {
    padding-bottom: 320px;
    background-size: auto 350px;
  }
}
/* -------------------------------------------------------------------- 

   #メリット

-------------------------------------------------------------------- */
#merit {
  margin-top: -400px;
  padding-top: 170px;
  padding-bottom: 400px;
  background-image: url("../image/merit_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  text-align: center;
}
#merit .merit-wrapper {
  width: 940px;
}
#merit h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 1.3em;
  margin-bottom: 50px;
}
#merit h1 span {
  font-size: 46px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: underline;
}
#merit .merit-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 1.3%;
  margin-bottom: 70px;
}
#merit .merit-content .item {
  width: 19%;
}
#merit .senior {
  display: flex;
  justify-content: space-between;
  padding: 27px 40px;
  background: linear-gradient(90deg, #B6D21F, #FFE300, #009E41);
  text-align: left;
  border-radius: 20px;
  position: relative;
  margin-bottom: 70px;
}
#merit .senior .txt {
  width: 72%;
}
#merit .senior .txt .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 0;
  border-bottom: 1px solid #231815;
  margin-bottom: 20px;
}
#merit .senior .txt h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1em;
}
#merit .senior .txt h3 {
  font-size: 21px;
  line-height: 1em;
  font-weight: 700;
}
#merit .senior .txt p {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
}
#merit .senior .img {
  width: 23%;
}
#merit .senior::before {
  position: absolute;
  content: "";
  top: -40px;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background-image: url("../image/arrow_up.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #merit {
    margin-top: -100px;
    padding-top: 70px;
    padding-bottom: 150px;
    background-image: url("../image/merit_bg_sp.png");
  }
  #merit h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #merit h1 span {
    font-size: 16px;
  }
  #merit .merit-content {
    gap: 10px 1%;
    margin-bottom: 20px;
  }
  #merit .merit-content .item {
    width: 24%;
  }
  #merit .senior {
    padding: 13px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  #merit .senior .txt {
    width: 100%;
  }
  #merit .senior .txt .title {
    padding: 5px 0;
    margin-bottom: 10px;
  }
  #merit .senior .txt h2 {
    font-size: 16px;
  }
  #merit .senior .txt h3 {
    font-size: 14px;
  }
  #merit .senior .txt p {
    font-size: 14px;
  }
  #merit .senior .img {
    width: 30%;
    margin-top: 10px;
  }
  #merit .senior::before {
    top: -20px;
    height: 20px;
  }
}
/* -------------------------------------------------------------------- 

   #流れ

-------------------------------------------------------------------- */
#flow {
  background-image: url("../image/flow_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  margin-top: -300px;
  padding-top: 300px;
  padding-bottom: 480px;
  text-align: center;
}
#flow h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: underline;
  margin-bottom: 50px;
}
#flow .flow-wrapper {
  width: 850px;
}
#flow .flow-wrapper .table {
  border: 1px solid #231815;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0;
  background-color: #FFFFFF;
  color: #231815;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro";
}
#flow .flow-wrapper .table th,
#flow .flow-wrapper .table td {
  padding: 20px 40px;
  border: 1px solid #231815;
  font-size: 15px;
  line-height: 1.66em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
#flow .flow-wrapper .table th {
  text-align: left;
  font-weight: 600;
  background-color: #E6EBEE;
  width: 18%;
  padding: 20px 18px;
  vertical-align: middle;
}
#flow .flow-wrapper .table td {
  font-size: 15px;
  width: 82%;
  text-align: left;
}
#flow .flow-wrapper .table td span {
  font-size: 12px;
}
#flow .flow-wrapper h4 {
  text-align: right;
  font-weight: 400;
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 120px;
}
#flow .flow-wrapper .flow-content .item {
  display: flex;
  align-items: center;
  gap: 0 25px;
  margin-bottom: 30px;
}
#flow .flow-wrapper .flow-content .item .img {
  width: 125px;
}
#flow .flow-wrapper .flow-content .item p {
  font-size: 31px;
  font-weight: 600;
  line-height: 1.5em;
  text-align: left;
}
#flow .flow-wrapper .flow-content .item p span {
  display: inline-block;
  font-size: 19px;
  line-height: 1.5em;
  font-weight: 400;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #flow {
    background-image: url("../image/flow_bg_sp.png");
    margin-top: -100px;
    padding-top: 120px;
    padding-bottom: 150px;
  }
  #flow h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #flow .flow-wrapper .table {
    margin-bottom: 5px;
  }
  #flow .flow-wrapper .table th,
  #flow .flow-wrapper .table td {
    padding: 10px 10px;
    font-size: 14px;
  }
  #flow .flow-wrapper .table th {
    width: 30%;
    padding: 10px 10px;
  }
  #flow .flow-wrapper .table td {
    font-size: 15px;
    width: 70%;
  }
  #flow .flow-wrapper .table td span {
    font-size: 12px;
  }
  #flow .flow-wrapper h4 {
    font-size: 12px;
    line-height: 2em;
    margin-bottom: 70px;
  }
  #flow .flow-wrapper .flow-content .item {
    gap: 0 10px;
    margin-bottom: 15px;
  }
  #flow .flow-wrapper .flow-content .item .img {
    width: 80px;
  }
  #flow .flow-wrapper .flow-content .item p {
    font-size: 16px;
  }
  #flow .flow-wrapper .flow-content .item p span {
    font-size: 14px;
  }
}
/* -------------------------------------------------------------------- 

   #よくある質問

-------------------------------------------------------------------- */
#question {
  background-image: url("../image/qa_bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
  margin-top: -400px;
  padding-top: 300px;
  padding-bottom: 400px;
  color: #FFFFFF;
  text-align: center;
}
#question h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: underline;
  margin-bottom: 25px;
}
#question p {
  font-size: 31px;
  font-weight: 600;
  margin-bottom: 50px;
}
#question .map {
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
  height: 430px;
  margin-bottom: 70px;
}
#question .form-button-wrapper {
  margin-bottom: 120px;
}
#question h1.qa {
  margin-bottom: 70px;
}
#question .qa-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
}
#question .qa-content .item {
  width: calc(50% - 25px);
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 20px;
  color: #231815;
  text-align: left;
}
#question .qa-content .item .q,
#question .qa-content .item .a {
  display: flex;
  justify-content: flex-start;
}
#question .qa-content .item .q .img,
#question .qa-content .item .a .img {
  width: 27px;
  margin-right: 15px;
}
#question .qa-content .item .q p,
#question .qa-content .item .a p {
  width: calc(100% - 42px);
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55em;
  margin-bottom: 0;
}
#question .qa-content .item .q p a,
#question .qa-content .item .a p a {
  color: #231815;
}
#question .qa-content .item .q {
  margin-bottom: 20px;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #question {
    background-image: url("../image/qa_bg_sp.png");
    margin-top: -100px;
    padding-top: 120px;
    padding-bottom: 140px;
  }
  #question h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #question p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #question .map {
    height: 250px;
    margin-bottom: 40px;
  }
  #question .form-button-wrapper {
    margin-bottom: 70px;
  }
  #question h1.qa {
    margin-bottom: 20px;
  }
  #question .qa-content {
    flex-flow: column;
    gap: 20px;
  }
  #question .qa-content .item {
    width: 100%;
    background-color: #FFFFFF;
    padding: 40px;
    border-radius: 20px;
    color: #231815;
    text-align: left;
    padding: 20px;
  }
  #question .qa-content .item .q .img,
  #question .qa-content .item .a .img {
    width: 18px;
    margin-right: 8px;
  }
  #question .qa-content .item .q p,
  #question .qa-content .item .a p {
    width: calc(100% - 26px);
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55em;
  }
  #question .qa-content .item .q {
    margin-bottom: 15px;
  }
}
/* -------------------------------------------------------------------- 

   #サポート

-------------------------------------------------------------------- */
#support .support-wrapper {
  width: 860px;
  margin-bottom: 140px;
}
#support .support-wrapper h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.8em;
  margin-bottom: 40px;
}
#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: 22px;
  line-height: 1.9em;
  font-weight: 600;
  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 {
    margin-bottom: 70px;
  }
  #support .support-wrapper h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #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: 110px;
}
#about .about-wrapper {
  width: 860px;
}
#about .about-wrapper h1 {
  font-family: "GothicDB";
  font-size: 49px;
  line-height: 1.77em;
  text-align: center;
  margin-bottom: 60px;
}
#about .about-wrapper h1 span {
  display: inline-block;
  line-height: 1.77em;
  border-bottom: 3.5px solid #E60012;
}
#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: #004FA2;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}
#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;
}

/* --------------------------------
* iphone
* -------------------------------- */
@media screen and (max-width: 959px) {
  #about {
    padding-bottom: 70px;
  }
  #about .about-wrapper h1 {
    font-size: 29px;
    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;
  }
}
/* -------------------------------------------------------------------- 

   #サポート/アバウト

-------------------------------------------------------------------- */
.absp {
  background-image: url("../image/support_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  margin-top: -400px;
  padding-top: 300px;
  padding-bottom: 90px;
}
.absp #support .support-wrapper h1 {
  color: #004FA2;
}
.absp #support .support-wrapper h1 span {
  display: inline-block;
  background-color: #FFFFFF;
  line-height: 1.2em;
  padding: 0 15px;
}
.absp #support .support-wrapper h1 span.br-sp {
  display: none;
}
.absp #about .about-wrapper h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: underline;
  margin-bottom: 25px;
}
.absp #about .about-wrapper h1 span {
  border-bottom: none;
  text-decoration: underline;
}
.absp #about .about-wrapper .about-content .item h2 {
  color: #FFFFFF;
}

/* --------------------------------
* iphone
* -------------------------------- */
@media screen and (max-width: 959px) {
  .absp {
    background-image: url("../image/support_bg_sp.png");
    margin-top: -100px;
    padding-top: 120px;
    padding-bottom: 20px;
  }
  .absp #support .support-wrapper h1 {
    color: #004FA2;
  }
  .absp #support .support-wrapper h1 span {
    display: inline-block;
    background-color: #FFFFFF;
    line-height: 1.2em;
    padding: 0 5px;
  }
  .absp #support .support-wrapper h1 span.br-sp {
    display: inline-block;
  }
  .absp #support .support-wrapper h1 span.br-pc {
    display: none;
  }
  .absp #about .about-wrapper h1 {
    font-size: 29px;
    margin-bottom: 10px;
  }
  .absp #about .about-wrapper h1 span {
    border-bottom: none;
    text-decoration: underline;
  }
  .absp #about .about-wrapper .about-content .item h2 {
    color: #FFFFFF;
  }
}
/* -------------------------------------------------------------------- 

   #フッター

-------------------------------------------------------------------- */
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 1s;
  opacity: 0;
  transform: translate(0, 20px);
}

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