@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
*/
@import url(https://db.onlinewebfonts.com/c/1d7edff6ea893206f5bb1de4bc17c49c?family=AxisStd-Light);
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: "AxisStd-Light";
  src: url("https://db.onlinewebfonts.com/t/1d7edff6ea893206f5bb1de4bc17c49c.eot");
  src: url("https://db.onlinewebfonts.com/t/1d7edff6ea893206f5bb1de4bc17c49c.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/1d7edff6ea893206f5bb1de4bc17c49c.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/1d7edff6ea893206f5bb1de4bc17c49c.woff") format("woff"), url("https://db.onlinewebfonts.com/t/1d7edff6ea893206f5bb1de4bc17c49c.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/1d7edff6ea893206f5bb1de4bc17c49c.svg#AxisStd-Light") format("svg");
}
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: "AxisStd-Light";
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
  color: #000000;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
}

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-ws {
  width: 860px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.content-w {
  width: 1076px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

/*-------------------------- 固定フォント ------------------------------*/
h1.title {
  height: 40px;
  text-align: center;
}
h1.title img {
  height: 100%;
  width: auto;
}

/* --------------------------------
 * フォントサイズ SP
 * -------------------------------- */
@media screen and (max-width: 959px) {
  h1.title {
    height: 25px;
  }
}
/* --------------------------------------------------------------------

   #ヘッダー

-------------------------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 1000;
}
#header .header-inner {
  height: 50px;
  margin: 0 20px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-inner .logo {
  width: 200px;
}
#header .header-inner .logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#header .header-inner button.form-button {
  background-color: #FCEE21;
  padding: 10px 40px;
  font-size: 15px;
  line-height: 1em;
  color: #000;
  font-weight: 500;
  transition: all 0.4s;
}
#header .header-inner button.form-button:hover {
  opacity: 0.6;
}

/* --------------------------------
* iphone
* -------------------------------- */
@media screen and (max-width: 959px) {
  #header .header-inner {
    margin: 0 10px;
  }
  #header .header-inner .logo {
    width: 150px;
  }
  #header .header-inner .logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  #header .header-inner button.form-button {
    padding: 10px 20px;
    font-size: 14px;
  }
}
/* --------------------------------------------------------------------

   #トップ

-------------------------------------------------------------------- */
#top {
  position: relative;
  margin-top: 50px;
}
#top .top-cta {
  position: absolute;
  bottom: 80px;
  left: 57px;
  width: 270px;
}
#top .top-cta button {
  transition: all 0.4s;
}
#top .top-cta button:hover {
  opacity: 0.6;
}
#top .top-icon {
  position: absolute;
  bottom: -40px;
  right: 60px;
  width: 523px;
}
#top .top-icon .top-icon-wrapper {
  position: relative;
}
#top .top-icon .top-icon-wrapper img.item2,
#top .top-icon .top-icon-wrapper img.item3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#top .sub-title {
  position: absolute;
  bottom: -26px;
  left: calc(50% - 540px);
  width: 580px;
}

/* --------------------------------
* iphone
* -------------------------------- */
@media screen and (max-width: 959px) {
  #top .top-cta {
    bottom: 25px;
    left: 10px;
    width: 130px;
  }
  #top .top-icon {
    bottom: 20px;
    right: 10px;
    width: 200px;
  }
  #top .sub-title {
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
  }
}
/* --------------------------------------------------------------------

   #メリット

-------------------------------------------------------------------- */
#merit {
  background-image: url("../image/merit_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 67px 0;
}
#merit .merit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 60px;
  margin-bottom: 55px;
}
#merit .merit-list .item {
  width: calc(50% - 30px);
}
#merit .ex {
  width: 726px;
  margin: 0 auto 100px auto;
}
#merit .cta {
  width: 380px;
  margin: 0 auto;
}
#merit .cta .txt {
  margin-bottom: 10px;
}
#merit .cta button {
  transition: all 0.4s;
}
#merit .cta button:hover {
  opacity: 0.6;
}

/* --------------------------------
* iphone
* -------------------------------- */
@media screen and (max-width: 959px) {
  #merit {
    padding: 40px 0 33px 0;
  }
  #merit .merit-list {
    gap: 25px 30px;
    margin-bottom: 25px;
  }
  #merit .merit-list .item {
    width: 100%;
  }
  #merit .ex {
    width: 100%;
    margin: 0 auto 50px auto;
  }
  #merit .cta {
    width: 100%;
  }
}
/* --------------------------------------------------------------------

   #勤務地

-------------------------------------------------------------------- */
#map {
  padding: 70px 0;
}
#map h1.title {
  margin-bottom: 40px;
}
#map h2.catch {
  color: #021339;
  font-size: 36px;
  line-height: 1em;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Yu Mincho", "游明朝";
}
#map p.ex {
  text-align: center;
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.08em;
  margin-bottom: 45px;
  font-weight: 400;
}
#map .map-content {
  margin-bottom: 60px;
}
#map .map-list {
  display: flex;
  justify-content: space-between;
}
#map .map-list .item {
  width: 33.3%;
  text-align: center;
  border-left: 1px solid #000000;
}
#map .map-list .item .namber {
  width: 40px;
  margin: 0 auto 24px auto;
}
#map .map-list .item h2 {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#map .map-list .item p {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
#map .map-list .item a {
  color: #000;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding: 0 20px 0 0;
  background-image: url("../image/map_arrow.png");
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: right center;
  transition: all 0.4s;
}
#map .map-list .item a:hover {
  opacity: 0.6;
}
#map .map-list .item:nth-child(1) {
  border: none;
}

/* --------------------------------
* iphone
* -------------------------------- */
@media screen and (max-width: 959px) {
  #map {
    padding: 35px 0;
  }
  #map h1.title {
    margin-bottom: 20px;
  }
  #map h2.catch {
    font-size: 18px;
    line-height: 1.33em;
    margin-bottom: 10px;
  }
  #map p.ex {
    font-size: 14px;
    margin-bottom: 22px;
  }
  #map .map-content {
    margin-bottom: 30px;
  }
  #map .map-list {
    flex-flow: column;
  }
  #map .map-list .item {
    width: 100%;
    margin-bottom: 10px;
    border: none;
  }
  #map .map-list .item .namber {
    width: 20px;
    margin: 0 auto 12px auto;
  }
  #map .map-list .item h2 {
    font-size: 14px;
  }
  #map .map-list .item p {
    font-size: 12px;
    margin-bottom: 7px;
  }
  #map .map-list .item p br {
    display: none;
  }
  #map .map-list .item a {
    padding: 0 10px 0 0;
    background-size: 6px auto;
  }
}
/* --------------------------------------------------------------------

   #レジャースポット

-------------------------------------------------------------------- */
#leisure {
  background: #66B7D5 url("../image/leisure_bg.jpg");
  background-repeat: repeat-x;
  padding: 40px 0;
}
#leisure .leisure-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
#leisure .leisure-wrapper .box {
  flex: 1;
  padding: 20px 10px 0 10px;
  background: rgba(255, 255, 255, 0.5);
}
#leisure .leisure-wrapper .box h3 {
  color: #006699;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#leisure .leisure-wrapper .box figure img {
  margin: 0 auto 20px auto;
}
#leisure .leisure-wrapper .box figure figcaption p {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
  color: #000;
}

/* --------------------------------
* iphone
* -------------------------------- */
@media screen and (max-width: 959px) {
  #leisure {
    padding: 20px 0;
  }
  #leisure .leisure-wrapper {
    gap: 10px;
  }
  #leisure .leisure-wrapper .box {
    padding: 10px 10px 0 10px;
    min-width: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
  #leisure .leisure-wrapper .box h3 {
    font-size: 16px;
  }
  #leisure .leisure-wrapper .box figure img {
    margin: 0 auto 10px auto;
  }
  #leisure .leisure-wrapper .box figure figcaption p {
    font-size: 16px;
    line-height: 1.5em;
  }
}
/* --------------------------------------------------------------------

   #仕事内容

-------------------------------------------------------------------- */
#work {
  background-image: url("../image/work_bg.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  padding: 110px 0 60px 0;
}
#work h1.title {
  margin: 0 0 50px -60px;
  text-align: left;
}
#work p {
  font-size: 20px;
  line-height: 2em;
  font-weight: 500;
  color: #FFFFFF;
}

/* --------------------------------
* iphone
* -------------------------------- */
@media screen and (max-width: 959px) {
  #work {
    padding: 55px 0 30px 0;
    background-position: left;
  }
  #work h1.title {
    margin: 0 0 25px 0;
    text-align: center;
  }
  #work p {
    font-size: 16px;
  }
}
/* --------------------------------------------------------------------

   #仕事内容

-------------------------------------------------------------------- */
#job {
  padding: 60px 0;
  background-image: url("../image/txt_bg.png");
  background-position: left top 90px;
  background-size: 140px auto;
  background-repeat: no-repeat;
}
#job .job-wrapper {
  padding-left: 110px;
}
#job .job-wrapper h3 {
  font-size: 18px;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 15px;
}
#job .job-list {
  margin-bottom: 30px;
}
#job .job-list .item {
  background-image: url("../image/ex1_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 55px;
  margin-bottom: 40px;
}
#job .job-list .item .item-title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
#job .job-list .item .item-title .namber {
  width: 40px;
  margin-right: 10px;
}
#job .job-list .item .item-title h1 {
  font-size: 25px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-right: 30px;
}
#job .job-list .item .item-title h2 {
  font-size: 21px;
  letter-spacing: 0.08em;
  font-weight: 500;
  background-color: #E60012;
  width: auto;
  color: #FFFFFF;
  line-height: 1em;
  padding: 10px 20px;
  width: 658px;
}
#job .job-list .item .txt h4 {
  font-size: 21px;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 10px;
}
#job .job-list .item .txt h4 span {
  color: #B3B3B3;
}
#job .job-list .item .txt p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
#job .job-list .item2 {
  background-image: url("../image/ex2_bg.png");
}
#job .job-list .item3 {
  background-image: url("../image/ex3_bg.png");
}
#job .dormitory {
  padding: 30px 0;
  border-top: 5px solid #000;
}
#job .dormitory h1 {
  font-size: 42px;
  line-height: 1.33em;
  font-weight: 200;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
#job .dormitory div {
  display: grid;
  grid-template-columns: calc(50% - 40px) 25% 25%;
  gap: 20px;
}
#job .dormitory .img1 {
  grid-row: 1/3;
}
#job .dormitory .txt {
  grid-column: 2/4;
  grid-row: 2;
  font-size: 19px;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  font-weight: 400;
}
#job .senior {
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 850px;
  max-width: 100%;
}
#job .senior h1 {
  font-size: 42px;
  line-height: 1.33em;
  font-weight: 200;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
#job .senior h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.08em;
}
#job .senior .img {
  width: 130px;
  margin-right: 15px;
}
#job .senior p {
  width: 430px;
  font-size: 19px;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  font-weight: 400;
}

/* --------------------------------
* iphone
* -------------------------------- */
@media screen and (max-width: 959px) {
  #job {
    padding: 30px 0;
    background-position: left top 45px;
    background-size: 70px auto;
  }
  #job .job-wrapper {
    padding-left: 55px;
  }
  #job .job-wrapper h3 {
    font-size: 16px;
    margin-bottom: 7px;
  }
  #job .job-list {
    margin-bottom: 15px;
  }
  #job .job-list .item {
    padding: 20px 20px;
    margin-bottom: 20px;
  }
  #job .job-list .item .item-title {
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  #job .job-list .item .item-title .namber {
    width: 20px;
    margin-right: 5px;
  }
  #job .job-list .item .item-title h1 {
    font-size: 18px;
    margin-right: 15px;
  }
  #job .job-list .item .item-title h2 {
    font-size: 14px;
    padding: 5px 10px;
    width: 100%;
  }
  #job .job-list .item .txt h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #job .job-list .item .txt p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #job .dormitory h1 {
    font-size: 21px;
    margin-bottom: 7px;
  }
  #job .dormitory div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.6666666667vw;
  }
  #job .dormitory .img1 {
    grid-column: 1/3;
    grid-row: 1;
  }
  #job .dormitory .img2 {
    grid-column: 1;
    grid-row: 2;
  }
  #job .dormitory .img3 {
    grid-column: 2;
    grid-row: 2;
  }
  #job .dormitory .txt {
    grid-column: 1/3;
    grid-row: 3;
    line-height: 1.2;
  }
  #job .senior {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 15px 0;
    width: 100%;
    flex-flow: column;
    text-align: center;
  }
  #job .senior h1 {
    font-size: 21px;
    margin-bottom: 7px;
  }
  #job .senior h2 {
    font-size: 12px;
    margin-bottom: 15px;
  }
  #job .senior .img {
    width: 100px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #job .senior p {
    width: 100%;
    font-size: 14px;
    text-align: left;
  }
}
/* --------------------------------------------------------------------

   #CTA

-------------------------------------------------------------------- */
#cta {
  background-image: url("../image/cta_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 35px 0;
}
#cta .cta-wrapper {
  width: 380px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
#cta .cta-wrapper .txt {
  margin-bottom: 8px;
}
#cta .cta-wrapper button {
  transition: all 0.4s;
}
#cta .cta-wrapper button:hover {
  opacity: 0.6;
}

/* --------------------------------------------------------------------

   #流れ

-------------------------------------------------------------------- */
#flow .flow-wrapper {
  padding: 100px 0 80px 0;
}
#flow .flow-wrapper h1.title {
  margin-bottom: 80px;
}
#flow .step-list {
  display: flex;
  overflow: hidden;
}
#flow .step-list .item {
  width: 20%;
  text-align: center;
  position: relative;
}
#flow .step-list .item .img {
  height: 90px;
  margin-bottom: 20px;
}
#flow .step-list .item .img img {
  height: 100%;
  width: auto;
}
#flow .step-list .item h1 {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.025em;
  position: relative;
  margin-bottom: 25px;
}
#flow .step-list .item h1::before {
  position: absolute;
  content: "";
  width: calc(100% + 10px);
  height: 10px;
  background-color: #E60012;
  bottom: 0;
  left: -5px;
}
#flow .step-list .item p {
  font-size: 19px;
  line-height: 2em;
  font-weight: 400;
  letter-spacing: 0.025em;
}
#flow .step-list .item p span {
  font-size: 12px;
}
#flow .step-list .item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 120%;
  background-color: #000000;
  top: 0;
  right: 0;
  transform: rotate(6deg);
}
#flow .step-list .item5::before {
  display: none;
}

/* --------------------------------
* iphone
* -------------------------------- */
@media screen and (max-width: 959px) {
  #flow .flow-wrapper {
    padding: 50px 0 40px 0;
  }
  #flow .flow-wrapper h1.title {
    margin-bottom: 40px;
  }
  #flow .step-list {
    flex-flow: column;
  }
  #flow .step-list .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #flow .step-list .item .img {
    height: 40px;
    margin-bottom: 0;
  }
  #flow .step-list .item h1 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.33em;
    padding-bottom: 5px;
  }
  #flow .step-list .item h1::before {
    width: calc(100% + 5px);
    height: 5px;
    left: -2.5px;
  }
  #flow .step-list .item p {
    font-size: 14px;
    text-align: left;
    width: 60%;
  }
  #flow .step-list .item p span {
    font-size: 12px;
  }
  #flow .step-list .item::before {
    display: none;
  }
  #flow .step-list .item5 {
    border-bottom: none;
    margin-bottom: none;
  }
}
/* --------------------------------------------------------------------

   #募集

-------------------------------------------------------------------- */
#recruiting {
  background-image: url("../image/recruiting_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0 100px 0;
}
#recruiting h1.title {
  margin-bottom: 60px;
}
#recruiting table {
  border: 1px solid #000000;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 90px;
  background-color: #FFFFFF;
}
#recruiting table th {
  text-align: left;
  font-weight: 500;
  background-color: #E6EBEE;
  width: 18%;
  padding: 20px 18px;
  vertical-align: middle;
  border: 1px solid #231815;
  font-size: 15px;
  line-height: 1.66em;
}
#recruiting table td {
  width: 82%;
  text-align: left;
  border: 1px solid #231815;
  font-size: 15px;
  line-height: 1.66em;
  padding: 15px 27px;
}
#recruiting table td span {
  font-size: 11px;
}
#recruiting table td span.gray {
  font-size: 15px;
  color: #808080;
}
#recruiting .cta-wrapper {
  width: 380px;
  max-width: 100%;
  margin: 0 auto 120px auto;
}
#recruiting .cta-wrapper .txt {
  margin-bottom: 8px;
}
#recruiting .cta-wrapper button {
  transition: all 0.4s;
}
#recruiting .cta-wrapper button:hover {
  opacity: 0.6;
}
#recruiting .adopt-titile {
  margin-bottom: 50px;
}
#recruiting .adopt-wrapper {
  display: flex;
  justify-content: space-between;
}
#recruiting .adopt-wrapper .item {
  width: 29.4%;
}
#recruiting .adopt-wrapper .item .img {
  margin-bottom: 20px;
}
#recruiting .adopt-wrapper .item p {
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.025em;
  color: #FFFFFF;
}

/* --------------------------------
* iphone
* -------------------------------- */
@media screen and (max-width: 959px) {
  #recruiting {
    padding: 40px 0 50px 0;
  }
  #recruiting h1.title {
    margin-bottom: 30px;
  }
  #recruiting table {
    margin-bottom: 45px;
  }
  #recruiting table th {
    width: 30%;
    padding: 10px 9px;
    vertical-align: middle;
    border: 1px solid #231815;
    font-size: 15px;
    line-height: 1.66em;
  }
  #recruiting table td {
    font-size: 14px;
    width: 70%;
    padding: 7px 14px;
  }
  #recruiting table td span {
    font-size: 12px;
  }
  #recruiting table td span.gray {
    font-size: 14px;
    color: #808080;
  }
  #recruiting .cta-wrapper {
    margin: 0 auto 60px auto;
  }
  #recruiting .cta-wrapper .txt {
    margin-bottom: 4px;
  }
  #recruiting .adopt-titile {
    margin-bottom: 25px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  #recruiting .adopt-titile img {
    width: 150%;
  }
  #recruiting .adopt-wrapper {
    flex-flow: column;
    gap: 20px;
  }
  #recruiting .adopt-wrapper .item {
    width: 100%;
  }
  #recruiting .adopt-wrapper .item .img {
    margin-bottom: 10px;
  }
  #recruiting .adopt-wrapper .item p {
    font-size: 14px;
  }
}
/* --------------------------------------------------------------------

   #よくある質問

-------------------------------------------------------------------- */
#question .question-wrapper {
  padding: 70px 0 120px 0;
}
#question .question-wrapper h1.title {
  margin-bottom: 40px;
}
#question .accordion-item {
  margin-bottom: 3px;
}
#question .accordion-item .accordion-title,
#question .accordion-item .accordion-content {
  background-color: #DBE7ED;
  padding: 40px 90px 40px 115px;
  background-image: url("../image/q.png"), url("../image/open.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 56px top 35px, right 50px center;
  background-size: 40px auto, 17px auto;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.66em;
  letter-spacing: 0.025em;
  font-weight: 400;
}
#question .accordion-item .accordion-content {
  background-image: url("../image/a.png"), none;
  border-radius: 0 0 10px 10px;
  display: none;
}
#question .accordion-item .accordion-title.open {
  border-radius: 10px 10px 0 0;
  background-image: url("../image/q.png"), url("../image/close.png");
  background-position: left 56px top 35px, right 52px center;
  background-size: 40px auto, 10px auto;
}
#question .accordion-item .accordion-title.open {
  position: relative;
}
#question .accordion-item .accordion-title.open::before {
  position: absolute;
  content: "";
  width: calc(100% - 112px);
  height: 1.5px;
  left: 56px;
  bottom: 0;
  background-color: #FFFFFF;
}

/* --------------------------------
* iphone
* -------------------------------- */
@media screen and (max-width: 959px) {
  #question .question-wrapper {
    padding: 35px 0 60px 0;
  }
  #question .question-wrapper h1.title {
    margin-bottom: 20px;
  }
  #question .accordion-item {
    margin-bottom: 1.5px;
  }
  #question .accordion-item .accordion-title,
  #question .accordion-item .accordion-content {
    padding: 20px 45px 20px 57px;
    background-position: left 28px top 23px, right 25px center;
    background-size: 20px auto, 8.5px auto;
    border-radius: 5px;
    font-size: 14px;
  }
  #question .accordion-item .accordion-content {
    background-image: url("../image/a.png"), none;
    border-radius: 0 0 5px 5px;
    display: none;
  }
  #question .accordion-item .accordion-title.open {
    border-radius: 5px 5px 0 0;
    background-image: url("../image/q.png"), url("../image/close.png");
    background-position: left 28px top 23px, right 27.5px center;
    background-size: 20px auto, 5px auto;
  }
  #question .accordion-item .accordion-title.open {
    position: relative;
  }
  #question .accordion-item .accordion-title.open::before {
    width: calc(100% - 56px);
    left: 28px;
  }
}
/* --------------------------------------------------------------------

   #サポート

-------------------------------------------------------------------- */
#support {
  padding-bottom: 80px;
}
#support h1.title {
  margin-bottom: 70px;
}
#support .support-content {
  background-image: url("../image/merit_bg_l.png"), url("../image/merit_bg_r.png");
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
  background-position: left center, right center;
  padding: 23px 0;
  margin-bottom: 90px;
}
#support .support-content h1 {
  background-color: #FFFFFF;
  padding: 0 15px;
  font-size: 56px;
  font-weight: 700;
  font-family: "Yu Mincho", "游明朝";
  font-style: italic;
  color: #004FA2;
  line-height: 1.1em;
  margin-bottom: 23px;
}
#support .support-content h1.txt2 {
  margin-bottom: 50px;
}
#support .support-content .support-wrapper {
  display: flex;
  justify-content: space-between;
}
#support .support-content .support-wrapper .txt {
  width: 67%;
}
#support .support-content .support-wrapper .txt p {
  font-size: 22.6px;
  line-height: 2em;
  font-weight: 400;
  letter-spacing: 0.025em;
}
#support .support-content .support-wrapper .img {
  width: 30%;
}
#support .support-list .item {
  margin-bottom: 40px;
}
#support .support-list .item h3 {
  background-color: #1F2C5C;
  color: #FFFFFF;
  font-size: 26px;
  line-height: 1em;
  font-weight: 500;
  padding: 9px 18px;
  margin-bottom: 20px;
}
#support .support-list .item .wrapper {
  display: flex;
}
#support .support-list .item .wrapper .txt {
  width: 82%;
}
#support .support-list .item .wrapper .txt p {
  font-size: 18px;
  line-height: 1.66em;
  letter-spacing: 0.025em;
}
#support .support-list .item .wrapper .img {
  width: 18%;
  height: 106px;
  text-align: center;
}
#support .support-list .item .wrapper .img img {
  height: 100%;
  width: auto;
}
#support .support-list .item1 .img {
  margin-top: -70px;
}
#support .support-list .item2 .wrapper .img {
  height: 133px;
}
#support .support-list .item5 .wrapper .txt {
  width: 100%;
}

/* --------------------------------
* iphone
* -------------------------------- */
@media screen and (max-width: 959px) {
  #support {
    padding-bottom: 40px;
  }
  #support h1.title {
    margin-bottom: px;
  }
  #support .support-content {
    background-size: auto 25%, auto 25%;
    background-position: left top, right bottom;
    padding: 12px 0;
    margin-bottom: 45px;
  }
  #support .support-content h1 {
    padding: 2px 7.5px;
    font-size: 18px;
    margin-bottom: 11px;
  }
  #support .support-content h1.txt2 {
    margin-bottom: 25px;
  }
  #support .support-content .support-wrapper {
    flex-flow: column;
  }
  #support .support-content .support-wrapper .txt {
    width: 100%;
    margin-bottom: 10px;
  }
  #support .support-content .support-wrapper .txt p {
    font-size: 14px;
    line-height: 1.5em;
  }
  #support .support-content .support-wrapper .img {
    width: 100%;
  }
  #support .support-list .item {
    margin-bottom: 20px;
  }
  #support .support-list .item h3 {
    font-size: 16px;
    padding: 4px 9px;
    margin-bottom: 10px;
  }
  #support .support-list .item .wrapper {
    flex-flow: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
  }
  #support .support-list .item .wrapper .txt p {
    font-size: 14px;
  }
  #support .support-list .item .wrapper .img {
    width: 100%;
  }
  #support .support-list .item1 .img {
    margin-top: 0;
  }
  #support .support-list .item5 .wrapper .txt {
    width: 100%;
  }
}
footer {
  padding: 30px 0 40px 0;
  text-align: center;
}
footer .logo {
  width: 250px;
  margin: 0 auto 20px auto;
}
footer small {
  font-size: 14px;
  line-height: 1em;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro";
}

/* --------------------------------
* iphone
* -------------------------------- */
@media screen and (max-width: 959px) {
  footer {
    padding: 15px 0 20px 0;
  }
  footer .logo {
    width: 125px;
    margin: 0 auto 10px auto;
  }
  footer small {
    font-size: 12px;
  }
}/*# sourceMappingURL=styles.css.map */